Remove extra leftover args to vc-*-checkin.
[emacs.git] / lisp / ChangeLog
blob35f4b70736c60cee27703b53a7b424dc2962e04c
1 2010-10-31  Chong Yidong  <cyd@stupidchicken.com>
3         * vc/vc-arch.el (vc-arch-checkin):
4         * vc/vc-cvs.el (vc-cvs-checkin):
5         * vc/vc-mtn.el (vc-mtn-checkin):
6         * vc/vc-rcs.el (vc-rcs-checkin):
7         * vc/vc-sccs.el (vc-sccs-checkin):
8         * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
9         since 2010-04-21 commit by Stefan Monnier.
11 2010-11-01  Glenn Morris  <rgm@gnu.org>
13         * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
15         * startup.el (package-enable-at-startup, package-initialize):
16         Silence compiler.
18         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
19         Silence compiler.
21 2010-10-31  Julien Danjou  <julien@danjou.info>
23         * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
24         (byte-recompile-directory):
25         * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
26         Use `byte-recompile-file'.
28 2010-10-31  Glenn Morris  <rgm@gnu.org>
30         * cus-start.el: Handle standard values via a keyword.
31         Only set version property if specified.
32         (cursor-in-non-selected-windows, menu-bar-mode)
33         (tool-bar-mode, show-trailing-whitespace):
34         Do not specify standard values.
35         (transient-mark-mode, temporary-file-directory): Use :standard.
37 2010-10-31  Jan Djärv  <jan.h.d@swipnet.se>
39         * term/x-win.el (x-get-selection-value): New function that gets
40         PRIMARY with type as specified in x-select-request-type. (Bug#6802).
42 2010-10-31  Michael Albinus  <michael.albinus@gmx.de>
44         * net/tramp.el (tramp-handle-insert-file-contents): For root,
45         preserve owner and group when editing files.  (Bug#7289)
47 2010-10-31  Glenn Morris  <rgm@gnu.org>
49         * speedbar.el (speedbar-mode):
50         * play/fortune.el (fortune-in-buffer, fortune):
51         * play/gomoku.el (gomoku-mode):
52         * play/landmark.el (lm-mode):
53         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
54         Replace inappropriate uses of toggle-read-only.  (Bug#7292)
56         * select.el (x-selection): Mark it as an obsolete alias.
58 2010-10-31  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
60         * vc/add-log.el (find-change-log): Use derived-mode-p rather than
61         major-mode (bug#7284).
63 2010-10-31  Glenn Morris  <rgm@gnu.org>
65         * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
66         rather than just an unused variable that inherits from the real one.
68 2010-10-31  Alan Mackenzie  <acm@muc.de>
70         * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
71         This fixes bug #7185.
73 2010-10-30  Chong Yidong  <cyd@stupidchicken.com>
75         * startup.el (command-line): Search for package directories, and
76         don't load package.el if none are found.
78         * emacs-lisp/package.el (describe-package, list-packages): Call
79         package-initialize if it has not been called yet.
81 2010-10-30  Alan Mackenzie  <acm@muc.de>
83         * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
84         which fontifies the tail of an enum.
85         (c-basic-matchers-after): Insert a call to the above new function.
86         This fixes bug #7264.
88 2010-10-30  Glenn Morris  <rgm@gnu.org>
90         * cus-start.el: Add :set properties for minor modes menu-bar-mode,
91         tool-bar-mode, transient-mark-mode.  (Bug#7306)
92         Include the :set property in the dumped Emacs.
94 2010-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
96         SMIE: change indent rules format, improve smie-setup.
97         * emacs-lisp/smie.el (smie-precs-precedence-table)
98         (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
99         Mark them pure so the tables gets built at compile time.
100         (smie-bnf-precedence-table): Store the closer-alist in the table.
101         (smie-prec2-levels): Preserve the closer-alist.
102         (smie-blink-matching-open): Be more forgiving in case of indentation.
103         (smie-hanging-p): Rename from smie-indent--hanging-p.
104         (smie-bolp): Rename from smie-indent--bolp.
105         (smie--parent, smie--after): New dynamic vars.
106         (smie-parent-p, smie-next-p, smie-prev-p): New funs.
107         (smie-indent-rules): Remove.
108         (smie-indent--offset-rule): Remove fun.
109         (smie-rules-function): New var.
110         (smie-indent--rule): New fun.
111         (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
112         (smie-indent-exps): Use it.
113         (smie-setup): Setup paren blinking; add keyword args for token
114         functions; extract closer-alist from op-levels.
115         (smie-indent-debug-log): Remove var.
116         (smie-indent-debug): Remove fun.
117         * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
118         (prolog-smie-rules): New fun to replace it.
119         (prolog-mode-variables): Simplify.
120         * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
121         it's setup automatically.
122         (octave-smie-indent-rules): Remove.
123         (octave-smie-rules): New fun to replace it.
124         (octave-mode): Simplify.
126 2010-10-29  Glenn Morris  <rgm@gnu.org>
128         * files.el (temporary-file-directory): Remove (already defined in C).
129         * cus-start.el: Add temporary-file-directory.
131         * abbrev.el (abbrev-mode):
132         * composite.el (auto-composition-mode):
133         * menu-bar.el (menu-bar-mode):
134         * simple.el (transient-mark-mode):
135         * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
136         that they do not define the associated variables twice.
137         * simple.el (transient-mark-mode): Remove defvar.
138         * composite.el (auto-composition-mode): Make variable auto-buffer-local.
139         * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
140         Handle multiple groups, and also custom-delayed-init-variables.
141         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
143 2010-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
145         * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
146         (pcase-if): Add one minor optimization.
147         (pcase-split-equal): Rename from pcase-split-eq.
148         (pcase-split-member): Rename from pcase-split-memq.
149         (pcase-u1): Add strings to the member optimization.
150         Add `guard' variant of predicates.
151         (pcase-q1): Add string patterns.
153 2010-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
155         * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
157 2010-10-28  Glenn Morris  <rgm@gnu.org>
159         * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
160         Move menu-bar related settings to ../menu-bar.el.
161         * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
162         Move ns-specific settings here from term/ns-win.el.
164         * simple.el (x-selection-owner-p): Remove unused declaration.
166 2010-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
168         * minibuffer.el (completion-cycling): New var (bug#7266).
169         (minibuffer-complete, completion--do-completion):
170         Use completion--flush-all-sorted-completions.
171         (minibuffer-complete): Only cycle if completion-cycling is set.
172         (completion--flush-all-sorted-completions): Unset completion-cycling.
173         (minibuffer-force-complete): Set completion-cycling.
174         (completion-all-sorted-completions): Move declaration before first use.
176 2010-10-28  Leo  <sdl.web@gmail.com>
178         * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
179         which changes the order of matches seen by users (bug#7231).
181 2010-10-28  Jes Bodi Klinke  <jes@bodi-klinke.dk>  (tiny change)
183         * progmodes/compile.el (compilation-mode-font-lock-keywords):
184         Don't confuse -omega as "-o mega".
186 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
188         * vc/log-edit.el (log-edit-rewrite-fixes): New var.
189         (log-edit-author): New dynamic var.
190         (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
191         to return the author if different from committer.
192         (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
194         * play/landmark.el: Adjust commenting convention.
195         (lm-nil-score): Rename from nil-score.
196         (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
197         (OOOOscore): Move into a let in lm-score-trans-table.
198         (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
200         * electric.el (electric-indent-chars): Autoload.
201         * progmodes/octave-mod.el (octave-mode):
202         * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
203         (ruby-mode-abbrev-table): Merge initialization and declaration.
205 2010-10-27  Glenn Morris  <rgm@gnu.org>
207         * abbrev.el (abbrev-mode): Remove one of the three definitions of this
208         variable.
210         * server.el (server-host, server-port, server-auth-dir): Autoload risky.
212         * term/ns-win.el: Restore require of cl when compiling.
213         (menu-bar-final-items): Remove non-existent `windows' menu.
214         (ns-handle-nxopen): Optionally handle the temp-case.
215         (ns-handle-nxopentemp): Just call ns-handle-nxopen.
216         (ns-insert-file, ns-find-file): Use `pop'.
218 2010-10-26  Glenn Morris  <rgm@gnu.org>
220         * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
222 2010-10-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
224         * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
225         global map.
226         * term/common-win.el (x-setup-function-keys): Remove most of the
227         keymappings.  Comment on the remaining ones.
229 2010-10-26  Peter Oliver  <p.d.oliver@mavit.org.uk>  (tiny change)
231         * server.el (server-port): New option.  (Bug#854)
232         (server-start): Use server-port.
234 2010-10-26  Glenn Morris  <rgm@gnu.org>
236         * term/ns-win.el (ns-version-string): Remove unused declaration.
237         (ns-invocation-args): Change to x-invocation-args.
238         (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
239         (ns-handle-name-switch, ns-ignore-2-arg): Remove.
240         (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
241         Use x-invocation-args instead of ns-invocation-args.
242         (ns-initialize-window-system, handle-args-function-alist):
243         Use x-handle-args instead of ns-handle-args.
244         * term/common-win.el (x-handle-args): Also handle nextstep arguments.
245         * startup.el (command-line-ns-option-alist): Replace
246         ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
247         ns-handle-iconic with the x- equivalents.
249         * term/common-win.el (x-select-enable-clipboard):
250         * term/pc-win.el (x-select-enable-clipboard): Doc fix.
252         * term/ns-win.el: No need to require cl when compiling.
253         (x-display-name, x-setup-function-keys, x-select-text, x-colors)
254         (xw-defined-colors): Use the common-win definitions.
255         (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
256         (ns-handle-iconic): Make it an alias for x-handle-iconic.
257         * term/common-win.el (x-select-text, x-alternatives-map)
258         (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
259         * loadup.el [ns]: Load common-win.
261 2010-10-26  Daiki Ueno  <ueno@unixuser.org>
263         * epa-mail.el (epa-mail-encrypt): Handle local-part only
264         recipients; expand mail aliases (Bug#7280).
266 2010-10-25  Glenn Morris  <rgm@gnu.org>
268         * term/common-win.el (x-handle-switch): Simplify with pop.
269         Optionally handle numeric switches.
270         (x-handle-numeric-switch): Just call x-handle-switch.
271         (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
272         (x-handle-name-switch, x-handle-display, x-handle-args):
273         Simplify with pop.
275         * term/ns-win.el: Do not require easymenu.
276         (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
277         <spell>: Move adjustments to menu-bar.el.
278         * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
279         <separator-undo, spell>: Move ns-win's adjustments here.
280         * loadup.el [ns]: Do not load easymenu.
282 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
284         * image.el (image-checkbox-checked, image-checkbox-unchecked):
285         Delete (Bug#7222).
287         * startup.el (fancy-startup-tail): Instead of using inline images,
288         refer to image files from etc/.
290         * wid-edit.el (checkbox): Likewise.
291         (widget-image-find): Center image specs.
293 2010-10-24  Glenn Morris  <rgm@gnu.org>
295         * term/ns-win.el (x-select-text): Doc fix.
296         * w32-fns.el (x-alternatives-map, x-setup-function-keys)
297         (x-select-text): Move to term/common-win.
298         * term/w32-win.el (xw-defined-colors): Move to common-win.
299         * term/x-win.el (xw-defined-colors, x-alternatives-map)
300         (x-setup-function-keys, x-select-text): Move to common-win.
301         * term/common-win.el (x-select-text, x-alternatives-map)
302         (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
303         definitions here.
305 2010-10-24  T.V. Raman  <tv.raman.tv@gmail.com>  (tiny change)
307         * net/mairix.el (mairix-searches-mode-map):
308         * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
310 2010-10-24  Michael McNamara  <mac@mail.brushroad.com>
312         * verilog-mode.el (verilog-directive-re): Make this variable
313         auto-built for efficiency of execution and updating.
314         (verilog-extended-complete-re): Support 'pure' fucntion & task
315         declarations (these have no bodies).
316         (verilog-beg-of-statement): General cleanup to enable support of
317         'pure' fucntion & task declarations (these have no bodies).
318         These efforts together fix Verilog bug210 from veripool; which was also
319         noticed by Steve Pearlmutter.
320         (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
321         (verilog-directive-nest-re, verilog-set-auto-endcomments):
322         Support `elsif.  Reported by Shankar Giri.
323         (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
324         attribute handling for lining up declarations and assignments.
325         (verilog-beg-of-statement-1): Fix issue where continued declaration
326         is indented differently if it is after a begin..end clock.
327         (verilog-in-attribute-p, verilog-skip-backward-comments)
328         (verilog-skip-forward-comment-p): Support proper treatment of
329         attributes by indent code. Reported by Jeff Steele.
330         (verilog-in-directive-p): Fix comment to correctly describe function.
331         (verilog-backward-up-list, verilog-in-struct-region-p)
332         (verilog-backward-token, verilog-in-struct-p)
333         (verilog-in-coverage-p, verilog-do-indent)
334         (verilog-pretty-declarations): Use verilog-backward-up-list as
335         wrapper around backward-up-list inorder to properly skip comments.
336         Reported by David Rogoff.
337         (verilog-property-re, verilog-endcomment-reason-re)
338         (verilog-beg-of-statement, verilog-set-auto-endcomments)
339         (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
340         of if). Reported by Max Bjurling and
341         (verilog-calc-1): Fix for clocking block in modport
342         declaration. Reported by Brian Hunter.
344 2010-10-24  Wilson Snyder  <wsnyder@wsnyder.org>
346         * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
347         (verilog-gate-keywords, verilog-read-sub-decls)
348         (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
349         (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
350         AUTOINST for gate primitives, bug284.  Reported by Mark Johnson.
351         (verilog-read-decls): Fix spaces in V2K module parameters causing
352         mis-identification as interfaces, bug287.
353         (verilog-read-decls): Fix not treating "parameter string" as a
354         parameter in AUTOINSTPARAM.
355         (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
356         treating `elsif similar to `endif inside AUTOSENSE.
357         (verilog-do-indent): Implement correct automatic or static task or
358         function end comment highlight. Reported by Steve Pearlmutter.
359         (verilog-font-lock-keywords-2): Fix highlighting of single
360         character pins, bug264.  Reported by Michael Laajanen.
361         (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
362         (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
363         (verilog-subdecls-get-interfaced, verilog-subdecls-new): Support
364         interfaces with AUTOINST, bug270.  Reported by Luis Gutierrez.
365         (verilog-pretty-expr): Fix interactive arguments, bug272.
366         Reported by Mark Johnson.
367         (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
368         Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
369         bug269. Suggested by Gary Delp.
370         (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
371         (verilog-preprocessor, verilog-set-compile-command):
372         Create verilog-preprocess and verilog-preprocessor to show
373         preprocessed output.
374         (verilog-get-beg-of-line, verilog-get-end-of-line)
375         (verilog-modi-file-or-buffer, verilog-modi-name)
376         (verilog-modi-point, verilog-within-string): Move defmacro's
377         before first use to avoid warning. Reported by Steve Pearlmutter.
378         (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
379         (verilog-colorize-region, verilog-highlight-buffer)
380         (verilog-highlight-includes, verilog-highlight-modules)
381         (verilog-highlight-region, verilog-mode): Rename colorize to
382         highlight to match other packages.  Disable module highlighting,
383         as received speed complaints, reenable for experimentation only
384         using new verilog-highlight-modules.
385         (verilog-read-decls): Fix regexp stack overflow in very large
386         AUTO_TEMPLATEs, bug250.
387         (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
388         (verilog-scan): Create verilog-save-buffer-state to standardize
389         making insignificant changes that shouldn't call hooks.
390         (verilog-save-no-change-functions, verilog-save-scan-cache)
391         (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
392         Create verilog-save-no-change-functions to wrap verilog-scan
393         preservation, and fix to work with nested preserved calls.
394         (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
395         port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
396         generate .name with AUTOINST, bug245.  Suggested by David Rogoff.
397         (verilog-submit-bug-report): Update variable list to be complete.
398         (verilog-auto, verilog-colorize-region): Fix AUTO expansion
399         breaking on-the-fly font-locking.
400         (verilog-colorize-buffer, verilog-colorize-include-files)
401         (verilog-colorize-include-files-buffer, verilog-colorize-region)
402         (verilog-load-file-at-mouse, verilog-load-file-at-point)
403         (verilog-mode, verilog-read-inst-module-matcher): With point on a
404         AUTOINST cell instance name, middle mouse button now finds-file on
405         it.  Suggested by Brad Dobbie.
406         (verilog-alw-get-temps, verilog-auto-reset)
407         (verilog-auto-sense-sigs, verilog-read-always-signals)
408         (verilog-read-always-signals-recurse): Fix loop indexes being
409         AUTORESET. AUTORESET now assumes any variables in the
410         initialization section of a for() should be ignored.  Reported by
411         Dan Dever.
412         (verilog-error-font-lock-keywords)
413         (verilog-error-regexp-emacs-alist)
414         (verilog-error-regexp-xemacs-alist): Fix error detection of
415         Cadence HAL, reported by David Asher.  Repair drift between the
416         three similar error variables.
417         (verilog-modi-lookup, verilog-modi-lookup-cache)
418         (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
419         (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
420         Fix slow verilog-auto expansion on very large files.
421         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
422         Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
423         "{1*2{...".  Broke in last revision.
424         (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
425         submodule connections with replications "{#{a},#{b}}".
427 2010-10-24  Juanma Barranquero  <lekktu@gmail.com>
429         * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
430         Fix typo in docstring.
432 2010-10-24  Kenichi Handa  <handa@m17n.org>
434         * face-remap.el (text-scale-adjust): Call read-event with a proper
435         prompt.
437 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
439         * emacs-lisp/unsafep.el: Don't mark functions that display
440         messages as safe.  Suggested by Johan Bockgård.
442 2010-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
444         * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
445         Turn comments into docstrings.
447         * minibuffer.el (completion--replace): Move point where it belongs
448         when there's a common suffix (bug#7215).
450 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
452         Merge read-color and facemenu-read-color (Bug#7242).
454         * faces.el (read-color): Use the completion code from
455         facemenu-read-color.  Require match in completion.  Doc fix.
457         * facemenu.el (facemenu-read-color): Alias for read-color.
458         (facemenu-set-foreground, facemenu-set-background): Use
459         read-color.
461         * frame.el (set-background-color, set-foreground-color)
462         (set-cursor-color, set-mouse-color, set-border-color): Use
463         read-color.
465 2010-10-24  Leo  <sdl.web@gmail.com>
467         * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
468         argument of delete-file and delete-directory (Bug#7011).
470 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
472         * emacs-lisp/package.el (package-menu-mode-map): Inherit from
473         button-buffer-map.
475 2010-10-24  Ralf Angeli  <angeli@caeruleus.net>
477         * emacs-lisp/package.el (package--generate-package-list): Make the
478         *Packages* buffer read-only.
480 2010-10-24  Alan Mackenzie  <acm@muc.de>
482         * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
483         result of `c-beginning-of-decl-1' between invocations of a lambda
484         function (Bug #7265).
486 2010-10-24  Daiki Ueno  <ueno@unixuser.org>
488         * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
489         executable is not available on the system (Bug#7268).
491 2010-10-24  Glenn Morris  <rgm@gnu.org>
493         * select.el (selection-coding-system, next-selection-coding-system):
494         Sync doc with C versions.
496         * w32-vars.el (x-select-enable-clipboard):
497         * term/x-win.el (x-select-enable-clipboard): Move to common-win.
498         * term/common-win.el (x-select-enable-clipboard): Move here.
500         * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
501         definition of C variable.
503         * frame.el (show-trailing-whitespace, auto-hscroll-mode)
504         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
505         Don't redefine things that are defined in C.
506         * cus-start.el: Also handle :risky, :safe, :set, and :tag.
507         (show-trailing-whitespace, auto-hscroll-mode)
508         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
509         Set up the appropriate custom properties.
511 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
513         Bind "C-c ]" to ...
514         * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
515         * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
516         * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
517         * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
519 2010-10-23  Glenn Morris  <rgm@gnu.org>
521         * textmodes/flyspell.el (flyspell-mode): If there was an error,
522         say what it was.
524         * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
525         Sync docs with C version.
527         * term/ns-win.el (xw-defined-colors):
528         * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
530         * term/pc-win.el (x-select-enable-clipboard):
531         * term/x-win.el (x-select-enable-clipboard):
532         * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
534         * comint.el (comint-password-prompt-regexp): Make it less vague.
535         Bump version.
537         * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
539         * help.el (finder-by-keyword): Remove unnecessary autoload.
541 2010-10-22  Glenn Morris  <rgm@gnu.org>
543         * loadup.el: Unconditionally load float-sup.
544         * paren.el (show-paren-delay):
545         * emacs-lisp/float-sup.el:
546         * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
547         * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
548         (lazy-lock-stealth-verbose): Assume float support.
549         * ps-print.el: Assume float support on Emacs.
550         * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
551         Remove non-float branch.
553         * emacs-lisp/autoload.el (batch-update-autoloads): Update for
554         src/Makefile no longer being pre-processed.
556 2010-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
558         * emacs-lisp/find-func.el (find-library): Use test-completion.
560 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
562         * newcomment.el (comment-dwim): Fix the intentation in the doc string.
564 010-10-21  Michael Albinus  <michael.albinus@gmx.de>
566         * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
567         space in stat format string.
568         (tramp-send-command): Unset $PS1 when using here documents, in
569         order not to get several prompts.
570         (tramp-get-inline-coding): Return `nil' in case of errors.
572 2010-10-21  Daiki Ueno  <ueno@unixuser.org>
574         * hexl.el (hexl-mode, hexl-mode-exit):
575         Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
576         (hexl-revert-buffer-function): New function.
577         (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
579 2010-10-19  Alan Mackenzie  <acm@muc.de>
581         * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
582         Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
583         that these keywords aren't wrongly matched as identifiers.
585         * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
586         setting of c-new-BEG and c-new-END from c-before-change to
587         c-after-change.  (Bug#7181)
589 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
591         * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
592         Don't mark as safe.
594         * custom.el (custom-theme-set-variables): Likewise.
595         (load-theme): Add custom-theme-set-faces and
596         custom-theme-set-variables to safe-functions while loading.
597         (custom-enabled-themes): Mark as risky.
599 2010-10-18  Julien Danjou  <julien@danjou.info>
601         * bindings.el: Remove end dashes in default mode-line-format.
603 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
605         * bindings.el (global-map): Bind C-d to delete-char and deletechar
606         to delete-forward-char.
608         * simple.el (normal-erase-is-backspace-mode): Remap delete to
609         deletechar, and hence delete-forward-char.
611 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
613         * repeat.el (repeat): Use read-key (bug#6256).
615 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
617         * emacs-lisp/unsafep.el: Don't mark functions that display
618         messages as safe.  Suggested by Johan Bockgård.
620 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
622         * minibuffer.el (completion--replace): Move point where it belongs
623         when there's a common suffix (bug#7215).
625 2010-10-19  Kenichi Handa  <handa@m17n.org>
627         * international/characters.el: Add category '|' (word breakable)
628         to fullwidth characters.
630 2010-10-19  Michael Albinus  <michael.albinus@gmx.de>
632         * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
633         (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
634         order to make stat results a float.  Patch by Andreas Schwab
635         <schwab@linux-m68k.org>.
637 2010-10-18  Julien Danjou  <julien@danjou.info>
639         * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
640         hidden by `make-pointer-invisible'.
642 2010-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
644         * files.el (locate-file-completion-table): Strip non-matching elements
645         before checking length of list (bug#7238).
647 2010-10-18  Chong Yidong  <cyd@stupidchicken.com>
649         * custom.el (custom-theme-set-variables): Mark as a safe function.
650         (load-theme): Check forms using unsafep.
652         * cus-face.el (custom-theme-set-faces): Mark as a safe function.
654 2010-10-17  Agustín Martín  <agustin.martin@hispalinux.es>
656         * textmodes/ispell.el (ispell-aspell-find-dictionary):
657         Fix aspell data file searching (bug#7230).
659 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
661         * cus-theme.el (custom-theme--migrate-settings): New var.
662         (customize-create-theme): Allow editing the `user' theme.
663         (custom-theme-add-variable, custom-theme-add-var-1)
664         (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
665         to the front of each variable or face widget.
666         (custom-theme-write): Save theme settings in the correct order.
667         Optionally, remove saved settings from user customizations.
668         (custom-theme-write-variables, custom-theme-write-faces):
669         Save only the checked widgets.
670         (customize-themes): Add a link for migrating custom settings.
672         * custom.el (custom-declare-theme, provide-theme):
673         Use custom-theme-name-valid-p.
674         (custom-theme-name-valid-p): Remove checks that are now
675         unnecessary since themes no longer obey load-path.
677         * cus-edit.el (custom-variable-value-create): For the simple
678         style, hide documentation string when hidden.
680 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
682         * cus-edit.el (custom-variable, custom-face): Combine the
683         :inhibit-magic and :display-style properties into a single
684         :custom-style property.
685         (custom-toggle-hide-variable, custom-toggle-hide-face):
686         New functions.  If hiding an edited value, save it to :shown-value.
687         (custom-variable-value-create, custom-face-value-create): Use them.
688         (custom-magic-reset): Allow magic property to be unset.
690         * custom.el: Custom themes no longer use load-path.
691         (custom-theme-load-path): New option.  Change built-in theme
692         directory to etc/.
693         (custom-enabled-themes): Add custom-theme-load-path dependency.
694         (custom-theme--load-path): New function.
695         (load-theme, custom-available-themes): Use it.
697         * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
698         (customize-themes): Link to custom-theme-load-path variable.
699         (custom-theme-add-var-1, custom-theme-add-face-1): Use the
700         :custom-style property.
702         * themes/*.el: Moved to etc/.
704 2010-10-16  Ralf Angeli  <angeli@caeruleus.net>
706         * textmodes/reftex-cite.el
707         (reftex-extract-bib-entries-from-thebibliography): Do not move
708         point when searching for \bibitem entries.  Match entries with
709         spaces or tabs in front of arguments.
711 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
713         * cus-theme.el (customize-create-theme): Delete overlays after
714         erasing.  If given a THEME arg, display only the faces of that arg
715         instead of custom-theme--listed-faces.
716         (custom-theme-variable-menu, custom-theme-variable-action)
717         (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
718         (custom-theme-add-variable, custom-theme-add-face): Apply value
719         from the theme settings, instead of the current value.
720         (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
721         (custom-theme-visit-theme): Allow calling outside theme buffers.
722         (custom-theme-merge-theme): Don't enable the theme when merging.
723         (custom-theme-write-variables, custom-theme-write-faces): Use the
724         :shown-value properties to save buffer values, not global ones.
725         (customize-themes): Display a warning about user customizations.
727         * cus-edit.el (custom-variable-value-create)
728         (custom-face-value-create): Obey new special properties
729         :shown-value and :inhibit-magic.
731 2010-10-15  Michael Albinus  <michael.albinus@gmx.de>
733         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
734         Suppress expansion of tabs to spaces.  Reported by Dale Sedivec
735         <dale@codefu.org>.
737 2010-10-14  Kenichi Handa  <handa@m17n.org>
739         * mail/rmail.el (rmail-show-message-1): Catch an error of
740         base64-decode-region and just show an error message (bug#7165).
742         * ps-mule.el (ps-mule-font-spec-list): Delete it.  Not used anymore.
743         (ps-mule-begin-job): Fix for the case that only ENCODING is set in
744         a font-spec (bug#7197).
746 2010-10-14  Glenn Morris  <rgm@gnu.org>
748         * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
750 2010-10-14  Juanma Barranquero  <lekktu@gmail.com>
752         * international/mule.el (define-coding-system):
753         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
754         * composite.el (compose-region): Fix typo in docstring.
756 2010-10-14  Chong Yidong  <cyd@stupidchicken.com>
758         * cus-face.el (custom-theme-set-faces): Call custom-push-theme
759         only after checking the theme-face property.
761         * faces.el (face-spec-reset-face): Reset all attributes in one
762         single call to set-face-attribute.
763         (face-spec-match-p): Make it a defsubst.
764         (frame-set-background-mode): New arg KEEP-FACE-SPECS.
765         (x-create-frame-with-faces, tty-create-frame-with-faces)
766         (tty-set-up-initial-frame-faces): Don't recompute face specs in
767         frame-set-background-mode, since they are recomputed immediately
768         afterwards in face-set-after-frame-default.
769         (face-set-after-frame-default): Minor optimization.
770         (cursor): Provide non-trivial defface spec.
772         * custom.el (custom-theme-recalc-face): Simplify.
774 2010-10-14  Jay Belanger  <jay.p.belanger@gmail.com>
776         * calc/calc-alg.el (math-var): Rename from `var'.
777         (math-is-polynomial, math-is-poly-rec): Replace `var'
778         with `math-var'.
780         * calc/calcalg2.el (math-var): Rename from `var'.
781         (calcFunc-table, math-scan-for-limits): Replace `var'
782         with `math-var'.
784 2010-10-13  Glenn Morris  <rgm@gnu.org>
786         * subr.el (last): Deal with dotted lists (reported in bug#7174).
788 2010-10-13  Stephen Berman  <stephen.berman@gmx.net>
790         * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
792 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
794         * net/tls.el (tls-program): Remove spurious %s from openssl.
795         (tls-starttls-switches): Remove starttls hack.
796         (open-tls-stream): Ditto.
797         (tls-find-starttls-argument): Ditto.
799 2010-10-13  Juanma Barranquero  <lekktu@gmail.com>
801         * image.el (image-library-alist): Declare as obsolete alias.
802         (image-type-available-p): Use `dynamic-library-alist'.
804         * term/w32-win.el (dynamic-library-alist):
805         Use instead of `image-library-alist'.
807 2010-10-13  IRIE Shinsuke  <irieshinsuke@yahoo.co.jp>  (tiny change)
809         * subr.el (last): Make it faster.  (Bug#7174)
811 2010-10-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>  (tiny change)
813         * Makefile.in (compile-clean): Use `` instead of $().  (Bug#7178)
815 2010-10-12  Chong Yidong  <cyd@stupidchicken.com>
817         * cus-theme.el (custom-theme--listed-faces): Add cursor face.
818         (describe-theme-1): Extract doc from unloaded themes.
820         * custom.el (custom-theme-name-valid-p): Don't list color-themes.
822         * themes/tango-theme.el:
823         * themes/tango-dark-theme.el:
824         * themes/wheatgrass-theme.el: New files.
826 2010-10-12  Chong Yidong  <cyd@stupidchicken.com>
828         * cus-theme.el (describe-theme, customize-themes)
829         (custom-theme-save): New commands.
830         (custom-new-theme-mode-map): Bind C-x C-s.
831         (custom-new-theme-mode): Use custom--initialize-widget-variables.
832         (customize-create-theme): New optional arg THEME.
833         (custom-theme-revert): Use it.
834         (custom-theme-visit-theme): Remove dead code.
835         (custom-theme-merge-theme): Use custom-available-themes.
836         (custom-theme-write): Make interactive.
837         (custom-theme-write): Use custom-theme-name-valid-p.
838         (describe-theme-1, custom-theme-choose-revert)
839         (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
840         New funs.
841         (custom-theme-allow-multiple-selections): New option.
842         (custom-theme-choose-mode): New major mode.
844         * custom.el (custom-theme-set-variables): Remove dead code.
845         Obey custom--inhibit-theme-enable.
846         (custom--inhibit-theme-enable): New var.
847         (provide-theme): Obey it.
848         (load-theme): Replace load with manual read/eval, in order to
849         check for correctness.  Use custom-theme-name-valid-p.
850         (custom-theme-name-valid-p): New function.
851         (custom-available-themes): Use it.
853         * cus-edit.el (custom--initialize-widget-variables): New function.
854         (Custom-mode): Use it.
856         * cus-face.el (custom-theme-set-faces): Remove dead code.
857         Obey custom--inhibit-theme-enable.
859         * help-mode.el (help-theme-def, help-theme-edit): New buttons.
861 2010-10-12  Juanma Barranquero  <lekktu@gmail.com>
863         * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
865 2010-10-12  Jan Djärv  <jan.h.d@swipnet.se>
867         * term/ns-win.el (ns-right-alternate-modifier): New defvar.
868         (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
869         (mac-right-option-modifier): New alias for ns-right-option-modifier.
871         * cus-start.el (all): ns-right-alternate-modifier is new.
873 2010-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
875         * emacs-lisp/lisp.el (lisp-completion-at-point):
876         Use emacs-lisp-mode-syntax-table for the whole function.
878 2010-10-12  David Koppelman  <koppel@ece.lsu.edu>
880         * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
881         instead of font-lock-mode before adding keywords.
882         Remove hi-lock-mode off code.  Remove inhibit hack.
883         (hi-lock-set-pattern): Only add keywords if font-lock-fontified
884         non-nil; removed hook inhibit hack.
886 2010-10-12  Glenn Morris  <rgm@gnu.org>
888         * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
889         (load-path-shadows-find): ... to this.
890         (list-load-path-shadows): Update for above change.
892         * mail/mail-utils.el (mail-mbox-from): Also try return-path.
894 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
896         * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
897         Fix comment for declare-function.
899 2010-10-11  Chong Yidong  <cyd@stupidchicken.com>
901         * custom.el (custom-fix-face-spec): New function; code moved from
902         custom-face-edit-fix-value.
903         (custom-push-theme): Use it when checking if a face has been
904         changed outside customize.
905         (custom-available-themes): New function.
906         (load-theme): Use it.
908         * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
910         * custom.el (custom-push-theme): Cleanup (use cond).
911         (disable-theme): Recompute the saved-face property.
912         (custom-theme-recalc-face): Follow face alias before setting prop.
914         * image.el (image-checkbox-checked, image-checkbox-unchecked):
915         New variables, containing checkbox images.
917         * startup.el (fancy-startup-tail):
918         * wid-edit.el (checkbox): Use them.
920 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
922         * shell.el (shell-mode-map):
923         * progmodes/modula2.el (m2-mode-map):
924         * progmodes/inf-lisp.el (inferior-lisp-mode-map):
925         * play/mpuz.el (mpuz-mode-map):
926         * play/landmark.el (lm-mode-map):
927         * play/decipher.el (decipher-mode-map):
928         * play/5x5.el (5x5-mode-map):
929         * net/telnet.el (telnet-mode-map):
930         * net/quickurl.el (quickurl-list-mode-map):
931         * net/mairix.el (mairix-searches-mode-map):
932         * net/eudc-hotlist.el (eudc-hotlist-mode-map):
933         * net/dig.el (dig-mode-map):
934         * mail/mspools.el (mspools-mode-map):
935         * hexl.el (hexl-mode-map):
936         * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
937         (wordstar-C-o-map, wordstar-C-q-map):
938         * emacs-lisp/edebug.el (edebug-eval-mode-map):
939         * emacs-lisp/chart.el (chart-map):
940         * edmacro.el (edmacro-mode-map):
941         * erc/erc-list.el (erc-list-menu-mode-map):
942         * array.el (array-mode-map): Declare and define in one step.
944         * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
946 2010-10-10  Daiki Ueno  <ueno@unixuser.org>
948         * epa.el (epa-passphrase-callback-function): Display filename
949         passed as the 3rd arg.
950         * epa-file.el (epa-file-passphrase-callback-function):
951         Pass filename to epa-passphrase-callback-function.
953 2010-10-09  Chong Yidong  <cyd@stupidchicken.com>
955         * cus-edit.el (custom-face-widget-to-spec)
956         (custom-face-get-current-spec, custom-face-state): New functions.
957         (custom-face-set, custom-face-mark-to-save)
958         (custom-face-value-create, custom-face-state-set): Use them.
960         * cus-theme.el (custom-theme--listed-faces): New var.
961         (customize-create-theme): Use *Custom Theme* as the buffer name.
962         Set revert-buffer-function.  Optional arg BUFFER.  Insert all
963         faces listed in custom-theme--listed-faces.
964         (custom-theme-revert): New function.
965         (custom-theme-add-variable, custom-theme-add-face): Insert at the
966         bottom of the list.
967         (custom-theme-write): Prompt for theme name if empty.
968         (custom-theme-write-variables): Use dolist.
969         (custom-theme-write-faces): Handle hidden (collapsed) widgets.
971 2010-10-09  Alan Mackenzie  <acm@muc.de>
973         Enhance fontification of declarators to take account of the
974         presence/absence of "typedef".
976         * cc-engine.el (c-forward-type): New &optional param
977         "brace-block-too".
978         (c-forward-decl-or-cast-1): cdr of return value now indicates the
979         presence of either or both of a "struct"-like keyword and "typedef".
981         * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
982         fontification of declarators which follow a "}".
983         (c-font-lock-declarations): Fontify declarators according to the
984         presence/absence of "typedef".
986         * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
987         for "typedef".
988         (c-typedef-decl-key): New lang variable built from
989         c-typedef-decl-kwds.
991 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
993         * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
994         since that's too annoying.  Move the filter groups commands to
995         TAB/backtab.
997         * epa.el (epa-passphrase-callback-function): Say what we're
998         querying the password for.
1000         * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
1001         behaviour, don't bury the ibuffer buffer when visiting other buffers.
1003 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
1005         * cus-edit.el (custom-commands, custom-buffer-create-internal)
1006         (custom-magic-value-create): Pad button tags with spaces.
1007         (custom-face-edit): New variable.
1008         (custom-face-value-create): Determine whether to use the usual
1009         face editor here, instead of using custom-face-selected.
1010         Pass face defaults to custom-face-edit widget.
1011         (custom-face-selected, custom-display-unselected): Delete widgets.
1012         (custom-display-unselected-match): Function removed.
1013         (custom-face-set, custom-face-mark-to-save):
1014         Accept custom-face-edit widgets as the direct widget child.
1016         * wid-edit.el (widget--completing-widget): New var.
1017         (widget-default-complete): Bind it when doing completion.
1018         (widget-string-complete, widget-file-complete): Use it.
1020 2010-10-09  Glenn Morris  <rgm@gnu.org>
1022         * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
1023         (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
1024         (holiday-hebrew-misc): Small simplifications.
1026         * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
1028         * net/browse-url.el: Don't require thingatpt, term, dired,
1029         executable, or w3-auto when compiling.
1030         (dired-get-filename, term-char-mode, term-send-down, term-send-string):
1031         Declare.
1032         (browse-url-text-emacs): Require term.
1034 2010-10-08  Andreas Schwab  <schwab@linux-m68k.org>
1036         * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
1038 2010-10-08  Glenn Morris  <rgm@gnu.org>
1040         * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
1042         * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
1043         (shadows-compare-text-p): Make it an obsolete alias for...
1044         (load-path-shadows-compare-text): ... new name.
1045         (find-emacs-lisp-shadows): Update for above name change.
1046         (load-path-shadows-same-file-or-nonexistent): New name for the old
1047         shadow-same-file-or-nonexistent.
1049 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
1051         * minibuffer.el (completion--some, completion--do-completion)
1052         (minibuffer-complete-and-exit, minibuffer-completion-help)
1053         (completion-basic-try-completion)
1054         (completion-basic-all-completions)
1055         (completion-pcm--find-all-completions): Use lexical-let to
1056         avoid some false matches in variable completion (Bug#7056)
1058 2010-10-08  Olof Ohlsson Sax  <olof.ohlsson.sax@gmail.com>  (tiny change)
1060         * vc-svn.el (vc-svn-merge-news): Use --non-interactive.  (Bug#7152)
1062 2010-10-08  Leo  <sdl.web@gmail.com>
1064         * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
1065         return non-nil if the file exists (Bug#7090).
1067 2010-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1069         * minibuffer.el (completion--replace):
1070         Better preserve markers (bug#7138).
1072 2010-10-08  Juanma Barranquero  <lekktu@gmail.com>
1074         * server.el (server-process-filter): Doc fix.
1076 2010-10-08  Drew Adams  <drew.adams@oracle.com>
1078         * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
1080 2010-10-08  Andreas Schwab  <schwab@linux-m68k.org>
1082         * Makefile.in (ELCFILES): Update.
1084 2010-10-08  Glenn Morris  <rgm@gnu.org>
1086         * vc/ediff-wind.el (ediff-setup-control-frame):
1087         * vc/ediff-ptch.el (ediff-default-backup-extension):
1088         * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
1089         (ediff-exec-process): Remove system-types emx, windows-95.
1091         * net/browse-url.el (browse-url-xdg-open): Shell-quote url.  (Bug#7166)
1093 2010-10-07  Chong Yidong  <cyd@stupidchicken.com>
1095         * cus-edit.el (custom-variable, custom-face): Doc fix.
1096         (custom-face-edit): Add value-create attribute.
1097         (custom-face-edit-value-create)
1098         (custom-face-edit-value-visibility-action): New functions.
1099         Hide unused face attributes by default, and add a visibility toggle.
1100         (custom-face-edit-deactivate): Show empty values with shadow face.
1101         (custom-face-selected): Only use this for face specs with default
1102         attributes.
1103         (custom-face-value-create): Cleanup.
1105         * wid-edit.el (widget-checklist-value-create): Use dolist.
1106         (widget-checklist-match-find): Make second arg optional.
1108 2010-10-07  Glenn Morris  <rgm@gnu.org>
1110         * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
1111         Prefix things.
1113         * emacs-lisp/shadow.el (shadow-font-lock-keywords)
1114         (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
1115         load-path-shadows-mode, update references.
1116         (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
1117         Rename variable and button.
1118         (list-load-path-shadows): Update button caller.
1120 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1122         * emacs-lisp/smie.el (smie-bnf-classify): New function.
1123         (smie-bnf-precedence-table): Use it to remember the closers/openers.
1124         (smie-merge-prec2s): Handle those new entries.
1125         (smie-prec2-levels): Only set precedence to nil for actual
1126         openers/closers.
1127         * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
1128         that is now unnecessary.
1130 2010-10-07  Miles Bader  <miles@gnu.org>
1132         * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
1134 2010-10-07  Glenn Morris  <rgm@gnu.org>
1136         * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
1137         (mail-position-on-field): Remove declarations.
1138         (mail-position-on-field): Autoload it.
1139         (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
1140         and mail-header-end.  Don't require sendmail.
1142         * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
1143         (shadow-mode): New mode.
1144         (shadow-find-file): New button.
1145         (list-load-path-shadows): Use shadow-mode and buttons.
1147         * iimage.el (iimage-version): Remove.
1148         (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
1149         Turn into defcustoms.
1150         (iimage-mode-map): Give it a doc string.
1152         * calendar/appt.el (appt-activate): Give a warning rather than an error
1153         if there is no diary-file.
1155 2010-10-06  Michael Albinus  <michael.albinus@gmx.de>
1157         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1158         Use `tramp-handle-find-backup-file-name'.
1160 2010-10-06  Glenn Morris  <rgm@gnu.org>
1162         * font-core.el (font-lock-defaults-alist): Remove variable.
1163         (font-lock-mode): Doc fix.
1164         (font-lock-default-function): Do not consult font-lock-defaults-alist.
1165         * font-lock.el (font-lock-refresh-defaults): Doc fix.
1166         (font-lock-set-defaults): Doc fix.
1167         Do not consult font-lock-defaults-alist.
1169         * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
1171         * emacs-lisp/cl.el: No longer provide cl-19.
1173 2010-10-05  Michael Albinus  <michael.albinus@gmx.de>
1175         * net/tramp.el (tramp-handle-directory-files-and-attributes)
1176         (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
1177         New defuns, taken from tramp-smb.el.
1178         (tramp-coding-system-change-eol-conversion)
1179         (tramp-set-process-query-on-exit-flag): Remove.
1181         * net/tramp-compat.el (top): Do not check for byte-compiler objects.
1182         (tramp-compat-coding-system-change-eol-conversion)
1183         (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
1184         from tramp.el.
1186         * net/tramp-gvfs.el:
1187         * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
1188         by `tramp-compat-set-process-query-on-exit-flag'.
1190         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
1191         Use `tramp-handle-directory-files-and-attributes',
1192         `tramp-handle-file-exists-p' and
1193         `tramp-handle-file-newer-than-file-p'.
1194         (tramp-imap-handle-file-exists-p)
1195         (tramp-imap-handle-file-executable-p)
1196         (tramp-imap-handle-file-readable-p)
1197         (tramp-imap-handle-directory-files-and-attributes)
1198         (tramp-imap-handle-file-newer-than-file-p): Remove.
1200         * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
1201         by `tramp-compat-set-process-query-on-exit-flag' and
1202         `tramp-coding-system-change-eol-conversion' by
1203         `tramp-compat-coding-system-change-eol-conversion'.
1205         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1206         Use `tramp-handle-directory-files-and-attributes',
1207         `tramp-handle-file-exists-p' and
1208         `tramp-handle-file-newer-than-file-p'.
1209         (tramp-smb-handle-directory-files-and-attributes)
1210         (tramp-smb-handle-file-exists-p)
1211         (tramp-smb-handle-file-newer-than-file-p): Remove.
1212         (tramp-smb-maybe-open-connection):
1213         Replace `tramp-set-process-query-on-exit-flag' by
1214         `tramp-compat-set-process-query-on-exit-flag'.
1216 2010-10-05  Glenn Morris  <rgm@gnu.org>
1218         * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
1220 2010-10-04  Michael Albinus  <michael.albinus@gmx.de>
1222         Continue reorganization of load dependencies.  (Bug#7156)
1224         * net/tramp.el (tramp-handle-file-local-copy-hook)
1225         (tramp-delete-temp-file-function): Move down.
1226         (tramp-exists-file-name-handler): Move up.
1227         (tramp-register-file-name-handlers): Simplify autoload.
1228         (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
1229         (tramp-handle-directory-files, tramp-handle-dired-uncache)
1230         (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
1231         (tramp-handle-file-name-completion)
1232         (tramp-handle-file-name-directory)
1233         (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
1234         (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
1235         (tramp-handle-find-backup-file-name)
1236         (tramp-handle-insert-file-contents, tramp-handle-load)
1237         (tramp-handle-substitute-in-file-name)
1238         (tramp-handle-unhandled-file-name-directory)
1239         (tramp-mode-string-to-int, tramp-local-host-p)
1240         (tramp-make-tramp-temp-file): Move from tramp-sh.el.
1242         * net/tramp-gvfs.el (top):
1243         * net/tramp-smb.el (top): Do not require 'tramp-sh.
1245         * net/tramp-sh.el (all): Move several objects to tramp.el, see
1246         there.  Rename `tramp-handle-*' to `tramp-sh-handle-*'.
1248 2010-10-04  Glenn Morris  <rgm@gnu.org>
1250         * calendar/appt.el (appt-add): Ensure reminders are enabled.
1251         (appt-activate): Give status messages.
1253 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
1255         * net/gnutls.el: Improve docs.  Remove starttls and ssl emulation.
1256         Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
1257         `gnutls-negotiate' (formerly `starttls-negotiate').
1258         Remove trivial wrapper `starttls-open-stream'.
1260 2010-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
1262         Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
1263         log-outgoing commands.
1264         * vc/vc.el (vc-log-internal-common): Add a new argument and use it
1265         to create a buffer local revert-buffer-function variable.
1266         (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
1267         revert-buffer-function lambda.
1269 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
1271         * net/gnutls.el (starttls-negotiate): Use the plist interface to
1272         `gnutls-boot'.  Make TYPE the only required parameter.
1273         Allow TRUSTFILES and KEYFILES to be lists.
1274         (open-ssl-stream): Use it.
1276 2010-10-03  Glenn Morris  <rgm@gnu.org>
1278         * subr.el (directory-sep-char): Remove obsolete variable.
1279         * net/tramp-compat.el: Don't mess about with the byte-compiler unless
1280         it is "necessary".
1282         * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
1283         * vc/vc.el (vc-static-header-alist): Doc fix.
1284         * vc/vc-cvs.el (vc-cvs-header):
1285         * vc/vc-rcs.el (vc-rcs-header):
1286         * vc/vc-sccs.el (vc-sccs-header):
1287         * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
1288         * obsolete/vc-mcvs.el (vc-mcvs-header):
1289         * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
1290         on XEmacs.
1292 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1294         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1295         Remove obsolete use of binary-overwrite-mode (Bug#7001).
1297 2010-10-03  Glenn Morris  <rgm@gnu.org>
1299         * obsolete/x-menu.el: Remove file, obsolete since 21.1
1301         * textmodes/rst.el (rst-font-lock-keywords-function):
1302         Drop Emacs 20 code.
1304         * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
1306         * printing.el: Drop Emacs 20 code.
1308         * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
1309         without having used appt.el already).
1311         * subr.el (make-local-hook): Remove function obsolete since 21.1.
1312         * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
1313         (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
1314         XEmacs.
1315         * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
1316         (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
1318         * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
1319         (charset-width, find-charset-region, chars-in-region, forward-point)
1320         (encode-coding-string, coding-system-p, ccl-execute-on-string)
1321         (define-ccl-program, multibyte-string-p, string-make-multibyte):
1322         Remove compatibility cruft (none of these are used by ps*.el).
1324 2010-10-03  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
1326         * subr.el (booleanp): Return t instead of a list (Bug#7086).
1328 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1330         * server.el (server-process-filter, server-return-error):
1331         Give emacsclient time to shut down after receiving an error string.
1333 2010-10-02  Michael Albinus  <michael.albinus@gmx.de>
1335         * files.el (remote-file-name-inhibit-cache): New defcustom.
1337         * time.el (display-time-file-nonempty-p):
1338         Use `remote-file-name-inhibit-cache'.
1340         * net/tramp.el (tramp-completion-reread-directory-timeout):
1341         Fix docstring.
1343         * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
1344         (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
1345         `remote-file-name-inhibit-cache'.  Check also for an integer
1346         value.  Add/increase counter when `tramp-verbose' >= 10.
1347         (tramp-set-file-property): Add/increase counter when
1348         `tramp-verbose' >= 10.
1350         * net/tramp-cmds.el (tramp-cleanup-all-connections)
1351         (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
1352         (tramp-bug): Set tramp-autoload cookie.  Report all interned
1353         tramp-* variables.  Report also `remote-file-name-inhibit-cache'.
1354         (tramp-reporter-dump-variable): Fix docstring.  Mask non-7bit
1355         characters only in strings.
1357         * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
1358         to backward compatibility.
1360         * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
1361         (tramp-handle-file-name-all-completions)
1362         (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
1363         (tramp-open-connection-setup-interactive-shell):
1364         Call `tramp-cleanup-connection' directly.
1366 2010-10-02  Glenn Morris  <rgm@gnu.org>
1368         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
1370         * subr.el (char-bytes): Remove obsolete function.
1372         * isearch.el (isearch-return-char): Remove obsolete function.
1374         * mouse.el: No longer provide mldrag.
1375         (mldrag-drag-mode-line, mldrag-drag-vertical-line):
1376         Remove obsolete aliases.
1378         * comint.el (comint-kill-output): Remove obsolete alias.
1380         * composite.el (decompose-composite-char): Remove obsolete function.
1381         * ps-def.el (decompose-composite-char): Remove unused function.
1383         * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
1385         * outline.el (outline-visible): Remove obsolete function.
1387         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1388         * faces.el (internal-find-face, internal-get-face)
1389         (frame-update-faces, frame-update-face-colors)
1390         (x-frob-font-weight, x-frob-font-slant)
1391         (internal-frob-font-weight, internal-frob-font-slant)
1392         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1393         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1394         (x-make-font-bold-italic): Remove functions and aliases, obsolete
1395         since Emacs 21.1.
1396         * emulation/viper-util.el (viper-get-face):
1397         * obsolete/lucid.el (find-face, get-face): Use facep.
1398         * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
1399         Remove unused functions.
1400         * vc/ediff-util.el (ediff-submit-report): Doc fix.
1402         * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
1403         delete tempfile if interrupted during compilation.
1405 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1407         * net/tls.el (tls-starttls-switches): Give up on using starttls with
1408         gnutls-cli.
1409         (tls-program): Add --insecure to be consistent with the defaults from
1410         openssl s_client.  Now all three commands are insecure.
1412 2010-10-01  Eli Zaretskii  <eliz@gnu.org>
1414         * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
1415         (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
1416         (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
1418 2010-10-01  Glenn Morris  <rgm@gnu.org>
1420         * obsolete/sc.el: Remove file.
1422         * files.el (temporary-file-directory): On darwin, also try
1423         DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
1425 2010-10-01  Juanma Barranquero  <lekktu@gmail.com>
1427         * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
1428         Let's not break compatibility gratuitously, shall we?
1430 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1432         * net/tls.el (tls-starttls-switches): New variable.
1433         (tls-find-starttls-argument): Use it.
1434         (open-tls-stream): Ditto.
1436         * net/netrc.el (netrc-credentials): Return the value of the "default"
1437         entry.
1438         (netrc-machine): Ditto.
1440 2010-09-30  Eli Zaretskii  <eliz@gnu.org>
1442         * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
1444 2010-09-30  Juanma Barranquero  <lekktu@gmail.com>
1446         * server.el (server-start): Don't write pid to the authentication file.
1447         (server-create-tty-frame): Don't send pid.
1448         (server-process-filter): Send pid at the start of every connection.
1450 2010-09-30  Glenn Morris  <rgm@gnu.org>
1452         * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
1453         (show-all-diary-entries): Remove obsolete function aliases.
1455         * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
1456         Remove options, obsolete since 22.1.
1457         (appt-display-format, appt-display-message): Remove
1458         backwards-compatibility code.
1459         (appt-check): No longer check appt-issue-message.
1460         (appt-make-list): No longer autoload it.  Doc fix.  No longer
1461         activate the package.
1463 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1465         * net/gnutls.el (starttls-negotiate): Loop a lot longer.
1466         (starttls-negotiate): Just call boot, and let the handshake be
1467         triggered from the read loop.
1469 2010-09-29  Glenn Morris  <rgm@gnu.org>
1471         * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
1472         not displaying the diary.
1473         (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
1474         * calendar/appt.el (appt-check): No longer need to kill diary.
1476         * calendar/diary-lib.el (diary-list-entries): Move the
1477         "Preparing..." message entirely here.
1478         (diary-simple-display, diary-fancy-display): Move "Preparing..."
1479         messages to diary-list-entries.
1480         (diary-include-other-diary-files): Use LIST-ONLY rather than setting
1481         diary-display-function.
1483         * calendar/diary-lib.el (diary-include-other-diary-files):
1484         Trap some recursive includes.
1486         * calendar/appt.el (appt-activate): Check diary file.
1488 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1490         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1491         construction.
1493         * calendar/time-date.el: No need to require cl for Emacs 21.
1495 2010-09-28  Glenn Morris  <rgm@gnu.org>
1497         * calendar/appt.el (appt-check): Minor simplification.
1499 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1501         * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
1502         citation prefix.
1504 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
1506         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1507         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
1509 2010-09-27  Kenichi Handa  <handa@m17n.org>
1511         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
1512         "ustar" format.
1514 2010-09-27  Kenichi Handa  <handa@m17n.org>
1516         * international/mule.el (define-coding-system): Docstring fixed.
1518         * international/mule-diag.el (describe-character-set): Use princ
1519         with proper print-length and print-level instead of insert.
1521 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1523         * window.el (walk-windows): Doc fix (bug#7105).
1525 2010-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1527         * emacs-lisp/float-sup.el (e): Remove.
1529 2010-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
1531         * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
1532         variable.
1533         (starttls-negotiate): Use it.
1535 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1537         * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
1538         back.
1540 2010-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1542         * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
1544 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1546         * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
1548         * net/netrc.el (netrc-store-data): New function.
1550 2010-09-26  Teodor Zlatanov  <tzz@lifelogs.com>
1552         * net/gnutls.el: GnuTLS glue code to set up a connection.
1554 2010-09-25  Julien Danjou  <julien@danjou.info>
1556         * notifications.el: Call dbus-register-signal only if it is bound.
1558 2010-09-25  Glenn Morris  <rgm@gnu.org>
1560         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
1561         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
1562         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
1563         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
1564         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
1565         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
1566         * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
1567         * eshell/esh-util.el, eshell/esh-var.el:
1568         Remove leading `*' from docs of faces and defcustoms.
1570 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
1572         * eshell/em-ls.el (eshell-ls-archive-regexp):
1573         * eshell/esh-util.el (eshell-tar-regexp):
1574         * ibuffer.el (ibuffer-compressed-file-name-regexp):
1575         * info.el (Info-suffix-list):
1576         * international/mule.el (auto-coding-alist):
1577         * woman.el (woman-file-regexp, woman-file-compression-regexp):
1578         * progmodes/etags.el (tags-compression-info-list):
1579         Support xz compression.
1581 2010-09-25  Chong Yidong  <cyd@stupidchicken.com>
1583         * files.el (get-free-disk-space): Don't assume the "df" output
1584         columns line up (Bug#6995).
1586 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
1588         * finder.el (finder-unknown-keywords):
1589         * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
1590         * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
1592 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
1594         * server.el (server-start): Revert part of 2010-08-08 change.  Using
1595         address 127.0.0.1 for local host is now done in Fmake_network_process.
1597 2010-09-24  Glenn Morris  <rgm@gnu.org>
1599         * image-mode.el, progmodes/compile.el, progmodes/gud.el:
1600         * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
1601         * textmodes/css-mode.el, textmodes/dns-mode.el:
1602         Move autoloaded auto-mode-alist entries to files.el.
1603         * files.el (auto-mode-alist): Move entries here.
1605 2010-09-23  Glenn Morris  <rgm@gnu.org>
1607         * isearch.el (isearch-lazy-highlight-cleanup)
1608         (isearch-lazy-highlight-initial-delay)
1609         (isearch-lazy-highlight-interval)
1610         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
1611         * net/net-utils.el (ipconfig-program-options):
1612         Move aliases to options before the associated definitions.
1614 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1616         * newcomment.el (comment-normalize-vars): Better test validity of
1617         comment-end-skip.
1619 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1621         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
1622         (float-e): New name for `e'.
1623         (degrees-to-radians, radians-to-degrees):
1624         * calendar/solar.el (solar-longitude):
1625         * calculator.el (calculator-registers, calculator-funcall):
1626         * textmodes/artist.el (artist-spray-random-points):
1627         * play/bubbles.el (bubbles--initialize-images): Use new names.
1629 2010-09-23  Eric M. Ludlam  <zappo@gnu.org>
1631         Update to CEDET 1.0's version of EIEIO.
1633         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
1634         New function.
1635         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
1636         (eieio-default-eval-maybe): Eval val instead of unquoting only.
1637         (class-precedence-list): If class is nil, return nil.
1638         (eieio-generic-call): If class of first input arg is nil, don't
1639         look up static methods, and do check for primary methods.
1640         (initialize-instance): See if the default needs to be evaluated
1641         during the constructor.
1642         (eieio-perform-slot-validation-for-default): Don't do the check
1643         for values that will eventually be evaluated.
1644         (eieio-eval-default-p): New function.
1645         (eieio-default-eval-maybe): Use it.
1647 2010-09-23  Jan Moringen  <jan.moringen@uni-bielefeld.de>
1649         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1650         method-invocation-order.
1651         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1652         (eieio-class-precedence-dfs): Compute class precedence list using
1653         dfs algorithm.
1654         (eieio-class-precedence-bfs): Compute class precedence list using
1655         bfs algorithm.
1656         (eieio-class-precedence-c3): Compute class precedence list using
1657         c3 algorithm.
1658         (class-precedence-list): New function.
1659         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1660         (inconsistent-class-hierarchy): New error symbol.
1661         (call-next-method): Stow the replacement argument list for future
1662         call-next-method invocations.
1664 2010-09-23  Glenn Morris  <rgm@gnu.org>
1666         * calendar/appt.el (appt-check): If not displaying the diary,
1667         use (diary 1) to only get the entries we need.
1668         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1669         that it is in day order.  (Bug#7019)
1671         * calendar/appt.el (appt-check): Rather than showing the diary,
1672         just turn off invisible display, and only if needed.
1674         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
1676 2010-09-23  Glenn Morris  <rgm@gnu.org>
1678         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
1679         (byte-compile-defvar, byte-compile-cl-warn):
1680         Start warnings with lower-case, like the majority.
1682         * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
1684         * files.el (auto-mode-alist): Prefer C-mode for .xs.  (Bug#7071)
1686         * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
1687         * files.el (auto-mode-alist): Move ld-script entries here, further down
1688         the list.
1690         * vc/add-log.el: Don't require timezone when compiling.
1691         (timezone-make-date-sortable): Autoload it.
1692         (change-log-sortable-date-at): Don't require timezone.
1693         Use `ignore-errors'.
1695         * comint.el (comint-use-prompt-regexp-instead-of-fields):
1696         Move alias before definition, so it does not need autoloading.
1698         * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
1699         * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
1700         * international/kkc.el, international/ogonek.el, mail/feedmail.el:
1701         * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
1702         * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
1703         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
1704         * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
1705         * textmodes/tex-mode.el, textmodes/two-column.el:
1706         Remove leading `*' from docs of defcustoms etc.
1708 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1710         * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
1712 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1714         * calendar/time-date.el (date-to-time): Try using parse-time-string
1715         first before using the slower timezone-make-date-arpa-standard.
1717 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1719         * calendar/time-date.el (format-seconds): Comment fix.
1721 2010-09-22  Glenn Morris  <rgm@gnu.org>
1723         * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
1724         is not automatically buffer-local.
1726 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1728         * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
1729         (smie-indent-comment): Be more careful with comment-start-skip.
1730         (smie-indent-comment-close, smie-indent-comment-inside): New funs.
1731         (smie-indent-functions): Use them.
1733 2010-09-21  Michael Albinus  <michael.albinus@gmx.de>
1735         * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
1737 2010-09-21  Jan Djärv  <jan.h.d@swipnet.se>
1739         * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
1740         tool-bar-position.  Don't modify frame parameters here.
1741         (menu-bar-options-save): Add tool-bar-position.
1743         * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
1745 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1747         * textmodes/reftex-parse.el (reftex-what-macro)
1748         (reftex-context-substring): Let-bind forward-sexp-function to nil
1749         since we don't need/want to treat \begin...\end as a block (bug#7053).
1751         * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
1753         * simple.el (blink-matching-open): Use syntax-class.
1755         * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
1756         Set invisibility spec for pascal's outline mode.
1757         (pascal-outline-change): Clean up calling convention.
1758         (pascal-show-all, pascal-hide-other-defuns): Update callers.
1760         * progmodes/prolog.el (prolog-smie-forward-token)
1761         (prolog-smie-backward-token): New functions.
1762         (prolog-mode-variables): Use them to parse "!," correctly.
1763         Set up smie-blink-matching for ".".
1765         * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
1766         and `end'.
1767         (ispell-region, ispell-process-line): Update users.
1769         * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
1770         point-min==1.
1772         * textmodes/ispell.el: Fix commenting convention.
1773         (ispell-parse-output): Simplify, use push.
1774         (ispell-region): Use match-string-no-properties.
1775         (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
1776         (ispell-minor-mode): Use define-minor-mode.
1777         (ispell-message): Remove unused var `skip-regexp'.
1778         (ispell-add-per-file-word-list): Use dynamic let-binding.
1779         Try and use the proper comment marker.
1781         * mail/sendmail.el: Fix commenting convention.
1782         (sendmail-send-it): Use line-beginning-position.
1784         * help-fns.el (describe-variable): Add original value, if applicable.
1786 2010-09-20  Juanma Barranquero  <lekktu@gmail.com>
1788         * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
1790         * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
1792 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1794         * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
1795         (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
1796         (smie-prec2-levels): Use them to better diagnose precedence cycles.
1797         (smie-blink-matching-check): Don't signal a mismatch if car is t.
1798         (smie-blink-matching-open): Rewrite to remove assumptions, so that
1799         something like "." can also be a closer.
1800         (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
1801         (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
1802         Rename internal functions to use "--".  Update callers.
1804         * frame.el (make-frame-names-alist): Don't list frames on other displays.
1806         * fringe.el (fringe-styles): New var.
1807         (fringe-mode, fringe-query-style): Use it.
1809 2010-09-18  Michael R. Mauger  <mmaug@yahoo.com>
1811         * progmodes/sql.el: Version 2.8
1812         (sql-login-params): Update widget structure; changes still needed.
1813         (sql-product-alist): Add :list-all and :list-table features for
1814         SQLite, Postgres and MySQL products.
1815         (sql-redirect): Handle default value.
1816         (sql-execute, sql-execute-feature): New functions.
1817         (sql-read-table-name): New function.
1818         (sql-list-all, sql-list-table): New functions.  User API.
1819         (sql-mode-map, sql-interactive-mode-map): Add key definitions
1820         for above functions.
1821         (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
1822         for above functions.
1823         (sql-postgres-login-params): Add user and database defaults.
1824         (sql-buffer-live-p): Bug fix.
1825         (sql-product-history): New variable.
1826         (sql-read-product): New function. Use it.
1827         (sql-set-product, sql-product-interactive): Use it.
1828         (sql-connection-history): New variable.
1829         (sql-read-connection): New function.  Use it.
1830         (sql-connect): New function.
1831         (sql-for-each-login): Redesign function interface.
1832         (sql-make-alternate-buffer-name, sql-save-connection): Use it.
1833         (sql-get-login-ext, sql-get-login): Use it.  Handle default values.
1834         (sql-comint): Check for program.  Existing live buffer.
1835         (sql-comint-postgres): Add port parameter.
1837 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1839         * emacs-lisp/warnings.el: Fix commenting convention.
1840         (display-warning): Use special mode and make the buffer read-only.
1842 2010-09-18  Jay Belanger  <jay.p.belanger@gmail.com>
1844         * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
1845         empty string when it follows a repeated or optional pattern.
1847 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1849         * indent.el (indent-according-to-mode): Apply syntax-propertize.
1850         (indent-region): Use indent-according-to-mode.
1852 2010-09-18  Eli Zaretskii  <eliz@gnu.org>
1854         * fringe.el (fringe-mode): Doc fix.
1856 2010-09-14  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1858         * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
1859         refreshing the preview buffer.
1861 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1863         * textmodes/tex-mode.el (tex-syntax-propertize-rules)
1864         (latex-syntax-propertize-rules): New consts; replace
1865         tex-font-lock-syntactic-keywords.
1866         (tex-env-mark, latex-env-before-change): New functions.
1867         (latex-electric-env-pair-mode): New minor mode.
1868         (tex-font-lock-verb): Change arguments; do move point.
1869         (tex-font-lock-syntactic-face-function): Adjust to new verbatim
1870         representation as a form of comment.
1871         (tex-font-lock-keywords-1): Remove workaround, now unneeded.
1872         (doctex-syntax-propertize-rules): New const; replaces
1873         doctex-font-lock-syntactic-keywords.
1874         (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
1876         * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
1877         (fortran-make-syntax-propertize-function): New function; replaces
1878         fortran-font-lock-syntactic-keywords.
1879         (fortran-mode): Use it.
1880         (fortran-line-length): Use it.  Improve interactive spec.
1882         * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
1883         (syntax-propertize-rules): Add var-ref case.  Fix offset computation
1884         when adding surrounding \(..\).
1886         * progmodes/js.el (js-mode): Fix last change (bug#7054).
1888 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1890         * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
1891         Use with-current-buffer.
1893         * isearch.el (isearch-face): Rename from `isearch'.
1894         (isearch-highlight): Use new name.
1896 2010-09-17  Eli Zaretskii  <eliz@gnu.org>
1898         * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
1899         5, for `half' width fringes.  (Bug#6933)
1901 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1903         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
1904         (byte-compile-defvar): "foo/bar" does not lack a prefix.
1906         * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
1908 2010-09-17  Stephen Berman  <stephen.berman@gmx.net>
1910         * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
1911         in calculating new frame position.  Add more space between new and
1912         parent on the left (Bug#7048).
1914 2010-09-17  Michael Albinus  <michael.albinus@gmx.de>
1916         * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
1917         defmacro.
1919 2010-09-16  Chong Yidong  <cyd@stupidchicken.com>
1921         * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
1923         * term/x-win.el (x-cut-buffer-or-selection-value): Define as
1924         obsolete alias for x-selection-value.
1926         * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
1928 2010-09-16  Michael Albinus  <michael.albinus@gmx.de>
1930         * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
1931         cookie.
1933 2010-09-15  Michael Albinus  <michael.albinus@gmx.de>
1935         * net/tramp-compat.el (tramp-compat-with-temp-message)
1936         (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
1937         (tramp-compat-process-put): New defuns.
1939         * net/tramp.el (top):
1940         * net/tramp-gvfs.el (top):
1941         * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
1943         * net/tramp.el (tramp-progress-reporter-update):
1944         Use `tramp-compat-funcall'.
1946         * net/tramp.el (tramp-process-actions):
1947         * net/tramp-gvfs.el (tramp-handle-vc-registered):
1948         * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
1949         (tramp-get-remote-stat, tramp-get-remote-readlink):
1950         Use `tramp-compat-with-temp-message'.
1952         * net/tramp-sh.el (top): Require 'cl.
1953         (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
1954         (tramp-open-connection-setup-interactive-shell):
1955         Use `tramp-compat-process-put'.
1957 2010-09-15  Alan Mackenzie  <acm@muc.de>
1959         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
1960         indentation.
1961         (c-forward-<>-arglist-recur): Fix an infinite recursion.
1963 2010-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1965         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
1966         `lexical' for warnings related to lexical scoping.
1967         (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
1968         global vars which don't have a prefix and could hence affect lexical
1969         scoping in unrelated files.
1971 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1973         * net/imap.el: Revert back to version
1974         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1975         seem problematic.
1977 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1979         * obsolete/old-whitespace.el (whitespace-unload-function):
1980         Explicitly pass `obarray' to `unintern' to avoid a warning.
1982 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1984         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1985         Add `when' argument.  Update callers.
1987         * subr.el (unintern): Declare the obarray arg mandatory.
1989 2010-09-14  Glenn Morris  <rgm@gnu.org>
1991         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1992         Doc fixes.
1994         * calendar/diary-lib.el (diary-included-files): New variable.
1995         (diary-list-entries): Maybe initialize diary-included-files.
1996         (diary-include-other-diary-files): Append to diary-included-files.
1997         * calendar/appt.el (appt-update-list): Also check the members of
1998         diary-included-files.  (Bug#6999)
1999         (appt-check): Doc fix.
2001 2010-09-14  David Reitter  <david.reitter@gmail.com>
2003         * simple.el (line-move-visual): Do not truncate goal column to
2004         integer size.  (Bug#7020)
2006 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2008         * repeat.el (repeat): Allow repeating when the last event is a click.
2009         Suggested by Drew Adams (bug#6256).
2011 2010-09-14  Sascha Wilde  <wilde@sha-bang.de>
2013         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
2014         Replace setting HGRCPATH to "" by some less invasive --config options.
2016 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2018         * font-lock.el (font-lock-beginning-of-syntax-function):
2019         Mark as obsolete.
2021 2010-09-14  Glenn Morris  <rgm@gnu.org>
2023         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
2024         and tool-bar modes.  (Bug#6211)
2025         (menu-bar-mode): Move setting of standard-value after the
2026         minor-mode definition, otherwise it seems to have no effect.
2028 2010-09-14  Masatake YAMATO  <yamato@redhat.com>
2030         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
2031         Fix typo.  (Bug#6976)
2033 2010-09-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2035         * whitespace.el: Allow cleaning up blanks without blank
2036         visualization (Bug#6651).  Adjust help window for
2037         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
2038         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
2039         (whitespace-style): Add new value 'face.  Adjust docstring.
2040         (whitespace-space, whitespace-hspace, whitespace-tab):
2041         Adjust foreground property face.
2042         (whitespace-line-column): Adjust docstring and type declaration.
2043         (whitespace-style-value-list, whitespace-toggle-option-alist)
2044         (whitespace-help-text): Adjust const initialization.
2045         (whitespace-toggle-options, global-whitespace-toggle-options):
2046         Adjust docstring.
2047         (whitespace-display-window, whitespace-interactive-char)
2048         (whitespace-style-face-p, whitespace-color-on): Adjust code.
2049         (whitespace-help-scroll): New fun.
2051 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2053         * calendar/time-date.el (format-seconds): Comment fix.
2055 2010-09-13  Michael R. Mauger  <mmaug@yahoo.com>
2057         * progmodes/sql.el: Version 2.7.
2058         (sql-buffer-live-p): Improve detection.
2059         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
2060         (sql-set-sqli-buffer): Use it.
2061         (sql-product-interactive): Run `sql-set-sqli-hook'.
2062         (sql-rename-buffer): Code cleanup.
2063         (sql-redirect, sql-redirect-value): New functions.  More to come.
2065 2010-09-13  Juanma Barranquero  <lekktu@gmail.com>
2067         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.
2068         * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
2069         (TRAMP_SRC): New macro.
2070         ($(lisp)/net/tramp-loaddefs.el): New target.
2072 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
2074         Major code cleanup.  Split tramp.el into tramp.el and tramp-sh.el.
2076         * Makefile.in (TRAMP_SRC): Remove tramp-fish.el.  Add tramp-sh.el.
2078         * net/tramp.el (top): Don't show loading message.  Require just
2079         'tramp-compat, everything else is required there.
2080         Use `ignore-errors' where appropriate.
2081         (tramp-inline-compress-start-size, tramp-copy-size-limit)
2082         (tramp-terminal-type, tramp-end-of-output)
2083         (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
2084         (tramp-completion-function-alist-ssh)
2085         (tramp-completion-function-alist-telnet)
2086         (tramp-completion-function-alist-su)
2087         (tramp-completion-function-alist-putty, tramp-remote-path)
2088         (tramp-remote-process-environment, tramp-sh-extra-args)
2089         (tramp-actions-before-shell, tramp-uudecode)
2090         (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
2091         (tramp-perl-file-attributes)
2092         (tramp-perl-directory-files-and-attributes)
2093         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
2094         (tramp-perl-encode, tramp-perl-decode)
2095         (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
2096         (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
2097         (tramp-handle-make-symbolic-link, tramp-handle-load)
2098         (tramp-handle-file-name-as-directory)
2099         (tramp-handle-file-name-directory)
2100         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
2101         (tramp-handle-file-exists-p, tramp-handle-file-attributes)
2102         (tramp-do-file-attributes-with-ls)
2103         (tramp-do-file-attributes-with-perl)
2104         (tramp-do-file-attributes-with-stat)
2105         (tramp-handle-set-visited-file-modtime)
2106         (tramp-handle-verify-visited-file-modtime)
2107         (tramp-handle-set-file-modes, tramp-handle-set-file-times)
2108         (tramp-set-file-uid-gid, tramp-remote-selinux-p)
2109         (tramp-handle-file-selinux-context)
2110         (tramp-handle-set-file-selinux-context)
2111         (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
2112         (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
2113         (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
2114         (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
2115         (tramp-handle-file-ownership-preserved-p)
2116         (tramp-handle-directory-file-name, tramp-handle-directory-files)
2117         (tramp-handle-directory-files-and-attributes)
2118         (tramp-do-directory-files-and-attributes-with-perl)
2119         (tramp-do-directory-files-and-attributes-with-stat)
2120         (tramp-handle-file-name-all-completions)
2121         (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
2122         (tramp-handle-copy-file, tramp-handle-copy-directory)
2123         (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
2124         (tramp-do-copy-or-rename-file-via-buffer)
2125         (tramp-do-copy-or-rename-file-directly)
2126         (tramp-do-copy-or-rename-file-out-of-band)
2127         (tramp-handle-make-directory, tramp-handle-delete-directory)
2128         (tramp-handle-delete-file)
2129         (tramp-handle-dired-recursive-delete-directory)
2130         (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
2131         (tramp-handle-insert-directory)
2132         (tramp-handle-unhandled-file-name-directory)
2133         (tramp-handle-expand-file-name)
2134         (tramp-handle-substitute-in-file-name)
2135         (tramp-handle-executable-find, tramp-process-sentinel)
2136         (tramp-handle-start-file-process, tramp-handle-process-file)
2137         (tramp-handle-call-process-region, tramp-handle-shell-command)
2138         (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
2139         (tramp-handle-insert-file-contents)
2140         (tramp-handle-insert-file-contents-literally)
2141         (tramp-handle-find-backup-file-name)
2142         (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
2143         (tramp-vc-registered-file-names, tramp-handle-vc-registered)
2144         (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
2145         (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
2146         (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
2147         (tramp-find-file-exists-command, tramp-open-shell)
2148         (tramp-find-shell, tramp-barf-if-no-shell-prompt)
2149         (tramp-open-connection-setup-interactive-shell)
2150         (tramp-local-coding-commands, tramp-remote-coding-commands)
2151         (tramp-find-inline-encoding, tramp-call-local-coding-command)
2152         (tramp-inline-compress-commands, tramp-find-inline-compress)
2153         (tramp-compute-multi-hops, tramp-maybe-open-connection)
2154         (tramp-send-command, tramp-wait-for-output)
2155         (tramp-send-command-and-check, tramp-barf-unless-okay)
2156         (tramp-send-command-and-read, tramp-mode-string-to-int)
2157         (tramp-convert-file-attributes, tramp-check-cached-permissions)
2158         (tramp-file-mode-from-int, tramp-file-mode-permissions)
2159         (tramp-shell-case-fold, tramp-make-copy-program-file-name)
2160         (tramp-method-out-of-band-p, tramp-local-host-p)
2161         (tramp-get-remote-path, tramp-get-remote-tmpdir)
2162         (tramp-get-ls-command, tramp-get-ls-command-with-dired)
2163         (tramp-get-test-command, tramp-get-test-nt-command)
2164         (tramp-get-file-exists-command, tramp-get-remote-ln)
2165         (tramp-get-remote-perl, tramp-get-remote-stat)
2166         (tramp-get-remote-readlink, tramp-get-remote-trash)
2167         (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
2168         (tramp-get-local-uid, tramp-get-local-gid)
2169         (tramp-get-inline-compress, tramp-get-inline-coding): Move to
2170         tramp-sh.el.
2171         (tramp-methods, tramp-default-method-alist)
2172         (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
2173         Move initialization to tramp-sh.el.
2174         (tramp-temp-name-prefix): Make it a defconst.
2175         (tramp-dissect-file-name): Don't check anymore for multi-hop
2176         methods.
2177         (tramp-debug-outline-regexp): Add a docstring.
2178         (tramp-debug-outline-level): Rename from `tramp-outline-level'.
2179         (tramp-get-debug-buffer): Use it.
2181         * net/tramp-cache.el (top): Set tramp-autoload cookie for
2182         initialization forms.
2183         (tramp-set-connection-property): Don't protect `tramp-message'
2184         call, it isn't necessary any longer.
2185         (tramp-dump-connection-properties): Use `ignore-errors'.
2187         * net/tramp-compat.el (top): Require 'advice, 'format-spec,
2188         'password-cache and 'auth-source.
2190         * net/tramp-gvfs.el (top):
2191         * net/tramp-smb.el (top): Require 'tramp-sh.
2193         * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
2195         * net/tramp-sh.el: New file, derived from tramp.el.
2196         (top): Initialize `tramp-methods', `tramp-default-method-alist',
2197         `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
2198         Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
2199         Use `ignore-errors' where appropriate.
2200         (tramp-sh-file-name-handler-alist): Rename from
2201         `tramp-file-name-handler-alist'.
2202         (tramp-send-command-and-check): Return t or nil.  Remove all
2203         `zerop' checks, where called.
2204         (tramp-handle-set-file-modes)
2205         (tramp-do-copy-or-rename-file-directly)
2206         (tramp-handle-delete-directory, tramp-handle-delete-file)
2207         (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
2208         (tramp-sh-file-name-handler, tramp-send-command-and-check)
2209         (tramp-get-remote-ln): Set tramp-autoload cookie.
2211         * net/tramp-fish.el: Remove file.
2213 2010-09-13  Daiki Ueno  <ueno@unixuser.org>
2215         * epa-file.el (epa-file-insert-file-contents): If visiting, bind
2216         buffer-file-name to avoid file-locking.  (Bug#7026)
2218 2010-09-13  Julien Danjou  <julien@danjou.info>
2220         * notifications.el (notifications-notify): Add support for
2221         image-path and sound-name.
2222         (notifications-specification-version): Add this variable.
2224 2010-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2226         * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
2228 2010-09-12  Leo  <sdl.web@gmail.com>
2230         * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
2231         (rcirc-completion-start): New variables.
2232         (rcirc-nick-completions): Rename to rcirc-completions.
2233         (rcirc-nick-completion-start-offset): Delete.
2234         (rcirc-completion-at-point): New function for constructing
2235         completion data for both nicks and irc commands.  Add to
2236         completion-at-point-functions in rcirc mode.
2237         (rcirc-complete): Rename from rcirc-nick-complete; use
2238         rcirc-completion-at-point.
2239         (defun-rcirc-command): Update rcirc-client-commands.
2241 2010-09-11  Glenn Morris  <rgm@gnu.org>
2243         * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
2244         atomically, to avoid parallel build errors.  (Bug#4196)
2246 2010-09-11  Michael R. Mauger  <mmaug@yahoo.com>
2248         * progmodes/sql.el: Version 2.6
2249         (sql-dialect): Synonym for "sql-product".
2250         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
2251         (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
2252         Set "sql-buffer" to buffer name not buffer object so multiple sql
2253         interactive buffers work properly.  Reverts misguided changes in
2254         earlier work.
2255         (sql-comint): Make sure different buffer name is used if "*SQL*"
2256         buffer is for a different product.
2257         (sql-make-alternate-buffer-name): Fix bug with "sql-database"
2258         login param.
2259         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2260         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2261         (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
2262         Accept new buffer name or prompt for one.
2263         (sql-port): Default to zero.
2264         (sql-comint-mysql): Handle "sql-port" as a numeric.
2265         (sql-port-history): Delete unused variable.
2266         (sql-get-login): Default "sql-port" to a number.
2267         (sql-product-alist): Correct Postgres prompt and terminator regexp.
2268         (sql-sqlite-program): Dynamically detect presence of "sqlite" or
2269         "sqlite3" executables.
2270         (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
2271         (sql-buffer-live-p): New function.
2272         (sql-mode-menu, sql-send-string): Use it.
2273         (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
2274         syntax pattern.
2275         (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
2276         (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
2278 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2280         * net/netrc.el (netrc-credentials): New convenience function.
2282 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2284         * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
2285         to replace texinfo-font-lock-syntactic-keywords.
2286         (texinfo-mode): Use it.
2288         * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
2289         Use syntax-propertize-function.
2291         * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
2292         replace sgml-font-lock-syntactic-keywords.
2293         (sgml-mode): Use it.
2295         * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
2296         since we don't use it.
2298         * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
2300         * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
2301         if available.
2302         (vhdl-fontify-buffer): Adjust.
2304         * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
2305         replace tcl-font-lock-syntactic-keywords.
2306         (tcl-mode): Use it.
2308         * progmodes/simula.el (simula-syntax-propertize-function): New var to
2309         replace simula-font-lock-syntactic-keywords.
2310         (simula-mode): Use it.
2312         * progmodes/sh-script.el (sh-st-symbol): Remove.
2313         (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
2314         (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
2315         (sh-font-lock-quoted-subshell): Assume we've already matched $(.
2316         (sh-font-lock-paren): Set syntax-multiline.
2317         (sh-font-lock-syntactic-keywords): Remove.
2318         (sh-syntax-propertize-function): New function to replace it.
2319         (sh-mode): Use it.
2321         * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
2322         Define while compiling.
2323         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
2324         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
2325         (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
2326         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
2327         (ruby-here-doc-end-syntax): Only define when
2328         syntax-propertize is not available.
2329         (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
2330         New functions.
2331         (ruby-in-ppss-context-p): Update to new syntax of heredocs.
2332         (electric-indent-chars): Silence bytecompiler.
2333         (ruby-mode): Use prog-mode, syntax-propertize-function, and
2334         electric-indent-chars.
2336         * progmodes/python.el (python-syntax-propertize-function): New var to
2337         replace python-font-lock-syntactic-keywords.
2338         (python-mode): Use it.
2339         (python-quote-syntax): Simplify and adjust to new use.
2341         * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
2342         replace perl-font-lock-syntactic-keywords.
2343         (perl-syntax-propertize-special-constructs): New fun to replace
2344         perl-font-lock-special-syntactic-constructs.
2345         (perl-font-lock-syntactic-face-function): New fun.
2346         (perl-mode): Use it.
2348         * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
2349         to replace octave-font-lock-close-quotes.
2350         (octave-syntax-propertize-function): New function to replace
2351         octave-font-lock-syntactic-keywords.
2352         (octave-mode): Use it.
2354         * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
2355         replaces mixal-font-lock-syntactic-keywords.
2356         (mixal-mode): Use it.
2358         * progmodes/make-mode.el (makefile-syntax-propertize-function):
2359         New var; replaces makefile-font-lock-syntactic-keywords.
2360         (makefile-mode): Use it.
2361         (makefile-imake-mode): Adjust.
2363         * progmodes/js.el (js--regexp-literal): Define while compiling.
2364         (js-syntax-propertize-function): New var; replaces
2365         js-font-lock-syntactic-keywords.
2366         (js-mode): Use it.
2368         * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
2369         replaces gdb-script-font-lock-syntactic-keywords.
2370         (gdb-script-mode): Use it.
2372         * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
2373         (fortran--font-lock-syntactic-keywords): New var.
2374         (fortran-line-length): Update syntax-propertize-function and
2375         fortran--font-lock-syntactic-keywords.
2377         * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
2379         * progmodes/cfengine.el (cfengine-mode):
2380         Use syntax-propertize-function.
2381         (cfengine-font-lock-syntactic-keywords): Remove.
2383         * progmodes/autoconf.el (autoconf-mode):
2384         Use syntax-propertize-function.
2385         (autoconf-font-lock-syntactic-keywords): Remove.
2387         * progmodes/ada-mode.el (ada-set-syntax-table-properties)
2388         (ada-after-change-function, ada-initialize-syntax-table-properties)
2389         (ada-handle-syntax-table-properties): Only define when
2390         syntax-propertize is not available.
2391         (ada-mode): Use syntax-propertize-function.
2393         * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
2394         (font-lock-fontify-syntactic-keywords-region): Move handling of
2395         font-lock-syntactically-fontified to...
2396         (font-lock-default-fontify-region): ...here.
2397         Let syntax-propertize-function take precedence.
2398         (font-lock-fontify-syntactically-region): Cal syntax-propertize.
2400         * emacs-lisp/syntax.el (syntax-propertize-function)
2401         (syntax-propertize-chunk-size, syntax-propertize--done)
2402         (syntax-propertize-extend-region-functions): New vars.
2403         (syntax-propertize-wholelines, syntax-propertize-multiline)
2404         (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
2405         (syntax-propertize): New functions.
2406         (syntax-propertize-rules): New macro.
2407         (syntax-ppss-flush-cache): Set syntax-propertize--done.
2408         (syntax-ppss): Call syntax-propertize.
2410         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
2412 2010-09-10  Agustín Martín  <agustin.martin@hispalinux.es>
2414         * textmodes/ispell.el (ispell-init-process): Improve comments.
2415         XEmacs compatibility changes regarding (add-hook) 'local option
2416         and (set-process-query-on-exit-flag).
2418 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
2420         * net/tramp-cache.el (tramp-parse-connection-properties):
2421         Set tramp-autoload cookie.
2423 2010-09-09  Glenn Morris  <rgm@gnu.org>
2425         * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
2426         (imagemagick-register-types): Doc fix.
2428 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2430         * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
2432         * progmodes/js.el (require): Require is already "eval-and-compile".
2433         (js--re-search-forward): Avoid `eval'.  Preserve the error data.
2434         (js--re-search-backward): Use js--re-search-forward.
2436         * progmodes/fortran.el (fortran-line-length): Don't recompute
2437         syntactic keywords redundantly a second time.
2439         * progmodes/ada-mode.el: Replace "(set '" with setq.
2440         (ada-mode): Simplify.
2441         (ada-create-case-exception, ada-adjust-case-interactive)
2442         (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
2443         (ada-search-ignore-string-comment, ada-move-to-start)
2444         (ada-move-to-end): Use with-syntax-table.
2446         * font-lock.el (save-buffer-state): Remove `varlist' arg.
2447         (font-lock-unfontify-region, font-lock-default-fontify-region):
2448         Update usage correspondingly.
2449         (font-lock-fontify-syntactic-keywords-region):
2450         Set parse-sexp-lookup-properties buffer-locally here.
2451         (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
2453         * simple.el (blink-matching-open): Don't burp if we can't find a match.
2455 2010-09-08  Glenn Morris  <rgm@gnu.org>
2457         * emacs-lisp/bytecomp.el (byte-compile-report-ops):
2458         Error if not compiled with -DBYTE_CODE_METER.
2460         * emacs-lisp/bytecomp.el (byte-recompile-directory):
2461         Ignore dir-locals-file.
2463 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2465         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2466         Not a const.
2467         (compilation-error-regexp-alist-alist): Rule out ": " in file names
2468         for the `gnu' messages.
2469         (compilation-set-skip-threshold): New command.
2470         (compilation-start): Use \' rather than $.
2471         (compilation-forget-errors): Use clrhash.
2473 2010-09-08  Agustín Martín  <agustin.martin@hispalinux.es>
2475         * textmodes/ispell.el (ispell-valid-dictionary-list):
2476         Simplify logic.
2478 2010-09-08  Michael Albinus  <michael.albinus@gmx.de>
2480         Migrate to Tramp 2.2.  Rearrange load dependencies.
2481         (Bug#1529, Bug#5448, Bug#5705)
2483         * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
2484         ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
2485         (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
2487         * net/tramp.el (top): Remove all other tramp-* loads except
2488         tramp-compat.el.  Remove all changes to tramp-unload-hook for
2489         other tramp-* packages.  Rearrange defun order.  Change calls of
2490         `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
2491         `tramp-compat-octal-to-decimal' to new function names.
2492         (tramp-terminal-type, tramp-initial-end-of-output)
2493         (tramp-methods, tramp-foreign-file-name-handler-alist)
2494         (tramp-tramp-file-p, tramp-completion-mode-p)
2495         (tramp-send-command-and-check, tramp-get-remote-path)
2496         (tramp-get-remote-tmpdir, tramp-get-remote-ln)
2497         (tramp-shell-quote-argument): Set tramp-autoload cookie.
2498         (with-file-property, with-connection-property): Move to
2499         tramp-cache.el.
2500         (tramp-local-call-process, tramp-decimal-to-octal)
2501         (tramp-octal-to-decimal): Move to tramp-compat.el.
2502         (tramp-handle-shell-command): Do not require 'shell.
2503         (tramp-compute-multi-hops): No special handling for tramp-gw-*
2504         symbols.
2505         (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
2507         * net/tramp-cache.el (top): Require 'tramp.  Add to
2508         `tramp-unload-hook'.
2509         (tramp-cache-data, tramp-get-file-property)
2510         (tramp-set-file-property, tramp-flush-file-property)
2511         (tramp-flush-directory-property, tramp-get-connection-property)
2512         (tramp-set-connection-property, tramp-flush-connection-property)
2513         (tramp-cache-print, tramp-list-connections): Set tramp-autoload
2514         cookie.
2515         (with-file-property, with-connection-property): New defuns, moved
2516         from tramp.el.
2517         (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
2518         macro.
2520         * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
2521         (tramp-version): Set tramp-autoload cookie.
2523         * net/tramp-compat.el (top): Require 'tramp-loaddefs.  Remove all
2524         changes to tramp-unload-hook for other tramp-* packages.  Add to
2525         `tramp-unload-hook'.
2526         (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
2527         (tramp-compat-call-process): New defuns, moved from tramp.el.
2529         * net/tramp-fish.el (top) Require just 'tramp.  Add objects to
2530         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
2531         to `tramp-unload-hook'.  Change call of
2532         `tramp-compat-decimal-to-octal' to new function name.
2533         (tramp-fish-method): Make it a defconst.
2534         (tramp-fish-file-name-p): Make it a defsubst.
2535         (tramp-fish-method, tramp-fish-file-name-handler)
2536         (tramp-fish-file-name-p): Set tramp-autoload cookie.
2538         * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
2539         `tramp-foreign-file-name-handler-alist'.  Add to
2540         `tramp-unload-hook'.
2541         (tramp-ftp-method): Make it a defconst.
2542         (tramp-ftp-file-name-p): Make it a defsubst.
2543         (tramp-ftp-method, tramp-ftp-file-name-handler)
2544         (tramp-ftp-file-name-p): Set tramp-autoload cookie.
2546         * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
2547         `tramp-foreign-file-name-handler-alist'.  Add to
2548         `tramp-unload-hook'.  Change checks, whether package can be
2549         loaded.
2550         (tramp-gvfs-file-name-p): Make it a defsubst.
2551         (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
2552         (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
2553         (tramp-gvfs-handle-file-directory-p): New defun.
2554         (tramp-gvfs-file-name-handler-alist): Use it.
2556         * net/tramp-gw.el (top) Add objects to `tramp-methods' and
2557         `tramp-foreign-file-name-handler-alist'.  Add to
2558         `tramp-unload-hook'.
2559         (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
2560         (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
2561         defconst.
2562         (tramp-gw-tunnel-method, tramp-gw-socks-method)
2563         (tramp-gw-open-connection): Set tramp-autoload cookie.
2565         * net/tramp-imap.el (top) Require just 'tramp.  Add objects to
2566         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
2567         to `tramp-unload-hook'.  Change checks, whether package can be
2568         loaded.
2569         (tramp-imap-file-name-p): Make it a defsubst.
2570         (tramp-imap-method, tramp-imaps-method)
2571         (tramp-imap-file-name-handler)
2572         (tramp-imap-file-name-p): Set tramp-autoload cookie.
2574         * net/tramp-smb.el (top) Require just 'tramp.  Add objects to
2575         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
2576         to `tramp-unload-hook'.  Change checks, whether package can be
2577         loaded.  Change call of `tramp-compat-decimal-to-octal' to new
2578         function name.
2579         (tramp-smb-tunnel-method): Make it a defconst.
2580         (tramp-smb-file-name-p): Make it a defsubst.
2581         (tramp-smb-method, tramp-smb-file-name-handler)
2582         (tramp-smb-file-name-p): Set tramp-autoload cookie.
2584         * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
2585         (tramp-uuencode-region): Set tramp-autoload cookie.
2587         * net/trampver.el (top) Add to `tramp-unload-hook'.
2588         (tramp-version, tramp-bug-report-address): Set tramp-autoload
2589         cookie.  Update release number.
2591 2010-09-07  Agustín Martín  <agustin.martin@hispalinux.es>
2593         * textmodes/ispell.el (ispell-start-process): Make sure original
2594         arg list is properly initialized (Bug#6993, Bug#6994).
2596 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
2598         * files.el (directory-abbrev-alist): Use \` as default regexp.
2600         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
2601         chars like - or ] (bug#6984).
2602         (rx-any-condense-range): Explode 2-char ranges.
2604 2010-09-06  Glenn Morris  <rgm@gnu.org>
2606         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
2608 2010-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2610         * textmodes/bibtex.el:
2611         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
2613 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2615         * net/imap.el (imap-message-map): Remove optional buffer parameter,
2616         since no callers use it.
2617         (imap-message-get): Ditto.
2618         (imap-message-put): Ditto.
2619         (imap-mailbox-map): Ditto.
2620         (imap-mailbox-put): Ditto.
2621         (imap-mailbox-get): Ditto.
2622         (imap-mailbox-get): Revert last change for this function.
2624 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2626         * net/imap.el (imap-fetch-safe): Remove function, and alter all
2627         callers to use `imap-fetch' instead.  According to the comments, this
2628         should be safe, since all other IMAP clients use the 1:* syntax.
2629         (imap-enable-exchange-bug-workaround): Remove.
2630         (imap-debug): Remove -- doesn't seem very useful.
2632 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2634         * net/imap.el (imap-log): New convenience function used throughout
2635         instead of repeating the same code all over the place.
2637 2010-09-05  David De La Harpe Golden  <david@harpegolden.net>
2639         * mouse.el (mouse-save-then-kill): Save region to kill-ring
2640         when mouse-drag-copy-region is non-nil (Bug#6956).
2642 2010-09-05  Chong Yidong  <cyd@stupidchicken.com>
2644         * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
2645         Improve regexps (Bug#6987).
2646         (dired-sort-toggle): Search more robustly for -t flag.
2648         * files.el (get-free-disk-space): Search more robustly for
2649         "available" column.  Suggested by Ehud Karni
2650         <ehud@unix.mvs.co.il>.
2652 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
2654         * international/uni-bidi.el:
2655         * international/uni-category.el:
2656         * international/uni-combining.el:
2657         * international/uni-decimal.el:
2658         * international/uni-mirrored.el:
2659         * international/uni-name.el: Regenerate.
2661 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2663         * electric.el (electric-indent-post-self-insert-function):
2664         Don't reindent with a sloppy indentation function.
2666         * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
2667         border case in change-log-mode.
2669 2010-09-04  Chong Yidong  <cyd@stupidchicken.com>
2671         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2672         Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
2673         Recognize leading tab in gcc-include regexp.  Ignore names with
2674         leading "from" or "in" in gnu regexp (Bug#6937).
2676 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2678         Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
2679         * textmodes/ispell.el (ispell-process-buffer-name): Remove.
2680         (ispell-start-process): Avoid setq and simplify logic.
2681         (ispell-init-process): Setup kill-buffer-hook locally when needed.
2682         (kill-buffer-hook): Don't use it globally with code that uses
2683         expand-file-name since that may call kill-buffer via
2684         code_conversion_restore.
2686 2010-09-04  Noorul Islam K M  <noorul@noorul.com>  (tiny change)
2688         * emacs-lisp/package.el (package-directory-list): Only call
2689         file-name-nondirectory on a string.
2691 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
2693         * emacs-lisp/package.el (package--download-one-archive):
2694         Ensure that archive-contents is valid before saving it.
2695         (package-activate-1, package-mark-obsolete, define-package)
2696         (package-compute-transaction, package-list-maybe-add): Use push.
2698 2010-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2700         Use SMIE's blink-paren for octave-mode.
2701         * progmodes/octave-mod.el (octave-font-lock-close-quotes):
2702         Backslashes do not escape single-quotes, single-quotes do.
2703         (octave-block-else-regexp, octave-block-end-regexp)
2704         (octave-block-match-alist): Remove.
2705         (octave-smie-bnf-table): New var, with old content.
2706         (octave-smie-op-levels): Use it.
2707         (octave-smie-closer-alist): New var.
2708         (octave-mode): Use it.  Setup smie-blink-matching and electric-indent.
2709         (octave-blink-matching-block-open): Remove.
2710         (octave-reindent-then-newline-and-indent, octave-electric-semi)
2711         (octave-electric-space): Let self-insert-command run expand-abbrev and
2712         blink parens.
2714         * electric.el (electricity): New group.
2715         (electric-indent-chars): New var.
2716         (electric-indent-post-self-insert-function): New fun.
2717         (electric-indent-mode): New minor mode.
2718         (electric-pair-skip-self): New custom.
2719         (electric-pair-post-self-insert-function): New function.
2720         (electric-pair-mode): New minor mode.
2722         * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
2723         calcAlg-blink-matching-open.
2724         (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
2725         (calc-do-alg-entry): Only touch the part of the keymap that varies.
2726         Use the new blink-matching-check-function.
2728         Provide blink-matching support to SMIE.
2729         * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
2730         (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
2731         (smie-blink-matching-check, smie-blink-matching-open): New functions.
2733         * simple.el (newline): Fix last change to properly remove itself from
2734         the hook.
2736 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2738         * simple.el (newline): Eliminate optimization.
2739         Use post-self-insert-hook to set hard-newline and things before
2740         running post-self-insert-hook.
2741         (blink-matching-check-mismatch): New function.
2742         (blink-matching-check-function): New variable.
2743         (blink-matching-open): Use them.
2744         Skip back forward over prefix chars skipped by forward-sexp.
2745         Don't check if the parens are backslash escaped.
2746         (blink-paren-post-self-insert-function): Check backslash escaping here.
2748 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
2750         * emacs-lisp/package.el (package-menu-mode-map):
2751         Change package-menu-revert bindings to revert-buffer.
2752         (package-menu-mode): Set revert-buffer-function.
2753         (package-menu-revert): Doc fix.
2755 2010-09-02  Agustín Martín  <agustin.martin@hispalinux.es>
2757         * textmodes/ispell.el (ispell-init-process): Use "~/" as
2758         `default-directory' unless using Ispell per-directory personal
2759         dictionaries and not in a mini-buffer under XEmacs.
2760         (kill-buffer-hook): Do not kill ispell process on exit when
2761         `ispell-process-directory' is "~/".  (Bug#6143)
2763 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
2765         * simple.el (kill-new): Call interprogram-cut-function with only
2766         one argument.
2768         * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
2769         Remove cut buffer from error message.
2771         * term/x-win.el (x-select-text):
2772         * term/pc-win.el (x-selection-value):
2773         * term/ns-win.el (x-selection-value):
2774         * eshell/em-term.el:
2775         * w32-fns.el (x-get-selection-value):
2776         * mouse-sel.el (mouse-sel-set-selection-function):
2777         * frame.el (display-selections-p): Remove cut-buffer in documentation.
2779         * term/x-win.el: Update documentation for x-last-selected-text-*.
2780         (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
2781         (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
2782         (x-select-text): Remove argument PUSH, update documentation.  Remove
2783         cut-buffer code.
2784         (x-selection-value-internal): Was previously x-selection-value.
2785         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
2786         Update documentation, remove cut-buffer code.  Call
2787         x-selection-value-internal.
2788         (x-clipboard-yank): Call x-selection-value-internal.
2789         (x-initialize-window-system): Remove setting of x-cut-buffer-max.
2791         * term/pc-win.el (x-last-selected-text):
2792         x-cut-buffer-or-selection-value renamed to x-selection-value
2793         (x-select-text): Remove argument PUSH, update documentation.
2795         * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
2796         x-cut-buffer-or-selection-value renamed to x-selection-value
2797         (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
2798         (x-select-text): Remove argument PUSH, update documentation.
2800         * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
2802         * w32-fns.el (x-last-selected-text):
2803         x-cut-buffer-or-selection-value renamed to x-selection-value.
2804         (x-cut-buffer-max): Remove.
2805         (x-select-text): Remove argument PUSH, update documentation.
2807         * simple.el (interprogram-cut-function): Remove mention of PUSH.
2809         * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
2811         * mouse-sel.el (mouse-sel-get-selection-function):
2812         x-cut-buffer-or-selection-value renamed to x-selection-value.
2813         (x-select-text): Remove optional push.
2815 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2817         * simple.el (blink-paren-function): Move from C to here.
2818         (blink-paren-post-self-insert-function): New function.
2819         (post-self-insert-hook): Use it.
2821         * emacs-lisp/pcase.el (pcase-split-memq):
2822         Fix overenthusiastic optimisation.
2823         (pcase-u1): Handle the case of a lambda pred.
2825 2010-08-31  Kenichi Handa  <handa@m17n.org>
2827         * international/mule-cmds.el (standard-display-european-internal):
2828         Setup standard-display-table for 8-bit characters by storing 8-bit
2829         characters in the element vector.
2831         * disp-table.el (standard-display-8bit):
2832         Setup standard-display-table for 8-bit characters by storing 8-bit
2833         characters in the element vector.
2834         (standard-display-european): Likewise.
2836 2010-08-31  Masatake YAMATO  <yamato@redhat.com>
2838         * textmodes/nroff-mode.el (nroff-view): New command.
2839         (nroff-mode-map): Bind it to C-c C-c.
2841 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2843         * emacs-lisp/smie.el (smie-down-list): New command.
2845         Remove old indentation and navigation code on octave-mode.
2846         * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
2847         smie-down-list rather than add a binding for octave-down-block.
2848         (octave-mark-block, octave-blink-matching-block-open):
2849         Rely on forward-sexp-function.
2850         (octave-fill-paragraph): Don't narrow, so you can use
2851         indent-according-to-mode.
2852         (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
2853         (octave-in-block-p, octave-re-search-forward-kw)
2854         (octave-re-search-backward-kw, octave-indent-calculate)
2855         (octave-end-as-array-index-p, octave-block-end-offset)
2856         (octave-scan-blocks, octave-forward-block, octave-backward-block)
2857         (octave-down-block, octave-backward-up-block, octave-up-block)
2858         (octave-before-magic-comment-p, octave-indent-line): Remove.
2860 2010-08-31  Chong Yidong  <cyd@stupidchicken.com>
2862         * emacs-lisp/package.el (package--read-archive-file): Just use
2863         `read', to avoid copying an additional string.
2864         (package-menu-mode): Set header-line-format here.
2865         (package-menu-refresh, package-menu-revert): Signal an error if
2866         not in the Package Menu.
2867         (package-menu-package-list): New var.
2868         (package--generate-package-list): Operate on the current buffer;
2869         don't assume that it is *Packages*, since the user may rename it.
2870         Allow persistent package listings and sort keys using
2871         package-menu-package-list and package-menu-package-sort-key.
2872         (package-menu--version-predicate): Fix version calculation.
2873         (package-menu-sort-by-column): Don't select the window.
2874         (package--list-packages): Create the *Packages* buffer.
2875         Set package-menu-package-list-key.
2876         (list-packages): Sorting by status is now the default.
2877         (package-buffer-info): Use match-string-no-properties.
2878         (define-package): Add a &rest argument for future proofing, but
2879         don't use it yet.
2880         (package-install-from-buffer, package-install-buffer-internal):
2881         Merge into a single function, package-install-from-buffer.
2882         (package-install-file): Change caller.
2884         * finder.el: Load finder-inf using `require'.
2885         (finder-list-matches): Sorting by status is now the default.
2886         (finder-compile-keywords): Simpify printing.
2888 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2890         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
2891         (octave-mode-map): Remove special bindings for forward/backward-block
2892         and octave-backward-up-block.  Use smie-close-block.
2893         (octave-continuation-marker-regexp): New var.
2894         (octave-continuation-regexp): Use it.
2895         (octave-operator-table, octave-smie-op-levels)
2896         (octave-operator-regexp, octave-smie-indent-rules): New vars.
2897         (octave-smie-backward-token, octave-smie-forward-token): New funs.
2898         (octave-mode): Use SMIE.
2899         (octave-close-block): Delete.
2901 2010-08-30  Eli Zaretskii  <eliz@gnu.org>
2903         * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
2904         CLIPBOARD, not in PRIMARY.  (Bug#6944)
2906 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2908         * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
2909         a list of parents.
2910         (smie-indent-column): Allow indirection through variables.
2912         * composite.el (save-buffer-state): Delete, unused.
2913         * font-lock.el (save-buffer-state): Use with-silent-modifications.
2914         (font-lock-default-fontify-region): Use with-syntax-table.
2915         * jit-lock.el (with-buffer-unmodified): Remove.
2916         (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
2918         Use `declare' in defmacros.
2919         * window.el (save-selected-window):
2920         * subr.el (with-temp-file, with-temp-message, with-syntax-table):
2921         * progmodes/python.el (def-python-skeleton):
2922         * net/dbus.el (dbus-ignore-errors):
2923         * jka-cmpr-hook.el (with-auto-compression-mode):
2924         * international/mule.el (with-category-table):
2925         * emacs-lisp/timer.el (with-timeout):
2926         * emacs-lisp/lisp-mnt.el (lm-with-file):
2927         * emacs-lisp/eieio.el (with-slots):
2928         * emacs-lisp/easymenu.el (easy-menu-define):
2929         * emacs-lisp/debug.el (debugger-env-macro):
2930         * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
2931         (Multiple-value-call, Multiple-value-prog1):
2932         * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
2933         (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
2934         edebug rule to definition.
2935         * emacs-lisp/lisp-mode.el (save-selected-window)
2936         (with-current-buffer, combine-after-change-calls)
2937         (with-output-to-string, with-temp-file, with-temp-buffer)
2938         (with-temp-message, with-syntax-table, read-if, eval-after-load)
2939         (dolist, dotimes, when, unless):
2940         * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
2942 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
2944         * finder.el: Require `package'.
2945         (finder-known-keywords): Tweak descriptions.  Retire `oop' keyword.
2946         (finder-package-info): Var deleted.
2947         (finder-keywords-hash, finder--builtins-alist): New vars.
2948         (finder-compile-keywords): Compute package--builtins and
2949         finder-keywords-hash instead of finder-keywords-hash, respecting
2950         the "Package" header.
2951         (finder-unknown-keywords, finder-list-matches):
2952         Use finder-keywords-hash and package--list-packages.
2953         (finder-mode): Don't set font-lock-defaults.
2954         (finder-exit): We don't use "*Finder-package*" and "*Finder
2955         Category*" buffers anymore.
2957         * emacs-lisp/package.el (package--builtins-base): Var deleted.
2958         (package--builtins): Set default value to nil.
2959         (package-initialize): Load precomputed value of package--builtins
2960         from finder-inf.el.
2961         (package-alist, package-compute-transaction)
2962         (package-download-transaction): Improve docstring.
2963         (package-read-all-archive-contents): Do not change
2964         package--builtins here.
2965         (list-packages): Make package-list-packages an alias for this.
2966         Sort by status by default.
2967         (package--list-packages): Add optional PACKAGES arg.
2968         (describe-package-1): Use font-lock-face property.  For built-in
2969         packages, insert file commentary.
2970         (package--generate-package-list): Rename from
2971         package-list-packages-internal; all callers changed.  Add optional
2972         PACKAGES arg.  Add alphabetical sort fallbacks.
2973         (package-menu--version-predicate, package-menu--status-predicate)
2974         (package-menu--description-predicate)
2975         (package-menu--name-predicate): New functions.
2977         * info.el (Info-finder-find-node): Search package-alist instead of
2978         finder-package-info.
2980 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
2982         * subr.el (version-regexp-alist): Don't use "a" and "b" for
2983         "alpha" and "beta".
2984         (version-to-list): Handle versions like "10.3d".
2986 2010-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2988         * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
2989         (macroexp-accumulate): Use `declare'.
2991 2010-08-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2993         * whitespace.el (whitespace-style): Adjust type declaration.
2995 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
2997         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
2998         empty argument to gvfs-copy.
3000 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
3002         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
3003         handle new TRASH arg of `delete-file'.
3005 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
3007         * net/tramp.el (tramp-handle-insert-directory): Don't use
3008         `forward-word', its default syntax could be changed.
3010 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
3011             Michael Albinus  <michael.albinus@gmx.de>
3013         Implement compression for inline methods.
3015         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
3016         (tramp-copy-size-limit): Allow also nil.
3017         (tramp-inline-compress-commands): New defconst.
3018         (tramp-find-inline-compress, tramp-get-inline-compress)
3019         (tramp-get-inline-coding): New defuns.
3020         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
3021         replaced by `tramp-get-inline-coding'.
3022         (tramp-handle-file-local-copy, tramp-handle-write-region)
3023         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
3025 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
3027         Detect ssh 'ControlMaster' argument automatically in some cases.
3029         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
3030         (tramp-default-method): Use it.
3032 2010-08-26  Karel Klíč  <kklic@redhat.com>
3034         * net/tramp.el (tramp-file-name-for-operation):
3035         Add file-selinux-context.
3037 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3039         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
3041 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
3043         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
3044         (Bug#6907).
3046 2010-08-26  Nathan Weizenbaum  <nweiz@cressida.sea.corp.google.com>  (tiny change)
3048         * progmodes/js.el: Make indentation more customizable (Bug#6914).
3049         (js-paren-indent-offset, js-square-indent-offset)
3050         (js-curly-indent-offset): New options.
3051         (js--proper-indentation): Use them.
3053 2010-08-26  Daniel Colascione  <dan.colascione@gmail.com>
3055         * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
3056         instead of inspecting font-lock properties (Bug#6916).
3058 2010-08-26  David Reitter  <david.reitter@gmail.com>
3060         * server.el (server-visit-files): Run pre-command-hook and
3061         post-command-hook for each buffer while it is current (Bug#6910).
3062         (server-execute): Do not run hooks here.
3064 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
3066         Sync with Tramp 2.1.19.
3068         * net/tramp-cmds.el (tramp-cleanup-all-connections)
3069         (tramp-reporter-dump-variable, tramp-load-report-modules)
3070         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
3071         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
3073         * net/tramp-compat.el (top): Do not autoload
3074         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
3075         only when `start-file-process' is not bound.
3076         (byte-compile-not-obsolete-vars): Define if not bound.
3077         (tramp-compat-funcall): New defmacro.
3078         (tramp-compat-line-beginning-position)
3079         (tramp-compat-line-end-position)
3080         (tramp-compat-temporary-file-directory)
3081         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
3082         (tramp-compat-copy-file, tramp-compat-copy-directory)
3083         (tramp-compat-delete-file, tramp-compat-delete-directory)
3084         (tramp-compat-number-sequence, tramp-compat-process-running-p):
3085         Use it.
3086         (tramp-advice-file-expand-wildcards): Do not use
3087         `tramp-handle-file-remote-p'.
3088         (tramp-compat-make-temp-file): Simplify fallback implementation.
3089         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
3090         (tramp-compat-copy-tree): Remove function.
3091         (tramp-compat-delete-file): New defun.
3092         (tramp-compat-delete-directory): Provide implementation for older
3093         Emacsen.
3094         (tramp-compat-file-attributes): Handle only
3095         `wrong-number-of-arguments' error.
3097         * net/tramp-fish.el (tramp-fish-handle-copy-file):
3098         Add PRESERVE_SELINUX_CONTEXT.
3099         (tramp-fish-handle-delete-file): Add TRASH arg.
3100         (tramp-fish-handle-directory-files-and-attributes):
3101         Do not use `tramp-fish-handle-file-attributes.
3102         (tramp-fish-handle-file-local-copy)
3103         (tramp-fish-handle-insert-file-contents)
3104         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
3106         * net/tramp-gvfs.el (top): Require url-util.
3107         (tramp-gvfs-mount-point): Remove.
3108         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
3109         and `set-file-selinux-context'.
3110         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
3111         (tramp-gvfs-handle-file-selinux-context)
3112         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
3113         (with-tramp-dbus-call-method): Format trace message.
3114         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
3115         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
3116         Implement backup call, when operation on local files fails.
3117         Use progress reporter.  Flush properties of changed files.
3118         (tramp-gvfs-handle-delete-file): Add TRASH arg.  Use
3119         `tramp-compat-delete-file'.
3120         (tramp-gvfs-handle-expand-file-name): Expand "~/".
3121         (tramp-gvfs-handle-make-directory): Make more traces.
3122         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
3123         (tramp-gvfs-url-file-name): Hexify file name in url.
3124         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
3125         into account for the resulting file name.
3126         (tramp-gvfs-handler-askquestion): Preserve current message, in
3127         order to let progress reporter continue afterwards.  (Bug#6257)
3128         Return dummy mountpoint, when the answer is "no".
3129         See `tramp-gvfs-maybe-open-connection'.
3130         (tramp-gvfs-handler-mounted-unmounted)
3131         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
3132         attribute "default_location".  Set "prefix" property.
3133         Handle default-location.
3134         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
3135         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
3136         exists.  Raise an error, if not (due to a corresponding answer
3137         "no" in interactive questions, for example).
3138         Use `tramp-compat-funcall'.
3140         * net/tramp-imap.el (top): Autoload `epg-make-context'.
3141         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
3142         (tramp-imap-do-copy-or-rename-file)
3143         (tramp-imap-handle-insert-file-contents)
3144         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
3145         (tramp-imap-handle-delete-file): Add TRASH arg.
3147         * net/tramp-smb.el (tramp-smb-handle-copy-file):
3148         Add PRESERVE-SELINUX-CONTEXT.
3149         (tramp-smb-handle-copy-file)
3150         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
3151         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
3152         Use `with-progress-reporter'.
3153         (tramp-smb-handle-delete-file): Add TRASH arg.
3155         * net/tramp.el (tramp-methods): Move hostname to the end in all
3156         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
3157         appropriate.
3158         (tramp-verbose): Describe verbose level 9.
3159         (tramp-completion-function-alist)
3160         (tramp-file-name-regexp, tramp-chunksize)
3161         (tramp-local-coding-commands, tramp-remote-coding-commands)
3162         (with-connection-property, tramp-completion-mode-p)
3163         (tramp-action-process-alive, tramp-action-out-of-band)
3164         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
3165         (tramp-exists-file-name-handler): Fix docstring.
3166         (tramp-remote-process-environment): Use `format' instead of
3167         `concat'.  Protect version string by apostroph.
3168         (tramp-shell-prompt-pattern): Do not use a shy group in case of
3169         XEmacs.
3170         (tramp-file-name-regexp-unified)
3171         (tramp-completion-file-name-regexp-unified): On W32 systems, do
3172         not regard the volume letter as remote filename.  (Bug#5447)
3173         (tramp-perl-file-attributes)
3174         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
3175         (tramp-vc-registered-read-file-names): Read input as
3176         here-document, otherwise the command could exceed maximum length
3177         of command line.
3178         (tramp-file-name-handler-alist): Add `file-selinux-context' and
3179         `set-file-selinux-context'.
3180         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
3181         backtrace functions.
3182         (tramp-error-with-buffer): Don't show the connection buffer when
3183         we are in completion mode.
3184         (tramp-progress-reporter-update, tramp-remote-selinux-p)
3185         (tramp-handle-file-selinux-context)
3186         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
3187         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
3188         New defuns.
3189         (with-progress-reporter): New defmacro.
3190         (tramp-debug-outline-regexp): New defconst.
3191         (top, tramp-rfn-eshadow-setup-minibuffer)
3192         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
3193         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
3194         (tramp-completion-mode-p, tramp-check-for-regexp)
3195         (tramp-open-connection-setup-interactive-shell)
3196         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
3197         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
3198         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
3199         Use `tramp-compat-funcall'.
3200         (tramp-handle-make-symbolic-link): Flush file properties.
3201         (tramp-handle-load, tramp-handle-file-local-copy)
3202         (tramp-handle-insert-file-contents, tramp-handle-write-region)
3203         (tramp-handle-vc-registered, tramp-maybe-send-script)
3204         (tramp-find-shell): Use `with-progress-reporter'.
3205         (tramp-do-file-attributes-with-stat): Add space in format string,
3206         in order to work around a bug in pdksh.  Reported by Gilles Pion
3207         <gpion@lfdj.com>.
3208         (tramp-handle-verify-visited-file-modtime): Do not send a command
3209         when the connection is not established.
3210         (tramp-handle-set-file-times): Simplify the check for utc.
3211         (tramp-handle-directory-files-and-attributes)
3212         (tramp-get-remote-path): Use `copy-tree'.
3213         (tramp-completion-handle-file-name-all-completions): Ensure, that
3214         non remote files are still checked.  Oops.
3215         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
3216         Handle PRESERVE-SELINUX-CONTEXT.
3217         (tramp-do-copy-or-rename-file): Add progress reporter.
3218         (tramp-do-copy-or-rename-file-directly): Do not use
3219         `tramp-handle-file-remote-p'.
3220         (tramp-do-copy-or-rename-file-out-of-band):
3221         Use `tramp-compat-delete-directory'.
3222         (tramp-do-copy-or-rename-file-out-of-band)
3223         (tramp-compute-multi-hops, tramp-maybe-open-connection):
3224         Use `format-spec-make'.
3225         (tramp-handle-delete-file): Add TRASH arg.
3226         (tramp-handle-dired-uncache): Flush directory cache, not only file
3227         cache.
3228         (tramp-handle-expand-file-name)
3229         (tramp-completion-handle-file-name-all-completions)
3230         (tramp-completion-handle-file-name-completion):
3231         Use `tramp-connectable-p'.
3232         (tramp-handle-start-file-process): Set connection property "vec".
3233         Use it, in order to invalidate file caches.  Check only for
3234         `remote-tty' process property.
3235         Implement tty setting.  (Bug#4604, Bug#6360)
3236         (tramp-file-name-for-operation): Add `call-process-region' and
3237         `set-file-selinux-context'.
3238         (tramp-find-foreign-file-name-handler)
3239         (tramp-advice-make-auto-save-file-name)
3240         (tramp-set-auto-save-file-modes): Remove superfluous check for
3241         `stringp'.  This is done inside `tramp-tramp-file-p'.
3242         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
3243         operations when we are in completion mode.  This gives the user
3244         the chance to correct the file name in the minibuffer.
3245         (tramp-completion-mode-p): Use `non-essential'.
3246         (tramp-handle-file-name-all-completions): Backward/ XEmacs
3247         compatibility: Use `completion-ignore-case' if
3248         `read-file-name-completion-ignore-case' does not exist.
3249         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
3250         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3251         `tramp-open-shell'.
3252         (tramp-action-password): Hide password prompt before next run.
3253         (tramp-process-actions): Widen connection buffer for the trace.
3254         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
3255         process property.  Trace stty settings if `tramp-verbose' >= 9.
3256         Apply workaround for IRIX64 bug.  Move argument of last
3257         `tramp-send-command' where it belongs to.
3258         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
3259         front of `login-args'.
3260         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
3261         on "/dev/null" instead of "/".
3262         (tramp-get-ls-command-with-dired): Make test for "--dired"
3263         stronger.
3264         (tramp-set-auto-save-file-modes): Adapt version check.
3265         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
3266         (tramp-handle-process-file): Call the program in a subshell, in
3267         order to preserve working directory.
3268         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
3269         `tramp-remote-sh' from `tramp-methods'.
3270         (tramp-get-ls-command): Make test for "--color=never" stronger.
3271         (tramp-check-for-regexp): Use (forward-line 1).
3273         * net/trampver.el: Update release number.
3275 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
3277         * help.el (help-map): Bind `C-h P' to describe-package.
3279         * menu-bar.el (menu-bar-describe-menu): Add describe-package.
3281         * emacs-lisp/package.el (package-refresh-contents): Catch errors
3282         when downloading archives.
3283         (describe-package-1): Add package commentary.
3284         (package-install-button-action): New function.
3285         (package-menu-mode-map): Bind ? to package-menu-describe-package.
3286         (package-menu-view-commentary): Function removed.
3287         (package-list-packages-internal): Hide the `package' package too.
3289 2010-08-25  Kenichi Handa  <handa@m17n.org>
3291         * language/misc-lang.el ("Arabic"): New language environment.
3292         Setup composition-function-table for Arabic characters.
3294         * international/fontset.el (setup-default-fontset): Fix typo for
3295         arabic OTF spec (fini->fina).
3297 2010-08-25  Jan Djärv  <jan.h.d@swipnet.se>
3299         * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
3300         on all frames.
3302 2010-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3304         * whitespace.el: Allow cleaning up blanks without blank
3305         visualization (Bug#6651).  Adjust help window for
3306         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
3307         instead of whitespace-line-column (from EmacsWiki).  New version
3308         13.1.
3309         (whitespace-style): Added new value 'face.  Adjust docstring.
3310         (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
3311         foreground property face.
3312         (whitespace-line-column): Adjust docstring and type declaration.
3313         (whitespace-style-value-list, whitespace-toggle-option-alist)
3314         (whitespace-help-text): Adjust const initialization.
3315         (whitespace-toggle-options, global-whitespace-toggle-options):
3316         Adjust docstring.
3317         (whitespace-display-window, whitespace-interactive-char)
3318         (whitespace-style-face-p, whitespace-color-on): Adjust code.
3319         (whitespace-help-scroll): New fun.
3321 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
3323         * emacs-lisp/package.el (list-packages): Alias for
3324         package-list-packages.
3326 2010-08-24  Kevin Ryde  <user42@zip.com.au>
3328         * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
3329         (Bug#5651).
3331         * progmodes/ruby-mode.el (ruby): Add defgroup.
3333 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
3335         * progmodes/python.el: Add Ipython support (Bug#5390).
3336         (python-shell-prompt-alist)
3337         (python-shell-continuation-prompt-alist): New options.
3338         (python--set-prompt-regexp): New function.
3339         (inferior-python-mode, run-python, python-shell): Require
3340         ansi-color.  Use python--set-prompt-regexp to set the comint
3341         prompt based on the Python interpreter.
3342         (python--prompt-regexp): New var.
3343         (python-check-comint-prompt)
3344         (python-comint-output-filter-function): Use it.
3345         (run-python): Use a pipe (Bug#5694).
3347 2010-08-24  Fabian Ezequiel Gallina  <galli.87@gmail.com>  (tiny change)
3349         * progmodes/python.el (python-send-region): Send a different
3350         Python command if Ipython is in use.
3351         (python-check-version): Use a Python command to find the version.
3353 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
3355         * mouse.el (mouse-yank-primary): Avoid setting primary when
3356         deactivating the mark (Bug#6872).
3358 2010-08-23  Chris Foote  <chris@foote.com.au>  (tiny change)
3360         * progmodes/python.el (python-block-pairs): Allow use of "finally"
3361         with "else" (Bug#3991).
3363 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
3365         * net/dbus.el: Accept UNIX domain sockets as bus address.
3366         (top): Don't initialize `dbus-registered-objects-table' anymore,
3367         this is done in dbusbind,c.
3368         (dbus-check-event): Adapt test for bus.
3369         (dbus-return-values-table, dbus-unregister-service)
3370         (dbus-event-bus-name, dbus-introspect, dbus-register-property):
3371         Adapt doc string.
3373 2010-08-23  Juanma Barranquero  <lekktu@gmail.com>
3375         * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
3377 2010-08-22  Juri Linkov  <juri@jurta.org>
3379         * simple.el (read-extended-command): New function with the logic
3380         for `completing-read' moved to Elisp from `execute-extended-command'.
3381         Use `function-called-at-point' in `minibuffer-default-add-function'
3382         to get a command name for M-n (bug#5364, bug#5214).
3384 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
3386         * startup.el (command-line-1): Issue warning for ignored arguments
3387         --unibyte, etc (Bug#6886).
3389 2010-08-22  Leo  <sdl.web@gmail.com>
3391         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
3392         (ignore, bright, dim, keyword): Split list of nicknames before
3393         passing to rcirc-add-or-remove (Bug#6894).
3395 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
3397         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
3399 2010-08-22  Leo  <sdl.web@gmail.com>
3401         Fix buffer-list rename&refresh after killing a buffer in ido.
3402         * ido.el: Revert Óscar's.
3403         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
3404         Remember the buffers at head, rather than their name.
3405         * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
3407 2010-08-22  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
3408             Stefan Monnier  <monnier@iro.umontreal.ca>
3410         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
3411         extra backslash added to each line (bug#6890).
3413 2010-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3415         * subr.el (read-key): Don't echo keystrokes (bug#6883).
3417 2010-08-22  Glenn Morris  <rgm@gnu.org>
3419         * menu-bar.el (menu-bar-games-menu): Add landmark.
3421 2010-08-22  Glenn Morris  <rgm@gnu.org>
3423         * align.el (align-regexp): Make group and spacing arguments
3424         use the interactive defaults when non-interactive.  (Bug#6698)
3426         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
3427         expansion, so as not to need sendmail.
3428         (mail-text-start): Remove declaration.
3429         (rmail-retry-failure): Require sendmail.
3431 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
3433         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
3435 2010-08-22  Michael Albinus  <michael.albinus@gmx.de>
3437         * progmodes/flymake.el (flymake-start-syntax-check-process):
3438         Use `start-file-process' in order to let it run also on remote hosts.
3440 2010-08-22  Kenichi Handa  <handa@m17n.org>
3442         * files.el: Add `word-wrap' as safe local variable.
3444 2010-08-22  Glenn Morris  <rgm@gnu.org>
3446         * woman.el (woman-translate): Case matters.  (Bug#6849)
3448 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
3450         * simple.el (kill-region): Doc fix (Bug#6787).
3452 2010-08-22  Glenn Morris  <rgm@gnu.org>
3454         * calendar/diary-lib.el (diary-header-line-format):
3455         Fit it to the window, not the frame.
3457 2010-08-22  Andreas Schwab  <schwab@linux-m68k.org>
3459         * subr.el (ignore-errors): Add debug declaration.
3461 2010-08-22  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
3463         * whitespace.el (whitespace-color-off): Remove post-command-hook
3464         locally.
3466 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3468         * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
3470 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
3472         * cus-edit.el (custom-group-value-create): Add extra newline
3473         before end line (Bug#6876).
3475 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
3477         * mouse.el (mouse-save-then-kill): Don't save region to kill ring
3478         when extending it.  Before killing on the second click, check if
3479         the buffer is the correct one.  Doc fix.
3480         (mouse-secondary-save-then-kill): Allow usage without first
3481         calling mouse-start-secondary, by defaulting to point.  Don't save
3482         an empty secondary selection.  Doc fix.
3484 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3486         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
3487         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
3488         New version 13.0.
3489         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
3490         Adjust initialization.
3491         (whitespace-bob-marker, whitespace-eob-marker)
3492         (whitespace-buffer-changed): New vars.
3493         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
3494         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
3495         (whitespace-post-command-hook, whitespace-display-char-on):
3496         Adjust code.
3497         (whitespace-looking-back, whitespace-buffer-changed): New funs.
3498         (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
3500 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3502         * files.el (locate-file-completion-table): Only list the .el and .elc
3503         extensions if there's no other choice (bug#5955).
3505         * facemenu.el (facemenu-self-insert-data): New var.
3506         (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
3507         New functions.
3508         (facemenu-add-face): Use them.
3510         * simple.el (blink-matching-open): Obey forward-sexp-function.
3512 2010-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3514         * simple.el (prog-mode-map): New var.
3515         (prog-indent-sexp): New command.
3517         * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
3519         * progmodes/prolog.el (smie): Require.
3521         * emacs-lisp/smie.el (smie-default-backward-token)
3522         (smie-default-forward-token): Strip properties.
3523         (smie-next-sexp): Be more careful with associative operators.
3524         (smie-forward-sexp-command): Generalize.
3525         (smie-backward-sexp-command): Simplify.
3526         (smie-closer-alist): New var.
3527         (smie-close-block): New command.
3528         (smie-indent-debug-log): New var.
3529         (smie-indent-offset-rule): Add a few more cases.
3530         (smie-indent-column): New function.
3531         (smie-indent-after-keyword): Use it.
3532         (smie-indent-keyword): Use it.
3533         Fix up the opener code's point position.
3534         (smie-indent-comment): Only applies at BOL.
3535         (smie-indent-debug): New command.
3537         * emacs-lisp/autoload.el (make-autoload): Preload the macros's
3538         declarations that are useful before running the macro.
3540 2010-08-18  Joakim Verona  <joakim@verona.se>
3542         * image.el (imagemagick-types-inhibit): New variable.
3543         (imagemagick-register-types): New function.
3544         * image-mode.el (image-transform-properties): New function.
3545         (image-transform-set-scale, image-transform-fit-to-height)
3546         (image-transform-set-rotation, image-transform-set-resize)
3547         (image-transform-fit-to-width, image-transform-fit-to-height):
3548         New functions.
3549         (image-toggle-display-image): Support image transforms.
3551 2010-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3553         * image.el (create-animated-image): Don't add heuristic mask to image
3554         (Bug#6839).
3556 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
3558         * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
3559         Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
3561 2010-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3563         * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
3565         Font-lock '...' strings, plus various simplifications and fixes.
3566         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
3567         (octave-font-lock-close-quotes): New function.
3568         (octave-font-lock-syntactic-keywords): New var.
3569         (octave-mode): Use it.  Set beginning-of-defun-function.
3570         (octave-mode-map): Don't override the <foo>-defun commands.
3571         (octave-mode-menu): Pass it directly to easy-menu-define;
3572         remove (now generic) <foo>-defun commands; use info-lookup-symbol.
3573         (octave-block-match-alist): Fix up last change so that
3574         octave-close-block uses the more specific keyword.
3575         (info-lookup-mode): Silence byte-compiler.
3576         (octave-beginning-of-defun): Not interactive any more.
3577         Optimize slightly.
3578         (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
3579         (octave-indent-defun, octave-send-defun): Use mark-defun instead.
3580         (octave-completion-at-point-function): Make sure point is within
3581         beg..end.
3582         (octave-reindent-then-newline-and-indent):
3583         Use reindent-then-newline-and-indent.
3584         (octave-add-octave-menu): Remove.
3586 2010-08-17  Jan Djärv  <jan.h.d@swipnet.se>
3588         * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
3589         (report-emacs-bug-can-use-xdg-email): New functions.
3590         (report-emacs-bug): Set can-xdg-email to result of
3591         report-emacs-bug-can-use-xdg-email.  If can-xdg-email bind
3592         \C-cm to report-emacs-bug-insert-to-mailer and add help text
3593         about it.
3595         * net/browse-url.el (browse-url-default-browser): Add cond
3596         for browse-url-xdg-open.
3597         (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
3599 2010-08-17  Glenn Morris  <rgm@gnu.org>
3601         * progmodes/cc-engine.el (c-new-BEG, c-new-END)
3602         (c-fontify-recorded-types-and-refs): Define for compiler.
3603         * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
3604         before use.
3606         * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
3607         Fix format call.
3609 2010-08-17  Michael Albinus  <michael.albinus@gmx.de>
3611         * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
3612         properties.
3613         (tramp-handle-process-file): Call the program in a subshell, in
3614         order to preserve working directory.
3615         (tramp-action-password): Hide password prompt before next run.
3616         (tramp-process-actions): Widen connection buffer for the trace.
3618 2010-08-16  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
3620         * net/rcirc.el (rcirc-log-process-buffers): New option.
3621         (rcirc-print): Use it.
3622         (rcirc-generate-log-filename): New function.
3623         (rcirc-log-filename-function): Change default to
3624         rcirc-generate-log-filename (Bug#6828).
3626 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
3628         * simple.el (deactivate-mark): If select-active-regions is `only',
3629         only set selection for temporarily active regions.
3631         * cus-start.el: Change defcustom for select-active-regions.
3633 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
3635         * mouse.el (mouse--drag-set-mark-and-point): New function.
3636         (mouse-drag-track): Use LOCATION arg to push-mark.
3637         Use mouse--drag-set-mark-and-point to take click-count into
3638         consideration when updating point and mark (Bug#6840).
3640 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
3642         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3643         Give the Ruby rule a lower priority than Gnu (Bug#6778).
3645 2010-08-14  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
3647         * font-lock.el (lisp-font-lock-keywords-2):
3648         Add combine-after-change-calls, condition-case-no-debug,
3649         with-demoted-errors, and with-silent-modifications (Bug#6025).
3651 2010-08-14  Kevin Ryde  <user42@zip.com.au>
3653         * emacs-lisp/copyright.el (copyright-update-year)
3654         (copyright-update): Temporary switch-to-buffer to ensure the
3655         buffer change being queried is visible (Bug#5394).
3657 2010-08-14  Tom Tromey  <tromey@redhat.com>
3659         * progmodes/etags.el (tags-file-name): Mark safe if stringp
3660         (Bug#6733).
3662 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
3664         * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
3665         MS-DOS.  (Bug#6689)
3667 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
3669         * menu-bar.el (menu-bar-set-tool-bar-position): New function.
3670         (menu-bar-showhide-tool-bar-menu-customize-enable-left)
3671         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
3672         (menu-bar-showhide-tool-bar-menu-customize-enable-top)
3673         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
3674         Call menu-bar-set-tool-bar-position.
3676 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3678         * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
3679         comment style (bug#6834).
3680         * progmodes/scheme.el (scheme-mode-syntax-table):
3681         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
3682         "b" flag in "' 14b" syntax.
3684         * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
3685         for (un)commenting the region and performing completion.
3686         (octave-mode-menu): Use standard commands for help and completion.
3687         (octave-mode-syntax-table): Support %{..%} comments (sort of).
3688         (octave-mode): Use define-derived-mode.
3689         Set completion-at-point-functions and don't set columns.
3690         Don't disable adaptive-fill-regexp.
3691         (octave-describe-major-mode, octave-comment-region)
3692         (octave-uncomment-region, octave-comment-indent)
3693         (octave-indent-for-comment): Remove.
3694         (octave-indent-calculate): Rename from calculate-octave-indent.
3695         (octave-indent-line, octave-fill-paragraph): Update caller.
3696         (octave-initialize-completions): No need to make an alist.
3697         (octave-completion-at-point-function): New function.
3698         (octave-complete-symbol): Use it.
3699         (octave-insert-defun): Use define-skeleton.
3701         * progmodes/octave-mod.el (octave-mode): Set comment-add.
3702         (octave-mode-map): Use comment-dwim (bug#6829).
3704 2010-08-12  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
3706         * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
3707         indentation of inserted comment.
3709 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
3711         * faces.el (region): Add type gtk that uses gtk colors.
3713         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
3714         Handle theme-name change.
3716 2010-08-10  Michael R. Mauger  <mmaug@yahoo.com>
3718         * progmodes/sql.el: Version 2.5
3719         (sql-product-alist): Add :prompt-cont-regexp property for several
3720         database products.
3721         (sql-prompt-cont-regexp): New variable.
3722         (sql-output-newline-count, sql-output-by-send):
3723         New variables.  Record number of newlines in input text.
3724         (sql-send-string): Handle multiple filters and count newlines.
3725         (sql-send-magic-terminator): Count terminator newline.
3726         (sql-interactive-remove-continuation-prompt): Filters output to
3727         remove continuation prompts; one for each newline.
3728         (sql-interactive-mode): Set up new variables, prompt regexp and
3729         output filter.
3730         (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
3731         (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3733 2010-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3735         * emacs-lisp/pcase.el: New file.
3737 2010-08-10  Michael Albinus  <michael.albinus@gmx.de>
3739         * net/tramp.el (tramp-vc-registered-read-file-names): Read input
3740         as here-document, otherwise the command could exceed maximum
3741         length of command line.
3742         (tramp-handle-vc-registered): Call script accordingly.
3743         Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
3745 2010-08-10  Kenichi Handa  <handa@m17n.org>
3747         * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
3748         composable pattern.
3750 2010-08-09  Chong Yidong  <cyd@stupidchicken.com>
3752         * emacs-lisp/package.el (package-version-split)
3753         (package--version-first-nonzero, package-version-compare):
3754         Functions removed.
3755         (package-directory-list, package-load-all-descriptors)
3756         (package--built-in, package-activate, define-package)
3757         (package-installed-p, package-compute-transaction)
3758         (package-read-all-archive-contents)
3759         (package--add-to-archive-contents, package-buffer-info)
3760         (package-tar-file-info, package-list-packages-internal):
3761         Use version-to-list and version-list-*.
3763         * emacs-lisp/package-x.el (package-upload-buffer-internal):
3764         Use version-to-list.
3765         (package-upload-buffer-internal): Use version-list-<=.
3767 2010-08-09  Kenichi Handa  <handa@m17n.org>
3769         * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
3770         composable pattern.
3772 2010-08-08  Chong Yidong  <cyd@stupidchicken.com>
3774         * tutorial.el (tutorial--default-keys): C-d is now bound to
3775         delete-forward-char (Bug#6826).
3777         * mouse.el (mouse-drag-track): Remove accidentally-removed check
3778         for `double' value of mouse-1-click-follows-link (Bug#6807).
3780 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
3782         * replace.el (replace-highlight): Bind isearch-forward and
3783         isearch-error, ensuring that highlighting is updated if the user
3784         switches the search direction (Bug#6808).
3786         * isearch.el (isearch-lazy-highlight-forward): New var.
3787         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
3788         (isearch-lazy-highlight-update): Use it.
3790 2010-08-08  Kenichi Handa  <handa@m17n.org>
3792         * international/mule.el (define-charset): Store NAME as :base property.
3793         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
3794         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
3795         current priority.  Force using the designation of the specific
3796         charset by adding `charset' text property.  Improve the whole algorithm.
3798 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
3800         * emulation/pc-select.el (pc-selection-mode-hook)
3801         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
3802         (pc-selection-mode): Fix typos in docstrings.
3804 2010-08-08  Kenichi Handa  <handa@m17n.org>
3806         * language/cyrillic.el: Don't add "microsoft-cp1251" to
3807         ctext-non-standard-encodings-alist here.
3809         * international/mule.el (ctext-non-standard-encodings-alist):
3810         Add "koi8-r" and "microsoft-cp1251".
3811         (ctext-standard-encodings): New variable.
3812         (ctext-non-standard-encodings-table): List only elements for
3813         non-standard encodings.
3814         (ctext-pre-write-conversion): Adjust for the above change.
3815         Check ctext-standard-encodings.
3817         * international/mule-conf.el (compound-text): Doc fix.
3818         (ctext-no-compositions): Doc fix.
3819         (compound-text-with-extensions): Doc fix.
3821 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3823         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
3825 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
3827         * progmodes/which-func.el (which-func-format): Split help-echo text
3828         into lines, like other mode-line tooltips.
3830         * server.el (server-start): When using TCP sockets, force IPv4
3831         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
3833 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3835         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
3837 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
3839         * term.el (term-delimiter-argument-list): Reflow docstring.
3840         (term-read-input-ring, term-write-input-ring, term-send-input)
3841         (term-bol, term-erase-in-display, serial-supported-or-barf):
3842         Fix typos in docstrings.
3844 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3846         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
3848 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
3850         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
3852 2010-08-08  MON KEY  <monkey@sandpframing.com>  (tiny change)
3854         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
3855         Fix typo in docstring (bug#6747).
3857 2010-08-08  Leo  <sdl.web@gmail.com>
3859         * eshell/esh-io.el (eshell-get-target): Better detection of
3860         read-only file (Bug#6762).
3862 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
3864         * align.el (align-default-spacing): Doc fix.
3865         (align-region-heuristic, align-regexp): Fix typos in docstrings.
3867 2010-08-08  Stephen Peters  <speters@itasoftware.com>
3869         * calendar/icalendar.el
3870         (icalendar--split-value): Fix splitting regexp.  (Bug#6766)
3871         (icalendar--get-weekday-numbers): New.
3872         (icalendar--convert-recurring-to-diary): Handle multiple byday
3873         values in weekly rules.  (Bug#6766)
3875 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
3877         * calendar/icalendar.el (icalendar-uid-format): Doc fix.
3878         (icalendar--create-uid, icalendar-export-region)
3879         (icalendar--parse-summary-and-rest): Code formatting.
3881 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
3883         * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
3884         to italicize headers.
3885         (calc-highlight-selections-with-faces): New variable.
3886         (calc-selected-face, calc-nonselected-face): New faces.
3888         * calc/calccomp.el (math-comp-highlight-string): Use
3889         `calc-highlight-selections-with-faces' to determine how to highlight
3890         sub-formulas.
3892         * calc/calc-sel.el (calc-show-selections): Change message to when
3893         using faces to highlight selections.
3895 2010-08-07  Michael R. Mauger  <mmaug@yahoo.com>
3897         * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
3898         Add SQLite 3 keywords, functions and datatypes.
3899         (sql-interactive-mode): Remove `comint-process-echoes' set to t
3900         (Bug#6686).
3902 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
3904         * simple.el (select-active-regions): Move to keyboard.c.
3905         (deactivate-mark): Used saved-region-selection.
3906         (select-active-region): Function removed.
3907         (activate-mark, set-mark, push-mark-command)
3908         (handle-shift-selection): Don't call it.
3909         (keyboard-quit): Avoid adding the region to the window selection.
3911         * mouse.el (mouse-drag-track): Remove hacks to deal with old
3912         select-active-regions implementation.
3913         (mouse-yank-at-click): Doc fix.
3915         * cus-start.el: Add custom declaration for select-active-regions.
3917 2010-08-07  Eli Zaretskii  <eliz@gnu.org>
3919         * simple.el (delete-forward-char): Doc fix.
3921         * tutorial.el (help-with-tutorial): Hack safe file-local variables
3922         after reading the tutorial.
3924 2010-08-06  Alan Mackenzie  <bug-cc-mode@gnu.org>
3926         * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
3927         for the case that a C style comment has its delimiters alone on
3928         their respective lines.
3930 2010-08-06  Michael Albinus  <michael.albinus@gmx.de>
3932         * net/tramp.el (tramp-handle-start-file-process): Set connection
3933         property "vec".
3934         (tramp-process-sentinel): Use it for flushing the cache.  We
3935         cannot do it via the process buffer, the buffer could be deleted
3936         already when running the sentinel.
3938 2010-08-06  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
3940         * comint.el (comint-mode): Make directory tracking functions
3941         functional on remote files.  (Bug#6764)
3943 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
3945         * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
3947 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
3949         * emacs-lisp/find-gc.el (find-gc-source-files): Rename
3950         unexec.c => unexcoff.c.
3952         * emacs-lisp/authors.el (authors-fixed-entries): Rename
3953         unexec.c => unexcoff.c.
3955 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
3957         * net/tramp.el (tramp-handle-dired-uncache): Flush directory
3958         cache, not only file cache.
3959         (tramp-process-sentinel): New defun.
3960         (tramp-handle-start-file-process): Use it, in order to invalidate
3961         file caches.
3963 2010-08-03  Leo  <sdl.web@gmail.com>
3965         * server.el (server-start): Simplify loop.
3967 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3969         * frame.el (screen-height, screen-width, set-screen-width)
3970         (set-screen-height): Remove ancient compatibility aliases.
3972         * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
3973         when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
3975         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
3976         that change current buffer.
3978 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3980         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
3981         beginning of the string.  Use `string-match-p'.  (Bug#6765)
3983 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
3985         * cus-start.el (x-gtk-use-system-tooltips): New variable.
3987 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
3989         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
3990         (package--builtins): Tweak descriptions.
3991         (package-print-package): Upcase descriptions if necessary.
3992         Show all built-in packages in font-lock-builtin-face.
3993         (package-list-packages-internal): Omit "emacs" package.
3994         Show status of built-in packages as "built-in".
3996 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
3998         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
3999         before killing to preserve the primary selection (Bug#6701).
4001         * term/x-win.el (x-select-text): Doc fix.
4003 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
4005         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
4006         The following functions were modified or created:
4008         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
4009         (objc-font-lock-extra-types):
4010         * progmodes/cc-mode.el (c-basic-common-init):
4011         * progmodes/cc-langs.el (c-make-mode-syntax-table)
4012         (c++-make-template-syntax-table)
4013         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
4014         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
4015         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
4016         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
4017         * progmodes/cc-fonts.el (c-make-inverse-face)
4018         (c-basic-matchers-after):
4019         * progmodes/cc-engine.el (c-forward-keyword-clause)
4020         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
4021         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
4022         (c-guess-continued-construct, c-guess-basic-syntax):
4024 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
4026         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
4028 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
4030         * files.el (bidi-paragraph-direction): Define safe local values.
4032         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
4033         language-info-alist.  Remove outdated FIXME in a comment.
4035 2010-07-31  Alan Mackenzie  <acm@muc.de>
4037         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
4038         Auto-fill broken in C/C++ modes.
4040 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
4042         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
4043         (menu-bar-showhide-tool-bar-menu-customize-disable)
4044         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
4045         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
4046         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
4047         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
4048         make a menu for Options => toolbar that can move it.
4050 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
4052         * emacs-lisp/package-x.el (package--make-rss-entry):
4053         (package-maint-add-news-item, package--update-news)
4054         (package-upload-buffer-internal): New arg ARCHIVE-URL.
4056         * emacs-lisp/package.el (package-archive-url): Rename from
4057         package-archive-id.
4058         (package-install): Doc fix.
4059         (package-download-single, package-download-tar, package-install)
4060         (package-menu-view-commentary): Callers changed.
4062 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
4064         * net/tramp.el (tramp-handle-start-file-process): Check only for
4065         `remote-tty' process property.
4066         (tramp-open-shell): Don't check for tty.
4067         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
4068         process property.
4070         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
4071         host.
4073 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
4075         * emacs-lisp/package.el (package-load-list, package-archives)
4076         (package-archive-contents, package-user-dir)
4077         (package-directory-list, package--builtins, package-alist)
4078         (package-activated-list, package-obsolete-alist): Mark as risky.
4080 2010-07-28  Phil Hagelberg  <phil@evri.com>
4082         Add support for non-default package repositories.
4083         * emacs-lisp/package.el (package-archive-base): Var deleted.
4084         (package-archives): New variable.
4085         (package-archive-contents): Doc fix.
4086         (package-load-descriptor): Do nothing if descriptor file is missing.
4087         (package--write-file-no-coding): New function.
4088         (package-unpack-single): Use it.
4089         (package-archive-id): New function.
4090         (package-download-single, package-download-tar)
4091         (package-menu-view-commentary): Use it.
4092         (package-installed-p): Make second argument optional.
4093         (package-read-all-archive-contents): New function.
4094         (package-initialize): Use it.
4095         (package-read-archive-contents): Add ARCHIVE argument.
4096         (package--add-to-archive-contents): New function.
4097         (package-install): Don't call package-read-archive-contents.
4098         (package--download-one-archive): Store archive file in a
4099         subdirectory of package-user-dir.
4100         (package-menu-execute): Remove spurious line movement.
4102 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
4104         * cus-start.el (tool-bar-style): Add text-image-horiz.
4106 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
4108         * progmodes/gud.el (gud-common-init): Check for remoteness of
4109         `file', and not of `default-directory'.
4111 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
4113         * net/tramp.el (tramp-methods): Move hostname to the end in all
4114         ssh `tramp-login-args'.
4115         (tramp-verbose): Describe verbose level 9.
4116         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
4117         (tramp-open-connection-setup-interactive-shell): Trace stty
4118         settings if `tramp-verbose' >= 9.
4119         (tramp-handle-start-file-process): Implement tty setting.
4120         (Bug#4604, Bug#6360)
4122         * net/tramp-cmds.el (tramp-bug): Recommend setting of
4123         `tramp-verbose' to 9.
4125 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
4127         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
4128         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
4129         Remove references to package `lisp-re' (bug#4369).
4131 2010-07-27  Tom Tromey  <tromey@redhat.com>
4133         * progmodes/js.el (js-mode):
4134         * progmodes/make-mode.el (makefile-mode):
4135         * progmodes/simula.el (simula-mode):
4136         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
4138 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
4140         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
4142         * time.el (display-time-day-and-date): Remove spurious * in docstring.
4143         (display-time-world-buffer-name, display-time-world-mode-map):
4144         Fix typos in docstrings.
4146 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
4148         * image-mode.el (image-display-size): New function.
4149         (image-forward-hscroll, image-next-line, image-eol, image-eob)
4150         (image-mode-fit-frame): Use it (Bug#6639).
4152 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
4154         * dired.el (dired-buffers-for-dir): Handle list values of
4155         dired-directory (Bug#6636).
4157 2010-07-26  Sam Steingold  <sds@gnu.org>
4159         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
4160         Do not call `x-get-selection' the second time, reuse the value.
4162 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
4164         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
4165         which consist of control chars only.  Suggested by Richard Stallman.
4167 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
4169         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
4170         exists before passing an error to find-file-not-found-functions
4171         (bug#6723).
4173 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
4175         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
4176         Remove leading nil element, adjust values.
4177         (tetris-shapes, tetris-shape-scores):
4178         Change representation of shapes and remove some redundancy.
4179         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
4180         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
4181         Adjust for working with new representation of shapes.
4182         (tetris-shape-rotations): New function.
4183         (tetris-move-bottom, tetris-move-left, tetris-move-right)
4184         (tetris-rotate-prev, tetris-rotate-next):
4185         Adjust for working with the new version of tetris-test-shape.
4187 2010-07-23  Markus Triska  <markus.triska@gmx.at>
4189         * progmodes/ps-mode.el: Use comint (bug#5954).
4190         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
4191         (ps-mode-other-newline): Simplify.
4192         (ps-run-mode): Derive from comint-mode instead of
4193         fundamental-mode, yielding input history etc.
4194         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
4195         (ps-run-send-string): Adapt for comint-mode.
4196         (ps-run-newline): Remove now unneeded function.
4198 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
4200         * net/tramp.el (tramp-methods): Move hostname to the end in all
4201         plink `tramp-login-args'.
4203 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
4205         * net/tramp.el (tramp-open-shell): New defun.
4206         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4207         Use it.
4209 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
4211         * net/tramp.el (tramp-file-name-regexp-unified)
4212         (tramp-completion-file-name-regexp-unified): On W32 systems, do
4213         not regard the volume letter as remote filename.  (Bug#5447)
4215 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
4217         * custom.el (custom-declare-variable): Give a clearer error message
4218         when the docstring is missing (bug#6476).
4220 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
4222         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
4223         (sql-login-params): New widget definition.
4224         (sql-oracle-login-params, sql-mysql-login-params)
4225         (sql-solid-login-params, sql-sybase-login-params)
4226         (sql-informix-login-params, sql-ingres-login-params)
4227         (sql-ms-login-params, sql-postgres-login-params)
4228         (sql-interbase-login-params, sql-db2-login-params)
4229         (sql-linter-login-params): Use it.
4230         (sql-sqlite-login-params): Use it; Define "database" parameter as
4231         a file name.
4232         (sql-sqlite-program): Change to "sqlite3".
4233         (sql-comint-sqlite): Make sure database name is complete.
4234         (sql-for-each-login): New function.
4235         (sql-connect, sql-save-connection): Use it.
4236         (sql-get-login-ext): New function.
4237         (sql-get-login): Use it.
4238         (sql-make-alternate-buffer-name): Handle :file parameters.
4240 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
4242         * dired.el (dired-no-confirm): Document value t and fix defcustom to
4243         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
4245 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4247         * dired.el (dired-mode-map): Use command remapping (bug#6632).
4249 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
4251         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
4253 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
4255         * net/tramp.el (tramp-get-ls-command)
4256         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
4257         instead of "/".
4259 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
4261         * progmodes/sql.el: Version 2.3.
4262         (sql-connection-alist): Changed keys from symbols to strings;
4263         enhanced the widget definition.
4264         (sql-mode-menu): Added submenu to select connections.
4265         (sql-interactive-mode-menu): Added "Save Connection" item.
4266         (sql-add-product): Fixed menu item.
4267         (sql-get-product-feature): Improved error handling.
4268         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
4269         (sql-make-alternate-buffer-name): Simplified.
4270         (sql-product-interactive): Handle missing product.
4271         (sql-connect): Support string keys, minor improvements.
4272         (sql-save-connection): New function.
4273         (sql-connection-menu-filter): New function.
4275 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
4277         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
4278         (tramp-open-connection-setup-interactive-shell): Apply
4279         workaround for IRIX64 bug.  Move argument of last
4280         `tramp-send-command' where it belongs to.
4282 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
4284         * net/tramp.el (tramp-perl-file-attributes)
4285         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
4286         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
4287         front of `login-args'.
4289 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
4291         * time.el (display-time-world-mode): Define with `define-derived-mode'.
4292         Set `show-trailing-whitespace' to nil.
4293         (display-time-world-display): Simplify.
4295 2010-07-18  Alan Mackenzie  <acm@muc.de>
4297         Enhance `c-file-style' in file/directory local variables.
4298         * progmodes/cc-mode.el (c-count-cfss): New function.
4299         (c-before-hack-hook): Call `c-set-style' differently according to
4300         whether c-file-style was set in file or directory local
4301         variables.
4303 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
4305         * progmodes/sql.el: Version 2.2.
4306         (sql-product, sql-user, sql-database, sql-server, sql-port): Use
4307         defcustom :safe keyword rather than putting safe-local-variable
4308         property.
4309         (sql-password): Use defcustom :risky keyword rather than putting
4310         risky-local-variable property.
4311         (sql-oracle-login-params, sql-sqlite-login-params)
4312         (sql-solid-login-params, sql-sybase-login-params)
4313         (sql-informix-login-params, sql-ingres-login-params)
4314         (sql-ms-login-params, sql-postgres-login-params)
4315         (sql-interbase-login-params, sql-db2-login-params)
4316         (sql-linter-login-params): Add `port' option.
4317         (sql-get-product-feature): Added NO-INDIRECT parameter.
4318         (sql-comint-oracle, sql-comint-sybase)
4319         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
4320         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
4321         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
4322         (sql-comint-linter): Renamed sql-connect-* functions to
4323         sql-comint-*.
4324         (sql-product-alist, sql-mode-menu): Renamed as above and
4325         :sqli-connect-func to :sqli-comint-func.
4326         (sql-connection): New variable.
4327         (sql-interactive-mode): Set it.
4328         (sql-connection-alist): New variable.
4329         (sql-connect): New function.
4330         (sql--alt-buffer-part, sql--alt-if-not-empty)
4331         (sql-make-alternate-buffer-name): Improved alternative buffer name.
4333 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4335         * image-mode.el (image-bookmark-make-record): Do not set context
4336         in an image (Bug#6650).
4338 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
4340         * simple.el (select-active-region): New function.
4341         (push-mark-command, set-mark, activate-mark)
4342         (handle-shift-selection): Use it.
4343         (deactivate-mark): Don't check for size of region.
4345         * mouse.el (mouse-drag-track): Use select-active-region.
4347 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
4349         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
4350         "--dired" stronger.
4352 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
4354         * term/x-win.el (x-select-enable-primary): Change default to nil.
4355         (x-select-enable-clipboard): Add :version keyword.
4357         * mouse.el (mouse-drag-copy-region):
4358         * simple.el (select-active-regions): Likewise.
4360 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
4362         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
4363         (vc-coding-system-for-diff): Use it to decide whether to inherit
4364         from the file the EOL format for reading the diffs of that file.
4365         (Bug#4451)
4367 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
4369         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
4370         unibyte, so compressed attachments are not compressed again.
4372 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
4374         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
4375         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
4376         (tramp-find-shell): Simplify setting connection property.
4377         (tramp-get-ls-command): Make test for "--color=never" stronger.
4379 2010-07-15  Simon South  <ssouth@member.fsf.org>
4381         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
4382         blocks within record declarations (i.e. variant parts) correctly.
4384 2010-07-15  Simon South  <ssouth@member.fsf.org>
4386         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
4387         over literal tokens when parsing so newlines aren't "absorbed" by
4388         single-line comments.  Corrects the indentation of case blocks
4389         that have a comment on the first line.
4391 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
4393         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
4394         by Drew Adams (Bug#5504).
4396 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
4398         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
4399         now that Unicode is used (Bug#6594).
4401 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
4403         * term/x-win.el (x-select-enable-clipboard): Default to t.
4404         (x-initialize-window-system): Don't overwrite Paste menu item.
4406         * simple.el (select-active-regions): Default to t.
4407         (push-mark-command): Don't overwrite primary with empty string.
4409         * mouse.el: Bind mouse-2 to mouse-yank-primary.
4410         (mouse-drag-copy-region): Default to nil.
4412         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
4413         Cut/Copy/Paste menu bar items.
4415 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4417         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4418         Patch applied by Karl Fogel.
4420         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
4421         and `bookmark-current-buffer' if they have been already set in
4422         another buffer (e.g gnus-art).
4424 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4425             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4427         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
4429         * bookmark.el (bookmark-make-record-default): Allow unneeded
4430         information to be omitted from the record.
4432         Adjust declarations and calls:
4434         * info.el (bookmark-make-record-default): Adjust declaration.
4435         (Info-bookmark-make-record): Adjust call.
4437         * woman.el (bookmark-make-record-default): Adjust declaration.
4438         (woman-bookmark-make-record): Adjust call.
4440         * man.el (bookmark-make-record-default): Adjust declaration.
4441         (Man-bookmark-make-record): Adjust call.
4443         * image-mode.el (bookmark-make-record-default): Adjust declaration.
4445         * doc-view.el (bookmark-make-record-default): Adjust declaration.
4447 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4449         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
4450         This is also from Thierry Volpiatto's patch in bug #6444.  However,
4451         because it was extraneous to the functional change in that patch,
4452         and causes a re-indendation, I am committing it separately.
4454 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4456         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
4457         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
4458         Patch applied by Karl Fogel (Bug#6444).
4460 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
4462         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
4464 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
4466         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
4467         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
4468         (ns-alternatives-map): Change S-tab binding to backtab
4469         (bug#6616).
4471         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
4472         under ns.
4474 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
4476         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
4477         (Bug#5806)
4479         * language/tv-util.el (tai-viet-re): Remove format.
4481 2010-07-12  Kenichi Handa  <handa@m17n.org>
4483         * language/hebrew.el: Remove no-byte-compile declaration.
4484         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
4485         composition-function-table for 3-character looking back.
4486         (hebrew-font-get-precomposed): New function.
4487         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
4489 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
4491         * mouse.el (mouse-drag-track): Handle select-active-regions
4492         (Bug#6612).
4494 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
4496         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
4497         empty argument to gvfs-copy.
4499 2010-07-10  Glenn Morris  <rgm@gnu.org>
4501         * calendar/calendar.el (calendar-week-end-day): New function.
4502         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
4503         Respect calendar-week-start-day.  (Bug#6606)
4504         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
4505         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
4506         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
4507         respect calendar-week-start-day.
4509 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
4511         * simple.el (use-region-p): Doc fix (Bug#6607).
4513 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
4515         * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
4516         regexps for cucumber and ruby.
4518 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
4520         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
4521         (epa-file-insert-file-contents): Hack to prevent
4522         find-file from opening empty buffer when decryption failed
4523         (bug#6568).
4525 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
4527         * textmodes/ispell.el (ispell-alternate-dictionary):
4528         Use file-readable-p.
4529         Return nil if no word-list is found at default locations.
4530         (ispell-complete-word-dict): Default to nil.
4531         (ispell-command-loop): Use 'word-list' when using lookup-words.
4532         (lookup-words): Use ispell-complete-word-dict or
4533         ispell-alternate-dictionary.  Check for word-list availability
4534         and handle errors if needed with better messages (Bug#6539).
4535         (ispell-complete-word): Use ispell-complete-word-dict or
4536         ispell-alternate-dictionary.
4538 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
4540         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
4541         builtins (BufferError, BytesWarning, WindowsError; callables
4542         bin, bytearray, bytes, format, memoryview, next, print; __package__).
4544 2010-07-07  Glenn Morris  <rgm@gnu.org>
4546         * play/zone.el (top-level): Do not require timer, tabify, or cl.
4547         (zone-shift-left): Ignore intangibility, and any errors from
4548         forward-char.
4549         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
4550         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
4551         deleting, and copying text properties.
4552         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
4553         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
4554         to point-max is hard.
4555         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
4556         (zone-fill-out-screen): Ignore intangibility.
4558 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
4560         * menu-bar.el (menu-bar-mode):
4561         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
4562         if it has been set.
4564         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
4565         word/line selection (Bug#6565).
4567 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
4569         * net/dbus.el (dbus-send-signal): Declare function.
4571 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
4573         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
4574         (dbus-register-property): New optional argument EMITS-SIGNAL.
4575         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
4577 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
4579         * mouse.el (mouse-drag-overlay): Variable deleted.
4580         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
4581         (mouse--remap-link-click-p): New function.
4582         (mouse-drag-track): Handle dragging by using temporary Transient
4583         Mark mode, instead of a special overlay.
4584         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
4585         mouse-show-mark.
4587         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
4588         deleted.
4590 2010-07-02  Juri Linkov  <juri@jurta.org>
4592         * autoinsert.el (auto-insert-alist): Fix readability
4593         by using dotted pair notation for lambda.
4595 2010-07-02  Juri Linkov  <juri@jurta.org>
4597         * faces.el (read-face-name): Rename arg `string-describing-default'
4598         to `default'.  Doc fix.  Display the default value in quotes
4599         in the prompt.  With empty input, return the `default' arg,
4600         unless the default value is a string (in which case return nil).
4601         (describe-face): Replace the string `default' arg of `read-face-name'
4602         with the symbol `default'.
4604 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
4606         * emulation/viper-cmd.el (viper-delete-backward-char)
4607         (viper-del-backward-char-in-insert)
4608         (viper-del-backward-char-in-replace, viper-change)
4609         (viper-backward-indent): Replace delete-backward-char with
4610         delete-char (Bug#6552).
4612 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
4614         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
4616 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
4618         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
4619         argument passed to frame-creation-function (Bug#5378).
4621         * faces.el (x-handle-named-frame-geometry)
4622         (x-handle-reverse-video, x-create-frame-with-faces)
4623         (face-set-after-frame-default, tty-create-frame-with-faces): Don't
4624         separately consult default-frame-alist.  It is now passed as the
4625         PARAMETER argument.
4627 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
4629         * startup.el (command-line): Don't call tool-bar-setup in a
4630         tty-only build.
4632 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
4634         * ruler-mode.el (ruler--save-header-line-format): New fun.
4635         (ruler-mode): Use it as a setter function, so as not to overwrite
4636         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
4638 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
4640         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
4641         (vc-root-diff, vc-print-root-log, vc-log-incoming)
4642         (vc-log-outgoing): Use it.
4643         (vc-diff-internal): Set diff-vc-backend.
4645         * vc/diff-mode.el (diff-vc-backend): New var.
4647 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
4649         * dynamic-setting.el (font-setting-change-default-font): Remove
4650         call to message.
4652 2010-06-28  Kenichi Handa  <handa@m17n.org>
4654         * international/quail.el (quail-insert-kbd-layout): Fix the
4655         showing of untranslated characters.
4657 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
4659         * simple.el (delete-active-region): New option.
4660         (delete-backward-char): Implement in Lisp.
4661         (delete-forward-char): New command.
4663         * mouse.el (mouse-region-delete-keys): Deleted.
4664         (mouse-show-mark): Simplify.
4666         * bindings.el (global-map): Bind delete and DEL, the former to
4667         delete-forward-char.
4669 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
4671         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
4672         (ruby-mode): Bind indent-line-function (Bug#5119).
4674 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
4676         * startup.el (command-line): Recognize "0" X resource value.
4678 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
4680         * startup.el (command-line): Use X resources to set the value of
4681         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
4683         * menu-bar.el (menu-bar-mode):
4684         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
4685         Set init-value to t.
4687         * frame.el (frame-notice-user-settings): Don't change
4688         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
4689         vice versa (Bug#2249).
4691 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
4693         * w32-fns.el (w32-convert-standard-filename): Doc fix.
4695 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
4697         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
4698         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
4700         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
4701         default directories are expanded (Bug#6143).
4703 2010-06-24  Juri Linkov  <juri@jurta.org>
4705         * minibuffer.el (completions-format): Change default from nil to
4706         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
4708 2010-06-24  Juri Linkov  <juri@jurta.org>
4710         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
4711         buffer-locally to lambda that re-runs the vc diff command.
4712         (Bug#6447)
4714 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
4716         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
4717         echo area is in use (Bug#3412).
4719 2010-06-22  Glenn Morris  <rgm@gnu.org>
4721         * textmodes/texinfmt.el (texinfo-format-region)
4722         (texinfo-raise-lower-sections, texinfo-format-separate-node)
4723         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
4724         (texinfo-format-option, texinfo-noindent):
4725         Use line-beginning-position and line-end-position.
4727         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
4728         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
4729         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
4730         utf-8 characters.
4732 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
4734         * play/zone.el (zone-fall-through-ws): Fix next-line ->
4735         forward-line fallout.
4737 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
4739         * mouse.el (mouse-appearance-menu): Add docstring.
4741         * help.el (describe-key): Print up-event using key-description.
4743 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
4745         * net/zeroconf.el (zeroconf-resolve-service)
4746         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
4747         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
4749 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
4751         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
4753 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
4755         Avoid displaying files with a nil state in vc-dir.
4756         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
4757         cases that cause insertion.
4758         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
4759         with a nil state.
4761 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
4763         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
4765 2010-06-29  Leo  <sdl.web@gmail.com>
4767         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
4769 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
4771         * generic-x.el (bat-generic-mode): Fix regexp for command line
4772         switches (Bug#5719).
4774 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
4776         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
4777         of nconc to avoid pure storage error (Bug#6239).
4779 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
4781         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
4782         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
4783         bindings of bookmark-automatically-show-annotations (Bug#6515).
4785 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
4787         * arc-mode.el (archive-zip-extract): Don't quote the file name on
4788         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
4790 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4792         * comint.el (make-comint, make-comint-in-buffer): Mention return
4793         value in the docstrings.  (Bug#6498)
4795 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
4797         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
4798         since it is not present when using some non-default switches.
4800 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
4802         * simple.el (compose-mail): Fix doc string to refer to
4803         `compose-mail-user-agent-warnings', instead of to the
4804         nonexistent `compose-mail-check-user-agent'.
4806 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
4808         Fix an indentation bug:
4810         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
4811         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
4812         of existing values.
4814         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
4815         (c-clear->-pair-props-if-match-before): now return t when they've
4816         cleared properties, nil otherwise.
4817         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
4818         by taking account of the existing value.
4820         * progmodes/cc-defs.el
4821         (c-clear-char-property-with-value-function): Fix this to clear the
4822         property rather than overwriting it with nil.
4824 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
4826         * emacs-lisp/package.el (package-print-package): Add link to
4827         package description via describe-package.
4828         (describe-package-1): List package requirements.  Add button to
4829         perform installation.
4830         (package-menu-describe-package): New command.
4832         * help-mode.el (help-package): New button type.
4834 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
4836         * emacs-lisp/package.el: Move package-list-packages binding to
4837         menu-bar.el.
4838         (describe-package, describe-package-1, package--dir): New funs.
4839         (package-activate-1): Use package--dir.
4841         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
4843         * help-mode.el (help-package-def): New button type.
4845         * menu-bar.el: Move package-list-packages binding here from
4846         package.el.
4848 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
4850         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
4852 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4854         * emacs-lisp/edebug.el (edebug-read-list):
4855         Phase out old-style backquotes.
4857 2010-06-17  Juri Linkov  <juri@jurta.org>
4859         * help-mode.el (help-mode): Set buffer-local variable
4860         revert-buffer-function to help-mode-revert-buffer.
4861         (help-mode-revert-buffer): New function.
4863         * info.el (Info-revert-find-node): Check for major-mode Info-mode
4864         before popping to "*info*" (like in other Info functions).
4865         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
4866         old-history-forward.  Pop to old-buffer-name or "*info*" to
4867         recreate the killed buffer.  Set Info-history-forward from
4868         old-history-forward.
4869         (Info-breadcrumbs-depth): Add :group and :version.
4871 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
4873         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
4875 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
4877         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
4878         for languages like Portuguese with pt_{BR,PT} and no plain pt.
4880 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
4882         * emacs-lisp/package.el (package-menu-mode-map):
4883         Move initialization into declaration.
4885         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
4887 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
4889         * emacs-lisp/package.el (package-archive-base): Point to
4890         elpa.gnu.org.
4891         (package-enable, package-load-list): New defcustoms.
4892         (package-user-dir, package-directory-list): Turn into defcustoms.
4893         Don't include package-user-dir in package-directory-list.
4894         (package--builtins-base): Don't include Emacs as a "package".
4895         (package-subdirectory-regexp): New var.
4896         (package-load-all-descriptors, package-compute-transaction)
4897         (package-download-transaction): Obey package-load-list.
4898         (package-activate-1): Rename from package-do-activate.
4899         (package-list-packages-internal): Check package-load-list.
4900         (package-load-descriptor, package-generate-autoloads)
4901         (package-unpack, package-unpack-single)
4902         (package--read-archive-file, package-delete): Use
4903         expand-file-name.
4905         * emacs-lisp/package-x.el: New file.  Package uploading
4906         functionality split out from package.el.
4908         * startup.el (command-line): Load packages after reading init file.
4910 2010-06-17  Tom Tromey  <tromey@redhat.com>
4912         * emacs-lisp/package.el: New file.
4914 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
4916         Fix vc-annotate for renamed files when using Git.
4917         * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
4918         ls-files.  Doe not pass the object as a file name to cat-file, it
4919         is not a file name.
4920         (vc-git-annotate-command): Pass the file name using -- to avoid
4921         ambiguity with the revision.
4922         (vc-git-previous-revision): Pass a relative file name.
4924 2010-06-22  Glenn Morris  <rgm@gnu.org>
4926         * progmodes/js.el (js-mode-map): Use standard capitalization and
4927         ellipses for menu entries.
4929         * wid-edit.el (widget-complete): Doc fix.
4931 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
4933         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
4935 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
4937         Fix annotating other revisions for renamed files in vc-annotate.
4938         * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
4939         VC backend.  Use it when non-nil.
4940         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
4941         (Bug#6487)
4943         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
4944         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
4945         Do not pass the file name to the 'previous-revision call when we
4946         don't want a file diff.  (Bug#6489)
4948 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
4950         Fix finding revisions for renamed files in vc-annotate.
4951         * vc/vc.el (vc-find-revision): Add an optional argument for
4952         the VC backend.  Use it when non-nil.
4953         * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
4954         backend to vc-find-revision.  (Bug#6487)
4956 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
4958         Fix reading file names in Git annotate buffers.
4959         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
4960         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
4962 2010-06-20  Alan Mackenzie  <acm@muc.de>
4964         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
4965         in file local variables, set it first.
4967 2010-06-19  Glenn Morris  <rgm@gnu.org>
4969         * descr-text.el (describe-char-unicode-data): Insert separating
4970         space when needed.  (Bug#6422)
4972         * progmodes/idlwave.el (idlwave-action-and-binding):
4973         Fix typo in 2009-12-03 change.  (Bug#6450)
4975 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4977         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
4978         handling for `lambda' (misunderstanding).
4980 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
4982         * calc/calc-poly.el (math-accum-factors): Make sure that
4983         constants aren't distributed after they are factored out.
4985 2010-06-16  Juri Linkov  <juri@jurta.org>
4987         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
4988         `list-colors-print'.  (Bug#6332)
4990         * subr.el (read-quoted-char): Fix up last change (bug#6290).
4992 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4994         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
4995         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
4997         * font-lock.el (font-lock-major-mode): Rename from
4998         font-lock-mode-major-mode to distinguish it from
4999         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
5000         (font-lock-set-defaults):
5001         * font-core.el (font-lock-default-function): Adjust users.
5002         (font-lock-mode): Don't set it at all.
5004 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5006         * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
5008 2010-06-16  Glenn Morris  <rgm@gnu.org>
5010         * calendar/appt.el (appt-time-msg-list): Doc fix.
5011         (appt-check): Let-bind appt-warn-time.
5012         (appt-add): Make the 3rd argument optional.
5013         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
5014         Only add WARNTIME to the output list if non-nil.
5016 2010-06-16  Ivan Kanis  <apple@kanis.eu>
5018         * calendar/appt.el (appt-check): Let the 3rd element of
5019         appt-time-msg-list specify the warning time.
5020         (appt-add): Add new argument with the warning time.  (Bug#5176)
5022 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
5024         * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
5025         older than version 1.6.  (Bug#6361)
5027 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
5029         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
5030         used by cl-do-arglist.  (Bug#6408)
5032 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
5034         * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
5035         portuguese casechars/not-casechars for missing 'çÇ'.
5036         Suggested by Rolando Pereira (bug#6434).
5038 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
5040         * facemenu.el (list-colors-sort): Doc fix.
5042 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
5044         * progmodes/sql.el (sql-connect-mysql): Fix typo.
5046 2010-06-14  Juri Linkov  <juri@jurta.org>
5048         Add sort option `list-colors-sort'.  (Bug#6332)
5049         * facemenu.el (color-rgb-to-hsv): New function.
5050         (list-colors-sort): New defcustom.
5051         (list-colors-sort-key): New function.
5052         (list-colors-display): Doc fix.  Sort list according to the option
5053         `list-colors-sort'.
5054         (list-colors-print): Add HSV values to `help-echo' property of
5055         RGB strings.
5057 2010-06-14  Juri Linkov  <juri@jurta.org>
5059         * compare-w.el: Move to the "vc" subdirectory.
5061 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5063         * image-mode.el (image-mode-map): Remap left-char and right-char.
5065         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
5067 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
5069         * term/common-win.el (x-colors): Add all the color names defined
5070         in rgb.txt (Bug#6332).
5072         * facemenu.el (list-colors-print): Don't print extra names if it
5073         will overflow the window width.
5075         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
5076         change (Bug#6343).
5078 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
5080         * files.el (make-directory): Doc fix (bug#6396).
5082 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
5084         * net/tramp.el (tramp-remote-process-environment): Protect version
5085         string by apostroph.
5086         (tramp-shell-prompt-pattern): Do not use a shy group in case of
5087         XEmacs.
5088         (tramp-file-name-for-operation): Add `call-process-region'.
5089         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
5091         * net/tramp-compat.el (top): Do not autoload
5092         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
5093         only when `start-file-process' is not bound.
5094         (tramp-advice-file-expand-wildcards): Do not use
5095         `tramp-handle-file-remote-p'.
5096         (tramp-compat-make-temp-file): Handle the case, that
5097         `make-temp-file' has no third argument EXTENSION.
5099 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
5101         * makefile.w32-in (WINS_BASIC): Include new directory vc.
5103         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
5105 2010-06-11  Juri Linkov  <juri@jurta.org>
5107         * finder.el (finder-known-keywords): Add keyword "vc"
5108         for version control.
5110         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
5111         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
5112         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
5113         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
5115 2010-06-11  Juri Linkov  <juri@jurta.org>
5117         Move version control related files to the "vc" subdirectory.
5118         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
5119         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
5120         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
5121         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
5122         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
5123         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
5124         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
5125         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
5126         Move files to the "vc" subdirectory.
5128 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
5130         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
5131         (Bug#6367).
5133 2010-06-11  Stephen Eglen  <stephen@gnu.org>
5135         * shell.el: Bind `shell-resync-dirs' to M-RET.
5137 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
5139         * notifications.el: Move file from lisp/net, because it is
5140         supposed to talk locally to the user.
5142 2010-06-10  Julien Danjou  <julien@danjou.info>
5144         * net/notifications.el (notifications-on-action-signal)
5145         (notifications-on-closed-signal): Pass notification id as first
5146         argument to the callback functions.  Add docstrings.
5147         (notifications-notify): Fix docstring.
5149 2010-06-10  Glenn Morris  <rgm@gnu.org>
5151         * emacs-lisp/authors.el (authors-ignored-files)
5152         (authors-valid-file-names): Add some files.
5154 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5156         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
5157         merge conflict, giving preference to the emacs-23 version of the code.
5159 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5161         * emacs-lisp/advice.el (ad-compile-function):
5162         Define warning-suppress-types before we let-bind it (bug#6275).
5164         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
5165         declare it, make it buffer-local and permanent-local (bug#6324).
5166         (vc-resynch-window): Adjust name.
5167         * vc-hooks.el (vc-find-file-hook): Adjust name.
5169 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
5171         * net/notifications.el (notifications-notify): Fix docstring.
5173 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
5175         Update to Unicode 6.0.0 beta.
5176         * international/charprop.el: Update copyright.
5177         * international/mule-cmds.el (ucs-names): Update character ranges.
5178         * international/uni-bidi.el:
5179         * international/uni-category.el:
5180         * international/uni-combining.el:
5181         * international/uni-comment.el:
5182         * international/uni-decimal.el:
5183         * international/uni-decomposition.el:
5184         * international/uni-digit.el:
5185         * international/uni-lowercase.el:
5186         * international/uni-mirrored.el:
5187         * international/uni-name.el:
5188         * international/uni-numeric.el:
5189         * international/uni-old-name.el:
5190         * international/uni-titlecase.el:
5191         * international/uni-uppercase.el: Regenerate.
5193 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
5195         * emacs-lisp/smie.el (comment-string-strip): Declare function.
5196         (smie-precs-precedence-table): Fix typo in docstring.
5198         * vc-mtn.el (log-edit-extract-headers): Declare function.
5200         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
5202         * net/notifications.el (dbus-register-signal): Declare function.
5203         (notifications-notify): Fix typos and reflow docstring.
5205 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
5207         Improve VC create/retrieve tag/branch.
5208         * vc.el (vc-create-tag): Do not read the directory name for VCs
5209         with repository revision granularity.  Adjust the tag/branch
5210         prompt.  Reset VC properties.
5211         (vc-retrieve-tag): Do not read the directory name for VCs
5212         with repository revision granularity.  Reset VC properties.
5214 2010-06-09  Julien Danjou  <julien@danjou.info>
5216         * net/notifications.el: New file.
5218 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
5220         Add optional support for resetting VC properties.
5221         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
5222         call vc-file-clearprops when true.
5223         (vc-resynch-buffer): Add new optional argument, pass it down.
5224         (vc-resynch-buffers-in-directory): Likewise.
5226         Improve support for special markup in the VC commit message.
5227         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
5228         * vc-hg.el (vc-hg-checkin): Add support for Date:.
5229         * vc-git.el (vc-git-checkin):
5230         * vc-bzr.el (vc-bzr-checkin): Likewise.
5232 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5234         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
5235         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
5237 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
5239         * iimage.el: Remove images as soon as the underlying text is modified.
5240         (iimage-modification-hook): New function.
5241         (iimage-mode-buffer): Use it.
5243 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5245         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
5246         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
5247         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
5248         (smie-indent-keyword): Add handling of open-paren keywords.
5249         (smie-indent-comment-continue): Don't assume comment-continue.
5251 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
5253         * window.el (pop-to-buffer): Remove the conditional that
5254         compares new-window and old-window, so it will reselect
5255         the selected window unconditionally.
5256         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
5258 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5260         * emacs-lisp/smie.el (smie-indent-offset-after)
5261         (smie-indent-forward-token, smie-indent-backward-token): New functions.
5262         (smie-indent-after-keyword): Use them.
5263         (smie-indent-fixindent): Only applies to the indentation of the BOL.
5264         (smie-indent-keyword): Tweak the black magic.
5265         (smie-indent-comment-continue): Strip comment-continue before use.
5266         (smie-indent-functions): Indent comments before keywords.
5268 2010-06-06  Juri Linkov  <juri@jurta.org>
5270         * isearch.el (isearch-lazy-highlight-search): Fix looping
5271         by checking for empty match.  This syncs this loop with the
5272         similar loop in `isearch-search'.  (Bug#6362)
5274 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
5276         * net/dbus.el (dbus-register-method): Declare function.
5277         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
5278         (dbus-introspect): Doc fix.
5279         (dbus-event-bus-name, dbus-introspect-get-interface)
5280         (dbus-introspect-get-argument): Reflow docstrings.
5282 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
5284         vc-log-incoming/vc-log-outgoing fixes for Git.
5285         * vc-git.el (vc-git-log-view-mode): Fix font lock for
5286         incoming/outgoing logs.
5287         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
5288         instead of vc-git-compute-remote.
5289         (vc-git-compute-remote): Remove.
5291 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
5293         * term/common-win.el (x-colors): Add "dark green" and "dark
5294         turquoise" (Bug#6332).
5296 2010-06-04  Juri Linkov  <juri@jurta.org>
5298         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
5299         Instead of setting `replace' to t and replacing the same string
5300         with itself, don't do certain actions when
5301         kill-do-not-save-duplicates is non-nil and string is equal to car
5302         of kill-ring: don't call menu-bar-update-yank-menu, don't push
5303         interprogram-paste strings to kill-ring, and don't push the input
5304         argument `string' to kill-ring.
5305         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
5307 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
5309         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
5311 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
5313         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
5314         (tramp-gvfs-handler-mounted-unmounted)
5315         (tramp-gvfs-connection-mounted-p): Handle default-location.
5317         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
5318         move files to trash.
5320 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
5322         * international/mule-cmds.el (nonascii-insert-offset)
5323         (nonascii-translation-table): Add obsolescence information.
5325         * international/mule.el (make-translation-table-from-vector): Doc fix.
5327 2010-06-03  Glenn Morris  <rgm@gnu.org>
5329         * desktop.el (desktop-clear-preserve-buffers):
5330         Add "*Warnings*" buffer.  (Bug#6336)
5332 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
5334         vc-log-incoming/vc-log-outgoing improvements for Git.
5335         * vc-git.el (vc-git-log-outgoing): Use the same format as the
5336         short log.
5337         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
5339         Add bindings for vc-log-incoming and vc-log-outgoing.
5340         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
5341         and vc-log-outgoing.
5342         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
5343         and vc-log-outgoing.
5345 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
5347         * net/rcirc.el (rcirc-sort-nicknames): Remove.
5348         (rcirc-handler-366): Always sort nicknames.
5350 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
5352         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
5354 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
5356         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
5358 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5360         * net/rcirc.el (rcirc-sort-nicknames): Change default.
5361         (rcirc-sort-nicknames-join): Avoid setq.
5363 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
5365         * net/rcirc.el (rcirc-sort-nicknames): New custom.
5366         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
5367         (rcirc-handler-366): Use them.
5369 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5371         Split smie-indent-calculate into more manageable chunks.
5372         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
5373         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
5374         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
5375         (smie-indent-exps): Extract from smie-indent-calculate.
5376         (smie-indent-functions): New var.
5377         (smie-indent-functions): Use them.
5379 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5381         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
5382         (smie-indent-calculate): Simplify and cleanup.
5384 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
5386         * net/tramp-gvfs.el (top): Require url-util.
5387         (tramp-gvfs-mount-point): Remove.
5388         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
5389         New defuns.
5390         (with-tramp-dbus-call-method): Format trace message.
5391         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
5392         Implement backup call, when operation on local files fails.
5393         Use progress reporter.  Flush properties of changed files.
5394         (tramp-gvfs-handle-make-directory): Make more traces.
5395         (tramp-gvfs-url-file-name): Hexify file name in url.
5396         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
5397         into account for the resulting file name.
5398         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
5399         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
5400         (tramp-gvfs-handler-mounted-unmounted)
5401         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
5402         attribute "default_location".  Set "prefix" property.
5403         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
5404         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
5405         exists.  Raise an error, if not (due to a corresponding answer
5406         "no" in interactive questions, for example).
5408 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
5410         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
5412 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
5414         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
5415         right-*.  (Bug#6265)
5417 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
5419         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
5420         * vc-git.el (vc-git-compute-remote): New function.
5421         (vc-git-log-outgoing): Use it instead of hard coding a value.
5422         (vc-git-log-incoming): New function.
5424         Improve state updating for VC tag commands.
5425         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
5426         to update the state of all buffers in the directory.
5428         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
5430 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5432         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
5433         `file-directory-p' to the filename part rather than to the whole text.
5435 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5437         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
5439 2010-05-31  Drew Adams  <drew.adams@oracle.com>
5441         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
5443 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
5445         * subr.el (momentary-string-display): Just use read-event to read
5446         the exit event (Bug#6238).
5448 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
5450         * international/mule.el (define-coding-system): Doc fix (bug#6313).
5452 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
5454         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
5455         Suggested by Eli Zaretskii <eliz@gnu.org>.
5457 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5459         * minibuffer.el (completion-file-name-table): Don't return a boundary
5460         past the end of `string' (bug#6299).
5461         (completion--file-name-table): Delegate to completion-file-name-table
5462         for the `boundaries' case.
5464 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
5466         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
5467         movement commands.
5469         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
5470         `path-separator', but maintain compatibility with Emacs 20.2.
5472 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
5474         * server.el (server-process-filter): Receive parent-id argument
5475         from emacsclient.
5476         (server-create-window-system-frame): New arg.  Pass parent-id as
5477         frame parameter.
5479 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
5481         Bidi-sensitive word movement with arrow keys.
5482         * subr.el (right-arrow-command, left-arrow-command): Move to
5483         bindings.el.
5485         * bindings.el (right-char, left-char): Move from subr.el and
5486         rename from right-arrow-command and left-arrow-command.
5487         (right-word, left-word): New functions.
5488         (global-map) <right>: Bind to right-char.
5489         (global-map) <left>: Bind to left-char.
5490         (global-map) <C-right>: Bind to right-word.
5491         (global-map) <C-left>: Bind to left-word.
5493         * ls-lisp.el (ls-lisp-classify-file): New function.
5494         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
5495         (ls-lisp-classify): Call ls-lisp-classify-file.
5496         (insert-directory): Remove blanks from switches.
5498 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
5500         * ansi-color.el: Delete unused escape sequences (Bug#6085).
5501         (ansi-color-drop-regexp): New constant.
5502         (ansi-color-apply, ansi-color-filter-region)
5503         (ansi-color-apply-on-region): Delete unrecognized control sequences.
5504         (ansi-color-apply): Build string list before calling concat.
5506 2010-05-28  Juri Linkov  <juri@jurta.org>
5508         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
5509         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
5510         (Bug#5270)
5512 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
5514         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
5515         to ignored backtrace functions.
5516         (with-progress-reporter): Expand docstring.
5517         (tramp-handle-delete-file): Implement TRASH argument.
5518         (tramp-get-remote-trash): New defun.
5520 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
5522         * net/tramp-compat.el (tramp-compat-delete-file): Use
5523         `symbol-value' for backward compatibility.
5525         * net/tramp.el (tramp-handle-make-symbolic-link)
5526         (tramp-handle-load)
5527         (tramp-do-copy-or-rename-file-via-buffer)
5528         (tramp-do-copy-or-rename-file-directly)
5529         (tramp-do-copy-or-rename-file-out-of-band)
5530         (tramp-handle-process-file, tramp-handle-call-process-region)
5531         (tramp-handle-shell-command, tramp-handle-file-local-copy)
5532         (tramp-handle-insert-file-contents, tramp-handle-write-region)
5533         (tramp-delete-temp-file-function): Use `delete-file' instead
5534         of `tramp-compat-delete-file'.
5536         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
5537         (tramp-fish-handle-make-symbolic-link)
5538         (tramp-fish-handle-process-file): Use `delete-file' instead
5539         of `tramp-compat-delete-file'.
5541         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
5542         `delete-file' instead of `tramp-compat-delete-file'.
5544         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
5545         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
5546         `tramp-compat-delete-file'.
5548         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
5549         `delete-file' instead of `tramp-compat-delete-file'.
5551         * net/tramp-smb.el (tramp-smb-handle-copy-file)
5552         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5553         (tramp-smb-handle-write-region): Use `delete-file' instead of
5554         `tramp-compat-delete-file'.
5555         (tramp-smb-handle-delete-directory): Use 'trash as arg.
5557 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
5559         * dired.el (dired-delete-file): New arg TRASH.
5560         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
5561         (dired-do-flagged-delete, dired-do-delete): Use trash.
5563         * speedbar.el (speedbar-item-delete): Allow trashing.
5565         * files.el (delete-directory): New arg TRASH.
5567         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
5568         (ange-ftp-rename-remote-to-remote)
5569         (ange-ftp-rename-local-to-remote)
5570         (ange-ftp-rename-remote-to-local, ange-ftp-load)
5571         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
5572         `delete-file'.
5573         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
5574         allow trashing.
5576         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
5577         handle new TRASH arg of `delete-file'.
5579         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
5580         (tramp-handle-make-symbolic-link, tramp-handle-load)
5581         (tramp-do-copy-or-rename-file-via-buffer)
5582         (tramp-do-copy-or-rename-file-directly)
5583         (tramp-do-copy-or-rename-file-out-of-band)
5584         (tramp-handle-process-file, tramp-handle-call-process-region)
5585         (tramp-handle-shell-command, tramp-handle-file-local-copy)
5586         (tramp-handle-insert-file-contents, tramp-handle-write-region)
5587         (tramp-delete-temp-file-function): Use null TRASH arg in
5588         tramp-compat-delete-file call.
5590         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
5591         (tramp-fish-handle-delete-file)
5592         (tramp-fish-handle-make-symbolic-link)
5593         (tramp-fish-handle-process-file): Use null TRASH arg in
5594         `tramp-compat-delete-file' call.
5596         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
5597         arg in `tramp-compat-delete-file' call.
5599         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
5600         (tramp-gvfs-handle-write-region): Use null TRASH arg in
5601         `tramp-compat-delete-file' call.
5603         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
5604         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
5605         `tramp-compat-delete-file' call.
5607         * net/tramp-smb.el (tramp-smb-handle-copy-file)
5608         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5609         (tramp-smb-handle-write-region): Use null TRASH arg in
5610         tramp-compat-delete-file call.
5611         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
5612         (tramp-smb-handle-delete-file): Rename arg.
5614         * diff.el (diff-sentinel):
5615         * epg.el (epg--make-temp-file, epg-decrypt-string)
5616         (epg-verify-string, epg-sign-string, epg-encrypt-string):
5617         * jka-compr.el (jka-compr-partial-uncompress)
5618         (jka-compr-call-process, jka-compr-write-region):
5619         * server.el (server-sentinel): Remove optional arg from
5620         delete-file, reverting 2010-05-03 change.
5622 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
5624         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
5625         font-lock-constant-face, not obsolete font-lock-reference-face.
5627 2010-05-27  Kenichi Handa  <handa@m17n.org>
5629         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
5630         element of GSTRING is nil.
5632 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5634         * emacs-lisp/smie.el (smie-forward-token-function)
5635         (smie-backward-token-function): New vars.
5636         (smie-backward-sexp, smie-forward-sexp)
5637         (smie-indent-hanging-p, smie-indent-calculate): Use them.
5638         (smie-default-backward-token): Rename from smie-backward-token and
5639         skip comments.
5640         (smie-default-forward-token): Rename from smie-forward-token and
5641         skip comments.
5642         (smie-next-sexp): Handle nil results from next-token.
5643         (smie-indent-calculate): Add a new case for special `fixindent' comments.
5645 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
5647         * progmodes/verilog-mode.el (verilog-type-font-keywords):
5648         Use font-lock-constant-face, not obsolete font-lock-reference-face.
5650 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
5652         * htmlfontify.el (hfy-face-resolve-face): New function.
5653         (hfy-face-to-style): Use it (Bug#6279).
5655 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5657         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
5658         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
5660 2010-05-26  Glenn Morris  <rgm@gnu.org>
5662         * emulation/edt.el (edt-load-keys): Use locate-library.
5664 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
5666         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
5667         (log-edit-changelog-entries): Doc fix.
5668         (log-edit-changelog-insert-entries): Args changed.
5669         Rename relative filenames in ChangeLog entries.  Delete tabs.
5670         (log-edit-insert-changelog-entries): Reorganize return value of
5671         `log-edit-changelog-entries' to pass filenames to
5672         log-edit-changelog-insert-entries.
5674 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5676         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
5677         `image-dired-dired-insert-marked-thumbs' to
5678         `image-dired-dired-toggle-marked-thumbs'.
5680         * image-dired.el: Require cl when compiling.
5681         (image-dired-dired-toggle-marked-thumbs): Rename from
5682         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
5683         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
5684         to 'no-dir.  Skip files whose names don't match
5685         `image-file-name-regexp'.  When file has a thumbnail overlay,
5686         delete it.  (Bug#5270)
5688 2010-05-25  Juri Linkov  <juri@jurta.org>
5690         * image-mode.el (image-mode): Add image-after-revert-hook to
5691         after-revert-hook.
5692         (image-after-revert-hook): New function.  (Bug#5669)
5694 2010-05-25  Juri Linkov  <juri@jurta.org>
5696         * image.el (image-animated-p): When delay between animated images
5697         is 0, set it to 10 (0.1 sec).  (Bug#6258)
5699 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
5701         * net/tramp.el (tramp-handle-insert-directory): Don't use
5702         `forward-word', its default syntax could be changed.
5704 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
5706         * net/tramp.el (tramp-progress-reporter-update): New defun.
5707         (with-progress-reporter): Use it.
5708         (tramp-process-actions):
5709         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
5710         current message, in order to let progress reporter continue
5711         afterwards.  (Bug#6257)
5713 2010-05-25  Glenn Morris  <rgm@gnu.org>
5715         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
5716         Add :version.
5718 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
5720         * net/rcirc.el (rcirc-default-user-name): Change to "user".
5721         (rcirc-default-full-name): Change to "unknown".
5722         (rcirc-user-name-history): Add variable.
5724 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
5725             Jonathan Rockway  <jon@jrock.us>
5727         * net/rcirc.el (rcirc-server-alist): Add :pass.
5728         (rcirc): When prompting for connection parameters, also prompt for
5729         username and password.
5730         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
5731         value to server when connecting.
5733 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5735         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
5736         (smie-merge-prec2s): Pass the tables as separate args.
5737         (smie-bnf-precedence-table): Adjust call accordingly.
5738         (smie-prec2-levels): Set levels at the end.
5740         Replace Lisp calls to delete-backward-char by delete-char.
5741         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
5742         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
5743         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
5744         * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
5745         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
5746         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
5747         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
5748         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
5749         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
5750         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
5751         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
5752         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
5753         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
5754         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
5755         delete-backward-char by calls to delete-char.
5757 2010-05-25  Kenichi Handa  <handa@m17n.org>
5759         * language/hebrew.el (hebrew-shape-gstring): New function.
5760         Register it in composition-function-table for all Hebrew combining
5761         characters.
5763 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5765         * epa.el (epa--select-keys): Don't explicitly delete the window since
5766         that can fail (e.g. sole window in frame).  Use dedication instead.
5768 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
5770         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
5772 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
5774         * image.el (image-refresh): Define as an alias for image-flush.
5776         * image-mode.el (image-toggle-display-image): Caller changed.
5778 2010-05-21  Juri Linkov  <juri@jurta.org>
5780         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
5781         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
5782         whitespace, call wildcard-to-regexp on substrings and concat them
5783         with "\\|".  (Bug#6114)
5785 2010-05-21  Alan Mackenzie  <acm@muc.de>
5787         * progmodes/cc-engine.el (c-parse-state-get-strategy):
5788         Replace parameter `here' with `here-' and `here-plus', which sandwich
5789         any pertinent CPP construct.
5790         (c-remove-stale-state-cache-backwards): Fix a bug which happens
5791         when doing (c-parse-state) in a CPP construct: Exclude any "new"
5792         CPP construct from taking part in the scanning.
5794 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
5796         * net/tramp.el (tramp-do-copy-or-rename-file)
5797         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
5798         Tune `with-progress-reporter' messages.
5799         (tramp-handle-vc-registered):
5800         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
5801         (tramp-fish-handle-insert-file-contents)
5802         (tramp-fish-maybe-open-connection):
5803         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5804         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
5805         (tramp-imap-handle-insert-file-contents)
5806         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
5808 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
5810         * add-log.el (change-log-font-lock-keywords):
5811         Highlight all authors in multi-author entries.
5813         * smerge-mode.el (smerge-refine-ignore-whitespace)
5814         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
5815         Fix typos in docstrings.
5816         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
5818 2010-05-21  Glenn Morris  <rgm@gnu.org>
5820         * progmodes/fortran.el (fortran-mode):
5821         * progmodes/f90.el (f90-mode): Derive from prog-mode.
5823         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
5824         having a relative path in src/Makefile.in.
5826 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5828         * help-mode.el (help-make-xrefs): For Info node links turn
5829         newlines into spaces.  Link node names with newlines are matched
5830         by help-xref-info-regexp and buttonized, this change ensures they
5831         can be followed successfully with RET.  (Bug#6206)
5833 2010-05-20  Juri Linkov  <juri@jurta.org>
5835         * locate.el (locate): Use pop-to-buffer instead of
5836         switch-to-buffer-other-window.  (Bug#6204)
5838 2010-05-20  Juri Linkov  <juri@jurta.org>
5840         * replace.el (replace-highlight): Fix lazy-highlighting
5841         for `M-s w str M-% str RET'.
5843 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
5845         * isearch.el (isearch-yank-word-or-char): Pull next subword
5846         when `subword-mode' is activated.  (Bug#6220)
5848 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
5850         * isearch.el (isearch-update-post-hook): New hook.
5851         (isearch-update): Use the new hook.  (Bug#6225)
5853 2010-05-20  Juri Linkov  <juri@jurta.org>
5855         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
5856         [f1], [help], and (char-to-string help-char) instead of "\C-h".
5857         (Bug#6222)
5859 2010-05-20  Juri Linkov  <juri@jurta.org>
5861         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
5862         (Bug#6223)
5864 2010-05-20  Juri Linkov  <juri@jurta.org>
5866         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
5867         FILE-NAME to read from the minibuffer when called interactively
5868         with prefix argument instead of using buffer-file-name.
5869         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
5871         * dired.el: Update autoloads.
5873 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
5875         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
5876         nxml-finish-element, for consistency with SGML mode.
5878         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
5879         octave-close-block.
5881 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
5883         * composite.el: Require cl when compiling.
5884         (reference-point-alist, compose-gstring-for-graphic)
5885         (compose-gstring-for-terminal): Fix typos in docstrings.
5887 2010-05-19  Juri Linkov  <juri@jurta.org>
5889         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
5890         set-window-parameter.
5892 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5894         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
5895         where appropriate.
5896         (tramp-maybe-open-connection): Use it.
5898 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
5900         * simple.el (move-end-of-line): Make sure we are at line beginning
5901         before backing up to end of previous line.
5903 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5905         * password-cache.el (password-cache-remove): Fix docstring.
5907         * net/secrets.el: Autoload the widget functions.
5908         (secrets-search-items, secrets-create-item)
5909         (secrets-get-attributes, secrets-expand-item): Attributes will be
5910         stored on the password database without leading ":", as all other
5911         clients do as well.
5912         (secrets-mode): Fix docstring.
5913         (secrets-show-secrets): Provide it as autoloaded command only when
5914         D-Bus support is available.  Check existence of Secret Service API.
5916 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5918         * indent.el (indent-region): Deactivate region (bug#6200).
5920 2010-05-19  Glenn Morris  <rgm@gnu.org>
5922         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
5924 2010-05-19  Kenichi Handa  <handa@m17n.org>
5926         * composite.el: Register compose-gstring-for-graphic in
5927         composition-function-table only for combining characters (Mn, Mc, Me).
5929 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
5931         * calc/calc-trail.el (calc-trail-isearch-forward)
5932         (calc-trail-isearch-backward): Ensure that the new window
5933         point is set correctly.
5935 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5937         * subr.el (read-quoted-char): Resolve modifiers after key
5938         remapping (bug#6212).
5940 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
5942         Add visualization code for secrets.
5943         * net/secrets.el (secrets-mode): New major mode.
5944         (secrets-show-secrets, secrets-show-collections)
5945         (secrets-expand-collection, secrets-expand-item)
5946         (secrets-tree-widget-after-toggle-function)
5947         (secrets-tree-widget-show-password): New defuns.
5949 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5951         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
5952         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
5953         handled in smie-next-sexp.
5954         (smie-indent-calculate): Provide a starting indentation (so the
5955         recursion is well-founded ;-).
5957         Fix handling of non-associative equal levels.
5958         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
5959         when it's not needed.
5960         (smie-op-left, smie-op-right): New functions.
5961         (smie-next-sexp): New function, extracted from smie-backward-sexp.
5962         Better handle equal levels to distinguish the associative case from
5963         the "multi-keyword construct" case.
5964         (smie-backward-sexp, smie-forward-sexp): Use it.
5966 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
5968         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
5970         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
5971         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
5973 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5975         Provide a simple generic indentation engine and use it for Prolog.
5976         * emacs-lisp/smie.el: New file.
5977         * progmodes/prolog.el (prolog-smie-op-levels)
5978         (prolog-smie-indent-rules): New var.
5979         (prolog-mode-variables): Use them to configure SMIE.
5980         (prolog-indent-line, prolog-indent-level): Remove.
5982 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
5984         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
5985         order before computing the averages.
5987 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
5989         * calc/calc-vec.el (calc-histogram):
5990         (calcFunc-histogram): Allow vectors as inputs.
5991         (math-vector-avg): New function.
5993         * calc/calc-ext.el (math-group-float): Have the number of digits
5994         being grouped depend on the radix (Bug#6189).
5996 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
5998         * version.el (emacs-copyright, emacs-version): Don't define here,
5999         now that emacs.c defines it.
6001 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
6003         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
6004         "Describe Language Environment" menu item.
6006         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
6008         Bidi-sensitive movement with arrow keys.
6009         * subr.el (right-arrow-command, left-arrow-command): New functions.
6011         * bindings.el (global-map): Bind them to right and left arrow keys.
6013         Don't override standard definition of convert-standard-filename.
6014         * files.el (convert-standard-filename): Call
6015         w32-convert-standard-filename and dos-convert-standard-filename on
6016         the corresponding systems.
6018         * w32-fns.el (w32-convert-standard-filename): Rename from
6019         convert-standard-filename.  Doc fix.
6021         * dos-fns.el (dos-convert-standard-filename): Doc fix.
6022         (convert-standard-filename): Don't defalias.
6023         (register-name-alist, make-register, register-value)
6024         (set-register-value, intdos): Obsolete aliases for the
6025         corresponding dos-* functions and variables.
6026         (dos-intdos): Add a doc string.
6028 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
6030         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
6031         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
6032         (math-compose-tex-func):
6033         * calc/calccomp.el (math-compose-expr):
6034         * calc/calc-ext.el (math-format-flat-expr-fancy):
6035         * calc/calc-store.el (calc-read-var-name):
6036         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
6038         * calc/calc.el (var-π, var-φ, var-γ): New variables.
6039         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
6040         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
6041         (math-standard-units): Add units.
6043 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6045         * progmodes/asm-mode.el (asm-mode):
6046         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
6048         * pcomplete.el (pcomplete-completions-at-point): New function,
6049         extracted from pcomplete-std-complete.
6050         (pcomplete-std-complete): Use it.
6052 2010-05-15  Glenn Morris  <rgm@gnu.org>
6054         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
6055         Remove references to CVS, RCS and Old directories.
6057 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
6059         * calc/calc-bin.el (math-format-twos-complement): Group digits when
6060         appropriate.
6062 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6064         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
6065         (sh-mode-syntax-table): Give it a default value instead.
6066         (sh-header-marker): Make buffer-local.
6067         (sh-mode): Move make-local-variable to the corresponding setq.
6068         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
6069         Use complete-with-action.
6071         * simple.el (prog-mode): New (abstract) major mode.
6072         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
6073         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
6075 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
6077         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
6078         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
6079         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
6080         (sql-make-alternate-buffer-name, sql-placeholders-filter)
6081         (sql-escape-newlines-filter, sql-input-sender)
6082         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
6084 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
6086         Add TeX open-block and close-block keybindings to SGML, and vice versa.
6088         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
6089         latex-open-block and C-c / to latex-close-block.
6091         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
6092         and C-c C-e to sgml-close-tag.
6094 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
6096         * net/tramp.el (with-progress-reporter): Create reporter object
6097         only when the message would be displayed.  Handle nested calls.
6098         (tramp-handle-load, tramp-handle-file-local-copy)
6099         (tramp-handle-insert-file-contents, tramp-handle-write-region)
6100         (tramp-maybe-send-script, tramp-find-shell):
6101         Use `with-progress-reporter'.
6102         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
6103         Fix message text.
6105         * net/tramp-smb.el (tramp-smb-handle-copy-file)
6106         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
6107         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
6108         Use `with-progress-reporter'.
6110 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
6112         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
6113         process everytime when spellchecking from the minibuffer (bug#6143).
6115 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6117         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
6119         * dos-fns.el: Add "dos-" prefix for namespace control.
6120         (convert-standard-filename): Define as alias for
6121         dos-convert-standard-filename but only if applicable.
6123 2010-05-12  Alan Mackenzie  <acm@muc.de>
6125         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
6126         Push the mark at the start of these functions when appropriate.
6128 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6130         * minibuffer.el (completion-cycle-threshold): New custom var.
6131         (completion--do-completion): Use it.
6132         (minibuffer-complete): Use cycling if appropriate.
6134 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
6136         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
6137         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
6139 2010-05-11  Juri Linkov  <juri@jurta.org>
6141         * scroll-all.el (scroll-all-check-to-scroll):
6142         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
6144 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6146         * iimage.el (iimage-mode-map): Move initialization into declaration.
6147         (iimage-mode-buffer): Use with-silent-modifications.
6148         Simplify calling convention.  Adjust callers.
6149         (iimage-mode): Don't run hook redundantly.
6151         * minibuffer.el (completion-pcm--pattern->regex):
6152         Fix last change (bug#6160).
6154 2010-05-10  Juri Linkov  <juri@jurta.org>
6156         Remove nodes visited during Isearch from the Info history.
6157         * info.el (Info-isearch-initial-history)
6158         (Info-isearch-initial-history-list): New variables.
6159         (Info-isearch-start): Record initial values of
6160         Info-isearch-initial-history and Info-isearch-initial-history-list.
6161         Add Info-isearch-end to isearch-mode-end-hook.
6162         (Info-isearch-end): New function.
6164 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
6166         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
6167         format string, in order to work around a bug in pdksh.
6168         Reported by Gilles Pion <gpion@lfdj.com>.
6169         (tramp-handle-verify-visited-file-modtime): Do not send a command
6170         when the connection is not established.
6171         (tramp-handle-set-file-times): Simplify the check for utc.
6173 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
6175         Fix use of `filter-buffer-substring' (rework previous change).
6176         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
6177         (cua-repeat-replace-region):
6178         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
6179         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
6180         (cua-cut-region-to-global-mark): Use it.
6182 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
6184         * progmodes/sql.el: Version 2.1.
6185         (sql-product-alist): Redesign structure of product info.
6186         (sql-product, sql-user, sql-server, sql-database): Safe variables.
6187         (sql-port, sql-port-history): New variables.
6188         (sql-interactive-product): New variable.
6189         (sql-send-terminator): New variable.
6190         (sql-imenu-generic-expression): Add "Types" imenu entry.
6191         (sql-oracle-login-params, sql-sqlite-login-params)
6192         (sql-mysql-login-params, sql-solid-login-params)
6193         (sql-sybase-login-params, sql-informix-login-params)
6194         (sql-ingres-login-params, sql-ms-login-params)
6195         (sql-postgres-login-params, sql-interbase-login-params)
6196         (sql-db2-login-params, sql-linter-login-params)
6197         (sql-oracle-scan-on): New variables.
6198         (sql-mode-map): Add C-c C-i to start interactive mode.
6199         (sql-mode-menu): Update existing menu entries.
6200         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
6201         (sql-mode-oracle-font-lock-keywords)
6202         (sql-mode-postgres-font-lock-keywords)
6203         (sql-mode-ms-font-lock-keywords)
6204         (sql-mode-sybase-font-lock-keywords)
6205         (sql-mode-informix-font-lock-keywords)
6206         (sql-mode-interbase-font-lock-keywords)
6207         (sql-mode-ingres-font-lock-keywords)
6208         (sql-mode-solid-font-lock-keywords)
6209         (sql-mode-mysql-font-lock-keywords)
6210         (sql-mode-sqlite-font-lock-keywords)
6211         (sql-mode-db2-font-lock-keywords)
6212         (sql-mode-linter-font-lock-keywords): Update initialization to
6213         reduce run-time complexity.
6214         (sql-add-product, sql-del-product): New functions.
6215         (sql-set-product-feature, sql-get-product-feature): New functions.
6216         (sql-product-font-lock): Update product API.
6217         (sql-add-product-keywords): New function.
6218         (sql-highlight-product): Update product API.
6219         (sql-help-list-products): New function.
6220         (sql-help): Dynamically lists free and non-free products.
6221         (sql-get-login): Correct bug in handling history and added
6222         prompt for port.
6223         (sql-copy-column): Copy without properties.
6224         (sqli-input-sender): Apply filters to SQLi input.
6225         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
6226         Implement as a filter.
6227         (sql-escape-newlines-filter): Implement as a filter.
6228         (sql-remove-tabs-filter): New function.
6229         (sql-send-magic-terminator): New function.
6230         (sql-send-string): Implement magic terminator.
6231         (sql-send-region): Use `sql-send-string'.
6232         (sql-interactive-mode): Use product API.
6233         (sql-product-interactive): Use product API.
6234         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
6235         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
6236         (sql-db2, sql-linter): Use `sql-product-interactive'.
6237         (sql-connect): New function.
6238         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
6239         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
6240         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
6241         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
6242         Use `sql-connect'.
6244 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6246         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
6247         New custom variable.
6248         (completion-pcm--string->pattern): Use it.
6249         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
6250         Make it handle any symbol as `any'.
6251         (completion-pcm--merge-completions): Extract common suffix for the new
6252         `prefix' symbol as well.
6253         (completion-substring--all-completions): Use the new `prefix' symbol.
6255 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
6257         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
6258         not bound.
6259         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
6260         (tramp-compat-funcall): New defmacro.
6261         (tramp-compat-line-beginning-position)
6262         (tramp-compat-line-end-position)
6263         (tramp-compat-temporary-file-directory)
6264         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
6265         (tramp-compat-copy-file, tramp-compat-copy-directory)
6266         (tramp-compat-delete-file, tramp-compat-delete-directory)
6267         (tramp-compat-number-sequence, tramp-compat-process-running-p)
6268         * net/tramp.el (top, with-progress-reporter)
6269         (tramp-rfn-eshadow-setup-minibuffer)
6270         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
6271         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
6272         (tramp-completion-mode-p, tramp-check-for-regexp)
6273         (tramp-open-connection-setup-interactive-shell)
6274         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
6275         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
6276         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
6277         * net/tramp-cmds.el (tramp-cleanup-all-connections)
6278         (tramp-reporter-dump-variable, tramp-load-report-modules)
6279         (tramp-append-tramp-buffers)
6280         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
6282         * net/tramp-imap.el (top): Autoload `epg-make-context'.
6284 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6286         * progmodes/compile.el (compilation-buffer-modtime): Rename from
6287         buffer-modtime.  Adjust users.
6289 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
6291         * international/mule.el (auto-coding-alist): Only purecopy
6292         car of each item, not the whole list (Bug#6083).
6294 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
6296         * progmodes/js.el (js-mode): Make paragraph variables local before
6297         calling c-setup-paragraph-variables (Bug#6071).
6299 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
6301         * composite.el (compose-region, reference-point-alist): Fix typos
6302         in the doc strings.
6304 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
6306         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
6307         gnuplot's "set" command.
6309 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
6311         * abbrev.el (last-abbrev-text): Doc fix.
6312         (abbrev-prefix-mark): Don't escape parenthesis.
6314 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
6316         * composite.el (find-composition): Doc fix.
6318 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
6320         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
6321         (sql-oracle-program, sql-sqlite-options)
6322         (sql-query-placeholders-and-send): Doc fixes.
6323         (sql-set-product, sql-interactive-mode): Reflow docstrings.
6324         (sql-imenu-generic-expression, sql-buffer)
6325         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
6326         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
6327         (sql-mode-sybase-font-lock-keywords)
6328         (sql-mode-informix-font-lock-keywords)
6329         (sql-mode-interbase-font-lock-keywords)
6330         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
6331         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
6332         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
6333         (sql-product-feature, sql-highlight-product)
6334         (comint-line-beginning-position, sql-rename-buffer)
6335         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
6336         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
6337         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
6338         Fix typos in docstrings.
6340 2010-05-08  Juri Linkov  <juri@jurta.org>
6342         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
6343         property instead of `invisible' and `after-string' (bug#5998).
6345 2010-05-08  Juri Linkov  <juri@jurta.org>
6347         * image-mode.el (image-mode-as-text): Fix typo in docstring.
6349 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
6351         * filecache.el (file-cache-add-directory-list)
6352         (file-cache-add-directory-recursively): Fix typos in docstrings.
6354 2010-05-08  Kenichi Handa  <handa@m17n.org>
6356         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
6357         (gujarati-composable-pattern): Fix typo.
6359 2010-05-08  Kenichi Handa  <handa@m17n.org>
6361         * language/indian.el (oriya-composable-pattern)
6362         (tamil-composable-pattern, malayalam-composable-pattern):
6363         Add two-part vowels to "v" (vowel sign).
6365 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
6367         * files.el (copy-directory): Handle symlinks (Bug#5982).
6369 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
6371         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
6372         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
6373         (Bug#5846).
6375 2010-05-08  Glenn Morris  <rgm@gnu.org>
6377         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
6379         * minibuffer.el (completion-at-point): Doc fix.
6381 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6383         * electric.el (Electric-command-loop): Minor tweak.
6385         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
6386         better with dedicated windows.
6388 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
6390         * Version 23.2 released.
6392 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
6393             Stefan Monnier  <monnier@iro.umontreal.ca>
6395         Highlight vendor specific properties.
6396         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
6397         (css-proprietary-property): New face.
6398         (css-font-lock-keywords): Use them.
6400 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
6402         * cus-start.el (all): Add native condition for tool-bar-* symbols.
6404 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6406         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
6407         * files.el (auto-mode-alist): Remove redundant entries.
6409         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
6410         * simple.el (auto-save-mode): Move from files.el.
6411         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
6413 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6415         * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
6417 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6419         * mail/binhex.el (binhex-decode-region-internal)
6420         * mail/uudecode.el (uudecode-decode-region-internal)
6421         * net/dns.el (dns-read-string-name, dns-write, dns-read)
6422         (dns-read-type, dns-query)
6423         * pgg-parse.el (pgg-parse-armor)
6424         * pgg.el (pgg-verify-region)
6425         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
6426         XEmacs.
6428         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
6430 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
6432         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
6434         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
6435         * emulation/cua-base.el (cua-repeat-replace-region):
6436         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
6437         (cua-cut-region-to-global-mark):
6438         Remove text properties with `set-text-properties'.
6440 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
6442         * net/tramp.el (top, with-progress-reporter):
6443         Use `symbol-function' inside `funcall'.
6445         * net/tramp-compat.el (tramp-compat-file-attributes)
6446         (tramp-compat-delete-file, tramp-compat-delete-directory):
6447         Handle only `wrong-number-of-arguments' error.
6449         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
6450         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
6451         inside `funcall'.
6453 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6455         * minibuffer.el (completion--sreverse, completion--common-suffix):
6456         New functions.
6457         (completion-pcm--merge-completions): Extract common suffix when safe.
6459         * emacs-lisp/easy-mmode.el (define-minor-mode):
6460         Make :variable more flexible.
6461         * files.el (auto-save-mode): Use it to define using define-minor-mode.
6463 2010-05-05  Juri Linkov  <juri@jurta.org>
6465         Add `slow' and `history' tags to the desktop data.
6467         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
6468         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
6469         (Info-finder-find-node): Require `finder.el' to be able
6470         to restore node from the desktop.
6471         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
6472         data `Info-history' and `slow' tag in the assoc list.
6473         (Info-restore-desktop-buffer): Don't restore nodes with the
6474         `slow' tag.  Restore `Info-history'.
6476 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
6478         Add FORCE argument to `delete-file'.
6480         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
6481         forcing to delete the temporary file.
6482         (ange-ftp-delete-file): Add FORCE arg.
6483         (ange-ftp-rename-remote-to-remote)
6484         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
6485         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
6486         Force file deletion.
6488         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
6490         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
6491         (tramp-handle-make-symbolic-link, tramp-handle-load)
6492         (tramp-do-copy-or-rename-file-via-buffer)
6493         (tramp-do-copy-or-rename-file-directly)
6494         (tramp-do-copy-or-rename-file-out-of-band)
6495         (tramp-handle-process-file, tramp-handle-call-process-region)
6496         (tramp-handle-shell-command, tramp-handle-file-local-copy)
6497         (tramp-handle-insert-file-contents, tramp-handle-write-region)
6498         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
6500         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
6501         (tramp-fish-handle-make-symbolic-link)
6502         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
6504         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6505         Use `tramp-compat-delete-file'.
6507         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
6508         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
6510         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
6511         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
6513         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
6514         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
6515         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
6516         `tramp-compat-delete-file'.
6518 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6520         Minor cleanups.
6521         * subr.el (add-minor-mode): Use push.
6522         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
6523         * emulation/edt.el (edt-select-mode): Simplify.
6525         Use define-minor-mode in more cases.
6526         * term/tvi970.el (tvi970-set-keypad-mode):
6527         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
6528         (normal-erase-is-backspace-mode):
6529         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
6530         (set-scroll-bar-mode-1): (Re)move to its sole caller.
6531         (get-scroll-bar-mode): New function.
6532         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
6534         Use define-minor-mode for less obvious cases.
6535         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
6536         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
6537         * international/iso-ascii.el (iso-ascii-mode):
6538         * frame.el (auto-raise-mode, auto-lower-mode):
6539         * composite.el (global-auto-composition-mode): Use define-minor-mode.
6541 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
6543         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
6544         in order to see error messages for failed logins.
6546 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
6548         * diff.el (diff-sentinel):
6550         * epg.el (epg--make-temp-file, epg-decrypt-string)
6551         (epg-verify-string, epg-sign-string, epg-encrypt-string):
6553         * jka-compr.el (jka-compr-partial-uncompress)
6554         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
6556         * server.el (server-sentinel): Use delete-file's new FORCE arg
6557         (Bug#6070).
6559 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6561         Use define-minor-mode where applicable.
6562         * view.el (view-mode):
6563         * type-break.el (type-break-query-mode)
6564         (type-break-mode-line-message-mode):
6565         * textmodes/reftex.el (reftex-mode):
6566         * term/vt100.el (vt100-wide-mode):
6567         * tar-mode.el (tar-subfile-mode):
6568         * savehist.el (savehist-mode):
6569         * ibuf-ext.el (ibuffer-auto-mode):
6570         * composite.el (auto-composition-mode):
6571         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
6572         Use define-minor-mode.
6573         (vhdl-mode): Use static mode-line format.
6574         (vhdl-mode-line-update): Delete.
6575         (vhdl-create-mode-menu, vhdl-activate-customizations)
6576         (vhdl-hs-minor-mode): Don't bother calling it.
6578 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6580         * simple.el (with-wrapper-hook): Move.
6581         (buffer-substring-filters): Mark obsolete.
6582         (filter-buffer-substring-functions): New variable.
6583         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
6585 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
6586             Michael Albinus  <michael.albinus@gmx.de>
6588         Implement compression for inline methods.
6590         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
6591         (tramp-copy-size-limit): Allow also nil.
6592         (tramp-inline-compress-commands): New defconst.
6593         (tramp-find-inline-compress, tramp-get-inline-compress)
6594         (tramp-get-inline-coding): New defuns.
6595         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
6596         replaced by `tramp-get-inline-coding'.
6597         (tramp-handle-file-local-copy, tramp-handle-write-region)
6598         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
6600 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6602         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
6603         Remove unused functions.
6605         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
6606         Set find-tag-default-function as a variable rather than a property.
6608         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
6609         * progmodes/etags.el (tags-completion-at-point-function):
6610         Remove left over interactive spec.  Add autoloading stub.
6611         (complete-tag): Use tags-completion-at-point-function.
6613 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
6615         * minibuffer.el (tags-completion-at-point-function): Fix return value.
6617 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
6619         * ido.el (ido-init-completion-maps): Remove C-v binding.
6620         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
6622 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
6624         * minibuffer.el (tags-completion-at-point-function): New function.
6625         (completion-at-point-functions): Use it.
6627         * progmodes/etags.el (complete-tag): Revert last change.
6629 2010-04-29  Alan Mackenzie  <acm@muc.de>
6631         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
6632         off-by-one error (in end of macro position).
6634 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6636         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
6637         firefox is absent.  Don't autoload.
6638         (browse-url-galeon-program): Don't autoload.
6640 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
6642         * bindings.el (complete-symbol): Move into minibuffer.el.
6644         * minibuffer.el (complete-tag): Move from etags.el.  If tags
6645         completion cannot be performed, return nil instead of signalling
6646         an error.
6647         (completion-at-point): Make it an alias for complete-symbol.
6648         (complete-symbol): Move from bindings.el, and replace with the
6649         body of completion-at-point.
6651         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
6653 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
6655         * net/tramp.el (tramp-remote-selinux-p): New defun.
6656         (tramp-handle-file-selinux-context)
6657         (tramp-handle-set-file-selinux-context): Use it.
6659 2010-04-28  Sam Steingold  <sds@gnu.org>
6661         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
6662         `safe-local-variable' if the value is a string or a symbol with
6663         the property `bug-reference-url-format'.
6665 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
6667         * progmodes/bug-reference.el (bug-reference-url-format):
6668         Revert 2010-04-27 change due to security risk.
6670 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6672         Make it possible to locally disable a globally enabled mode.
6673         * simple.el (fundamental-mode): Run fundamental-mode-hook.
6674         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
6675         rather than kill-all-local-variables so it runs fundamental-mode-hook.
6676         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6677         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
6678         that subsequent hooks get a chance to disable it.
6680 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6682         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6683         Avoid re-enabling a minor mode after the user turned the minor mode
6684         off if MODE-enable-in-buffers is run twice (typically once from
6685         fundamental-mode's after-change-major-mode-hook and a second time from
6686         run-mode-hook's own after-change-major-mode-hook).
6688         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
6690 2010-04-27  Sam Steingold  <sds@gnu.org>
6692         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
6693         `safe-local-variable' if the value is a string or a function, as
6694         documented and implemented on 2010-04-02.
6696 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
6698         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
6699         when method is 'kill.
6701 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
6703         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
6704         condition in default directory check.
6705         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
6706         Kill ispell process when killing its associated buffer.
6708 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
6710         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
6711         but we aren't using it.
6713 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
6715         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
6716         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
6718 2010-04-24  Glenn Morris  <rgm@gnu.org>
6720         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
6721         Ignore VCS-ignore files, and deleted nextstep preferences files.
6722         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
6723         (authors-ambiguous-files): New list.
6724         (authors-valid-file-names): Add some deleted files.
6725         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
6726         (authors-disambiguate-file-name): New function.  (Bug#5501)
6727         (authors-canonical-file-name): Doc fix.
6728         Don't warn about obsolete files.
6729         (authors-canonical-file-name, authors-scan-el):
6730         Use authors-disambiguate-file-name.
6732         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
6733         Add autoload cookies.
6734         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
6735         (generated-autoload-file): Set file-local value to "htmlfontify.el".
6736         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
6737         They have definitions / compiler macros in cl.el.
6738         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
6739         Replace manual autoloads with generated ones.
6740         (htmlfontify-unload-rgb-file): Remove autoload.
6741         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
6743 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6745         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
6746         (byte-compile-setq-default): Optimize for the
6747         single-var case and don't call byte-compile-form in this case to avoid
6748         inf-loop with byte-compile-set-default.
6750         * progmodes/compile.el (compilation-start): Abbreviate default directory.
6752 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
6754         Implement SELINUX backends.
6756         * net/tramp.el (tramp-file-name-handler-alist):
6757         Add `file-selinux-context' and `set-file-selinux-context'.
6758         (tramp-handle-file-selinux-context)
6759         (tramp-handle-set-file-selinux-context): New defuns.
6760         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
6761         Handle PRESERVE-SELINUX-CONTEXT.
6763         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6764         Add `file-selinux-context' and `set-file-selinux-context'.
6765         (tramp-gvfs-handle-file-selinux-context)
6766         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
6767         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
6769         * net/ange-ftp.el (ange-ftp-copy-file):
6770         * net/tramp-fish.el (tramp-fish-handle-copy-file):
6771         * net/tramp-imap.el (tramp-imap-handle-copy-file):
6772         * net/tramp-smb.el (tramp-smb-handle-copy-file):
6773         Add PRESERVE-SELINUX-CONTEXT.
6775 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
6777         Synchronize with Tramp repository.
6779         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
6780         (tramp-action-process-alive, tramp-action-out-of-band)
6781         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
6782         (tramp-exists-file-name-handler): Fix docstring.
6783         (with-progress-reporter): New defmacro.
6784         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
6785         (tramp-maybe-open-connection): Use it.
6787 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
6789         Detect ssh 'ControlMaster' argument automatically in some cases.
6791         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
6792         (tramp-default-method): Use it.
6794 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
6796         * net/tramp.el (tramp-handle-copy-file): Add new optional
6797         parameter `preserve-selinux-context'.
6798         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
6800 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
6802         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
6803         Ensure, that non remote files are still checked.  Oops.
6805 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
6807         Fix Bug#5840.
6809         * icomplete.el (icomplete-completions): Use `non-essential'.
6811         * net/tramp.el (tramp-connectable-p): New defun.
6812         (tramp-handle-expand-file-name)
6813         (tramp-completion-handle-file-name-all-completions)
6814         (tramp-completion-handle-file-name-completion): Use it.
6816 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6818         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
6820 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
6822         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
6824         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
6826         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
6827         is present.
6829         * info.el (info-tool-bar-map): Add labels.
6831         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
6833         * cus-edit.el (custom-commands): Add labels for tool bar.
6834         (custom-buffer-create-internal, Custom-mode): Adjust for
6835         labels in custom-commands.
6837         * dynamic-setting.el: Renamed from font-setting.el.
6839 2010-04-21  John Wiegley  <jwiegley@gmail.com>
6841         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
6842         toggles the use of virtual buffers.
6843         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
6844         (ido-toggle-virtual-buffers): New function.
6846 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
6848         Use `define-derived-mode'; fix window selection; doc fixes.
6849         * play/tetris.el (tetris, tetris-update-speed-function)
6850         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
6851         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
6852         (tetris-rotate-next, tetris-end-game, tetris-start-game)
6853         (tetris-pause-game): Fix typos in docstrings.
6854         (tetris-mode-map, tetris-null-map):
6855         Move initialization into declaration.
6856         (tetris-mode): Define with `define-derived-mode';
6857         set show-trailing-whitespace to nil.
6858         (tetris): Prefer window already displaying the "*Tetris*" buffer.
6860 2010-04-21  Karel Klíč  <kklic@redhat.com>
6862         * files.el (backup-buffer): Handle SELinux context, and return it
6863         if a backup was made by renaming.
6864         (backup-buffer-copy): Set SELinux context to the target file.
6865         (basic-save-buffer): Set SELinux context of the newly written file.
6866         (basic-save-buffer-1): Now it also returns any SELinux context.
6867         (basic-save-buffer-2): Set SELinux context of the newly created file,
6868         and return it.
6869         * net/tramp.el (tramp-file-name-for-operation):
6870         Add file-selinux-context.
6872 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6874         Make the log-edit comments use RFC822 format throughout.
6876         * vc.el (vc-checkin, vc-modify-change-comment):
6877         Adjust to new vc-start/finish-logentry.
6878         (vc-find-conflicted-file): New command.
6879         (vc-transfer-file): Adjust to new vc-checkin.
6880         (vc-next-action): Improve scoping.
6882         * vc-hg.el (vc-hg-log-edit-mode): Remove.
6883         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
6885         * vc-git.el (vc-git-log-edit-mode): Remove.
6886         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
6887         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
6889         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
6890         (vc-start-logentry): Remove argument `extra'.
6891         (vc-finish-logentry): Remove extra args.
6893         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
6894         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
6895         (vc-bzr-conflicted-files): New function.
6897         * log-edit.el (log-edit-extra-flags)
6898         (log-edit-before-checkin-process): Remove.
6899         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
6900         (log-edit-headers-alist): New var.
6901         (log-edit-header-contents-regexp): New const.
6902         (log-edit-match-to-eoh): New function.
6903         (log-edit-font-lock-keywords): Use them.
6904         (log-edit): Insert a "Summary:" header as default.
6905         (log-edit-mode): Mark font-lock rules as case-insensitive.
6906         (log-edit-done): Cleanup headers.
6907         (log-view-process-buffer): Remove.
6908         (log-edit-extract-headers): New function to replace it.
6910 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
6912         * subr.el (default-direction-reversed): Remove obsolescence info.
6914 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6916         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
6917         windows/frames.
6919         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
6920         I.e. include text after point in the completion region.
6921         Also, return nil when we're not after/in a symbol.
6923         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
6924         default enable-multibyte-characters.
6926 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6928         * international/mule.el: Help the user choose a valid coding-system.
6929         (read-buffer-file-coding-system): New function.
6930         (set-buffer-file-coding-system): Use it.  Prompt the user if the
6931         coding-system cannot encode all the chars.
6933         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
6934         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
6935         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
6936         Don't use *vc-bzr-shelve*.
6938 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
6940         Fix the version number for added files.
6941         * vc-hg.el (vc-hg-working-revision): Check if the file is
6942         registered after hg parent fails (Bug#5961).
6944 2010-04-19  Glenn Morris  <rgm@gnu.org>
6946         * htmlfontify.el (htmlfontify-buffer)
6947         (htmlfontify-copy-and-link-dir): Autoload entry points.
6949 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
6951         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
6952         name relative to the project root (Bug#5960).
6954 2010-04-19  Glenn Morris  <rgm@gnu.org>
6956         * vc-git.el (vc-git-print-log): Doc fix.
6958 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
6960         * ido.el (ido-file-internal): Fix 2009-12-02 change.
6962 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
6964         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
6965         default settings (Bug#5928).
6967 2010-04-19  Glenn Morris  <rgm@gnu.org>
6969         * progmodes/fortran.el (fortran-match-and-skip-declaration):
6970         New function.
6971         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
6973 2010-04-19  Kenichi Handa  <handa@m17n.org>
6975         * language/indian.el (malayalam-composable-pattern): Fix previous
6976         change (add U+0D4D "SIGN VIRAMA").
6977         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
6978         (tamil-composable-pattern): Fix typo in the regexp.
6979         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
6980         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
6981         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
6983 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
6985         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
6986         paragraph-separate (Bug#5821).
6988 2010-04-19  Juri Linkov  <juri@jurta.org>
6990         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
6992         * info.el (Info-find-node-2): Comment out code that skips
6993         breadcrumbs line.
6994         (Info-mouse-follow-link): New command.
6995         (Info-link-keymap): New keymap.
6996         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
6997         Return a string with links instead of inserting breadcrumbs
6998         to the Info buffer.
6999         (Info-fontify-node): Comment out code that inserts breadcrumbs.
7000         Instead of putting the `invisible' text property over the Info
7001         header, make an overlay over the Info header with the `invisible'
7002         property and `after-string' set to the string returned by
7003         `Info-breadcrumbs'.
7005 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
7007         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
7008         Reported by monkey@sandpframing.com.
7010 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7012         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
7013         (tmm-get-keymap): Add key-binding shortcuts now that they're not
7014         available in the "keyseq cache" any more.
7016         * custom.el (defcustom): Add edebug spec.
7018 2010-04-18  Juri Linkov  <juri@jurta.org>
7020         Test for special mode-class in view-buffer instead of view-file (bug#5513).
7022         * view.el (view-file, view-buffer): Move test for special mode-class
7023         from view-file to view-buffer.
7025         * tar-mode.el (tar-extract): Turn if's into one cond
7026         like in arc-mode.el.
7028 2010-04-18  Juri Linkov  <juri@jurta.org>
7030         Add 7z archive format support (bug#5475).
7032         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
7033         (archive-7z-extract): New defcustom.
7034         (archive-find-type): Add magic string for 7z.
7035         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
7036         If `stderr-file' is non-nil, use `(t stderr-file)' for the
7037         `buffer' arg of `call-process'.
7038         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
7039         call the function `archive-7z-extract' with the variable
7040         `archive-7z-extract' let-bound to `archive-zip-extract'.
7041         (archive-7z-summarize, archive-7z-extract): New functions.
7043         * international/mule.el (auto-coding-alist):
7044         * files.el (auto-mode-alist): Add 7z file extension.
7046 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7048         * loadup.el: Setup hash-cons for pure data.
7050         Fix duplicate entries in cedet's loaddefs.el files.
7051         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
7052         Should make most file-local generated-autoload-file unnecessary.
7053         (print-readably): Silence warnings.
7054         (autoload-find-destination): Take load-name as an arg to make sure
7055         it's the same as the one that will be in the file.
7056         (autoload-generate-file-autoloads): Adjust to above changes.
7057         Try to make the dataflow a bit simpler.
7059         * cvs-status.el (cvs-refontify): Remove unused.
7061 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
7063         * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
7065         * calc/calc-bin.el (calc-radix): Have the "O" option turn on
7066         twos-complement mode.
7068 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
7070         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
7071         'calc-option'.  Add `calc-option-prefix-help' to calc-help autoloads.
7072         (calc-inverse): Add "Option" to message, as appropriate.
7073         (calc-hyperbolic): Add "Option" to message, as appropriate.
7074         (calc-option, calc-is-option): New functions.
7076         * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
7077         (calc-option-prefix-help): New function.
7079         * calc/calc-misc.el (calc-help): Add "Option" entry.
7081         * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
7082         (calc-option-flag): New variable.
7083         (calc-do): Set `calc-option-flag to nil.
7084         (calc-set-mode-line): Add "Opt " as appropriate.
7086 2010-04-16  Juri Linkov  <juri@jurta.org>
7088         Move scrolling commands from simple.el to window.el
7089         because their primitives are implemented in window.c.
7091         * simple.el (scroll-error-top-bottom)
7092         (scroll-up-command, scroll-down-command, scroll-up-line)
7093         (scroll-down-line, scroll-other-window-down)
7094         (beginning-of-buffer-other-window, end-of-buffer-other-window):
7095         * window.el (scroll-error-top-bottom)
7096         (scroll-up-command, scroll-down-command, scroll-up-line)
7097         (scroll-down-line, scroll-other-window-down)
7098         (beginning-of-buffer-other-window, end-of-buffer-other-window):
7099         Move from simple.el to window.el because their primitives are
7100         implemented in window.c.
7102 2010-04-16  Juri Linkov  <juri@jurta.org>
7104         * isearch.el (isearch-lookup-scroll-key): Check both
7105         `isearch-scroll' and `scroll-command' properties.
7106         (scroll-up, scroll-down): Remove `isearch-scroll' property.
7108         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
7110         * simple.el (scroll-up-command, scroll-down-command)
7111         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
7113 2010-04-15  Juri Linkov  <juri@jurta.org>
7115         * simple.el (scroll-up-command, scroll-down-command)
7116         (scroll-up-line, scroll-down-line): Put `scroll-command'
7117         property on the these symbols.  Remove them from
7118         `scroll-preserve-screen-position-commands'.
7120         * mwheel.el (mwheel-scroll): Put `scroll-command' and
7121         `isearch-scroll' properties on the `mwheel-scroll' symbol.
7122         Remove it from `scroll-preserve-screen-position-commands'.
7124         * isearch.el (isearch-allow-scroll): Doc fix.
7126 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
7128         * net/tramp.el (tramp-error-with-buffer): Don't show the
7129         connection buffer when we are in completion mode.
7130         (tramp-file-name-handler): Catch the error for some operations
7131         when we are in completion mode.  This gives the user the chance to
7132         correct the file name in the minibuffer.
7134 2010-04-15  Glenn Morris  <rgm@gnu.org>
7136         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
7138 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
7140         Simplify by using `define-derived-mode'.
7141         * info.el (Info-mode):
7142         * calendar/todo-mode.el (todo-mode):
7143         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
7144         (gomoku-mode-map): Move initialization into declaration.
7146 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
7148         Fix Bug#5840.
7149         * ido.el (ido-file-name-all-completions-1):
7150         * minibuffer.el (minibuffer-completion-help):
7151         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
7153 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7155         * simple.el (non-essential): New var.
7157         Add a new field `location' to bookmarks for non-file bookmarks.
7158         * bookmark.el (bookmark-location): Use the new field, if present.
7159         (bookmark-insert-location): Undo last change, not needed any more.
7160         * man.el (Man-bookmark-make-record):
7161         * woman.el (woman-bookmark-make-record): Add `location' field.
7163 2010-04-14  Juri Linkov  <juri@jurta.org>
7165         * simple.el (scroll-error-top-bottom): New defcustom.
7166         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
7168         * emulation/pc-select.el (pc-select-override-scroll-error):
7169         Obsolete in favor of `scroll-error-top-bottom'.
7171 2010-04-14  Juri Linkov  <juri@jurta.org>
7173         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
7174         `scroll-up-command' and `M-v' to `scroll-down-command'.
7176         * emulation/cua-rect.el (cua--init-rectangles):
7177         * forms.el (forms--change-commands):
7178         * image-mode.el (image-mode-map):
7179         Remap scroll-down-command and scroll-up-command
7180         in addition to scroll-down and scroll-up.
7182 2010-04-14  Juri Linkov  <juri@jurta.org>
7184         * mwheel.el (scroll-preserve-screen-position-commands):
7185         Add mwheel-scroll to this list of commands.
7187         * simple.el (scroll-preserve-screen-position-commands):
7188         Add scroll-up-command, scroll-down-command, scroll-up-line,
7189         scroll-down-line to this list of commands.
7191 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7193         * obsolete/complete.el: Move from lisp/complete.el.
7195         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
7197         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
7198         to the minor mode function now turns the mode ON unconditionally.
7200 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7202         * vc-dir.el (vc-dir-kill-line): New command.
7203         (vc-dir-mode-map): Bind it to C-k.
7205         * bookmark.el (bookmark-insert-location): Handle a nil filename.
7207         * woman.el: Add bookmark declarations to silence the compiler.
7208         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
7209         step to compatibility between man and woman bookmarks.
7210         Adjust for Man-default-bookmark-title renaming.
7211         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
7213         * man.el: Add bookmark declarations to silence the compiler.
7214         (Man-name-local-regexp): Make it match NAME as well.
7215         (Man-getpage-in-background): Return the buffer.
7216         (Man-notify-when-ready): Use `case'.
7217         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
7218         Don't hardcode "NAME".  Simplify.
7219         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
7220         Rename from Man-bookmark-make-record.
7221         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
7222         we have the actual man-args.  Use Man-getpage-in-background rather
7223         than `man' since the arg is already processed.  Let bookmark.el do the
7224         window handling.  Only wait for the relevant process.
7225         Don't forget to autoload.
7227         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
7229 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7231         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
7232         New functions.
7233         (woman-mode): Setup bookmark support.
7235         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
7236         (man-bookmark-jump): New functions.
7237         (Man-mode): Setup bookmark support.
7239 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
7241         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
7242         recognize ssh-keygen prompt (Bug#2817).
7244 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
7246         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
7248 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
7250         Synchronize with Tramp repository.
7252         * net/tramp.el (tramp-completion-function-alist)
7253         (tramp-file-name-regexp, tramp-chunksize)
7254         (tramp-local-coding-commands, tramp-remote-coding-commands):
7255         Fix docstring.
7256         (tramp-remote-process-environment): Use `format' instead of `concat'.
7257         (tramp-handle-directory-files-and-attributes)
7258         (tramp-get-remote-path): Use `copy-tree'.
7259         (tramp-handle-file-name-all-completions): Backward/ XEmacs
7260         compatibility: Use `completion-ignore-case' if
7261         `read-file-name-completion-ignore-case' does not exist.
7262         (tramp-do-copy-or-rename-file-directly): Do not use
7263         `tramp-handle-file-remote-p'.
7264         (tramp-do-copy-or-rename-file-out-of-band):
7265         Use `tramp-compat-delete-directory'.
7266         (tramp-do-copy-or-rename-file-out-of-band)
7267         (tramp-compute-multi-hops, tramp-maybe-open-connection):
7268         Use `format-spec-make'.
7269         (tramp-find-foreign-file-name-handler)
7270         (tramp-advice-make-auto-save-file-name)
7271         (tramp-set-auto-save-file-modes): Remove superfluous check for
7272         `stringp'.  This is done inside `tramp-tramp-file-p'.
7273         (tramp-debug-outline-regexp): New defconst.
7274         (tramp-get-debug-buffer): Use it.
7275         (tramp-check-for-regexp): Use (forward-line 1).
7276         (tramp-set-auto-save-file-modes): Adapt version check.
7278         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
7279         Wrap call of `featurep' for 2nd argument.
7280         (tramp-compat-make-temp-file): Simplify fallback implementation.
7281         (tramp-compat-copy-tree): Remove function.
7282         (tramp-compat-delete-directory): Provide implementation for older
7283         Emacsen.
7285         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
7286         Do not use `tramp-fish-handle-file-attributes.
7288         * net/trampver.el: Update release number.
7290 2010-04-10  Glenn Morris  <rgm@gnu.org>
7292         * progmodes/compile.el (compilation-save-buffers-predicate):
7293         Add missing :version tag.
7295 2010-04-09  Sam Steingold  <sds@gnu.org>
7297         * progmodes/compile.el (compilation-save-buffers-predicate):
7298         Remove the "autoload" cookie.
7300         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
7301         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
7302         and `bug-reference-prog-mode' can be used in hooks directly.
7304 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
7306         Add --author support to git commit.
7307         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
7308         (vc-git-log-edit-mode): New minor mode.
7309         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
7310         New declarations.
7312 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
7314         * vc-hooks.el, vc-git.el: Improve documentation comments.
7316 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7318         Fix some of the problems in defsubst* (bug#5728).
7319         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
7320         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
7322 2010-04-07  Sam Steingold  <sds@gnu.org>
7324         * progmodes/compile.el (compilation-save-buffers-predicate):
7325         New custom variable.
7326         (compile, recompile): Pass it to `save-some-buffers'.
7328 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
7330         * wid-edit.el (widget-choose): Move cursor to the second line of
7331         the buffer (Bug#5695).
7333 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
7335         Add new VC methods: vc-log-incoming and vc-log-outgoing.
7336         * vc.el (vc-print-log-setup-buttons): New function split out from
7337         vc-print-log-internal.
7338         (vc-log-internal-common): New function, a parametrized version of
7339         vc-print-log-internal.
7340         (vc-print-log-internal): Just call vc-log-internal-common with the
7341         right arguments.
7342         (vc-incoming-outgoing-internal):
7343         (vc-log-incoming, vc-log-outgoing): New functions.
7344         (vc-log-view-type): New permanent local variable.
7346         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
7348         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
7349         of the dynamic bound vc-short-log.
7350         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
7352         * vc-git.el (vc-git-log-outgoing): New function.
7353         (vc-git-log-view-mode): Use vc-log-view-type instead
7354         of the dynamic bound vc-short-log.
7356         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
7357         of the dynamic bound vc-short-log.  Highlight the tag.
7358         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
7359         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
7360         (vc-hg-incoming-mode): Remove.
7361         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
7363 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
7365         Fix default-directory for vc-root-diff.
7366         * vc.el (vc-root-diff): Bind default-directory to the root
7367         directory for the diff command.
7369 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
7371         * progmodes/verilog-mode.el (verilog-forward-sexp):
7372         (verilog-calc-1): Support "disable fork" and "fork wait" multi
7373         word keywords, suggested by Steve Pearlmutter.
7374         (verilog-pretty-declarations): Support lineup of declarations in
7375         port lists.
7376         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
7377         fix bug for /* / comments.
7378         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
7379         Speed up and simplfy as this is never called with a bound.
7380         (verilog-pretty-declarations): Enhance to line up declarations
7381         inside a parameter list, suggested by Alan Morgan.
7382         (verilog-pretty-expr): Tune assignment regular expression match
7383         string for corner cases; also use markers instead of character
7384         number as indent changes the later.
7386 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
7388         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
7389         as missing keyword.
7390         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
7391         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
7392         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
7393         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
7394         Tennant.
7395         (verilog-keywords):
7396         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
7397         1800-2009 keywords, including "global.".
7399 2010-04-06  John Wiegley  <jwiegley@gmail.com>
7401         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
7402         appearing in buffer list (if a live buffer name matched a recentf
7403         file basename).  Should use uniquify to offer a real solution.
7405 2010-04-06  John Wiegley  <jwiegley@gmail.com>
7407         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
7408         comment to code, and add a :version tag.
7409         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
7411 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
7413         Enable recentf-mode if using virtual buffers.
7414         * ido.el (recentf-list): Declare for byte-compiler.
7415         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
7416         (ido-make-buffer-list): Simplify.
7417         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
7419 2010-04-05  Juri Linkov  <juri@jurta.org>
7421         Scrolling commands which scroll a line instead of full screen.
7422         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
7424         * simple.el (scroll-up-line, scroll-down-line): New commands.
7425         Put property isearch-scroll=t on them.
7427         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
7428         Remove commands.
7430 2010-04-05  Juri Linkov  <juri@jurta.org>
7432         Scrolling commands which do not signal errors at top/bottom.
7433         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
7435         * simple.el (scroll-up-command, scroll-down-command): New commands.
7436         Put property isearch-scroll=t on them.
7438         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
7439         `scroll-down-command' and [next] from `scroll-up' to
7440         `scroll-up-command'.
7442         * emulation/cua-base.el: Put property CUA=move on
7443         `scroll-up-command' and `scroll-down-command'.
7444         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
7445         and `scroll-down-command' to `cua-scroll-down'.
7447 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
7449         * help.el (describe-mode): Return nil.
7451 2010-04-04  John Wiegley  <jwiegley@gmail.com>
7453         * ido.el (ido-use-virtual-buffers): New variable to indicate
7454         whether "virtual buffer" support is enabled for IDO.
7455         (ido-virtual): Face used to indicate virtual buffers in the list.
7456         (ido-buffer-internal): If a buffer is chosen, and no such buffer
7457         exists, but a virtual buffer of that name does (which would be why
7458         it was in the list), recreate the buffer by reopening the file.
7459         (ido-make-buffer-list): If virtual buffers are being used, call
7460         `ido-add-virtual-buffers-to-list' before the make list hook.
7461         (ido-virtual-buffers): New variable which contains a copy of the
7462         current contents of the `recentf-list', albeit pared down for the
7463         sake of speed, and with proper faces applied.
7464         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
7465         create a list of "virtual buffers" to present to the user in
7466         addition to the currently open set.  Note that this logic could
7467         get rather slow if that list is too large.  With the default
7468         `recentf-max-saved-items' of 200, there is little speed penalty.
7470 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7472         * font-lock.el: Require CL when compiling.
7473         (font-lock-turn-on-thing-lock): Use `case'.
7475 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
7477         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
7478         Zaretskii.
7480 2010-04-02  Juri Linkov  <juri@jurta.org>
7482         * ehelp.el (electric-help-orig-major-mode):
7483         New buffer-local variable.
7484         (electric-help-mode): Set it to original major-mode.  Doc fix.
7485         (with-electric-help): Use `electric-help-orig-major-mode' instead
7486         of (default-value 'major-mode).  Doc fix.
7487         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
7489 2010-04-02  Sam Steingold  <sds@gnu.org>
7491         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
7492         `vc-hg-command' with a list of flags.
7494         * progmodes/bug-reference.el (bug-reference-bug-regexp):
7495         Also accept "patch" and "RFE".
7496         (bug-reference-fontify): `bug-reference-url-format' can also be a
7497         function to be able to handle the bug kind.
7498         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
7500 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
7502         * tmm.el (tmm-get-keymap): Check with symbolp before passing
7503         value to fboundp, it may not be a symbol.
7505 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
7507         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
7509 2010-03-31  Juri Linkov  <juri@jurta.org>
7511         * simple.el (next-line, previous-line): Re-throw a signal
7512         with `signal' instead of using `ding'.
7513         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
7515 2010-03-31  Juri Linkov  <juri@jurta.org>
7517         * simple.el (keyboard-escape-quit): Raise deselecting the active
7518         region higher than exiting the minibuffer.
7519         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
7521 2010-03-31  Juri Linkov  <juri@jurta.org>
7523         * image.el (image-animated-p): Use `image-metadata' instead of
7524         `image-extension-data'.  Get GIF extenstion data from metadata
7525         property `extension-data'.
7527 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7529         * simple.el (append-to-buffer): Simplify.
7531 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
7533         * textmodes/artist.el (artist-mode): Fix typo in docstring.
7534         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
7536 2010-03-31  Kenichi Handa  <handa@m17n.org>
7538         * language/sinhala.el (composition-function-table): Fix regexp for
7539         the new Unicode specification.
7541         * language/indian.el (devanagari-composable-pattern)
7542         (tamil-composable-pattern, kannada-composable-pattern)
7543         (malayalam-composable-pattern): Adjust for the new Unicode
7544         specification.
7545         (bengali-composable-pattern, gurmukhi-composable-pattern)
7546         (gujarati-composable-pattern, oriya-composable-pattern)
7547         (telugu-composable-pattern): New variables to cope with the new
7548         Unicode specification.  Use them in composition-function-table.
7550 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7552         Make tmm-menubar work for the Buffers menu again (bug#5726).
7553         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
7554         vectors rather than cons cells, as used in menu-bar-update-buffers.
7556 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
7558         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
7559         (js-insert-and-indent): Revert 2009-08-15 change, restoring
7560         electric punctuation for "{}();,:" (Bug#5586).
7562         * mail/sendmail.el (mail-default-directory): Doc fix.
7564 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
7566         * mail/sendmail.el (mail-default-directory): Doc fix.
7568 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
7570         * subr.el (version-regexp-alist, version-to-list)
7571         (version-list-<, version-list-=, version-list-<=)
7572         (version-list-not-zero, version<, version<=, version=): Doc fix.
7573         (Bug#5744).
7575 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
7577         * vc.el (vc-root-diff): Doc fix.
7579 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
7581         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
7583         * simple.el (append-to-buffer): Fix last change.
7585 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
7587         * simple.el (append-to-buffer): Ensure that point is preserved if
7588         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
7589         (Bug#5749)
7591 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7593         * files.el (auto-mode-case-fold): Change default to t.
7595 2010-03-30  Juri Linkov  <juri@jurta.org>
7597         * dired-x.el (dired-omit-mode): Doc fix.
7599 2010-03-30  Juri Linkov  <juri@jurta.org>
7601         * replace.el (occur-accumulate-lines): Move occur-engine related
7602         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
7603         to be located after `occur-engine'.
7605 2010-03-30  Juri Linkov  <juri@jurta.org>
7607         Make occur handle multi-line matches cleanly with context.
7608         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
7610         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
7611         (occur-engine): Add local variables `ret', `prev-after-lines',
7612         `prev-lines'.  Use more arguments for `occur-context-lines'.
7613         Set first elem of its returned list to `data', and the second elem
7614         to `prev-after-lines'.  Don't print the separator line.
7615         In the end, print remaining context after-lines.
7616         (occur-context-lines): Add new arguments `begpt', `endpt',
7617         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
7618         after-lines of the previous match with before-lines of the
7619         current match and not overlap them.  Return a list with two
7620         values: the output line and the list of context after-lines.
7622 2010-03-30  Juri Linkov  <juri@jurta.org>
7624         * replace.el (occur-accumulate-lines): Fix a bug where the first
7625         context line at the beginning of the buffer was missing.
7627 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
7629         * files.el: Make bidi-display-reordering safe variable for boolean
7630         values.
7632 2010-03-29  Phil Hagelberg  <phil@evri.com>
7633             Chong Yidong  <cyd@stupidchicken.com>
7635         * subr.el: Extend progress reporters to perform "spinning".
7636         (progress-reporter-update, progress-reporter-do-update):
7637         Handle non-numeric value arguments.
7638         (progress-reporter--pulse-characters): New var.
7640 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
7642         * progmodes/compile.el (compilation-start): Fix regexp detection
7643         of initial cd command (Bug#5771).
7645 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
7647         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
7649 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
7651         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
7652         * progmodes/gdb-mi.el: Restore.
7653         * progmodes/gdb-ui.el: Remove.
7654         * progmodes/gud.el: Re-accommodate for gdb-mi.el.
7656 2010-03-25  Glenn Morris  <rgm@gnu.org>
7658         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
7659         all dired buffers, even tramp ones.  (Bug#5755)
7661 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7663         Add "union tags" in mpc.el.
7664         * mpc.el: Remove backward compatibility code.
7665         (mpc-browser-tags): Change default.
7666         (mpc--find-memoize-union-tags): New var.
7667         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
7668         (mpc-cmd-find): Handle the case where the playlist does not exist.
7669         Handle union-tags.
7670         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
7671         (mpc-cmd-add): Use mpc-cmd-flush.
7672         (mpc-tagbrowser-tag-name): New fun.
7673         (mpc-tagbrowser-buf): Use it.
7674         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
7676 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7678         Misc cleanup.
7679         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
7680         Use replace-regexp-in-string.
7681         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
7682         (makefile-imake-mode-syntax-table): Move init into defvar.
7683         (makefile-mode): Use define-derived-mode.
7685         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
7686         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
7687         not be present any more.
7689 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7691         * faces.el (set-face-attribute): Fix typo in docstring.
7692         (face-valid-attribute-values): Reflow docstring.
7694 2010-03-24  Glenn Morris  <rgm@gnu.org>
7696         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
7698 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
7700         * indent.el (indent-for-tab-command): Doc fix.
7702 2010-03-24  Alan Mackenzie  <acm@muc.de>
7704         * progmodes/cc-engine.el (c-remove-stale-state-cache):
7705         Fix off-by-one error.  Fixes bug #5747.
7707 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7709         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
7710         (image-dired-read-comment): Doc fix.
7712         * json.el (json-object-type, json-array-type, json-key-type)
7713         (json-false, json-null, json-read-number):
7714         * minibuffer.el (completion-in-region-functions):
7715         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
7716         (cal-tex-cursor-week):
7717         * emacs-lisp/trace.el (trace-function):
7718         * eshell/em-basic.el (eshell/printnl):
7719         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
7720         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
7721         * obsolete/levents.el (allocate-event, event-key, event-object)
7722         (event-point, event-process, event-timestamp, event-to-character)
7723         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
7724         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
7725         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
7726         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
7727         (reftex-highlight-selection): Fix typos in docstrings.
7729 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7731         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
7733 2010-03-24  Glenn Morris  <rgm@gnu.org>
7735         * mail/rmail.el (rmail-highlight-face): Restore option deleted
7736         2008-02-13 without comment; mark it obsolete.
7737         (rmail-highlight-headers): Use rmail-highlight-face once more.
7739 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
7741         * woman.el (woman2-process-escapes): Only consume the newline if
7742         the filler character is on a line by itself (Bug#5729).
7744 2010-03-24  Kenichi Handa  <handa@m17n.org>
7746         * language/indian.el (devanagari-composable-pattern): Add more
7747         consonants.
7749 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
7751         * net/trampver.el: Update release number.
7753 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
7755         * net/tramp.el (tramp-find-executable):
7756         Use `tramp-get-connection-buffer'.  Make the regexp for checking
7757         output of "wc -l" more robust.
7758         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
7759         (tramp-open-connection-setup-interactive-shell): Remove workaround
7760         for OpenSolaris bug, it is not needed anymore.
7762 2010-03-24  Glenn Morris  <rgm@gnu.org>
7764         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
7766 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
7768         * files.el (auto-mode-alist): Accept more verilog file patterns.
7770 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7772         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
7774 2010-03-24  Glenn Morris  <rgm@gnu.org>
7776         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
7777         log-edit-before-checkin-process.
7779         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
7781         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
7783         * vc-dispatcher.el (vc-start-logentry): Doc fix.
7784         (log-view-process-buffer, log-edit-extra-flags): Declare.
7786         * log-edit.el (log-edit-before-checkin-process): Doc fix.
7788 2010-03-23  Sam Steingold  <sds@gnu.org>
7790         Fix bug#5620: recalculate all markers on compilation buffer
7791         modifications, not on file modifications.
7792         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
7793         the buffer modification time, for buffers not associated with files.
7794         (compilation-mode): Create it.
7795         (compilation-filter): Update it.
7796         (compilation-next-error-function): Use it instead of
7797         `visited-file-modtime' for timestamp.
7799 2010-03-23  Juri Linkov  <juri@jurta.org>
7801         Implement Occur multi-line matches.
7802         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
7804         * replace.el (occur): Doc fix.
7805         (occur-engine): Set `begpt' to the beginning of the first line.
7806         Set `endpt' to the end of the last match line.  At first, count
7807         line numbers between `origpt' and `begpt'.  Split out code from
7808         `out-line' variable to new let-bindings `match-prefix' and
7809         `match-str'.  In `out-line' add non-numeric prefix to all
7810         non-first lines of multi-line matches.  Finally, count lines
7811         between `begpt' and `endpt' and add to `lines'.
7813 2010-03-23  Juri Linkov  <juri@jurta.org>
7815         * replace.el (occur-accumulate-lines, occur-engine):
7816         Use `occur-engine-line' instead of duplicate code.
7817         (occur-engine-line): New function created from duplicate code
7818         in `occur-accumulate-lines' and `occur-engine'.
7820         * replace.el (occur-engine-line): Add optional arg `keep-props'.
7821         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
7823 2010-03-23  Juri Linkov  <juri@jurta.org>
7825         * finder.el: Remove TODO tasks.
7827         * info.el (Info-finder-find-node): Add node "all"
7828         with all package info.  Handle a list of multiple keywords
7829         separated by comma.
7830         (info-finder): In interactive use with a prefix argument,
7831         use `completing-read-multiple' to read a list of keywords
7832         separated by comma.
7834 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7836         Add a new completion style `substring'.
7837         * minibuffer.el (completion-basic--pattern): New function.
7838         (completion-basic-try-completion, completion-basic-all-completions):
7839         Use it.
7840         (completion-substring--all-completions)
7841         (completion-substring-try-completion)
7842         (completion-substring-all-completions): New functions.
7843         (completion-styles-alist): New style `substring'.
7845 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7847         Get rid of .elc files after removal of the corresponding .el.
7848         * Makefile.in (compile-clean): New target.
7849         (compile-main): Use it.
7851 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
7853         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
7854         don't do make there.  When compiling with separate object dir, there
7855         is no Makefile there.
7857 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7859         Get rid of the ELCFILES abomination, again.
7860         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
7861         (all, compile): Don't call compile-last.
7862         (compile-main): Build the "elcfiles" list dynamically.
7863         (compile-targets): New (internal) target.
7865 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
7867         * Makefile.in (top_srcdir): Define.
7868         (abs_top_builddir): Define.
7869         (srcdir): Don't append `/..'.
7870         (EMACS): Use ${abs_top_builddir}.
7871         (all, compile, compile-always, compile-last): Don't set emacswd.
7872         (update-subdirs, update-authors): Use $(top_srcdir) instead of
7873         $(srcdir).
7874         (lisp): Use $(srcdir) instead of @srcdir@.
7876 2010-03-21  Juri Linkov  <juri@jurta.org>
7878         Fix message of multi-line occur regexps and multi-buffer header lines.
7879         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
7881         * replace.el (occur-1): Don't display regexp if it is longer
7882         than window-width.  Use `query-replace-descr' to display regexp.
7883         (occur-engine): Don't display regexp in the buffer header for
7884         multi-buffer occur.  Display a separate header line with total
7885         match count and regexp for multi-buffer occur.
7886         Use `query-replace-descr' to display regexp.
7888 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7890         * net/secrets.el: Fix parenthesis.
7891         (secrets-enabled): Fix parenthesis.
7893 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7895         Use more relative file and directory names.
7896         * Makefile.in (EMACS): Arrange for it to work when we chdir.
7897         (setwins, setwins_almost, setwins_for_subdirs):
7898         Don't `cd'; output relative names.
7899         (all, compile, compile-always, compile-last): Set emacswd.
7900         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
7901         Just cd to the lisp source dir so we can use relative file names.
7903         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
7905 2010-03-20  Glenn Morris  <rgm@gnu.org>
7907         * textmodes/rst.el: Use faces for font-lock customization, and make the
7908         old -face variables obsolete.
7909         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
7910         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
7911         (rst-block-face, rst-external-face, rst-definition-face)
7912         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
7913         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
7914         Make obsolete.
7915         (rst-font-lock-keywords-function): Update for above changes.
7917 2010-03-20  Juri Linkov  <juri@jurta.org>
7919         * s-region.el:
7920         * obsolete/s-region.el: Move to obsolete.
7922 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
7924         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
7926 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
7928         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
7930 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
7932         Add special markup processing for commit logs.
7933         * log-edit.el (log-edit-extra-flags): New variable.
7934         (log-edit): Add new argument MODE.  Use that mode when non-nil
7935         instead of the log-view-mode.
7936         (log-view-process-buffer): New function.
7938         * vc.el: Document that the checkin method takes optional
7939         arguments.  Document new backend specific method: log-view-mode.
7940         (vc-default-log-edit-mode): New function.
7941         (vc-checkin): Use a backend specific log-view-mode.
7942         Pass extra arguments to the checkin method.
7943         (vc-modify-change-comment): Pass a dummy extra argument.
7945         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
7946         log-edit.
7947         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
7948         (vc-finish-logentry): Process the log buffer before passing it
7949         down.  Pass log-edit-extra-flags.
7951         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
7952         command.
7953         (log-edit-extra-flags, log-edit-before-checkin-process):
7954         New declarations.
7956         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
7957         command.
7958         (log-edit-extra-flags, log-edit-before-checkin-process):
7959         New declarations.
7960         (vc-hg-log-edit-mode): New derived mode.
7962         * vc-arch.el (vc-arch-checkin):
7963         * vc-cvs.el (vc-cvs-checkin):
7964         * vc-git.el (vc-git-checkin):
7965         * vc-mtn.el (vc-mtn-checkin):
7966         * vc-rcs.el (vc-rcs-checkin):
7967         * vc-sccs.el (vc-sccs-checkin):
7968         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
7970 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7972         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
7973         parent typo).
7975 2010-03-19  Glenn Morris  <rgm@gnu.org>
7977         * password-cache.el (password-cache, password-cache-expiry): Autoload.
7979 2010-03-18  Glenn Morris  <rgm@gnu.org>
7981         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
7983         * replace.el (query-replace-history): Give it a doc string.
7984         (map-query-replace-regexp): Use query-replace-from-history-variable
7985         and query-replace-to-history-variable.
7987         * mail/hashcash.el (declare-function): Remove duplicate definition.
7989         * mail/emacsbug.el (report-emacs-bug-pretest-address):
7990         Make it an obsolete alias for report-emacs-bug-address.
7991         (message-strip-special-text-properties): Declare.
7992         (report-emacs-bug): Remove test for a pretest bug address.
7993         Combine message-mode-specific code.
7995         * mail/supercite.el: Don't require sendmail.
7996         (mh-in-header-p): Declare rather than using with-no-warnings.
7997         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
7998         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
8000         * calendar/cal-french.el: Convert to utf-8.
8002         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
8003         Emacs scripts.
8005 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
8007         * net/secrets.el (secrets-enabled): New variable.  Use it instead
8008         of a subfeature.
8010 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
8012         * net/secrets.el (top): Register the D-Bus signals only when the
8013         service "org.freedesktop.secrets" can be pinged.
8014         Provide subfeature `enabled'.
8016 2010-03-14  Juri Linkov  <juri@jurta.org>
8018         Add finder unknown keywords.
8020         * finder.el (finder-unknown-keywords): New function.
8022         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
8023         to create a Finder node with unknown keywords.
8025 2010-03-14  Juri Linkov  <juri@jurta.org>
8027         * finder.el (finder-compile-keywords): Replace `princ' with
8028         `prin1' on a list of symbols interned from keyword strings.
8030         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
8031         a comma, then split keywords using a comma and optional whitespace.
8032         Otherwise, split by whitespace.
8034         * complete.el:
8035         * face-remap.el:
8036         * log-view.el:
8037         * net/hmac-def.el:
8038         * net/hmac-md5.el:
8039         * net/netrc.el:
8040         * progmodes/mixal-mode.el: Fix keywords.
8042 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
8044         * Makefile.in (ELCFILES): Add net/secrets.elc.
8046         * net/secrets.el: New file.
8048 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
8050         * facemenu.el (list-colors-display, list-colors-print): New arg
8051         callback.  Use it to allow selecting colors.
8053         * wid-edit.el (widget-image-insert): Insert image prop even if the
8054         current display is non-graphic.
8055         (widget-field-value-set): New fun.
8056         (editable-field): Use it.
8057         (widget-field-value-get): Clean up unused var.
8058         (widget-color-value-create, widget-color--choose-action):
8059         New funs.  Allow using list-colors-display to choose color.
8061 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
8063         * cus-edit.el: Resort topmost custom groups.
8064         (custom-buffer-sort-alphabetically): Default to t.
8065         (customize-apropos): Use apropos-parse-pattern.
8066         (custom-search-field): New var.
8067         (custom-buffer-create-internal): Add custom-apropos search field.
8068         (custom-add-parent-links): Don't display parent doc.
8069         (custom-group-value-create): Don't sort top-level custom group.
8070         (custom-magic-value-create): Show visibility button before option name.
8072         (custom-variable-state): New fun, from custom-variable-state-set.
8073         (custom-variable-state-set): Use it.
8074         (custom-group-value-create): Hide options with standard values
8075         using the :hidden-states property.  Use progress reporter.
8077         (custom-show): Simplify.
8078         (custom-visibility): Disable images by default.
8079         (custom-variable): New property :hidden-states.
8080         (custom-variable-value-create): Enable images for
8081         custom-visibility widgets.  Use :hidden-states property to
8082         determine initial visibility.
8084         * wid-edit.el (widget-image-find): Give images center ascent.
8085         (visibility): Add :on-image and :off-image properties.
8086         (widget-visibility-value-create): Use them.
8088 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
8090         * cus-edit.el (processes): Remove from development group.
8091         (oop, hypermedia): Delete group.
8092         (comm): Promote to top-level group.
8094         * net/browse-url.el (browse-url):
8095         * net/xesam.el (xesam):
8096         * net/tramp.el (tramp):
8097         * net/goto-addr.el (goto-address):
8098         * net/ange-ftp.el (ange-ftp): Put in comm group.
8100         * view.el (view): Remove from editing group.
8102         * uniquify.el (uniquify): Put in files group.
8104         * net/browse-url.el (browse-url):
8105         * ps-print.el (postscript): Put in external group.
8107         * cus-edit.el (outlines):
8108         * textmodes/text-mode.el (text-mode-hook):
8109         * textmodes/table.el (table):
8110         * textmodes/picture.el (picture):
8111         * outline.el (outlines): Put in wp group.
8113         * nxml/nxml-mode.el (nxml): Remove from wp group.
8115         * net/tramp-imap.el (tramp-imap): Put in tramp group.
8117         * mail/metamail.el (metamail): Remove from hypermedia group.
8119         * cus-edit.el (abbrev):
8120         * whitespace.el (whitespace):
8121         * vcursor.el (vcursor):
8122         * reveal.el (reveal):
8123         * hl-line.el (hl-line): Put in convenience group.
8125         * epg-config.el (epg): Put in data group.
8127         * emulation/pc-select.el (pc-select): Put in emulations group.
8129         * calculator.el (calculator): Put in applications group.
8131 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
8133         Add .dir-locals.el support for file-less buffers.
8134         * files.el (hack-local-variables): Split out code to apply local
8135         variable settings ...
8136         (hack-local-variables-apply): ... here.  New function.
8137         (hack-dir-local-variables): Use the default directory for when the
8138         buffer does not have an associated file.
8139         (hack-dir-local-variables-non-file-buffer): New function.
8140         * diff-mode.el (diff-mode):
8141         * vc-annotate.el (vc-annotate-mode):
8142         * vc-dir.el (vc-dir-mode):
8143         * log-edit.el (log-edit-mode):
8144         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
8146 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
8148         Add support for shelving snapshots and for showing shelves.
8149         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
8150         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
8151         New functions.
8152         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
8153         (vc-bzr-extra-menu-map): Map them.
8155 2010-03-11  Glenn Morris  <rgm@gnu.org>
8157         * cus-edit.el (customize-changed-options-previous-release):
8158         Bump to 23.1.
8160         * image.el (image-animate-max-time): Fix :version tag.
8162 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
8164         * Branch for 23.2.
8166 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8168         * vc-git.el (vc-git-revision-table): Include remote branches.
8170 2010-03-10  Kim F. Storm  <storm@cua.dk>
8172         Animated image API.
8173         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
8175         * image.el (image-animate-max-time): New defcustom.
8176         (image-animated-types): New defconst.
8177         (create-animated-image, image-animate-timer)
8178         (image-animate-start, image-animate-stop, image-animate-timeout)
8179         (image-animated-p): New functions.
8181         * image-mode.el (image-toggle-display-image):
8182         Replace `create-image' with `create-animated-image'.
8184 2010-03-09  Miles Bader  <miles@gnu.org>
8186         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
8187         instead of "format:"; this ensures that the output is
8188         newline-terminated.
8190 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
8192         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
8193         that all errors are caught, and that the return value is always a
8194         list (Bug#5692).
8196 2010-03-08  Kenichi Handa  <handa@m17n.org>
8198         * language/misc-lang.el (windows-1256): New coding system.
8199         (cp1256): New alias of windows-1256 (bug#5690).
8201 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
8203         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
8204         call to rfc822-bad-address.  (Bug#5692)
8206 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
8208         * vc-git.el (vc-git-annotate-extract-revision-at-line):
8209         Use vc-git-root as default directory for revision path (Bug#5657).
8211 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
8213         * calculator.el (calculator): Don't bind split-window-keep-point
8214         (Bug#5674).
8216 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8218         * vc-git.el: Re-flow to fit into 80 columns.
8219         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
8220         Remove spurious `quote' element in each case alternative.
8221         (vc-git-show-log-entry): Use prog1.
8222         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
8224 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8226         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
8228 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
8230         * macros.el (insert-kbd-macro): Look up keyboard macro using the
8231         definition, not the name (Bug#5481).
8233 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
8235         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
8236         argument with a local variable.  (Bug#5670)
8238 2010-03-02  Juri Linkov  <juri@jurta.org>
8240         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
8242 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
8244         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
8245         error when FILENAME and NEWNAME are existing remote directories.
8247         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
8248         parameter DIR-FLAG.
8250 2010-03-02  Glenn Morris  <rgm@gnu.org>
8252         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
8253         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
8255 2010-03-01  Kenichi Handa  <handa@m17n.org>
8257         * language/burmese.el (burmese-composable-pattern): Rename from
8258         myanmar-composable-pattern.
8260         * international/characters.el (script-list):
8261         * international/fontset.el (script-representative-chars):
8262         Change myanmar to burmese.
8263         (otf-script-alist): Likewise.
8264         (setup-default-fontset): Likewise.  Re-fix :otf spec.
8266 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8268         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
8270 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
8272         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
8274 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
8276         * net/tramp.el (tramp-handle-write-region): START can be a string.
8277         Take care in the checks.  Reported by Dan Davison
8278         <davison@stats.ox.ac.uk>.
8280 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
8282         * net/dbus.el (dbus-introspect, dbus-get-property)
8283         (dbus-set-property, dbus-get-all-properties):
8284         Use `dbus-call-method' when noninteractive.  (Bug#5645)
8286 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
8288         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
8289         * emacs-lisp/elint.el (elint-add-required-env):
8290         * calendar/icalendar.el (icalendar--add-diary-entry):
8291         * calc/calcalg2.el (math-tracing-integral):
8292         * files.el (recover-session-finish): Use with-current-buffer
8293         instead of save-excursion.
8295 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8297         Fix in-buffer completion when after-change-functions modify the buffer.
8298         * minibuffer.el (completion--replace): New function.
8299         (completion--do-completion): Use it and use relative movement.
8301 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
8303         * international/fontset.el (setup-default-fontset): Fix :otf spec.
8305 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
8307         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
8308         Allow the characters _<> in the stack entry (Bug#5653).
8310 2010-02-26  Kenichi Handa  <handa@m17n.org>
8312         * language/burmese.el: Fix entries in composition-function-table.
8313         (myanmar-composable-pattern): New variable.
8315         * international/fontset.el (setup-default-fontset): Add an entry
8316         for myanmar.
8318         * international/characters.el (script-list): Add Myanmar
8319         Extended-A.
8321 2010-02-26  Glenn Morris  <rgm@gnu.org>
8323         * custom.el (custom-initialize-delay): Doc fix.
8325         * mail/sendmail.el (send-mail-function): Autoload the call
8326         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
8328 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
8330         * files.el (hack-local-variables-filter): For eval forms, also
8331         check safe-local-variable-p (Bug#5636).
8333 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
8335         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
8336         setting the modes by `ignore-errors'.  It might fail, for example
8337         if the file is not owned by the user but the group.
8338         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
8340 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
8342         * files.el (directory-listing-before-filename-regexp): Use
8343         stricter matching for iso-style dates, to avoid false matches with
8344         date-like filenames (Bug#5597).
8346         * htmlfontify.el (htmlfontify): Doc fix.
8348         * eshell/eshell.el (eshell): Doc fix.
8350         * startup.el (fancy-about-screen): In mode-line, apply
8351         mode-line-buffer-id face only to the buffer name (Bug#5613).
8353 2010-02-20  Kevin Ryde  <user42@zip.com.au>
8355         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8356         In `watcom' anchor regexp to start of line, to avoid slowness
8357         (Bug#5599).
8359 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
8361         * subr.el (remove-yank-excluded-properties): Explain in a comment
8362         why `category' property is removed.
8364 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
8366         * isearch.el (isearch-update-post-hook, isearch-update): Revert
8367         2010-02-17 change.
8369 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
8371         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
8372         (icalendar--convert-weekly-to-ical)
8373         (icalendar--convert-yearly-to-ical)
8374         (icalendar--convert-block-to-ical)
8375         (icalendar--convert-cyclic-to-ical)
8376         (icalendar--convert-anniversary-to-ical): Take care of time
8377         specifications where hour has 1-digit only (Bug#5549).
8379 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
8381         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
8382         of disassemble output in GDB 7.1.
8384 2010-02-19  Glenn Morris  <rgm@gnu.org>
8386         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
8387         property.  (Bug#5593)
8389 2010-02-18  Sam Steingold  <sds@gnu.org>
8391         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
8393 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8395         Use abbreviated file names in bookmarks (bug#5591).
8396         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
8397         calls to expand-file-name.
8398         (bookmark-relocate): Use abbreviated file names in bookmarks.
8399         (bookmark-load): Use abbreviated file names in messages.
8401 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
8403         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
8404         expand "." and "..".  Reported by Thierry Volpiatto
8405         <thierry.volpiatto@gmail.com>.
8407 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
8409         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
8410         permissions of the temporary file to "0600".  In case the remote
8411         file has no read permissions for the owner, there might be
8412         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
8414 22010-02-18  Glenn Morris  <rgm@gnu.org>
8416         * emacs-lisp/authors.el (authors-renamed-files-alist):
8417         Add entries for INSTALL.CVS.
8419 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
8421         * vc-bzr.el: Fix typo in Known Bugs section.
8423         * isearch.el (isearch-update-post-hook): New hook.
8424         (isearch-update): Use the new hook.
8426 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
8428         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
8429         Fix errors in copying directories.
8430         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
8431         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
8432         (tramp-handle-delete-file)
8433         (tramp-handle-dired-recursive-delete-directory)
8434         (tramp-handle-write-region): Flush also the cache for the upper
8435         directory.
8437 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
8439         * simple.el (save-interprogram-paste-before-kill): Doc fix.
8441         * cus-edit.el (hardware): Doc fix.
8443         * man.el (man): Add to external custom group.
8445         * delim-col.el (columns): Move to wp custom group.
8447         * doc-view.el (doc-view): Add to data custom group.
8449         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
8451         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
8452         by ispell-parse-output (Bug#5575).
8454 2010-02-16  Kenichi Handa  <handa@m17n.org>
8456         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
8457         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
8458         (skkdic-convert): Use `euc-japan' coding system for writing.
8460 2010-02-16  Glenn Morris  <rgm@gnu.org>
8462         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
8463         tex-main-file before using it.  (Bug#5562)
8465 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8467         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
8468         warnings, since it is annoying for the user to see them each time he
8469         runs the code.
8471 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
8473         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
8474         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
8475         instead of PROC for caching "first-password-request".  Otherwise,
8476         new processes would not profit from passwords already entered.
8478         * net/tramp-cache.el (tramp-dump-connection-properties):
8479         Don't save "first-password-request" property.
8481 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
8483         * outline.el (outline-head-from-level):
8484         * simple.el (with-wrapper-hook):
8485         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
8486         (elint-defun, elint-buffer-env, elint-top-form-logged)
8487         (elint-unbound-variable):
8488         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
8489         Fix typos in docstrings.
8491 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
8493         * files.el (insert-directory): When WILDCARD-REGEXP and
8494         FULL-DIRECTORY-P are nil, insert the file entry instead of the
8495         whole directory.  (Bug#5551)
8497         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
8498         dired's alignment sanity.  (Bug#5516)
8500 2010-02-14  Juri Linkov  <juri@jurta.org>
8502         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
8503         Remove remaining ^H with their preceding chars.  (Bug#5566)
8505 2010-02-13  Glenn Morris  <rgm@gnu.org>
8507         * simple.el (transpose-subr): Give it a doc-string.
8509         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
8510         Doc fixes.
8512 2010-02-12  Juri Linkov  <juri@jurta.org>
8514         * arc-mode.el (archive-unique-fname): Make directories for nested
8515         archives.  (Bug#5540)
8517 2010-02-12  Juri Linkov  <juri@jurta.org>
8519         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
8521 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8523         * subr.el (copy-overlay): Handle deleted overlays.
8525         * man.el (Man-completion-table): Don't signal an error if we can't run
8526         manual-program (bug#4056).
8528 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
8530         * textmodes/artist.el (artist-mt): Fix typos in docstring.
8532 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8534         * info.el (Info-bookmark-jump): Simplify.
8536         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
8537         (bookmark-default-handler): Accept new bookmark field `buffer'.
8539 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
8541         * iswitchb.el (iswitchb-completions): Revert last change.
8543 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
8545         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
8546         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
8547         This prevents file names like "~/" being listed literally.
8549 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
8551         * term/xterm.el (xterm-maybe-set-dark-background-mode):
8552         Remove dead code.  (Bug#5546)
8554 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
8556         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
8557         correctly (Bug#5548).
8559 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
8561         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
8562         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
8564 2010-02-08  Kenichi Handa  <handa@m17n.org>
8566         * international/mule-util.el (with-coding-priority): Add autoload
8567         cookie for putting `lisp-indent-function'.
8569 2010-02-07  Glenn Morris  <rgm@gnu.org>
8571         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
8572         Move F2003 named interfaces from keywords-2 to keywords-1, and
8573         use function-name-face rather than constant-face.
8574         Simplify "abstract interface" regexp.
8576 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
8578         * eshell/esh-util.el (eshell-file-attributes): New optional arg
8579         ID-FORMAT.  Pass it to `file-attributes'.
8581         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
8583 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
8585         * faces.el (set-face-attribute): Allow calling
8586         internal-set-lisp-face-attribute with 'unspecified family and
8587         foundry argument (Bug#5536).
8589 2010-02-07  Glenn Morris  <rgm@gnu.org>
8591         * progmodes/f90.el (f90-font-lock-keywords-2)
8592         (f90-looking-at-type-like, f90-looking-at-program-block-end):
8593         Handle F2003 named interfaces.
8595 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
8597         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
8598         beg and end before calling c-get-state-before-change-functions.
8600 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
8602         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
8604 2010-02-05  Juri Linkov  <juri@jurta.org>
8606         * doc-view.el (doc-view-mode):
8607         * image-mode.el (image-mode): Put property mode-class=special.
8608         (Bug#4896)
8610 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
8612         * vc-svn.el (vc-svn-revision-table): New function.
8614 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
8616         * net/ange-ftp.el (ange-ftp-insert-directory):
8617         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
8618         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
8619         Handle also directories.  (Bug#5478)
8621 2010-02-05  Glenn Morris  <rgm@gnu.org>
8623         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
8625 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
8627         * startup.el (command-line-1): Convert options beginning with a
8628         single dash as well (Bug#5519).
8630 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8632         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
8633         * minibuffer.el (completion-initials-expand): Only check the presence
8634         of delims *within* the boundaries, since otherwise the / delim is
8635         always found for files.
8637         Fix up various corner case problems.
8638         * doc-view.el (doc-view-last-page-number): New function.
8639         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
8640         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
8641         (doc-view-kill-proc): Avoid inf-loop in freak cases.
8642         (doc-view-reconvert-doc): Use the new recursive delete-directory.
8643         (doc-view-convert-current-doc): Don't create the resolution.el file
8644         here any more.
8645         (doc-view-pdf/ps->png): Do it here instead.
8646         (doc-view-already-converted-p): Check that resolution.el is present.
8647         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
8648         windows that are not yet showing images.
8650 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
8652         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
8653         `dired-uncache' for every elemnt which is an absolute file name.
8655         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
8656         directory, handle its directory component.
8657         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
8658         function is called permanently and creates noise, otherwise.
8660         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
8661         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
8662         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
8664 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
8666         * macros.el (apply-macro-to-region-lines):
8667         Minor simplification.  (Bug#5485)
8669 2010-02-04  Glenn Morris  <rgm@gnu.org>
8671         * mail/rmail.el (rmail-show-message-1): Handle malformed
8672         quoted-printable text.  (Bug#5441)
8674         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
8676         * simple.el (visual-line-mode): Capitalize lighter.
8678 2010-02-03  John Wiegley  <jwiegley@gmail.com>
8680         * iswitchb.el (iswitchb-completions): Add bookmark files to the
8681         list of files considered for "virtual buffer" completions.
8683 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
8685         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
8686         also in case of (and (not full) (not wildcard)).  This is needed
8687         when dired is called with a list of files, which are not in
8688         `default-directory'.  (Bug#5478)
8690 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8692         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
8694 2010-02-02  Juri Linkov  <juri@jurta.org>
8696         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
8697         from unidiff to allow function-line after @@.
8699 2010-02-02  Juri Linkov  <juri@jurta.org>
8701         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
8702         '(RCS SCCS) with inverted condition.
8704 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
8706         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
8707         messages.
8709 2010-02-01  Juri Linkov  <juri@jurta.org>
8711         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
8712         compare with "pkunzip" and "pkzip" instead of only "pkzip".
8713         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
8714         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
8716 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8718         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
8719         (doc-view-revert-buffer): New command.
8720         (doc-view-mode-map): Use it.
8722 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
8724         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
8725         pending merge is detected.
8727 2010-01-31  Juri Linkov  <juri@jurta.org>
8729         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
8730         beginning of interactive spec like all other grep commands do.
8731         Put "all" in front of "gz".  (Bug#5260)
8733 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
8735         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
8737 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
8739         * dirtrack.el (dirtrack): Warn instead of signalling error if the
8740         regexp is incorrect (Bug#5476).
8742 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
8744         * net/tramp.el (tramp-handle-insert-directory): Handle also
8745         symlinks, when FILENAME is not in `default-directory'.
8747 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
8749         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
8750         FILE is not in `default-directory'.  (Bug#5478)
8752         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
8753         of SWITCHES.  Handle the case, FILENAME is not in
8754         `default-directory'.  (Bug#5478)
8755         (tramp-register-file-name-handlers): Add safe-magic property.
8757 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
8759         * arc-mode.el (archive-zip-extract): Quote the argument passed to
8760         unzip (Bug#5475).
8762 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
8764         * progmodes/flymake.el (flymake-allowed-file-name-masks)
8765         (flymake-master-make-header-init): Add other C++ filename masks.
8766         (flymake-find-possible-master-files)
8767         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
8769 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
8771         Fix some busybox annoyances.
8773         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
8774         not responding." string.
8775         (tramp-open-connection-setup-interactive-shell): Dump stty
8776         settings.  Enable "neveropen" arg for all `tramp-send-command'
8777         calls.  Handle "=" in variable values properly.
8778         (tramp-find-inline-encoding): Raise an error, when no encoding is
8779         found.
8780         (tramp-wait-for-output): Check, whether PROC buffer is available.
8781         Remove spurious " ^H" sequences, sent by busybox.
8782         (tramp-get-ls-command): Suppress coloring, if possible.
8784 2010-01-28  Glenn Morris  <rgm@gnu.org>
8786         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
8788         * log-edit.el (log-edit-strip-single-file-name): Add missing
8789         :safe, :group, and :version tags.
8791 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
8793         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
8794         buffers.  (Bug#5477)
8796 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
8798         * files.el (delete-directory): Handle moving to trash without
8799         first doing recursion (Bug#5436).
8801 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
8803         * vc-hooks.el (vc-path): Mark as obsolete.
8805 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
8807         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
8808         names too.
8810         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
8811         for the short log.
8812         (vc-bzr-log-view-mode): Adjust regexp for the above change.
8814 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
8816         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
8818         * vc-bzr.el (vc-bzr-revision-table): New function.
8820 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
8822         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
8823         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
8825 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
8827         Remove support for adding --signoff on commit.
8828         Future support will use an incompatible generic mechanism.
8829         * vc-git.el (vc-git-add-signoff): Remove variable.
8830         (vc-git-toggle-signoff): Remove function.
8831         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
8833         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
8834         from xterm-set-background-mode.  Return t if the background mode
8835         was set.
8836         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
8837         earlier, call it again in case the background mode has changed.
8839 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
8841         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
8842         (Bug#3541).
8844 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
8846         * emacs-lisp/assoc.el (aelement): Doc fix.
8847         (aput, adelete, amake): Use lexical-let (Bug#5450).
8849 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
8851         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
8852         is the same as subprogram call, not declaration.  (Bug#5435).
8854 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
8856         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
8857         (tramp-smb-maybe-open-connection): Use it.
8859 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
8861         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
8863 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8865         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
8866         just because we see "encoding: 8bit".
8867         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
8869 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
8871         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
8873 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
8875         * jka-compr.el (jka-compr-load): If load-file is not in
8876         load-history, try its file-truename version.  (bug#5447)
8878 2010-01-21  Alan Mackenzie  <acm@muc.de>
8880         Fix a situation where deletion of a cpp construct throws an error.
8881         * progmodes/cc-engine.el (c-invalidate-state-cache):
8882         Before invoking c-with-all-but-one-cpps-commented-out, check that the
8883         special cpp construct is still in the buffer.
8884         (c-parse-state): Record the special cpp with markers, not numbers.
8886 2010-01-21  Kenichi Handa  <handa@m17n.org>
8888         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
8889         process last-command-event, as it is now decoded first (Bug#5380).
8891 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
8893         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
8895 2010-01-20  Glenn Morris  <rgm@gnu.org>
8897         * indent.el (tab-always-indent): Fix custom-type.
8899 2010-01-19  Alan Mackenzie  <acm@muc.de>
8901         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
8902         buffer throws "args out of range".
8903         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
8904         playing the role of delimiter.
8906 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
8908         * progmodes/ada-mode.el: Fix bug#5400.
8909         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
8910         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
8911         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
8912         Improve comments in "is" portion.  Handle null procedure declaration.
8913         (ada-move-to-end): Improve doc string.
8915 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
8917         * ido.el (ido-cur-list): Initialize to nil.
8918         Remove obsolete information from commentary.
8919         (ido-choice-list): Initialize to nil.
8920         (ido-get-bufname): Reject minibuffers.
8921         (ido-make-buffer-list): If "default" is a nonexistent
8922         buffer, ignore it, as per the function's comment.
8923         (ido-kill-buffer-internal): New function.
8924         (ido-kill-buffer-at-head): Use it.
8925         (ido-visit-buffer): Likewise.
8927 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
8929         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
8931 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
8933         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
8934         Fix typos in chart titles.
8936         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
8937         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
8938         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
8939         (describe-class, eieio-describe-generic, describe-generic):
8940         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
8941         (eieio-speedbar-expand):
8942         * emulation/viper-cmd.el (viper-exec-form-in-vi)
8943         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
8944         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
8945         (viper-del-backward-char-in-replace, viper-backward-indent)
8946         (viper-brac-function, viper-register-to-point, viper-submit-report):
8947         * net/tramp.el (tramp-remote-coding-commands):
8948         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
8949         Fix typos in docstrings.
8951 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
8953         * mail/sendmail.el (mail-yank-original): Set the mark if the
8954         specified function for yanking does not do it.
8956 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
8958         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
8960         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
8961         resyncing a directory.
8963 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
8965         * progmodes/ada-mode.el: Fix bug#1920.
8966         (ada-ident-re): Delete ., allow multibyte characters.
8967         (ada-goto-label-re): New; matches goto labels.
8968         (ada-block-label-re): New; matches block labels.
8969         (ada-label-re): New; matches both.
8970         (ada-named-block-re): Deleted; callers changed to use
8971         `ada-block-label-re' instead.
8972         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
8973         Use `ada-block-label-re'.
8974         (ada-indent-on-previous-lines): Improve handling of goto labels.
8975         (ada-get-indent-block-start): Special-case block label.
8976         (ada-get-indent-label): Split into `ada-indent-block-label' and
8977         `ada-indent-goto-label'.
8978         (ada-goto-stmt-start, ada-goto-next-non-ws):
8979         Optionally ignore goto labels.
8980         (ada-goto-next-word): Simplify.
8981         (ada-indent-newline-indent-conditional): Insert newline before
8982         trying to fix indentation; doc fix.
8984 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
8986         * calc/calc.el (calc-command-flags): Give it an initial value.
8988 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
8990         * files.el (minibuffer-with-setup-hook):
8991         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
8992         (artist-key-draw-continously, artist-key-do-continously-continously)
8993         (artist-key-set-point-continously, artist-mouse-draw-continously):
8994         Fix typos in docstrings.
8996 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
8998         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
8999         return t (Bug#3898).
9001 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
9003         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
9004         can parse the output of the external commands (Bug#5279).
9006 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
9008         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
9010 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
9012         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
9014         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
9016         * startup.el (command-line): Remove unused --icon-type arg.
9017         Handle --display arg, passing it to command-line-1 (Bug#5392).
9019 2010-01-16  Mario Lang  <mlang@delysid.org>
9021         * emacs-lisp/chart.el (chart-translate-namezone):
9022         * textmodes/artist.el (artist-compute-popup-menu-table):
9023         Remove duplicated words in doc-strings.
9025 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
9027         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
9028         to mairix-search to suppress threading (Bug#5342).
9030 2010-01-15  Kenichi Handa  <handa@m17n.org>
9032         * international/mule-cmds.el (canonicalize-coding-system-name):
9033         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
9035 2010-01-15  Glenn Morris  <rgm@gnu.org>
9037         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
9039         * wid-edit.el (widget-keymap): Doc fix.
9041         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
9042         former seems to be more widely accepted by various svn versions.
9044 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
9046         * find-cmd.el (find-constituents):
9047         * vc-arch.el (vc-arch-root):
9048         * window.el (window-body-height, pop-up-frames):
9049         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
9050         * progmodes/ada-stmt.el (ada-if):
9051         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
9052         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
9053         (ispell-encoding8-command, ispell-aspell-supports-utf8)
9054         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
9056         * progmodes/flymake.el (flymake-post-syntax-check):
9057         Fix typo in error message.
9059 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
9061         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
9062         which is always a string.  (Bug#5313)
9064 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
9066         * progmodes/ada-xref.el (ada-default-prj-properties):
9067         Simplify previous change.
9069 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
9071         * progmodes/ada-xref.el (ada-default-prj-properties):
9072         Default ada_project_path to $ADA_PROJECT_PATH.
9074 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
9076         * progmodes/ada-mode.el (ada-create-keymap):
9077         Override `narrow-to-defun' with `ada-narrow-to-defun'.
9079 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
9081         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
9082         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
9083         (ada-get-current-indent, ada-imenu-generic-expression)
9084         (ada-which-function): Check for it.
9086 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
9088         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
9089         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
9091 2010-01-14  Glenn Morris  <rgm@gnu.org>
9093         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
9095 2010-01-14  Kenichi Handa  <handa@m17n.org>
9097         * composite.el (auto-composition-mode): Make it a buffer local
9098         variable (permanent-local).
9099         (auto-composition-function): Set the default value to
9100         auto-compose-chars.
9101         (auto-composition-mode): Make it a simple function, not a minor mode.
9102         (global-auto-composition-mode): Likewise.
9103         (turn-on-auto-composition-if-enabled): Delete it.
9105 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
9107         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
9109 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
9111         * files.el (copy-directory): Compute target for recursive
9112         directories with identical names.  (Bug#5343)
9114 2010-01-12  Glenn Morris  <rgm@gnu.org>
9116         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
9117         it to bug-gnu-emacs rather than emacs-pretest-bug.
9119 2010-01-11  Sam Steingold  <sds@gnu.org>
9121         * imenu.el (imenu-default-create-index-function): Detect infinite
9122         loops caused by imenu-prev-index-position-function.
9124 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
9126         * htmlfontify.el (htmlfontify-load-rgb-file)
9127         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
9128         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
9129         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
9130         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
9131         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
9132         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
9133         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
9134         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
9135         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
9136         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
9137         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
9138         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
9139         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
9140         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
9141         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
9142         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
9143         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
9144         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
9145         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
9146         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
9147         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
9148         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
9149         backslash-quoting from parentheses, etc.
9151 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
9153         * progmodes/js.el: Autoload javascript-mode alias.
9155 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
9157         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
9158         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
9159         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
9160         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
9161         Fix typos in docstrings.
9162         (ffap-url-regexp): Doc fix.
9163         (ffap-at-mouse): Fix typo in message.
9165 2010-01-11  Glenn Morris  <rgm@gnu.org>
9167         * version.el (emacs-copyright): Set copyright year to 2010.
9169 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9171         * format.el (format-annotate-function): Only set
9172         write-region-post-annotation-function after running to-fn so as not to
9173         affect nested write-region calls (bug#5273).
9175 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
9177         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
9178         wisent/python.el.
9180 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
9182         * man.el (Man-goto-section): Signal error if the section is not
9183         found (Bug#5317).
9185 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
9187         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
9188         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
9190 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
9192         * progmodes/compile.el: Don't treat compile-command as safe if
9193         compilation-read-command might be nil (Bug#4218).
9195 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
9197         * startup.el (command-line-1): Use orig-argi to check for ignored X and
9198         NS options.
9200 2010-01-08  Kenichi Handa  <handa@m17n.org>
9202         * international/fontset.el (build-default-fontset-data):
9203         Exclude characters in scripts kana, hangul, han, or cjk-misc.
9205 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
9207         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
9208         to `create-file-buffer' as it expects, not just a buffer name.
9209         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
9210         to help uniquify.  (Bug#3224)
9212 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
9214         * font-setting.el (font-setting-change-default-font): Use user-spec
9215         instead of name.
9217 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9219         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
9221 2010-01-05  Tom Tromey  <tromey@redhat.com>
9223         * progmodes/python.el (python-font-lock-keywords):
9224         Handle qualified decorators (Bug#881).
9226 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
9228         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
9229         in a lightweight checkout.
9231 2010-01-05  Kenichi Handa  <handa@m17n.org>
9233         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
9235 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
9237         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
9239 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
9241         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
9242         checkouts.  (Bug#618)
9243         (vc-bzr-log-view-mode): Also highlight the author.
9244         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
9245         (vc-bzr-shelve-menu-map):
9246         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
9247         (vc-bzr-shelve-apply): Make prompt more explicit.
9249 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
9251         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
9252         They are valid characters in URL paths (rfc3986), and at least
9253         Firefox does not understand the encoded version (Bug#3166).
9255 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
9257         * progmodes/octave-mod.el (octave-end-keywords)
9258         (octave-block-begin-or-end-regexp, octave-block-match-alist):
9259         Add "end" keyword (Bug#3061).
9260         (octave-end-as-array-index-p): New function.
9261         (calculate-octave-indent): Use it.
9263 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9265         * bookmark.el: Consistently put the text property on the bookmark name.
9266         (bookmark-bmenu-marks-width): Bump back to 2, to include
9267         annotation marks.
9268         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
9269         property on the bookmark name, instead of not putting it at all.
9270         (bookmark-bmenu-list): Fix where we put the text property.
9272 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9274         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
9275         for showing buffer modified state (as added in the previous change).
9277 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9279         * bookmark.el: Show modified state of bookmark buffer more accurately.
9280         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
9281         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
9282         (with-buffer-modified-unmodified): New macro.
9283         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
9284         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
9285         Use new macro to preserve the buffer modified state.
9287 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9289         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
9290         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
9291         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
9292         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
9293         (bookmark-bmenu-rename, bookmark-bmenu-locate)
9294         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
9295         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
9297 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
9299         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9300         Make the lines in the generated doc string shorter.  (Bug#4668)
9302 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
9304         * net/rcirc.el: Add follow-link binding (Bug#4738).
9306 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
9308         * Makefile.in (bzr-update): Rename from cvs-update.
9309         (cvs-update): New target for backward compatibility.
9311         * makefile.w32-in (bzr-update): Rename from cvs-update.
9312         (cvs-update): New target for backward compatibility.
9314 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9316         * bookmark.el: Remove gratuitous gratitude.
9318 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9320         * bookmark.el (bookmark-bmenu-any-marks): New function.
9321         (bookmark-bmenu-save): Clear buffer modification if no marks.
9323 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9325         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
9326         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
9327         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
9328         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
9330         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
9331         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
9332         To: emacs-devel {_AT_} gnu.org
9333         Subject: bookmark.el bug report
9334         Date: Mon, 28 Dec 2009 14:19:16 +0800
9335         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
9337 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9339         * bookmark.el: Improvements suggested by Drew Adams:
9340         (bookmark-bmenu-ensure-position): New name for
9341         `bookmark-bmenu-check-position'.  Just ensure the position,
9342         don't return any meaningful value.
9343         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
9344         New constants.
9346 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
9348         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
9349         (bookmark-yank-point, bookmark-bmenu-check-position):
9350         Fix typos in docstrings.
9351         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
9352         (bookmark-name-from-full-record, bookmark-get-position)
9353         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
9354         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
9355         Remove useless quoting of parenthesis, etc. in docstrings.
9357         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
9358         (ediff-append-custom-diff): Fix typo in error message.
9359         (ediff-meta-mark-equal-files): Fix typos in messages.
9361         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
9363         * net/imap-hash.el (imap-hash-make): Doc fix.
9364         (imap-hash-test): Fix typo in error message; reflow docstring.
9365         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
9366         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
9367         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
9368         Fix typos in docstrings.
9369         (imap-hash-open-connection): Fix typo in error message.
9371         * play/gomoku.el (gomoku): Fix typos in docstring.
9373         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
9374         (gdb-jsonify-buffer): Fix typos in docstring.
9375         (gdb-goto-breakpoint): Fix typo in error message.
9376         ("Display Other Windows"): Fix typo in help message.
9377         (gdb-speedbar-expand-node): Fix typo in question.
9379         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
9380         (idlwave-html-system-help-location, idlwave-html-help-location)
9381         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
9382         (idlwave-help-browser-generic-args, idlwave-help-directory)
9383         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
9384         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
9385         (idlwave-online-help, idlwave-help-html-link)
9386         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
9387         Fix typos in docstrings.
9388         (idlwave-help-with-source, idlwave-help-find-routine-definition):
9389         Reflow docstrings.
9390         (idlwave-help-assistant-start): Fix typo in error message.
9392         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
9393         (octave-electric-space): Fix typos in docstrings.
9395 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
9397         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
9399 2010-01-01  Juri Linkov  <juri@jurta.org>
9401         * comint.el (comint-input-ring-size): Make it a defcustom and
9402         increase the default to 500 (Bug#5148).
9404 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
9406         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
9407         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
9408         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
9410 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
9412         Show working revision correctly for mercurial.
9413         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
9414         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
9416 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
9418         Declare some functions for the byte-compiler.
9419         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
9420         (speedbar-timer-fn, speedbar-change-expand-button-char)
9421         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
9423 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
9425         This changeset reverts GDB Graphical Interface to use annotations.
9426         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
9428 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
9430         Make vc-dir work on subdirectories of the bzr root.
9431         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
9432         file names relative to it.
9433         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
9434         relative directory to vc-bzr-after-dir-status.
9436 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
9438         * font-lock.el (font-lock-refresh-defaults): New function, which
9439         can be used to let font-lock react to external changes in
9440         variables like font-lock-defaults and keywords.
9441         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
9443 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
9445         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
9447         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
9449 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
9451         Supersede color.diff settings in git log (bug#5211).
9453         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
9454         escape chars in its output when the user has color.diff set to `always'.
9455         This fix works on git 1.4.2 and newer (released on 2006-08-13).
9457 2009-12-26  Kevin Ryde  <user42@zip.com.au>
9459         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
9460         node.  Keep previous "Index" name to work with past coreutils too.
9462         * man.el (man): Revise docstring a bit to show -a and -l as
9463         examples.  Add -k description since support for it has otherwise
9464         been a secret.  (Further to bug#3717.)
9465         (Man-bgproc-sentinel): When "-k foo" produces no output show error
9466         "no matches" rather than "Can't find manpage", as the latter reads
9467         like -k was interpreted as a page name, which is not so.  (Bug#5431)
9469 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
9471         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
9472         switches.  Check also for //SUBDIRED// line.
9474 2009-12-25  Kenichi Handa  <handa@m17n.org>
9476         * language/indian.el (devanagari-composable-pattern): Fixed to
9477         handle ZWNJ and ZWJ.  Use it in composition-function-table for
9478         Devanagari.
9479         (malayalam-composable-pattern): Fix previous change.
9481 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9483         * ps-print.el (ps-face-attributes): It was not returning the
9484         attribute face for faces specified as string.  Reported by harven
9485         <harven@free.fr>.  (Bug#5254)
9486         (ps-print-version): New version 7.3.5.
9488 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
9490         * calendar/icalendar.el (icalendar--convert-tz-offset):
9491         Fix timezone names.
9492         (icalendar--convert-tz-offset): Fix the "last-day-problem".
9493         (icalendar--add-diary-entry): Remove the trailing blank that
9494         diary-make-entry inserts.
9496 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
9498         Make `file-expand-wildcards' work for remote files.
9500         * files.el (file-expand-wildcards): In case of remote files, check
9501         only local file name part for wildcards.  Provide feature 'files
9502         and subfeature 'remote-wildcards.  (Bug#5198)
9504         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
9505         if there is already an established connection.
9506         (tramp-advice-file-expand-wildcards): Remove it.
9508         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
9509         (tramp-advice-file-expand-wildcards): Move from tramp.el.
9510         Activate advice for older GNU Emacs versions.  (Bug#5237)
9512 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
9514         Some doc fixes (more needed).
9516         * find-cmd.el (find-constituents): Reflow docstring.
9517         (find-cmd, find-prune, find-command): Fix typos in docstrings.
9518         (find-generic): Doc fix.
9520 2009-12-17  Juri Linkov  <juri@jurta.org>
9522         Fix regression from 23.1 to allow multiple modes in Local Variables.
9524         * files.el (hack-local-variables-filter): While ignoring duplicates,
9525         don't take `mode' into account.
9526         (hack-local-variables-filter, hack-dir-local-variables):
9527         Don't remove duplicate `mode' from local-variables-alist (like `eval').
9529 2009-12-17  Juri Linkov  <juri@jurta.org>
9531         Make `dired-diff' safer.  (Bug#5225)
9533         * dired-aux.el (dired-diff): Signal an error when `file' equals to
9534         `current' or when `file' is a directory of the `current' file.
9536 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
9538         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
9539         unconditionally preloaded files.
9541 2009-12-16  Juri Linkov  <juri@jurta.org>
9543         Revert to old 23.1 logic of using the file at the mark as default.
9544         * dired-aux.el (dired-diff): Use the file at the mark as default
9545         if it's not the same as the current file, and the target dir is
9546         the current dir or the mark is active.  Add the current file
9547         as the arg of `dired-dwim-target-defaults'.  Use the default file
9548         in the prompt.  (Bug#5225)
9550 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
9552         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
9553         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
9554         (tramp-check-for-regexp): Check also, when an echoing shell stops
9555         to echo sent commands.
9557 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
9559         * Makefile.in: Revert last change (Bug#5191).
9561 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
9563         * vc-hg.el (vc-hg-print-log): Fix argument order.
9564         (vc-hg-working-revision): Make sure the command is executed in a
9565         known environment so that we can parse the output.  (Bug#4417)
9567 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
9569         * progmodes/python.el (python-symbol-completions): Remove text
9570         properties from symbol string before calling python-send-receive.
9572 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
9574         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
9575         when there are values for both file and line.  (Bug#5060)
9577 2009-12-14  Juri Linkov  <juri@jurta.org>
9579         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
9580         whitespace after the file name of the first line of unified format,
9581         because git-diff doesn't output whitespace and file modification time
9582         after the file name.
9584 2009-12-14  David Kastrup  <dak@gnu.org>
9586         * info.el (Info-hide-cookies-node): Before hiding a cookie,
9587         check if it already has the `display' property added by
9588         `Info-display-images-node', and not put the `invisible' property
9589         in this case.
9591 2009-12-13  Glenn Morris  <rgm@gnu.org>
9593         * mail/emacsbug.el (message-sort-headers): Define for compiler.
9594         (report-emacs-bug): In message-mode, sort manually before storing
9595         original report text.  (Bug#5178)
9596         Remove superfluous save-excursion.
9598 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
9600         * net/dbus.el (dbus-property-handler): Filter lambda forms out
9601         when responding to "GetAll" properties.
9603 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
9605         * simple.el (compose-mail): Remove mail-setup-with-from from
9606         customization checks.
9608 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
9610         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
9611         RAR archives created on Unix systems.
9613 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9615         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
9616         the varalias that was accidentally removed by the 2009-11-19 change
9617         (bug#5186).
9619 2009-12-12  Kenichi Handa  <handa@m17n.org>
9621         * language/indian.el (indian-compose-regexp): New function.
9622         (malayalam-composable-pattern): Fix the pattern.
9623         (composition-function-table): Set malayalam-composable-pattern for
9624         Malayalam characters.
9626 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
9628         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
9629         rather than down-mouse-1, based on follow-link conventions.
9631         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
9632         are compiled.
9634 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
9636         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
9637         (verilog-vmm-statement-re, verilog-ovm-statement-re)
9638         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
9639         (verilog-leap-to-head, verilog-backward-token):
9640         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
9642 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
9644         * progmodes/verilog-mode.el (verilog-auto-lineup)
9645         (verilog-nameable-item-re): Cleanup user-visible spelling and
9646         documentation errors.  One reported by Gary Delp.
9647         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
9648         (verilog-read-decls): Fix AUTOWIRE with types declared in a
9649         package, bug195.  Reported by Pierre-David Pfister.
9651 2009-12-11  Glenn Morris  <rgm@gnu.org>
9653         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
9655         * mail/emacsbug.el: No longer require sendmail.
9656         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
9657         (report-emacs-bug-orig-text): Doc fix.
9658         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
9659         New local variables, to adapt to different mail-user-agents.
9660         (report-emacs-bug): Fix test for a gnu.org address.
9661         Use overlays for emphasis, since font-lock defeats 'face property.
9662         Pretest bugs also end up at the newsgroup these days.
9663         Stop message-mode stripping text properties.
9664         Set and use the new buffer-local variables.
9665         (report-emacs-bug-hook): Add doc-string.
9666         Remove some unnecessary save-excursions and simplify.
9667         Use the appropriate hook and send-command.
9669         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
9670         capitalization of some menu entries.
9672 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9674         * whitespace.el (whitespace-display-char-on):
9675         Ensure `buffer-display-table' is unique when two or more windows are
9676         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
9677         New version 12.1.
9679 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
9681         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
9682         characters in the Attribute field.
9684 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
9686         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
9688 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9690         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
9691         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9692         Disregard autoload-excludes.
9693         (update-directory-autoloads): Obey autoload-excludes here instead.
9694         But don't store its contents in no-autoloads and remove entries that
9695         refer to excludes files.
9697 2009-12-10  Glenn Morris  <rgm@gnu.org>
9699         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
9700         (expand-mail-aliases): Define for compiler.
9702         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
9703         Define for compiler.
9705         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
9706         appropriate for the mail-user-agent in use.
9708 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
9710         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
9712 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
9714         Fix short log parsing and fontification.
9715         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
9716         Fix fontification for the [merge] label.
9718 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
9720         Drop some properties to avoid surprises (bug#5002).
9721         * htmlfontify.el (hfy-ignored-properties): New defcustom.
9722         (hfy-fontify-buffer): Use it.
9724 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9726         Minor cleanup.
9727         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
9728         Adjust all callers.
9729         (ffap-locate-file): Remove unused arg `dir-ok' and make other
9730         args compulsory.  Adjust callers.
9731         (ffap-gopher-at-point): Remove unused var `name'.
9733         Get rid of the ELCFILES abomination.
9734         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
9735         (compile-elcfiles): New phony target.
9736         (compile-main): Compute ELCFILES dynamically.
9737         (compile-clean): New target to remove left-over elc files.
9738         (compile, all): Use it.
9740 2009-12-09  Kenichi Handa  <handa@etlken>
9742         * international/mule-diag.el: Require help-mode instead of help-fns.
9744 2009-12-09  Kenichi Handa  <handa@m17n.org>
9746         * international/mule-cmds.el (ucs-names): Supply sufficiently
9747         fine ranges instead of pre-calculating accurate ranges.
9748         Iterate with bigger gc-cons-threshold.
9750 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
9752         Add support for stashing a snapshot of the current tree.
9753         * vc-git.el (vc-git-stash-snapshot): New function.
9754         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
9756 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
9758         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
9759         instead of `(beginning|end)-of-line'.
9761 2009-12-08  Glenn Morris  <rgm@gnu.org>
9763         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
9765         * Makefile.in (ELCFILES): Regenerate.
9767 2009-12-07  Juri Linkov  <juri@jurta.org>
9769         Don't lazy-highlight the comint output in history Isearch mode.
9771         * comint.el (comint-history-isearch-search): Instead of
9772         `comint-line-beginning-position', use `comint-after-pmark-p'
9773         to check if point if before the process mark, and go to
9774         `process-mark' in this case.
9776 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9778         * textmodes/tex-mode.el (latex-complete)
9779         (latex-indent-or-complete): Remove.
9780         (latex-mode): Set completion-at-point-functions instead.
9782         Provide a standard completion command and hook it into TAB.
9783         * minibuffer.el (completion-at-point-functions): New var.
9784         (completion-at-point): New command.
9785         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
9786         * progmodes/python.el (python-mode-map): Use completion-at-point.
9787         (python-completion-at-point): Rename from python-partial-symbol and
9788         adjust for use in completion-at-point-functions.
9789         (python-mode): Setup completion-at-point for Python completion.
9790         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
9791         extracted from lisp-complete-symbol.
9792         (lisp-complete-symbol): Use it.
9793         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
9794         setup completion-at-point for Elisp completion.
9795         (emacs-lisp-mode-map, lisp-interaction-mode-map):
9796         Use completion-at-point.
9797         * ielm.el (ielm-map): Use completion-at-point.
9798         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
9799         * progmodes/sym-comp.el: Move to...
9800         * obsolete/sym-comp.el: Move from progmodes.
9802 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
9804         Prevent save-buffer in Rmail buffers from using the coding-system
9805         of the current message, and from clobbering the encoding mnemonics
9806         in the mode line (Bug#4623).
9808         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
9809         flag, too.
9810         (rmail-message-encoding): New variable.
9811         (rmail-write-region-annotate): Record the encoding of the current
9812         message in rmail-message-encoding.
9813         (rmail-after-save-hook): New function, restores the encoding of
9814         the current message after the message collection is saved.
9816 2009-12-07  Juri Linkov  <juri@jurta.org>
9818         * progmodes/grep.el (grep-read-files): Use `completing-read'
9819         instead of `read-string'.  Set its `collection' arg to
9820         `read-file-name-internal'.  (Bug#4301)
9822 2009-12-07  Juri Linkov  <juri@jurta.org>
9824         Correctly restore original Isearch point.  (Bug#4994)
9826         * isearch.el (isearch-mode): Move `isearch-push-state' after
9827         `(run-hooks 'isearch-mode-hook)'.
9828         (isearch-cancel): When `isearch-push-state-function' is defined,
9829         let-bind `isearch-cmds' to the first state (the last element of
9830         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
9831         function and restores the original point).  Otherwise, move point
9832         to `isearch-opoint'.
9834 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9836         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
9837         chars that don't have names, so the table can be built much faster at
9838         run-time.
9840 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
9842         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
9843         change.  Suggested by David Kastrup.
9845         * simple.el (compose-mail): Check for incompatibilities and warn.
9846         (compose-mail-user-agent-warnings): New option.
9848 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
9850         Support showing a single log entry from vc-annotate.
9851         * vc.el (print-log): Add a new argument: START-REVISION.
9852         (vc-print-log-internal): Add a new optional argument and
9853         pass it to the backend.
9854         (vc-print-log, vc-print-root-log): Adjust callers.
9855         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
9856         buffer already displays the requested log entry, use it.
9857         Otherwise display only the log entry in question.
9858         * vc-svn.el (vc-svn-print-log):
9859         * vc-mtn.el (vc-mtn-print-log):
9860         * vc-hg.el (vc-hg-state):
9861         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
9862         (vc-git-show-log-entry): Return t on success.
9863         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
9864         (vc-bzr-show-log-entry): Return t on success.
9865         * vc-rcs.el (vc-rcs-print-log):
9866         * vc-sccs.el (vc-sccs-print-log):
9867         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
9869 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
9871         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
9872         Add menus to the meta mode.  (Bug#5043)
9874 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
9876         * ediff-init.el (ediff-event-key): Use event-to-character instead of
9877         event-key.
9879         * ediff.el (ediff-buffers-internal): Add unwind-protect.
9881 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
9883         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
9884         Berbain <raphael.berbain@gmail.com>.
9886         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
9887         characters.
9888         (tramp-initial-end-of-output): New defconst.
9889         (tramp-methods, tramp-find-shell)
9890         (tramp-open-connection-setup-interactive-shell)
9891         (tramp-maybe-open-connection): Use it.
9892         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
9893         existence of `#' and `$'.
9895         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
9896         `tramp-initial-end-of-output'.
9898 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
9900         Get the background mode from the terminal for xterm, and set
9901         faces accordingly.
9902         * term/xterm.el (xterm-set-background-mode): New function.
9903         (terminal-init-xterm): Use it in case xterm supports background
9904         color queries.  Recompute faces after getting the background
9905         color.
9907 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
9909         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
9910         number comment back on its own line, for easier parsing.
9912 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9914         Make it work for non-file buffers (bug#5102).
9915         * doc-view.el (doc-view-current-cache-dir):
9916         Use doc-view-buffer-file-name rather than buffer-file-name.
9917         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
9919 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
9921         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
9922         author field is too short.
9924 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
9926         * vc-git.el (vc-git-print-log): Handle a limit argument.
9927         Display the short log in graph form and with labels.
9928         (vc-git-log-view-mode): Handle labels.
9930         Make vc-revert change VC state from 'added to 'unregistered.
9931         * vc-git.el (vc-git-revert): Call git reset first.
9933 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
9935         * net/newst-backend.el, net/newst-plainview.el:
9936         * net/newst-reader.el, net/newst-ticker.el:
9937         * net/newst-treeview.el, net/newsticker.el:
9938         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
9940 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
9942         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
9944         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
9945         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
9946         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
9947         Update annotation regexp.
9949         * simple.el (beginning-of-visual-line): Constrain to field
9950         boundaries (Bug#5106).
9952 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
9954         * xml.el (xml-substitute-numeric-entities): Move
9955         newsticker--decode-numeric-entities in newst-backend.el to
9956         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
9957         * net/newst-backend.el (newsticker--parse-generic-feed)
9958         (newsticker--parse-generic-items)
9959         (newsticker--decode-numeric-entities): Move
9960         newsticker--decode-numeric-entities in newst-backend.el to
9961         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
9963 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
9965         * progmodes/js.el (js--js-not): Add null to the list of values.
9967 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
9969         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
9971 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9973         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
9974         delimiter if it is at the end of the current line.
9975         (bibtex-generate-url-list): Fix docstring.
9977 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9979         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
9980         minibuffer's content with itself.
9981         Fold the confirm-after-completion case into the `confirm' case.
9982         (completion-pcm-word-delimiters): Add : and / to the delimiters.
9984 2009-12-06  Kevin Ryde  <user42@zip.com.au>
9986         * ffap.el (ffap-rfc-path): Make this a defcustom since
9987         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
9989         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
9990         manuals, similar to existing setup for help-mode.  (Bug#3913.)
9992 2009-12-05  Juri Linkov  <juri@jurta.org>
9994         Save and restore dired buffer's point positions too.  (Bug#4880)
9996         * dired.el (dired-save-positions): Return in the first element
9997         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
9998         Doc fix.
9999         (dired-restore-positions): First restore buffer's position.
10000         While restoring window's positions, check if window still displays
10001         the original buffer.
10003 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
10005         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
10006         if possible.
10008         * shell.el (shell): Require ansi-color (Bug#5113).
10010         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
10012         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
10014 2009-12-05  Alan Mackenzie  <acm@muc.de>
10016         * progmodes/cc-mode.el (c-before-hack-hook)
10017         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
10018         `c-file-style' to work again.  This reversion restores the current
10019         software to its state in Emacs 23.1.  (Bug#4146)
10021 2009-12-05  Kevin Ryde  <user42@zip.com.au>
10023         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
10024         comment-start-skip to comment-end-skip as comment (Bug#4781).
10026 2009-12-05  Juri Linkov  <juri@jurta.org>
10028         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
10029         for virtual nodes.  (Bug#4147)
10030         (Info-find-node-2): Set `Info-current-node-virtual' to nil
10031         when moving from a virtual node.
10032         (Info-mode-menu): Add `Info-virtual-index' to the menu.
10033         (Info-mode): Add `Info-virtual-index' to the docstring.
10035 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10037         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
10038         track of the buffer position of the end of a BibTeX entry as this
10039         position may change during reformatting.
10040         (bibtex-format-entry): Remove whitespace before processing
10041         numerical fields so that we recognize the latter properly.
10042         (bibtex-reformat): Do not use push which changes the global value
10043         of bibtex-entry-format.
10044         (bibtex-field-braces-alist, bibtex-field-strings-alist)
10045         (bibtex-field-re-init): Replace only space characters by regexp
10046         for whitespace.
10047         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
10048         (bibtex-initialize): Also update bibtex-strings.
10049         (bibtex-kill-field): Preserve white space at end of entry.
10050         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
10051         Update bibtex-reference-keys.
10053 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10055         * minibuffer.el (completion-pcm--merge-try): Also consider placing
10056         point after a star, if that's the only place where modifications can
10057         make progress.
10059 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
10061         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
10062         in docstrings.
10064 2009-12-04  Juri Linkov  <juri@jurta.org>
10066         * proced.el (proced): Call `(proced-update t)' to update process
10067         information instead of only running proced-post-display-hook.
10068         (proced-send-signal): Add a leading space to the buffer name
10069         " *Marked Processes*" to make this buffer ephemeral.
10071 2009-12-04  Juri Linkov  <juri@jurta.org>
10073         * dired.el (dired-auto-revert-buffer): New defcustom.
10074         (dired-internal-noselect): Use it.
10076 2009-12-04  Juri Linkov  <juri@jurta.org>
10078         Change roles of modes and functions in image-mode.el (Bug#5062).
10080         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
10081         in `auto-mode-alist'.
10082         (image-mode-previous-major-mode): New variable.
10083         (image-minor-mode-map): Rename from `image-mode-text-map'.
10084         (image-mode): Move graceful error-handling code from
10085         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
10086         (image-minor-mode): Remove all image-handling code.
10087         Replace `image-mode-text-map' with `image-minor-mode-map'.
10088         Check for `image-type' in mode-line format string.
10089         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
10090         (image-mode-as-text): New function with most code from
10091         `image-mode-maybe'.
10092         (image-toggle-display-text): Move code that removes image
10093         properties from `image-toggle-display' to here.
10094         (image-toggle-display-image): New function with code that adds
10095         image properties copied from `image-toggle-display'.
10096         (image-toggle-display): Remove most code with leaving only code
10097         that toggles between `image-mode-as-text' and `image-mode'.
10099 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
10101         * net/newst-treeview.el
10102         (newsticker--treeview-list-highlight-start): Restored call to
10103         save-excursion: Selected item was stuck.
10104         (newsticker--treeview-list-select): New.
10105         (newsticker--treeview-item-show-text)
10106         (newsticker--treeview-item-show)
10107         (newsticker--treeview-item-update): Use new
10108         newsticker-treeview-item-mode.
10109         (newsticker-treeview-update): Keep current item.
10110         (newsticker-treeview-next-new-or-immortal-item): Doc change.
10111         (newsticker--treeview-first-feed): Doc change.
10112         (newsticker-treeview-list-menu)
10113         (newsticker-treeview-item-menu): Added menu entries.
10114         (newsticker-treeview-item-mode): New.
10116         * net/newst-backend.el (newsticker-customize): Delete other
10117         windows.
10119 2009-12-04  Sam Steingold  <sds@gnu.org>
10121         * log-view.el (log-view-mode-map): "q" calls quit-window,
10122         like in all the other non-self-insert buffers.
10124 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10126         Minor cleanup.
10127         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
10128         key decoding rather than do it manually via last-input-event +
10129         ascii-character.
10130         (term-exec): Use delete-and-extract-region.
10131         (term-handle-ansi-terminal-messages): Remove unused var `end'.
10132         (term-process-pager): Remove unused var `i'.
10133         (term-dynamic-simple-complete): Make obsolete.
10134         (serial-update-config-menu): Remove unused vars `y' and `str'.
10135         (term-update-mode-line): Remove unused var `temp'.
10137 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
10139         Limit the number of log entries displayed by default.
10140         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
10141         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
10142         using a prefix argument.
10144 2009-12-03  Glenn Morris  <rgm@gnu.org>
10146         * progmodes/idlwave.el (class): Restore still useful declaration.
10148 2009-12-03  Alan Mackenzie  <acm@muc.de>
10150         Enhance `c-parse-state' to run efficiently in "brace deserts".
10152         * progmodes/cc-mode.el (c-basic-common-init):
10153         Call c-state-cache-init.
10154         (c-neutralize-syntax-in-and-mark-CPP): Rename from
10155         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
10156         placing `category' properties value 'c-cpp-delimiter at its boundaries.
10158         * progmodes/cc-langs.el (c-before-font-lock-function):
10159         c-extend-and-neutralize-syntax-in-CPP has been renamed
10160         c-neutralize-syntax-in-and-mark-CPP.
10162         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
10163         with `category' properties now, not `syntax-table' ones.
10165         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
10166         enhanced (but slower) version of c-end-of-macro that won't land
10167         inside a literal or on another awkward character.
10168         (c-state-cache-too-far, c-state-cache-start)
10169         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
10170         (c-state-nonlit-pos-cache-limit, c-state-point-min)
10171         (c-state-point-min-lit-type, c-state-point-min-lit-start)
10172         (c-state-min-scan-pos, c-state-brace-pair-desert)
10173         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
10174         buffer local variables.
10175         (c-state-literal-at, c-state-lit-beg)
10176         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
10177         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
10178         (c-state-cache-top-paren, c-state-cache-after-top-paren)
10179         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
10180         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
10181         (c-renarrow-state-cache)
10182         (c-append-lower-brace-pair-to-state-cache)
10183         (c-state-push-any-brace-pair, c-append-to-state-cache)
10184         (c-remove-stale-state-cache)
10185         (c-remove-stale-state-cache-backwards, c-state-cache-init)
10186         (c-invalidate-state-cache-1, c-parse-state-1)
10187         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
10188         (c-parse-state): Enhance and refactor.
10189         (c-debug-parse-state): Amend to deal with all the new variables.
10191         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
10192         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
10193         modify to use category text properties rather than syntax-table ones.
10194         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
10195         to switch off/on the syntactic paren property of C++ template
10196         delimiters using the category property.
10197         (c-with-<->-as-parens-suppressed): Macro to invoke code with
10198         template delims suppressed.
10199         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
10200         New constant/macros which apply category properties to the start
10201         and end of preprocessor constructs.
10202         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
10203         "comment out" the syntactic value of characters in preprocessor
10204         constructs.
10205         (c-with-cpps-commented-out)
10206         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
10207         with characters in all or all but one preprocessor constructs
10208         "commented out".
10210 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10212         * proced.el (proced-filter-alist): Use regexp-quote.
10214 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
10216         Cleanup.
10217         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
10218         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
10219         arguments.  Expand `default-directory'.
10221         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
10222         the benefit of returning an expanded localname.
10223         (tramp-tramp-file-p): Handle the case NAME is not a string.
10225 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
10227         Add support for bzr shelve/unshelve.
10228         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
10229         (vc-bzr-extra-menu-map): New variables.
10230         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
10231         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
10232         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
10233         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
10234         (vc-bzr-dir-extra-headers): Display shelves.
10236         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
10238 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10240         * textmodes/bibtex.el (bibtex-complete-internal):
10241         Use completion-in-region.
10242         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
10244 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
10246         Support applying stashes.  Improve UI.
10247         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
10248         (vc-git-stash-apply, vc-git-stash-pop)
10249         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
10250         (vc-git-stash-menu): New functions.
10251         (vc-git-stash-menu-map): New variable.
10252         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
10254 2009-12-03  Glenn Morris  <rgm@gnu.org>
10256         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
10257         (vc-print-log-internal): Fix previous change.
10258         (vc-revert): Correct pluralization.
10260 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10262         * progmodes/make-mode.el (makefile-special-targets-list): No need for
10263         it to be an alist any more.
10264         (makefile-complete): Use completion-in-region.
10266         * progmodes/octave-mod.el (octave-complete-symbol):
10267         Use completion-in-region.
10269         Misc cleanup.
10270         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
10271         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
10272         (idlwave-complete-class): Don't quote lambda.
10273         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
10274         (idlwave-mode-map): Move initialization into declaration.
10275         (idlwave-action-and-binding): Use backquotes.
10276         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
10277         Simplify.
10278         (idlwave-is-pointer-dereference): Remove unused var `pos'.
10279         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
10280         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
10281         `parts', and `all-parts'.
10282         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
10283         (idlwave-convert-xml-system-routine-info): Remove unused string
10284         `version-string'.
10285         (idlwave-display-user-catalog-widget): Use dolist.
10286         (idlwave-scanning-lib): Declare dynamically-scoped var.
10287         (idlwave-scan-library-catalogs): Remove unused var `flags'.
10288         (completion-highlight-first-word-only): Declare to silence bytecomp.
10289         (idlwave-popup-select): Tighten scope of `resp'.
10290         (idlwave-find-struct-tag): Remove unused var `beg'.
10291         (idlwave-after-load-rinfo-hook): Declare.
10292         (idlwave-sintern-class-info): Remove unused var `taglist'.
10293         (idlwave-find-class-definition): Remove unused var `list'.
10294         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
10295         (idlwave-what-module-find-class): Remove unused var `classes'.
10297 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
10299         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
10301 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10303         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
10304         buffers visited.  Remove redundant current-buffer-saving.
10306 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10308         Use completion-in-buffer and remove uses of dynamic scoping.
10309         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
10310         (pascal-buffer-to-use, pascal-flag): Don't declare.
10311         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
10312         (pascal-get-completion-decl, pascal-keyword-completion):
10313         Add `pascal-str' argument, save-excursion,
10314         return the found completions, and don't filter with pascal-pred.
10315         (pascal-completion-cache): New var.
10316         (pascal-completion): Don't switch buffer any more (it was never
10317         necessary).  Don't save-excursion any more (it's done by the called
10318         subroutines).  Use a cache to avoid redundant computations.
10319         Use complete-with-action rather than pascal-completion-response and
10320         let it apply the predicate as well.
10321         (pascal-complete-word): Use completion-in-buffer when
10322         pascal-toggle-completions is nil.
10323         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
10324         not used any more.
10325         (pascal-comp-defun): Don't change buffer any more.
10326         Use complete-with-action rather than pascal-completion-response and
10327         let it apply the predicate as well.
10328         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
10329         when neded.
10331 2009-12-02  Kenichi Handa  <handa@m17n.org>
10333         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
10334         shape for all Indic scripts.
10336 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10338         Use completion-in-buffer.
10339         * wid-edit.el (widget-field-text-end): New function.
10340         (widget-field-value-get): Use it.
10341         (widget-string-complete, widget-file-complete)
10342         (widget-color-complete): Use it and completion-in-region.
10343         (widget-complete): Don't narrow the buffer.
10345 2009-12-02  Glenn Morris  <rgm@gnu.org>
10347         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
10348         (rmail-select-summary): Use rmail-pop-to-buffer.
10349         * mail/rmailsum.el: Replace all pop-to-buffer calls with
10350         rmail-pop-to-buffer, to prevent horizontal splits.
10352         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
10353         save-excursion with save-current-buffer.
10354         Widen before searching.  (Bug#5093)
10355         (diary-list-sexp-entries): Remove superfluous save-excursion.
10357 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
10359         * woman.el (woman-make-bufname): Handle man-pages with "." in the
10360         name.  (Bug#5038)
10362 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
10364         * ido.el (ido-file-internal): Handle filenames at point that do
10365         not have a directory part.  (Bug#5049)
10367 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
10369         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
10370         (mpc-songs-jump-to, mpc-resume): Doc fixes.
10372 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
10374         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
10375         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
10376         any more.
10378 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10380         * comint.el (comint-insert-input): Ignore clicks to the right of
10381         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
10383         * vc.el (vc-print-log-internal): Don't wait for the process to
10384         terminate before setting up the major mode.
10386         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
10387         in case.
10389         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
10390         the last element.
10392         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
10394 2009-12-01  Glenn Morris  <rgm@gnu.org>
10396         * window.el (window--display-buffer-2): Fix previous changes.
10398 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
10400         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
10402 2009-12-01  Glenn Morris  <rgm@gnu.org>
10404         * Makefile.in (ELCFILES): Add mpc.elc.
10406 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10408         * mpc.el: New file.
10410 2009-12-01  Glenn Morris  <rgm@gnu.org>
10412         * window.el (window-to-use): Define for compiler.
10414         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
10415         consistent with others (no final period).
10417         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
10418         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
10420 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
10422         Make vc-print-log buttons work.
10423         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
10425 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
10427         * savehist.el (savehist-autosave-interval): Allow setting to nil
10428         through customize.  (Bug#5056)
10430 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
10432         Fix references to jit-lock properties.
10433         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
10434         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
10435         (perl-font-lock-special-syntactic-constructs):
10436         Quote jit-lock-defer-multiline property.
10438 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
10440         * vc-git.el (vc-git-registered): Call vc-git-root only once.
10442 2009-11-30  Juri Linkov  <juri@jurta.org>
10444         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
10445         value `buffer' of `multi-isearch-next-buffer-current-function'.
10446         Use `(current-buffer)' when `buffer' is nil.
10447         (multi-isearch-next-buffer-from-list): Don't fallback to
10448         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
10450 2009-11-30  Juri Linkov  <juri@jurta.org>
10452         * misearch.el (multi-isearch-read-buffers): Move canonicalization
10453         of buffers with `get-buffer' to `multi-isearch-buffers'.
10454         (multi-isearch-buffers, multi-isearch-buffers-regexp):
10455         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
10456         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
10457         FILES with `expand-file-name' converting relative file names
10458         to absolute.  Doc fix.  (Bug#4727)
10460 2009-11-30  Juri Linkov  <juri@jurta.org>
10462         * misearch.el (multi-isearch-read-buffers)
10463         (multi-isearch-read-matching-buffers): New functions.
10464         (multi-isearch-buffers, multi-isearch-buffers-regexp):
10465         Use them in the `interactive' spec.  Doc fix.
10466         (multi-isearch-read-files, multi-isearch-read-matching-files):
10467         New functions.
10468         (multi-isearch-files, multi-isearch-files-regexp):
10469         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
10471 2009-11-30  Juri Linkov  <juri@jurta.org>
10473         * doc-view.el (doc-view-continuous):
10474         Rename from `doc-view-continuous-mode'.
10475         (doc-view-menu): Move "Toggle display" to the top.
10476         Add submenu "Continuous" with radio buttons "Off"/"On"
10477         and "Save as Default".
10478         (doc-view-scroll-up-or-next-page)
10479         (doc-view-scroll-down-or-previous-page)
10480         (doc-view-next-line-or-next-page)
10481         (doc-view-previous-line-or-previous-page): Rename
10482         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
10484 2009-11-30  Juri Linkov  <juri@jurta.org>
10486         * comint.el (comint-mode-map): Rebind `M-r' from
10487         `comint-previous-matching-input' to
10488         `comint-history-isearch-backward-regexp'.
10489         Unbind `M-s' to allow global key binding `M-s'.
10490         Add menu items for `comint-history-isearch-backward' and
10491         `comint-history-isearch-backward-regexp'.  (Bug#3746)
10493 2009-11-30  Juri Linkov  <juri@jurta.org>
10495         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
10496         For def=recenter, replace `recenter' with `recenter-top-bottom'
10497         that is called with `this-command' and `last-command' let-bound
10498         to `recenter-top-bottom'.  When the last `def' was not `recenter',
10499         set `recenter-last-op' to nil.  (Bug#4981)
10501 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10503         Minor cleanup and simplification.
10504         * filecache.el (file-cache-add-directory)
10505         (file-cache-add-directory-recursively)
10506         (file-cache-add-from-file-cache-buffer)
10507         (file-cache-delete-file-regexp, file-cache-delete-directory)
10508         (file-cache-files-matching-internal, file-cache-display): Use dolist.
10509         (file-cache-temp-minibuffer-message): Delete function.
10510         (file-cache-minibuffer-complete): Use minibuffer-message instead.
10512         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
10513         Don't signal an error when bumping into EOB in tr, s, or y.
10515 2009-11-29  Juri Linkov  <juri@jurta.org>
10517         * startup.el (fancy-about-text): Fix wording of Guided Tour.
10518         (Bug#4960)
10520         * descr-text.el (describe-char-unidata-list): Use lowercase name
10521         for "Unicode name" like in other tags.
10523 2009-11-29  Juri Linkov  <juri@jurta.org>
10525         * ediff-util.el (ediff-minibuffer-with-setup-hook):
10526         New compatibility macro.
10527         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
10529 2009-11-29  Juri Linkov  <juri@jurta.org>
10531         Add defcustom to define the cycling order of `recenter-top-bottom'.
10532         (Bug#4981)
10534         * window.el (recenter-last-op): Doc fix.
10535         (recenter-positions): New defcustom.
10536         (recenter-top-bottom): Rewrite to use `recenter-positions'.
10537         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
10539 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
10541         Improve integration of Tramp and ange-ftp in eshell.
10543         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
10544         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
10545         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
10547         * eshell/esh-util.el (top): Require also Tramp when compiling.
10548         (eshell-directory-files-and-attributes): Check for FTP remote
10549         connection.
10550         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
10551         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
10552         (eshell-file-attributes): Handle ".".  Return `entry'.
10554         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
10555         (ange-ftp-directory-files-and-attributes)
10556         (ange-ftp-real-directory-files-and-attributes): New defuns.
10558         * net/tramp.el (tramp-maybe-open-connection): Open the remote
10559         shell with "exec" when possible.  This prevents trailing prompts
10560         in `start-file-process'.
10562 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10564         Try and remove assumptions about point-min==1.
10565         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
10566         (rng-compute-mode-line-string): Show the validation percentage in
10567         terms of the narrowed text, not the widened text.
10568         (rng-do-some-validation): Don't catch internal errors when debugging.
10569         (rng-first-error): Simplify.
10570         (rng-after-change-function): Remove work around.  AFAIK the bug has
10571         been fixed a while ago.
10573         * image-mode.el (image-minor-mode): Exit more gracefully when the image
10574         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
10576         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
10578         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
10579         `cd' doesn't always do it for us (bug#5067).
10581         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
10582         on 2009-10-25 as part of some other change (bug#5067).
10584 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10586         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
10587         `suspicious'.
10588         (byte-compile-warnings): Use byte-compile-warning-types.
10589         (byte-compile-save-excursion): Warn about use of set-buffer right
10590         after save-excursion.
10592         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
10593         the excursion as well.
10595 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
10597         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
10598         providing a Tramp related implementation of "su" and "sudo".
10599         (eshell-unix-initialize): Add "su" and "sudo".
10601 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
10603         * net/socks.el (socks-send-command): Convert binary request to
10604         unibyte before sending.  This fixes mishandling of some port
10605         numbers such as 129.
10607 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10609         * help.el (describe-bindings-internal): Remove `interactive'.
10611         * man.el (Man-completion-table): Trim a terminating "(".
10612         Remove the space between name page a section.
10613         Add the command's description on the `help-echo' property.
10614         Remove `process-connection-type' binding since it's unused by
10615         call-process.
10616         Provide completion for the "<section> <name>" format as well.
10617         (Man-default-man-entry): Remove spurious var shadowing the argument.
10619 2009-11-26  Kevin Ryde  <user42@zip.com.au>
10621         * log-view.el: Add "Keywords: tools", since its other keywords
10622         aren't in finder-known-keywords, and following vc.el.
10624         * sha1.el (sha1-string-external): default-directory "/" in case
10625         otherwise non-existent.  process-connection-type pipe for touch of
10626         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
10628 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10630         Misc coding convention cleanups.
10631         * htmlfontify.el (hfy-init-kludge-hook): Rename from
10632         hfy-init-kludge-hooks.
10633         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
10634         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
10635         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
10636         and push.
10637         (hfy-slant, hfy-weight): Use tables rather than code.
10638         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
10639         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
10640         (hfy-face-attr-for-class): Initialize `face-spec' directly.
10641         (hfy-face-to-css): Remove `nconc' with single arg.
10642         (hfy-p-to-face-lennart): Use `or'.
10643         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
10644         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
10645         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
10646         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
10647         (hfy-force-fontification): Use run-hooks.
10649 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
10651         Various minor fixes.
10652         * htmlfontify.el (hfy-default-header): Add toggle_invis since
10653         Javascript belongs in the header, not the body.
10654         (hfy-javascript): Remove.
10655         (hfy-fontify-buffer): Don't insert it any more.
10656         (hfy-face-at): Handle (face0 face1 face2) style face properties.
10657         Fix bug in invis handling when there were no invis props in a chunk.
10659 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10661         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
10663 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
10665         * finder.el (finder-mode-map): Add a menu.
10667 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
10669         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
10670         "unsigned" structs.
10672         (verilog-leap-to-head, verilog-backward-token): Handle "disable
10673         fork" statement better.
10675 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
10677         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
10678         (verilog-delete-auto, verilog-delete-empty-auto-pair)
10679         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
10680         Reported by Clay Douglass.
10682         (verilog-auto-inst, verilog-auto-star-safe)
10683         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
10684         Fix removing "// Interfaces" when saving .* expansions.  Reported by
10685         Pierre-David Pfister.
10687 2009-11-26  Glenn Morris  <rgm@gnu.org>
10689         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
10690         the scope.
10692 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
10694         * vc-annotate.el (vc-annotate-revision-previous-to-line):
10695         Really use previous revision.
10697 2009-11-25  Kevin Ryde  <user42@zip.com.au>
10699         * man.el (Man-completion-table): default-directory "/" in case
10700         doesn't otherwise exist.  process-environment COLUMNS=999 so as
10701         not to truncate long names.  process-connection-type pipe to avoid
10702         any chance of hitting the pseudo-tty TIOCGWINSZ.
10703         (man): completion-ignore-case t for friendliness and since man
10704         itself is case-insensitive on the command line.
10705         Further to Bug#3717.
10707         * arc-mode.el: Add "Keywords: files", so the details in its
10708         commentary can be reached from finder-by-keyword.
10709         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
10710         editing mode, but it's comms related and sgml-mode.el has "comm"
10711         on that basis too.
10712         * textmodes/bibtex-style.el: Add "Keywords: tex".
10713         * international/isearch-x.el, international/ja-dic-cnv.el:
10714         * international/ja-dic-utl.el, international/kkc.el:
10715         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
10717 2009-11-25  Juri Linkov  <juri@jurta.org>
10719         * man.el (Man-completion-table): Modify regexp to include
10720         section names to completion strings.  (Bug#3717)
10722 2009-11-25  Juri Linkov  <juri@jurta.org>
10724         Search recursively in gzipped files.  (Bug#4982)
10726         * progmodes/grep.el (grep-highlight-matches): Add new options
10727         `always' and `auto'.  Doc fix.
10728         (grep-process-setup): Check `grep-highlight-matches' for
10729         `auto-detect' to determine the need to compute grep defaults.
10730         Move Windows/DOS specific --colors settings handling
10731         to `grep-compute-defaults'.  Check `grep-highlight-matches'
10732         to get the value of "--color=".
10733         (grep-compute-defaults): Compute `grep-highlight-matches' when it
10734         has the value `auto-detect'.  Move Windows/DOS specific settings
10735         from `grep-process-setup'.
10736         (zrgrep): New command with alias `rzgrep'.
10738 2009-11-25  Juri Linkov  <juri@jurta.org>
10740         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
10741         to nil instead of switching off view-mode.  (Bug#4896)
10743 2009-11-25  Juri Linkov  <juri@jurta.org>
10745         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
10747         * mwheel.el (mwheel-scroll-up-function)
10748         (mwheel-scroll-down-function): New defvars.
10749         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
10750         `scroll-up', and `mwheel-scroll-down-function' instead of
10751         `scroll-down'.
10753         * doc-view.el (doc-view-scroll-up-or-next-page)
10754         (doc-view-scroll-down-or-previous-page): Add optional ARG.
10755         Use this ARG in the call to image-scroll-up/image-scroll-down.
10756         Change `interactive' spec to "P".  Goto next/previous page only
10757         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
10758         SPC/DEL case).  Doc fix.
10759         (doc-view-next-line-or-next-page)
10760         (doc-view-previous-line-or-previous-page): Rename arg to ARG
10761         for consistency.
10762         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
10763         `doc-view-scroll-up-or-next-page', and buffer-local
10764         `mwheel-scroll-down-function' to
10765         `doc-view-scroll-down-or-previous-page'.
10767 2009-11-25  Juri Linkov  <juri@jurta.org>
10769         Provide additional default values (directories at other Dired
10770         windows) via M-n in the minibuffer of some Dired commands.
10772         * dired-aux.el (dired-diff, dired-compare-directories)
10773         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
10774         `minibuffer-default' in `minibuffer-with-setup-hook'.
10775         (dired-dwim-target-directory): Find a window that displays Dired
10776         buffer instead of failing when the next window is not Dired.
10777         Use `get-window-with-predicate' to find for the next Dired window.
10778         (dired-dwim-target-defaults): New function.
10780         * ediff-util.el (ediff-read-file-name):
10781         Use `dired-dwim-target-defaults' to set `minibuffer-default'
10782         in `minibuffer-with-setup-hook'.
10784 2009-11-25  Juri Linkov  <juri@jurta.org>
10786         Provide additional default values (file name at point or at the
10787         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
10789         * minibuffer.el (read-file-name-defaults): New function.
10790         (read-file-name): Reset `minibuffer-default' to nil when
10791         it duplicates initial input `insdef'.
10792         Bind `minibuffer-default-add-function' to lambda that
10793         calls `read-file-name-defaults' in `minibuffer-selected-window'.
10794         (minibuffer-insert-file-name-at-point): New command.
10796         * files.el (file-name-at-point-functions): New defcustom.
10797         (find-file-default): Remove defvar.
10798         (find-file-read-args): Don't use `find-file-default'.
10799         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
10800         to `read-file-name'.
10801         (find-file-literally): Use `read-file-name' with
10802         `confirm-nonexistent-file-or-buffer'.
10804         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
10806         * dired.el (dired-read-dir-and-switches):
10807         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
10808         to `read-file-name'.
10809         (dired-file-name-at-point): New function.
10810         (dired-mode): Add hook `dired-file-name-at-point' to
10811         `file-name-at-point-functions'.
10813 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10815         Really make the *Completions* window soft-dedicated (bug#5030).
10816         * window.el (window--display-buffer-2): Add `dedicated' argument.
10817         (display-buffer): Pass it when needed so the dedicated flag is set
10818         after calling set-window-buffer, which would otherwise reset it.
10820 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10822         * progmodes/meta-mode.el (meta-complete-symbol):
10823         * progmodes/etags.el (complete-tag):
10824         * mail/mailabbrev.el (mail-abbrev-complete-alias):
10825         Use completion-in-region.
10827         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
10828         (dabbrev-completion): Use completion-in-region.
10829         (dabbrev--abbrev-at-point): Simplify regexp.
10831         * abbrev.el (abbrev--before-point): Use word-motion functions
10832         if :regexp is not specified (bug#5031).
10834         * subr.el (string-prefix-p): New function.
10836         * man.el (Man-completion-cache): New var.
10837         (Man-completion-table): Use it.
10839         * vc.el (vc-print-log-internal): Make `limit' optional for better
10840         compatibility (e.g. with vc-annotate.el).
10842 2009-11-24  Kevin Ryde  <user42@zip.com.au>
10844         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
10845         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
10847         * emacs-lisp/elint.el (elint-add-required-env): Better error message
10848         when .el source file not found or other error.
10850 2009-11-24  Markus Triska  <markus.triska@gmx.at>
10852         * linum.el (linum-update-window): Ignore intangible (bug#4996).
10854 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10856         Handle the [back] button properly (bug#4979).
10857         * descr-text.el (describe-text-properties): Add a `buffer' argument.
10858         Use help-setup-xref, help-buffer, and with-help-window.
10859         (describe-char): Add `buffer' argument.
10860         Pass proper command to help-setup-xref.  Don't meddle with
10861         help-xref-stack-item directly.
10862         (describe-text-category): Use with-help-window and help-buffer.
10864         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
10865         for the displayed buffer (bug#4887).
10867         * man.el (Man-completion-table): New function.
10868         (man): Use it.
10870 2009-11-24  David Reitter  <david.reitter@gmail.com>
10872         * vc-git.el (vc-git-registered): Use checkout directory (where
10873         .git is) rather than the file's directory and a relative path spec
10874         to work around a bug in git.
10876 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
10878         Improve handling of processes on remote hosts.
10880         * eshell/esh-util.el (eshell-path-env): New defvar.
10881         (eshell-parse-colon-path): New defun.
10882         (eshell-file-attributes): Use `eshell-parse-colon-path'.
10884         * eshell/esh-ext.el (eshell-search-path):
10885         Use `eshell-parse-colon-path'.
10886         (eshell-remote-command): Remove argument HANDLER.
10887         (eshell-external-command): Check for FTP remote connection.
10889         * eshell/esh-proc.el (eshell-gather-process-output):
10890         Use `file-truename', in order to start also symlinked files.
10891         Apply `start-file-process' instead of `start-process'.
10892         Shorten `command' to the local file name part.
10894         * eshell/em-cmpl.el (eshell-complete-commands-list):
10895         Use `eshell-parse-colon-path'.
10897         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
10899         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
10900         to `eshell-directory-change-hook'.
10902 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
10904         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
10905         because it could be enabled automatically if view-read-only is non-nil.
10907 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
10909         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
10910         made on 2009-11-22.
10912 2009-11-24  Glenn Morris  <rgm@gnu.org>
10914         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
10915         deleted variable bookmark-bmenu-bookmark-column.
10917 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10919         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
10921 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
10923         * net/browse-url.el (browse-url-filename-alist): On Windows, add
10924         two slashes to the "file:" prefix.
10925         (browse-url-file-url): De-munge Cygwin filenames before passing
10926         them to Windows browser.
10927         (browse-url-default-windows-browser): Use call-process.
10929 2009-11-23  Juri Linkov  <juri@jurta.org>
10931         Implement DocView Continuous mode.  (Bug#4896)
10932         * doc-view.el (doc-view-continuous-mode): New defcustom.
10933         (doc-view-mode-map): Bind C-n/<down> to
10934         `doc-view-next-line-or-next-page', C-p/<up> to
10935         `doc-view-previous-line-or-previous-page'.
10936         (doc-view-next-line-or-next-page)
10937         (doc-view-previous-line-or-previous-page): New commands.
10939 2009-11-23  Juri Linkov  <juri@jurta.org>
10941         Implement Isearch in comint input history.  (Bug#3746)
10942         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
10943         `isearch-mode-hook'.
10944         (comint-history-isearch): New defcustom.
10945         (comint-history-isearch-backward)
10946         (comint-history-isearch-backward-regexp): New commands.
10947         (comint-history-isearch-message-overlay): New buffer-local variable.
10948         (comint-history-isearch-setup, comint-history-isearch-end)
10949         (comint-goto-input, comint-history-isearch-search)
10950         (comint-history-isearch-message, comint-history-isearch-wrap)
10951         (comint-history-isearch-push-state)
10952         (comint-history-isearch-pop-state): New functions.
10954 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
10956         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
10957         return.
10958         (tramp-handle-make-symbolic-link)
10959         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
10960         Quote file names.
10961         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
10962         (tramp-handle-process-file): Use it.
10964 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10966         * window.el (move-to-window-line-last-op): Remove.
10967         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
10969 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
10971         Make M-r mirror the new cycling behavior of C-l.
10972         * window.el (move-to-window-line-last-op): New var.
10973         (move-to-window-line-top-bottom): New command.
10974         (global-map): Bind M-r move-to-window-line-top-bottom.
10976 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
10978         * dired-x.el (dired-guess-shell-alist-default):
10979         Support xz format.  (Bug#4953)
10981 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
10983         * emulation/viper-cmd.el: Use viper-last-command-char instead of
10984         last-command-char/last-command-event.
10985         (viper-prefix-arg-value): Do correct conversion of event-char for
10986         XEmacs.
10988         * emulation/viper-util.el, emulation/viper.el:
10989         Use viper-last-command-char instead of
10990         last-command-char/last-command-event.
10992         * ediff-init.el, ediff-mult.el, ediff-util.el:
10993         Replace last-command-char and last-command-event
10994         with (ediff-last-command-char) everywhere.
10996         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
10997         created in fundamental mode.
10999         * ediff.el (ediff-version): Revert the change of interactive-p to
11000         called-interactively-p.
11002 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
11004         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
11005         generation from word-movement command names.
11007 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
11009         * cus-start.el (all): Add native condition for font-use-system-font.
11011 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
11013         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
11014         Correct the patch from 2009-11-18.  (Bug#3910)
11016 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
11018         * progmodes/subword.el: Rename from lisp/subword.el.
11020         * subword.el: Rename to progmodes/subword.el.
11022         * Makefile.in (ELCFILES): Adapt to subword.el move.
11024 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11025             Stefan Monnier  <monnier@iro.umontreal.ca>
11027         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
11028         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
11029         (bookmark-bmenu-show-filenames): Use push.
11030         (bookmark-bmenu-hide-filenames): Use local var instead of
11031         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
11032         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
11033         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
11034         filenames now that the bookmark names are always available.
11036 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11038         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
11039         (bookmark-search-pattern): Move and leave unbound.
11040         (bookmark-bmenu-mode-map): Change binding.
11041         (bookmark-read-search-input): Simplify.
11042         Don't use text-char-description.  Don't error on non-char events.
11043         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
11044         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
11045         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
11046         Use a local var for the timer.
11047         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
11048         (i.e. bookmark-bmenu-search).
11050 2009-11-21  Glenn Morris  <rgm@gnu.org>
11052         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
11054 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
11056         * net/browse-url.el (browse-url-default-windows-browser):
11057         Use cygstart for cygwin.
11059 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
11061         * bookmark.el: Formatting and doc fixes only:
11062         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
11063         (bookmark-bmenu-search): Wrap to fit within 80 columns.
11064         Minor grammar and punctuation fixes in doc string.
11065         (bookmark-read-search-input): Adjust to fit within 80 columns.
11067 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
11069         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
11070         (c-backward-into-nomenclature): Adapt to subword renaming.
11072         * subword.el (subword-forward, subword-backward, subword-mark)
11073         (subword-kill, subword-backward-kill, subword-transpose)
11074         (subword-downcase, subword-upcase, subword-capitalize)
11075         (subword-forward-internal, subword-backward-internal):
11076         Rename from forward-subword, backward-subword, mark-subword,
11077         kill-subword, backward-kill-subword, transpose-subwords,
11078         downcase-subword, upcase-subword, capitalize-subword,
11079         forward-subword-internal, backward-subword-internal.
11081 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11083         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
11084         New options.
11085         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
11086         New vars.
11087         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
11088         (bookmark-bmenu-filter-alist-by-regexp)
11089         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
11090         (bookmark-bmenu-search): New command.
11091         (bookmark-bmenu-mode-map): Bind it.
11093 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
11095         * progmodes/cc-cmds.el: declare-functioned forward-subword and
11096         backward-subword to quit the byte-compiler.
11098         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
11100         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
11102         * progmodes/cc-cmds.el (c-update-modeline)
11103         (c-forward-into-nomenclature, c-backward-into-nomenclature):
11104         Refer to subword.el functions instead of cc-subword.el.
11106         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
11107         subword.el functions instead of cc-subword.el.
11109         * progmodes/cc-subword.el: Rename to subword.el.
11110         * subword.el: Rename from progmodes/cc-subword.el.
11111         (subword-mode-map): Rename from c-subword-mode-map.
11112         (subword-mode): Rename from c-subword-mode.
11113         (global-subword-mode): New global minor mode.
11114         (forward-subword): Rename from c-forward-subword.
11115         (backward-subword): Rename from c-backward-subword.
11116         (mark-subword): Rename from c-mark-subword.
11117         (kill-subword): Rename from c-kill-subword.
11118         (backward-kill-subword): Rename from c-backward-kill-subword.
11119         (transpose-subwords): Rename from c-tranpose-subword.
11120         (downcase-subword): Rename from c-downcase-subword.
11121         (capitalize-subword): Rename from c-capitalize-subword.
11122         (forward-subword-internal): Rename from c-forward-subword-internal.
11123         (backward-subword-internal): Rename from c-backward-subword-internal.
11125 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
11127         * vc.el (vc-deduce-fileset): Allow non-state changing operations
11128         from a dired buffer.
11129         (vc-dired-deduce-fileset): New function.
11130         (vc-root-diff, vc-print-root-log): Use it.
11132         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
11133         nil LIMIT argument to vc-print-log-internal.
11135 2009-11-20  Glenn Morris  <rgm@gnu.org>
11137         * Makefile.in (ELCFILES): Regenerate.
11139 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
11141         * calc/calc.el (calc-set-mode-line):
11142         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
11143         (math-format-number): Rename `math-format-complement-signed' to
11144         `math-format-twos-complement'.
11146         * calc/calc-bin.el (math-format-twos-complement): Rename from
11147         math-format-complement-signed.
11148         (calc-radix): Rename `calc-complement-signed-mode' to
11149         `calc-twos-complement-mode'.
11150         (calc-octal-radix, calc-hex-radix): Add an argument for
11151         two's complement.
11153         * calc/calc-embed.el (calc-embedded-mode-vars):
11154         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
11156         * calc/calc-ext.el (calc-init-extensions):
11157         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
11158         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
11160         * calc/calc-units.el (math-build-units-table-buffer):
11161         Let `calc-twos-complement-mode' be nil.
11163         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
11164         entries.
11166         * calc/calc-vec.el (calcFunc-vunpack):
11167         * calc/calc-aent.el (calc-do-calc-eval):
11168         * calc/calc-forms.el (math-format-date):
11169         * calc/calc-graph.el (calc-graph-plot):
11170         * calc/calc-math.el (math-use-emacs-fn):
11171         * calc/calccomp.el (math-compose-expr):
11172         Let `calc-twos-complement-mode' be nil.
11174 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11176         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
11177         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
11178         * minibuffer.el (completion-in-region-functions): New hook.
11179         (completion-in-region): New function.
11180         * emacs-lisp/lisp.el (lisp-complete-symbol):
11181         * pcomplete.el (pcomplete-std-complete): Use it.
11183 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11185         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
11186         (latex-complete-alist): New vars.
11187         (latex-string-prefix-p, latex-complete-bibtex-keys)
11188         (latex-complete-envnames, latex-complete-refkeys)
11189         (latex-complete-data): New functions.
11190         (latex-complete, latex-indent-or-complete): New commands.
11192         * window.el (display-buffer-mark-dedicated): New var.
11193         (display-buffer): Obey it.
11194         * minibuffer.el (minibuffer-completion-help): Use it.
11196         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
11198         * filecache.el (file-cache-add-file): Use push and cons.
11199         (file-cache-delete-file-regexp): Use push.
11200         (file-cache-complete): Use completion-in-region.
11202         * simple.el (with-wrapper-hook): Fix thinko.
11204         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
11205         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
11206         Use with-current-buffer and string-to-number.
11207         (hfy-fallback-colour-values): Use assoc-string.
11208         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
11209         (hfy-face-at): Remove unused var `found-face'.
11210         (hfy-compile-stylesheet): Remove unused var `css'.
11211         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
11212         and `orig-buffer'.
11213         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
11214         Use with-current-buffer.
11215         (hfy-text-p): Use expand-file-name and fewer setq.
11217 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
11219         * htmlfontify.el, hfy-cmap.el: New files.
11221 2009-11-19  Juri Linkov  <juri@jurta.org>
11223         * minibuffer.el (completions-format): New defcustom.
11224         (completion--insert-strings): Implement vertical format.
11226         * simple.el (switch-to-completions): Move point to the first
11227         completion when point was at the beginning of the buffer.
11229 2009-11-19  Juri Linkov  <juri@jurta.org>
11231         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
11233         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
11235 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
11237         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
11238         (mail-signature): Change default to t.
11239         (mail-from-style): Deprecate `system-default' value.
11240         (mail-insert-from-field): For default value of mail-from-style,
11241         default to `angles' unless `angles' needs quoting and `parens'
11242         does not.
11243         (mail-citation-prefix-regexp): Use citation regexp from
11244         message-mode.
11246 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
11248         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
11249         Set variables for computing the prompt for reading password.
11251 2009-11-19  Glenn Morris  <rgm@gnu.org>
11253         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
11255         * textmodes/flyspell.el (sgml-lexical-context): Declare.
11257         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
11258         (newsticker-treeview-listwindow-height): Fix custom type.
11260 2009-11-19  Kenichi Handa  <handa@m17n.org>
11262         * descr-text.el (describe-char-padded-string): Compose with TAB
11263         only if there's a font for CH.
11264         (describe-char): Fix the condition for detecting a trivial composition.
11266 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
11268         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
11269         more accurate version of the regexp.  (Bug#3910)
11271 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
11273         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
11275 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
11277         * font-setting.el (font-use-system-font): Declare for byte-compiler.
11278         (font-setting-change-default-font): Fix typo in docstring.
11280 2009-11-18  Alan Mackenzie  <acm@muc.de>
11282         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
11284 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
11286         * font-setting.el (font-use-system-font): Move ...
11288         * cus-start.el (all): ... to here.
11290 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
11292         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
11293         Don't set `ad-return-value' if `ad-do-it' doesn't.
11295         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
11296         modification time.
11298 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
11300         * menu-bar.el: Put "Use system font" in Option-menu.
11301         (menu-bar-options-save): Add font-use-system-font.
11303         * loadup.el: If feature system-font-setting or font-render-setting is
11304         there, load font-setting.
11306         * Makefile.in (ELCFILES): Add font-settings.el.
11307         * font-setting.el: New file.
11309 2009-11-17  Glenn Morris  <rgm@gnu.org>
11311         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
11313         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
11314         Preserve point in the list buffer.  (Bug#4939)
11315         Use point-at-eol.
11316         (newsticker--treeview-list-update-highlight)
11317         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
11319 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
11321         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
11322         Remove.
11324         * calc/calc-ext.el (calc-init-extensions): Remove references to
11325         symclip.
11327         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
11329         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
11330         * calc/calc-help.el (calc-b-prefix-help): Remove references to
11331         `calc-symclip'.
11333 2009-11-16  Kevin Ryde  <user42@zip.com.au>
11335         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11336         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
11338         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
11339         (lm-keywords-list): Allow comma-only separator like "foo,bar".
11340         Ignore trailing spaces by omit-nulls to split-string (fixing
11341         regression from Emacs 21 due to the incompatible split-string
11342         change).  (Bug #4928.)
11344 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
11346         * vc.el (vc-log-show-limit): Default to 2000.
11347         (vc-print-log-internal): Insert buttons to request more entries
11348         when limiting the output.
11350         * vc-sccs.el (vc-sccs-print-log):
11351         * vc-rcs.el (vc-rcs-print-log):
11352         * vc-cvs.el (vc-cvs-print-log):
11353         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
11354         LIMIT is non-nil.
11356 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
11358         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
11359         error when `tramp-gvfs-dbus-event-vector' is set.
11360         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
11362 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11364         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
11366 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
11368         * net/dbus.el (dbus-unregister-service): New defun.
11369         (dbus-register-property): Register the handlers of
11370         "org.freedesktop.DBus.Properties" for SERVICE.
11371         (dbus-property-handler): Fix docstring.
11373 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11375         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
11376         Quote doc string reference in defvaralias as it is not in special form.
11377         (byte-compile-output-docform): Doc fix.
11379 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
11381         * calc/calc.el (math-2-word-size, math-half-2-word-size)
11382         (calc-complement-signed-mode): New variables.
11383         (calc-set-mode-line): Add indicator for twos-complements.
11384         (math-format-number): Format twos-complement notation.
11386         * calc/calc-bin.el (calc-word-size): Reset the variables
11387         `math-2-word-size' and `math-half-2-word-size'.
11388         (math-format-complement-signed, math-symclip, calcFunc-symclip)
11389         (calc-symclip): New functions.
11391         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
11393         * calc/calc-embed.el (calc-embedded-mode-vars):
11394         Add `calc-complement-signed-mode' to the list of modes.
11396         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
11397         (calc-b-oper-keys): Add `calc-symclip' to list.
11399         * calc/calc-ext.el (math-read-number-fancy): Read complement
11400         signed numbers.
11401         (calc-init-extensions): Add binding for `calc-symclip'.
11402         Add autoload for `calcFunc-symclip' and `calc-symclip'.
11404         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
11405         `calc-symclip'.
11406         (calc-modes-menu): Add item for twos complement mode.
11408         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
11410 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
11412         * register.el (jump-to-register, insert-register): Handle Semantic
11413         tags.  From commented-out advice in semantic/senator.el.
11415 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
11417         * vc.el (vc-log-show-limit): New variable.
11418         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
11419         when using a prefix argument.
11420         (vc-print-log-internal): Add new argument LIMIT.
11422         * vc-svn.el (vc-svn-print-log):
11423         * vc-mtn.el (vc-mtn-print-log):
11424         * vc-hg.el (vc-hg-print-log):
11425         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
11426         pass it to the log command when set.  Make the BUFFER argument
11427         non-optional.
11429         * vc-sccs.el (vc-sccs-print-log):
11430         * vc-rcs.el (vc-rcs-print-log):
11431         * vc-git.el (vc-git-print-log):
11432         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
11433         ignore it.  Make the BUFFER argument non-optional
11435         * bindings.el (mode-line-buffer-identification): Do not purecopy.
11437 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
11439         * dired.el (dired-mode-map): Move encryption items to "Operate"
11440         menu (Bug#4703).
11442         * strokes.el (strokes-update-window-configuration): Make strokes
11443         buffer current before erasing (Bug#4906).
11445 2009-11-15  Juri Linkov  <juri@jurta.org>
11447         * simple.el (set-mark-default-inactive): Add :type, :group
11448         and :version.  (Bug#4876)
11450 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
11452         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
11453         (archive-unique-fname): ... here.  (Bug#4929)
11455 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11457         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
11458         with a real fix.
11460         * novice.el (disabled-command-function): Add useful args.
11461         Setup the help buffer so that [back] works.
11462         Remove redundant call to help-mode.
11463         (disabled-command-function): Use `case'.
11464         (en/disable-command): New function extracted from enable-command.
11465         (enable-command, disable-command): Use it.
11467 2009-11-14  Glenn Morris  <rgm@gnu.org>
11469         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
11470         constants.  (Bug#4913)
11472         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
11474 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
11476         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
11477         defined in C that have no doc-strings.  (Bug#1063)
11479 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
11481         * cus-edit.el (data, files):
11482         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
11484 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
11486         * simple.el (shell-command): Doc fix (Bug#4891).
11488         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
11490 2009-11-14  Glenn Morris  <rgm@gnu.org>
11492         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
11493         statements for vc-diff, emerge-quit, and rmail-cease-edit.
11494         If they are already loaded, eval-after-load will do the right thing.
11496         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
11497         compiling.
11499         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
11501         * simple.el (x-selection-owner-p): Declare.
11502         (read-mail-command): Use custom radio type rather than choice.
11503         (completion-no-auto-exit): Doc fix.
11505         * custom.el (defgroup):
11506         * epg-config.el (epg): Doc fixes.
11508 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
11510         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
11511         * international/ccl.el (define-ccl-program): Do not purecopy the
11512         docstring, defconst does it anyway.
11514 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11516         * add-log.el (add-change-log-entry): Avoid displaying the changelog
11517         a second time.
11519         * x-dnd.el (x-dnd-maybe-call-test-function):
11520         * window.el (split-window-vertically):
11521         * whitespace.el (whitespace-help-on):
11522         * vc-rcs.el (vc-rcs-consult-headers):
11523         * userlock.el (ask-user-about-lock-help)
11524         (ask-user-about-supersession-help):
11525         * type-break.el (type-break-force-mode-line-update):
11526         * time-stamp.el (time-stamp-conv-warn):
11527         * terminal.el (te-set-output-log, te-more-break, te-filter)
11528         (te-sentinel, terminal-emulator):
11529         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
11530         (term-write-input-ring, term-check-source, term-start-output-log):
11531         (term-display-buffer-line, term-dynamic-list-completions):
11532         (term-ansi-make-term, serial-term):
11533         * subr.el (selective-display):
11534         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
11535         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
11536         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
11537         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
11538         (speedbar-remove-localized-speedbar-support)
11539         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
11540         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
11541         (speedbar-buffers-line-directory):
11542         * simple.el (shell-command-on-region, append-to-buffer)
11543         (prepend-to-buffer):
11544         * shadowfile.el (shadow-save-todo-file):
11545         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
11546         (scroll-bar-maybe-set-window-start):
11547         * sb-image.el (speedbar-image-dump):
11548         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
11549         (load-save-place-alist-from-file):
11550         * ps-samp.el (ps-print-message-from-summary):
11551         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
11552         (ps-background-image, ps-begin-job, ps-do-despool):
11553         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
11554         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
11555         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
11556         (pr-call-process, pr-file-list, pr-interface-save):
11557         * novice.el (disabled-command-function)
11558         (enable-command, disable-command):
11559         * mouse.el (mouse-buffer-menu-alist):
11560         * mouse-copy.el (mouse-kill-preserving-secondary):
11561         * macros.el (kbd-macro-query):
11562         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
11563         * informat.el (batch-info-validate):
11564         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
11565         * hippie-exp.el (try-expand-dabbrev-visible):
11566         * help-mode.el (help-make-xrefs):
11567         * help-fns.el (describe-variable):
11568         * generic-x.el (bat-generic-mode-run-as-comint):
11569         * finder.el (finder-mouse-select):
11570         * find-dired.el (find-dired-sentinel):
11571         * filesets.el (filesets-file-close):
11572         * files.el (list-directory):
11573         * faces.el (list-faces-display, describe-face):
11574         * facemenu.el (list-colors-display):
11575         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
11576         * epg.el (epg--process-filter, epg-cancel):
11577         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
11578         (epa--read-signature-type):
11579         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
11580         (emerge-file-names):
11581         * ehelp.el (electric-helpify):
11582         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
11583         * ediff-vers.el (rcs-ediff-view-revision):
11584         * ediff-util.el (ediff-setup):
11585         * ediff-mult.el (ediff-append-custom-diff):
11586         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
11587         (ediff-wordify):
11588         * echistory.el (Electric-command-history-redo-expression):
11589         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11590         * disp-table.el (describe-display-table):
11591         * dired.el (dired-find-buffer-nocreate):
11592         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
11593         * dabbrev.el (dabbrev--same-major-mode-p):
11594         * chistory.el (list-command-history):
11595         * apropos.el (apropos-documentation):
11596         * allout.el (allout-obtain-passphrase):
11597         (allout-copy-exposed-to-buffer):
11598         (allout-verify-passphrase): Use with-current-buffer.
11600 2009-11-13  Glenn Morris  <rgm@gnu.org>
11602         * Makefile.in (ELCFILES): Regenerate.
11604 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
11606         * net/dbus.el (dbus-registered-objects-table): Rename from
11607         `dbus-registered-functions-table', because it contains also properties.
11608         (dbus-unregister-object): Unregister also properties.
11609         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
11610         Use a timeout of 500 msec, in order to not block.
11611         (dbus-register-property, dbus-property-handler): New defuns.
11613 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11615         * simple.el (minibuffer-default-add-completions): Drop deprecated
11616         4th arg.
11618 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
11620         * textmodes/artist.el (artist-mouse-choose-operation):
11621         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
11622         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
11623         (artist-compute-up-event-key): New function.
11624         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
11626 2009-11-13  Kenichi Handa  <handa@m17n.org>
11628         * language/japan-util.el: Make sure that the value of jisx0208
11629         property is jisx0208 character.
11631 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
11633         * international/mule.el (auto-coding-regexp-alist): Only purecopy
11634         car or each item, not the whole list.
11636 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11638         * minibuffer.el (minibuffer-completion-help):
11639         Use minibuffer-hide-completions.
11641 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
11643         * dired.el (dired-save-positions, dired-restore-positions): New funs.
11644         (dired-revert): Use them (bug#4880).
11646 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
11648         * tooltip.el (tooltip-frame-parameters): Undo previous change.
11650 2009-11-12  Juri Linkov  <juri@jurta.org>
11652         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
11653         New functions.
11654         (find-file-literally-at-point): Alias of `ffap-literally'.
11656 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
11658         * textmodes/ispell.el (ispell-skip-region-alist):
11659         * textmodes/css-mode.el (auto-mode-alist):
11660         * progmodes/compile.el (auto-mode-alist):
11661         * international/mule.el (ctext-non-standard-encodings-alist)
11662         (ctext-non-standard-encodings-regexp):
11663         * simple.el (shell-command-switch, text-read-only):
11664         * replace.el (occur-mode-map):
11665         * paths.el (rmail-file-name):
11666         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
11667         * find-file.el (ff-special-constructs):
11668         * files.el (file-name-handler-alist):
11669         * composite.el: Purecopy strings.
11671         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
11673 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
11675         * widget.el (define-widget): Purecopy the docstring.
11676         * international/mule-cmds.el (charset): Do not purecopy the
11677         docstring here, define-widget does it.
11679         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
11680         * textmodes/bibtex-style.el (auto-mode-alist):
11681         * progmodes/inf-lisp.el (inferior-lisp-prompt):
11682         * progmodes/compile.el (compile-command):
11683         * language/korea-util.el (default-korean-keyboard):
11684         * international/mule-conf.el (file-coding-system-alist):
11685         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
11686         * tooltip.el (tooltip-frame-parameters):
11687         * newcomment.el (comment-end, comment-padding):
11688         * dired.el (dired-trivial-filenames):
11689         * comint.el (comint-file-name-prefix): Purecopy initial values.
11691 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
11693         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
11694         (tramp-advice-minibuffer-electric-tilde): Unload advices via
11695         `tramp-unload'.
11696         (tramp-advice-make-auto-save-file-name)
11697         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
11698         after removing the advice.
11700 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
11702         * progmodes/grep.el (grep-regexp-alist):
11703         * international/mule-cmds.el (iso-2022-control-alist):
11704         * emacs-lisp/timer.el (timer-duration-words):
11705         * subr.el (version-separator, version-regexp-alist):
11706         * minibuffer.el (completion-styles-alist):
11707         * faces.el (face-attribute-name-alist, list-faces-sample-text):
11708         Change defvars to defconsts.
11710         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
11711         * loadup.el ("international/mule-conf"): Load the byte compiled version.
11712         * international/mule-conf.el: Allow to be byte compiled.
11714         * international/mule.el (define-charset): Purecopy props.
11715         (load-with-code-conversion): Purecopy doc string and file name.
11716         (put-charset-property): Purecopy strings.
11717         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
11719         * international/mule-cmds.el (register-input-method): Purecopy arguments.
11720         (define-char-code-property): Correctly purecopy the table.
11722         * international/ccl.el (define-ccl-program): Purecopy the docstring.
11724         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
11726         * subr.el (add-hook): Purecopy strings.
11727         (eval-after-load): Purecopy load-history-regexp and the form.
11729         * custom.el (custom-declare-group): Purecopy load-file-name.
11731         * subr.el (menu-bar-separator): New defconst.
11732         * net/eudc.el (eudc-tools-menu):
11733         * international/mule-cmds.el (set-coding-system-map)
11734         (mule-menu-keymap):
11735         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11736         * vc-hooks.el (vc-menu-map):
11737         * replace.el (occur-mode-map):
11738         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
11739         (menu-bar-edit-menu, menu-bar-goto-menu)
11740         (menu-bar-custom-menu, menu-bar-showhide-menu)
11741         (menu-bar-options-menu, menu-bar-tools-menu)
11742         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
11743         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
11744         (menu-bar-help-menu):
11745         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
11746         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
11748         * term/x-win.el (x-gtk-stock-map):
11749         * progmodes/vera-mode.el (auto-mode-alist):
11750         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
11751         (inferior-lisp-program, inferior-lisp-load-command):
11752         * progmodes/hideshow.el (hs-special-modes-alist):
11753         * progmodes/gud.el (same-window-regexps):
11754         * progmodes/grep.el (grep-program, find-program, xargs-program):
11755         * net/telnet.el (same-window-regexps):
11756         * net/rlogin.el (same-window-regexps):
11757         * language/ethiopic.el (font-ccl-encoder-alist):
11758         * vc-sccs.el (vc-sccs-master-templates):
11759         * vc-rcs.el (vc-rcs-master-templates):
11760         * subr.el (cl-assertion-failed):
11761         * simple.el (next-error-overlay-arrow-position):
11762         * lpr.el (lpr-command):
11763         * locate.el (locate-ls-subdir-switches):
11764         * info.el (same-window-regexps, info)
11765         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
11766         * image-mode.el (image-mode, auto-mode-alist):
11767         * hippie-exp.el (hippie-expand-ignore-buffers):
11768         * format.el (format-alist):
11769         * find-dired.el (find-ls-subdir-switches, find-grep-options)
11770         (find-name-arg):
11771         * facemenu.el (facemenu-keybindings):
11772         * dired.el (dired-listing-switches, dired-chown-program):
11773         * diff.el (diff-switches, diff-command):
11774         * cus-edit.el (same-window-regexps):
11775         * bindings.el (mode-line-mule-info)
11776         (mode-line-buffer-identification): Purecopy strings.
11778 2009-11-11  Juri Linkov  <juri@jurta.org>
11780         * simple.el (dired-get-filename) <declare-function>:
11781         Tell the byte-compiler about dired-get-filename.
11782         (shell-command): In Dired mode, get filename from the current line
11783         as the default value.
11785 2009-11-10  Glenn Morris  <rgm@gnu.org>
11787         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
11788         * calendar/holidays.el, progmodes/cperl-mode.el:
11789         Update x-popup-menu declarations.
11791         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
11792         (list-load-path-shadows): Use dolist.
11793         (list-load-path-shadows): Use with-current-buffer.
11795 2009-11-10  Juri Linkov  <juri@jurta.org>
11797         * minibuffer.el (read-file-name): Support a list of default values
11798         in `default-filename'.  Use the first file name where only one
11799         element is required.  Doc fix.
11801 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
11803         * net/dbus.el (dbus-unregister-object): Release service, if no
11804         other method is registered for it.
11806 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
11808         * bookmark.el (bookmark-completing-read): Sort bookmark names if
11809         bookmark-sort-flag is non-nil (Bug#4653).
11811 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
11813         * emulation/cua-base.el: Add CUA property to some CC mode commands
11814         (Bug#4100).
11816 2009-11-08  Kevin Ryde  <user42@zip.com.au>
11818         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
11819         at end of sentence (Bug#4818).
11821 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
11823         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11824         Handle "see declaration of" MSFT statements (Bug#4100).
11826 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
11828         * net/tramp.el (tramp-advice-make-auto-save-file-name)
11829         (tramp-advice-file-expand-wildcards): Unload via
11830         `ad-remove-advice'.
11832         * net/trampver.el: Update release number.
11834 2009-11-08  Kevin Ryde  <user42@zip.com.au>
11836         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
11837         `ad-do-it'.
11839 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
11841         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
11842         in order to keep context in SELinux.
11844 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
11846         * dired-aux.el (dired-query): Place cursor in echo area and allow
11847         C-g.
11849         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
11850         menu item if not on a directory (Bug#4701).
11852 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
11854         Sync with Tramp 2.1.17.
11856         * net/tramp.el (tramp-handle-copy-directory): Don't use
11857         `file-remote-p' (due to compatibility).
11859         * net/tramp-compat.el (tramp-compat-copy-directory)
11860         (tramp-compat-delete-directory): New defuns.
11862         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
11863         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
11864         `tramp-compat-delete-directory'.
11866         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
11867         (tramp-smb-handle-delete-directory): Use
11868         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
11870         * net/trampver.el: Update release number.
11872 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
11874         * tar-mode.el (tar-copy): Call write-region on the right buffer
11875         (Bug#4857).
11877         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
11878         by hand, if necessary (Bug#4878).
11880 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
11882         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
11883         align size column (Bug#4839).
11885         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
11886         statement.
11888 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11890         * progmodes/ld-script.el (auto-mode-alist):
11891         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
11893         * cus-face.el (custom-declare-face): Purecopy face spec.
11895 2009-11-06  Kenichi Handa  <handa@m17n.org>
11897         * international/uni-bidi.el: Re-generated.
11898         * international/uni-category.el: Re-generated.
11899         * international/uni-combining.el: Re-generated.
11900         * international/uni-mirrored.el: Re-generated.
11902 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11904         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
11905         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
11906         (tex-start-options, slitex-run-command, latex-run-command)
11907         (tex-run-command, tex-directory):
11908         * textmodes/ispell.el (ispell-html-skip-alists)
11909         (ispell-tex-skip-alists, ispell-tex-skip-alists):
11910         * textmodes/fill.el (adaptive-fill-first-line-regexp):
11911         (adaptive-fill-regexp):
11912         * textmodes/dns-mode.el (auto-mode-alist):
11913         * progmodes/python.el (interpreter-mode-alist):
11914         * progmodes/etags.el (tags-compression-info-list):
11915         * progmodes/etags.el (tags-file-name):
11916         * net/browse-url.el (browse-url-galeon-program)
11917         (browse-url-firefox-program):
11918         * mail/sendmail.el (mail-signature-file)
11919         (mail-citation-prefix-regexp):
11920         * international/mule-conf.el (eight-bit):
11921         * international/latexenc.el (latex-inputenc-coding-alist):
11922         * international/fontset.el (x-pixel-size-width-font-regexp):
11923         * emacs-lisp/warnings.el (warning-type-format):
11924         * emacs-lisp/trace.el (trace-buffer):
11925         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
11926         (emacs-lisp-mode-map):
11927         * calendar/holidays.el (holiday-solar-holidays)
11928         (holiday-bahai-holidays, holiday-islamic-holidays)
11929         (holiday-christian-holidays, holiday-hebrew-holidays)
11930         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
11931         (hebrew-holidays-1, holiday-oriental-holidays)
11932         (holiday-general-holidays):
11933         * x-dnd.el (x-dnd-known-types):
11934         * tool-bar.el (tool-bar):
11935         * startup.el (site-run-file):
11936         * shell.el (shell-dumb-shell-regexp):
11937         * rfn-eshadow.el (file-name-shadow-tty-properties)
11938         (file-name-shadow-properties):
11939         * paths.el (remote-shell-program, news-directory):
11940         * mouse.el ([C-down-mouse-3]):
11941         * menu-bar.el (menu-bar-tools-menu):
11942         * jka-cmpr-hook.el (jka-compr-load-suffixes)
11943         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
11944         (jka-compr-compression-info-list):
11945         * isearch.el (search-whitespace-regexp):
11946         * image-file.el (image-file-name-extensions):
11947         * find-dired.el (find-ls-option):
11948         * files.el (directory-listing-before-filename-regexp)
11949         (directory-free-space-args, insert-directory-program)
11950         (list-directory-brief-switches, magic-fallback-mode-alist)
11951         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
11952         (automount-dir-prefix):
11953         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
11954         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
11955         (face-font-registry-alternatives, face-font-registry-alternatives)
11956         (face-font-family-alternatives):
11957         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
11958         (facemenu-foreground-menu, facemenu-face-menu):
11959         * epa-hook.el (epa-file-name-regexp):
11960         * dnd.el (dnd-protocol-alist):
11961         * textmodes/rst.el (auto-mode-alist):
11962         * button.el (default-button): Purecopy strings.
11964 2009-11-06  Glenn Morris  <rgm@gnu.org>
11966         * Makefile.in (ELCFILES): Update.
11968 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11970         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
11971         * emacs-lisp/levents.el: Move to obsolete/levents.el.
11973         * nxml/xsd-regexp.el (xsdre-gen-categories):
11974         * nxml/xmltok.el (xmltok-parse-entity):
11975         * nxml/rng-parse.el (rng-parse-validate-file):
11976         * nxml/rng-maint.el (rng-format-manual)
11977         (rng-manual-output-force-new-line):
11978         * nxml/rng-loc.el (rng-save-schema-location-1):
11979         * nxml/rng-cmpct.el (rng-c-parse-file):
11980         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
11981         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
11983 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
11985         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
11986         Remove extra save-excursions and make-variable-buffer-local's.
11987         Suggested by Stefan Monnier.
11989         (verilog-getopt-file, verilog-module-inside-filename-p)
11990         (verilog-set-define): Merge GNU 1.35 and repair changes from
11991         switching to using with-current-buffer.
11993         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
11994         being treated as a number and confusing AUTORESET.
11995         Reported by Dan Dever.
11997         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
11998         Add verilog-auto-ignore-concat to fix backward compatibility with
11999         older verilog-modes.  Reported by Dan Katz.
12001         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
12002         containing closing anchors "...$".
12004         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
12005         Reported by Wade Smith.
12007         (verilog-batch-execute-func): Comment on function usage.
12009 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
12011         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
12012         for labels.
12014         (verilog-label-re, verilog-calc-1): Support proper indent of named
12015         asserts.
12017         (verilog-backward-token, verilog-basic-complete-re)
12018         (verilog-beg-of-statement, verilog-indent-re): Support proper
12019         indent of the assert statement at the beginning of a block of text.
12021         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
12022         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
12023         tokens as begins.
12025 2009-11-05  Glenn Morris  <rgm@gnu.org>
12027         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
12028         Emacs 19.  (Bug#1531)
12029         (byte-compile-fix-header): Update for the above change.
12030         Drop test for epoch::version.
12032         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
12033         * cus-dep.el (custom-make-dependencies):
12034         * finder.el (finder-compile-keywords):
12035         Use autoload-rubric's feature argument.
12037         * calendar/diary-lib.el (top-level): Make load behave more like require.
12039         * vc-git.el (vc-git-stash-map): Move definition before use.
12041 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
12043         * custom.el (custom-declare-group): Purecopy standard-value.
12044         (custom-declare-group): Purecopy custom-prefix.
12046         * international/mule.el (load-with-code-conversion):
12047         Call do-after-load-evaluation unconditionally.
12049         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
12051 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12053         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
12055 2009-11-04  Glenn Morris  <rgm@gnu.org>
12057         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
12058         (byte-compile-compatibility): Remove option.
12059         (byte-compile-close-variables, byte-compile-fix-header)
12060         (byte-compile-insert-header, byte-compile-output-docform)
12061         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
12062         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
12063         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
12064         (byte-compile-insert, byte-compile-defun):
12065         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
12066         (byte-defop-compiler19): Remove.
12067         Without byte-compile-compatibility, the 'emacs19-opcode property is not
12068         used by anything.  Replace all calls with byte-defop-compiler.
12070 2009-11-04  Juri Linkov  <juri@jurta.org>
12072         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
12073         (menu-bar-options-menu): Don't quote the `prop' arg of
12074         `menu-bar-make-mm-toggle'.
12076 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
12078         * calendar/calendar.el (cal-loaddefs):
12079         * calendar/diary-lib.el (diary-loaddefs):
12080         * calendar/holidays.el (hol-loaddefs):
12081         * eshell/esh-module.el (esh-groups): Load rather than require.
12083 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12085         * calendar/todo-mode.el (todo-add-category): Don't hardcode
12086         point-min==1.
12087         (todo-top-priorities): Only display-buffer when called interactively.
12088         (todo-item-start): Don't save excursion point.
12089         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
12090         (todo-insert-item-here, todo-file-item, todo-remove-item):
12091         Adjust uses of todo-item-start and todo-item-end.
12093         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
12094         (autoload-rubric): Don't use any more.
12096         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
12097         and only put a prop if it is non-nil.
12099 2009-11-03  Juri Linkov  <juri@jurta.org>
12101         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
12102         (menu-bar-options-menu): Fix list quoting (Bug#4429).
12104         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
12105         and "Menu" to make top-level menu item visually one unit (like
12106         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
12107         multi-word menu items).  Fix :help string for quit-window.
12109 2009-11-03  Glenn Morris  <rgm@gnu.org>
12111         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
12112         (byte-compile-file-form-define-abbrev-table)
12113         (byte-compile-file-form-custom-declare-variable)
12114         (byte-compile-variable-ref, byte-compile-defvar):
12115         Whether or not a warning is enabled should only affect whether we issue
12116         the warning, not whether or not we collect the relevant data.
12117         Eg warnings can be turned on and off throughout the course of a file.
12119         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
12120         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
12122 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12124         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
12125         * play/mpuz.el (mpuz-create-buffer):
12126         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
12127         (lm-print-y,s,noise, lm-print-w0, lm-init):
12128         * play/gomoku.el (gomoku-prompt-for-move):
12129         * play/fortune.el (fortune-in-buffer):
12130         * play/dissociate.el (dissociated-press):
12131         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
12132         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
12133         * mail/supercite.el (sc-eref-show):
12134         * mail/smtpmail.el (smtpmail-send-it):
12135         * mail/rmailsum.el (rmail-summary-next-labeled-message)
12136         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
12137         (rmail-summary-undelete-many, rmail-summary-rmail-update)
12138         (rmail-summary-goto-msg, rmail-summary-expunge)
12139         (rmail-summary-get-new-mail, rmail-summary-search-backward)
12140         (rmail-summary-add-label, rmail-summary-output-menu)
12141         (rmail-summary-output-body):
12142         * mail/rfc822.el (rfc822-addresses):
12143         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
12144         * mail/mailpost.el (post-mail-send-it):
12145         * mail/hashcash.el (hashcash-generate-payment):
12146         * mail/feedmail.el (feedmail-run-the-queue)
12147         (feedmail-queue-send-edit-prompt-help-first)
12148         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
12149         (feedmail-deduce-address-list):
12150         * eshell/esh-ext.el (eshell-remote-command):
12151         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
12152         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
12153         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
12154         (viper-save-string-in-file, viper-valid-marker):
12155         * emulation/viper-keym.el (viper-toggle-key):
12156         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
12157         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
12158         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
12159         * emulation/viper-cmd.el (viper-exec-form-in-vi)
12160         (viper-exec-form-in-emacs, viper-brac-function):
12161         * emulation/viper.el (viper-delocalize-var):
12162         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
12163         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
12164         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
12165         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
12166         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
12167         * emulation/edt.el (edt-electric-helpify):
12168         * emulation/cua-rect.el (cua--rectangle-aux-replace):
12169         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
12170         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
12171         (cua-indent-to-global-mark-column):
12172         * calendar/diary-lib.el (calendar-mark-1):
12173         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
12174         Use with-current-buffer.
12175         * emulation/viper.el (viper-delocalize-var): Use dolist.
12177 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
12179         * comint.el (comint-replace-by-expanded-history-before-point):
12180         Replace !! with the previous input string literally (Bug#1795).
12182 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
12184         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
12185         to be made up of whitespace.
12187 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
12189         * minibuffer.el (read-file-name): Don't use file dialogs for
12190         remote directories (Bug#99).
12192 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
12194         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
12196 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
12198         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
12199         instead of deleting the window or frame.
12201 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
12203         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
12204         Support face colors.
12206         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
12207         New function.  Support face colors (Bug#1168).
12208         (tex-common-initialization): Use it.
12210         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
12211         mode allows it (Bug#1168).
12213 2009-10-31  Juri Linkov  <juri@jurta.org>
12215         * facemenu.el (list-colors-display): Don't mark buffer as
12216         modified (Bug#3948).
12218 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
12220         * international/mule-diag.el (list-character-sets-1): Minor
12221         message fix (Bug#3526).
12223         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
12224         face property (Bug#4834).
12225         (etags-list-tags, etags-tags-apropos-additional)
12226         (etags-tags-apropos, tags-select-tags-table): Add follow-link
12227         property.
12229         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
12230         items.
12232 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12234         * textmodes/two-column.el (2C-split):
12235         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
12236         * textmodes/tex-mode.el (tex-set-buffer-directory):
12237         * textmodes/spell.el (spell-region, spell-string):
12238         * textmodes/reftex.el (reftex-erase-buffer):
12239         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
12240         * textmodes/reftex-toc.el (reftex-toc-promote-action):
12241         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
12242         (reftex-select-item):
12243         * textmodes/reftex-ref.el (reftex-label-info-update)
12244         (reftex-offer-label-menu):
12245         * textmodes/reftex-index.el (reftex-index-change-entry)
12246         (reftex-index-phrases-info):
12247         * textmodes/reftex-global.el (reftex-create-tags-file)
12248         (reftex-save-all-document-buffers, reftex-ensure-write-access):
12249         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
12250         (reftex-view-crossref-from-bibtex):
12251         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
12252         (reftex-extract-bib-entries-from-thebibliography)
12253         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
12254         * textmodes/refbib.el (r2b-capitalize-title):
12255         (r2b-convert-buffer, r2b-help):
12256         * textmodes/page-ext.el (pages-directory)
12257         (pages-directory-goto-with-mouse):
12258         * textmodes/bibtex.el (bibtex-validate-globally):
12259         * textmodes/bib-mode.el (bib-capitalize-title):
12260         * textmodes/artist.el (artist-clear-buffer, artist-system):
12261         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
12262         (local-set-scheme-interaction-buffer, xscheme-process-filter)
12263         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
12264         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
12265         (xscheme-send-control-g-interrupt, xscheme-start-process)
12266         (xscheme-process-sentinel, xscheme-cd):
12267         * progmodes/verilog-mode.el (verilog-read-always-signals)
12268         (verilog-set-define, verilog-getopt-file)
12269         (verilog-module-inside-filename-p):
12270         * progmodes/sh-script.el:
12271         * progmodes/python.el (python-pdbtrack-get-source-buffer)
12272         (python-pdbtrack-grub-for-buffer, python-execute-file):
12273         * progmodes/octave-inf.el (inferior-octave):
12274         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
12275         (idlwave-shell-compile-helper-routines, idlwave-set-local)
12276         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
12277         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
12278         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
12279         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
12280         (idlwave-shell-filter, idlwave-shell-examine-highlight)
12281         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
12282         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
12283         (idlwave-shell-examine-display, idlwave-shell-run-region)
12284         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
12285         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
12286         * progmodes/idlw-help.el (idlwave-help-get-special-help)
12287         (idlwave-help-get-help-buffer):
12288         * progmodes/gud.el (gud-basic-call, gud-find-class)
12289         (gud-tooltip-activate-mouse-motions-if-enabled):
12290         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
12291         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
12292         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
12293         (ebrowse-tags-next-file):
12294         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
12295         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
12296         (ebnf-eps-finish-and-write):
12297         * progmodes/cpp.el (cpp-edit-save):
12298         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
12299         * progmodes/cc-defs.el (c-emacs-features):
12300         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
12301         (antlr-directory-dependencies):
12302         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
12303         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
12304         (ada-find-any-references, ada-make-filename-from-adaname)
12305         (ada-make-body-gnatstub):
12306         * obsolete/rnews.el (news-list-news-groups):
12307         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
12308         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
12309         * net/rcirc.el (rcirc-debug):
12310         * net/newst-treeview.el (newsticker--treeview-list-add-item)
12311         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
12312         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
12313         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
12314         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
12315         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
12316         (newsticker--treeview-list-clear-highlight)
12317         (newsticker--treeview-list-update-highlight)
12318         (newsticker--treeview-list-highlight-start)
12319         (newsticker--treeview-tree-update-highlight)
12320         (newsticker--treeview-get-selected-item)
12321         (newsticker-treeview-mark-list-items-old)
12322         (newsticker--treeview-set-current-node):
12323         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
12324         * net/newst-backend.el (newsticker--get-news-by-funcall)
12325         (newsticker--get-news-by-wget, newsticker--image-get)
12326         (newsticker--image-sentinel):
12327         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
12328         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
12329         (eudc-ph-close-session):
12330         * net/eudc.el (eudc-save-options):
12331         * language/thai-word.el (thai-update-word-table):
12332         * language/japan-util.el (japanese-string-conversion):
12333         * international/titdic-cnv.el (tsang-quick-converter)
12334         (ziranma-converter, ctlau-converter):
12335         * international/mule-cmds.el (describe-language-environment):
12336         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
12337         (skkdic-convert-postfix, skkdic-convert-prefix):
12338         (skkdic-convert-okuri-nasi, skkdic-convert):
12339         * emacs-lisp/re-builder.el (reb-update-overlays):
12340         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
12341         * emacs-lisp/gulp.el (gulp-send-requests):
12342         * emacs-lisp/find-gc.el (trace-call-tree):
12343         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
12344         (eieio-describe-generic):
12345         * emacs-lisp/eieio-base.el (eieio-persistent-read):
12346         * emacs-lisp/edebug.el (edebug-outside-excursion):
12347         * emacs-lisp/debug.el (debugger-make-xrefs):
12348         * emacs-lisp/cust-print.el (custom-prin1-to-string):
12349         * emacs-lisp/chart.el (chart-new-buffer):
12350         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
12351         Use with-current-buffer.
12352         * textmodes/artist.el (artist-system): Don't call
12353         copy-sequence on a fresh string.
12354         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
12356 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
12358         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
12359         is no item to edit.  (Bug#4820)
12360         (todo-top-priorities): Restore point and restore narrowing in Todo
12361         buffer.  (Bug#4820)
12363 2009-10-31  Glenn Morris  <rgm@gnu.org>
12365         * net/ange-ftp.el (top-level): Don't require dired when compiling.
12366         (comint-last-output-start, comint-last-input-start)
12367         (comint-last-input-end): Don't defvar when compiling.
12368         (ange-ftp-process-file): Use bound-and-true-p.
12370         * pcmpl-rpm.el (top-level): Move provide statement to end.
12371         (pcmpl-rpm): Remove unused custom group.
12373         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
12375         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
12377         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
12378         (byte-compile-warnings): Add `constants' as an option.
12379         (byte-compile-callargs-warn, byte-compile-arglist-warn)
12380         (display-call-tree): Update for byte-compile-fdefinition possibly
12381         returning `(macro lambda ...)'.  (Bug#4778)
12382         (byte-compile-variable-ref, byte-compile-setq-default):
12383         Respect `constants' member of byte-compile-warnings.
12385 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12387         * vc-bzr.el (vc-bzr-revision-keywords): New var.
12388         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
12389         to "submit:".
12391 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
12393         * textmodes/ispell.el (ispell-skip-region-alist):
12394         * international/mule-conf.el (eight-bit):
12395         * international/fontset.el (font-encoding-alist):
12396         * startup.el (pure-space-overflow-message):
12397         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
12398         * paths.el (gnus-nntp-service, rmail-spool-directory)
12399         (term-file-prefix):
12400         * files.el (save-some-buffers-action-alist):
12401         * cmuscheme.el (same-window-buffer-names):
12402         * ielm.el (same-window-buffer-names):
12403         * shell.el (same-window-buffer-names):
12404         * mail/sendmail.el (same-window-buffer-names):
12405         * progmodes/inf-lisp.el (same-window-buffer-names):
12406         * bindings.el (mode-line-client)
12407         (mode-line-column-line-number-mode-map):
12408         * language/tibetan.el (tibetan-precomposition-rule-regexp)
12409         (tibetan-precomposed-regexp): Purecopy string arguments.
12411 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12413         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
12414         (calcDigit-nondigit):
12415         * calc/calc-yank.el (calc-copy-to-buffer):
12416         * calc/calc-units.el (calc-invalidate-units-table):
12417         * calc/calc-trail.el (calc-trail-yank):
12418         * calc/calc-store.el (calc-insert-variables):
12419         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
12420         * calc/calc-prog.el (calc-read-parse-table):
12421         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
12422         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
12423         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
12424         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
12425         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
12426         (calc-graph-name, calc-graph-find-command, calc-graph-view)
12427         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
12428         * calc/calc-ext.el (calc-realign):
12429         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
12430         (calc-embedded-finish-edit, calc-embedded-make-info)
12431         (calc-embedded-finish-command, calc-embedded-stack-change):
12432         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
12434         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
12435         shell-dynamic-complete-filename in preference to
12436         comint-dynamic-complete-filename.
12438         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12439         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
12440         Don't consider whether the display supports colors.
12441         (bookmark-import-new-list): Use dolist.
12442         (bookmark-bmenu-mode-map): Move initialization into declaration.
12443         (bookmark-bmenu-list): Use dolist, simplify.
12444         (bookmark-show-all-annotations): Use save-selected-window and dolist.
12445         (menu-bar-final-items): Use push.
12447 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
12449         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
12450         it works on remote files.
12451         (vc-hg-diff): Don't pass any `--cwd' argument.
12453 2009-10-27  Kevin Ryde  <user42@zip.com.au>
12455         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
12456         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
12457         (Further to Bug#3921).
12459 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
12461         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
12462         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
12463         calling `tramp-imap-put-file'.  Add file size to the call.
12464         (tramp-imap-get-file-entries): Compute also user name, file size,
12465         and date.
12466         (tramp-imap-handle-insert-directory): Insert uid and gid.
12467         (tramp-imap-handle-file-attributes): Transform uid and gid
12468         according to `id-format'.
12469         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
12470         size in header X-Size.
12472 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
12474         * simple.el (transpose-subr): Give clearer error when the mark
12475         is not set.  (Bug#4807)
12477 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
12479         * net/tramp.el (tramp-perl-file-truename): New defconst.
12480         Perl code contributed by yary <not.com@gmail.com> (tiny change).
12481         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
12482         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
12483         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
12485         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
12486         Ignore `dired-call-process'.
12487         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
12489 2009-10-26  Julian Scheid  <julians37@gmail.com>
12491         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
12492         (tramp-get-remote-readlink): New defun.
12493         (tramp-handle-file-truename): Use it.
12494         (tramp-handle-file-exists-p): Check file-attributes cache, assume
12495         file exists if cache value present.
12496         (tramp-check-cached-permissions): New defun.
12497         (tramp-handle-file-readable-p): Use it.
12498         (tramp-handle-file-writable-p): Likewise.
12499         (tramp-handle-file-executable-p): Likewise.
12500         (tramp-handle-file-name-all-completions): Try using Perl to get
12501         partial completions.  When perl not available, combine `cd' and
12502         `ls' into single remote operation and use shell expansion to get
12503         partial remote directory contents.  Set `file-exists-p' cache for
12504         directory and any files returned by ls.  Change cache handling to
12505         support partial directory contents.  Use error message emitted by
12506         remote `cd' or Perl code for local tramp-error.
12507         (tramp-do-copy-or-rename-file-directly): Avoid separate
12508         tramp-send-command-and-check call.
12509         (tramp-handle-process-file): Merge three remote ops into one.
12510         Do not flush all caches when `process-file-side-effects' is set.
12511         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
12512         file-attributes shows uid/gid to be set already.
12514 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
12516         * textmodes/tex-mode.el (tex-dvi-view-command)
12517         (tex-show-queue-command, tex-open-quote):
12518         * progmodes/ruby-mode.el (auto-mode-alist)
12519         (interpreter-mode-alist): Purecopy strings.
12521         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
12523         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
12524         string for the hook, keymap and abbrev table.
12526         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
12528         * x-dnd.el (x-dnd-xdnd-to-action):
12529         * startup.el (fancy-startup-text, fancy-about-text): Change to
12530         defconst from defvar.
12532         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
12534         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
12535         Purecopy initialization strings.
12537         * mail/sendmail.el (mail-header-separator)
12538         (mail-personal-alias-file):
12539         * mail/rmail.el (rmail-default-dont-reply-to-names)
12540         (rmail-ignored-headers, rmail-retry-ignored-headers)
12541         (rmail-highlighted-headers, rmail-secondary-file-directory)
12542         (rmail-secondary-file-regexp):
12543         * files.el (null-device, file-name-invalid-regexp)
12544         (locate-dominating-stop-dir-regexp)
12545         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
12546         (interpreter-mode-alist): Use mapcar instead of mapc.
12548         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
12550         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
12551         (completion-ignored-extensions):
12552         (debug-ignored-errors): Purecopy strings.
12554 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12556         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
12557         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
12558         (pcomplete--here): Use push.
12560         * subr.el (all-completions): Declare the 4th arg obsolete.
12562 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12564         * pcomplete.el (pcomplete-unquote-argument-function): New var.
12565         (pcomplete-unquote-argument): New function.
12566         (pcomplete--common-suffix): Always pay attention to case.
12567         (pcomplete--table-subvert): Quote and unquote the text.
12568         (pcomplete--common-quoted-suffix): New function.
12569         (pcomplete-std-complete): Use it and pcomplete-begin.
12571         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
12572         we're inside a dedicated or minibuffer window.
12574 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
12576         * bookmark.el: Update documentation, especially documentation
12577         of `bookmark-alist' and of the bookmark file format.
12578         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
12580 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
12582         * mail/emacsbug.el (report-emacs-bug): Clarify that the
12583         keybindings apply to the mail buffer (Bug#4003).  Shrink help
12584         window to buffer.
12586         * whitespace.el (whitespace-mode, whitespace-newline-mode)
12587         (global-whitespace-mode, global-whitespace-newline-mode)
12588         (whitespace-toggle-options, global-whitespace-toggle-options):
12589         Doc fix (Bug#3660).
12591         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
12592         of xmltok-start before the end tag was inserted (Bug#2840).
12594         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
12595         patterns that are preceded by an open-paren (Bug#1320).
12597 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
12599         * files.el (delete-directory): Delete symlinks to directories with
12600         delete-file (Bug#4739).
12602 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
12604         * vc.el (vc-backend-for-registration): Rename from
12605         vc-get-backend-for-registration.  Update callers.
12607         * international/mule-cmds.el (set-language-info-alist):
12608         Purecopy lang-env.
12609         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
12610         (charset): Purecopy the name.
12611         (define-char-code-property): Purecopy string arguments.
12613         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
12614         Purecopy string arguments.
12616         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
12617         * ediff-hook.el (menu-bar-ediff-menu):
12618         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
12619         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
12621 2009-10-24  Glenn Morris  <rgm@gnu.org>
12623         * comint.el (comint-dynamic-list-completions):
12624         * term.el (term-dynamic-list-completions): Use choose-completion rather
12625         than obsolete alias mouse-choose-completion.
12627         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
12628         file-cache-choose-completion.
12629         (file-cache-choose-completion): Handle an optional event argument.
12630         (file-cache-mouse-choose-completion): Make it an obsolete alias.
12632         * progmodes/octave-mod.el (octave-complete-symbol):
12633         Use choose-completion if mouse-choose-completion is ever removed.
12635         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
12636         use.
12638         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
12639         compiler.
12641         * vc-hooks.el (vc-responsible-backend): Fix declaration.
12643 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12645         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
12646         Ignore `pred' now that we receive one.
12647         Handle test-completion specially.
12649 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
12651         * vc.el (vc-responsible-backend): Throw an error if not backend is
12652         found.  Remove the REGISTER argument.  Move the code dealing with
12653         REGISTER ...
12654         (vc-get-backend-for-registration): ... here.  New function.
12655         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
12656         of vc-responsible-backend, pass the file name instead of the
12657         directory name.
12659 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12661         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
12662         New funs.
12663         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
12664         (pcomplete-comint-setup): Don't modify a global var via
12665         accidental side-effects.
12666         (pcomplete-shell-setup): Adjust call accordingly.
12667         (pcomplete-parse-comint-arguments): Use push.
12669 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
12671         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
12672         Allow uncapitalized info node names (Bug#3921).
12674         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
12675         to the DEBUG file (Bug#3781).
12677 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
12679         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
12680         dictionary entry (Bug#4579).
12682 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
12684         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
12685         from `rfn-eshadow-update-overlay-hook' when unloading.
12686         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
12687         "rsyncc".  Adjust doc string.
12688         (tramp-temp-buffer-file-name): New buffer-local defvar.
12689         (tramp-handle-insert-file-contents, tramp-handle-write-region):
12690         Keep temporary file when indicated by method ("rsync" and
12691         "rsyncc").
12692         (tramp-handle-write-region): Handle APPEND.
12693         (tramp-delete-temp-file-function): New defun.  Added to
12694         `kill-buffer-hook'.
12696 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
12698         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
12700 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
12702         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
12703         (color-name-rgb-alist, tty-standard-colors)
12704         (tty-color-mode-alist): Change to defconst.
12706         * simple.el (mark-inactive): Purecopy message.
12708         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
12709         (global-map, yank-menu):
12710         * textmodes/ispell.el (ispell-menu-map):
12711         * net/eudc.el (eudc-tools-menu):
12712         * international/mule-cmds.el (describe-language-environment-map)
12713         (setup-language-environment-map, set-coding-system-map)
12714         (mule-menu-keymap):
12715         * vc-hooks.el (vc-menu-entry, vc-menu-map):
12716         * replace.el (occur-mode-map):
12717         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
12719 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
12721         * calc/calc.el (math-read-number, math-read-number-simple): Use
12722         `save-match-data'.
12724 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12726         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
12727         rather than fiddling with global-map bindings, since it should only
12728         affect per-terminal settings.
12729         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
12731         * minibuffer.el (completion-table-with-terminator): Allow to specify
12732         the terminator-regexp.
12734         * simple.el (switch-to-completions): Look for *Completions* in other
12735         frames as well.
12737         * pcomplete.el: Allow the use of completion-tables.
12738         (pcomplete-std-complete): New command.
12739         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
12740         (pcomplete--here): Use a function for `form' rather than an expression,
12741         so it can be byte-compiled.
12742         (pcomplete-here, pcomplete-here*): Adjust accordingly.
12743         Add edebug declaration.
12744         (pcomplete-show-completions): Remove unused var `curbuf'.
12745         (pcomplete-do-complete, pcomplete-stub):
12746         Don't assume `completions' is a list of strings any more.
12748 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
12750         * find-dired.el (find-name-arg): Fix typo in docstring.
12752 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12754         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
12755         (pcmpl-linux-fs-types): Same, and update to new modules layout.
12757         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
12758         pcomplete-entries.
12760         * comint.el (comint-read-input-ring, comint-write-input-ring)
12761         (comint-substitute-in-file-name)
12762         (comint-dynamic-complete-as-filename)
12763         (comint-dynamic-simple-complete)
12764         (comint-dynamic-list-filename-completions)
12765         (comint-dynamic-list-completions)
12766         (comint-redirect-results-list-from-process): Minor simplifications.
12768 2009-10-21  Kevin Ryde  <user42@zip.com.au>
12770         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
12771         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
12772         the first form.  And insert a blank line after ";;; Code" since
12773         that's usual style.  (Bug#4612)
12775         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
12777 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12779         * minibuffer.el (completion-table-with-terminator): Properly implement
12780         boundaries, in case `terminator' appears in the suffix.
12781         (completion--embedded-envvar-table): Don't return boundaries if
12782         there's no valid completion.  Simplify.
12783         (completion-file-name-table): New completion table extracted from
12784         completion--file-name-table.
12785         (completion--file-name-table): Use it.
12786         (read-file-name-predicate): Declare obsolete.
12787         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
12788         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
12789         completion-file-name-table, and use the `pred' argument.
12790         * files.el (locate-file-completion-table): Use the `pred' arg rather
12791         than read-file-name-predicate.
12792         (abbreviate-file-name): Use \` rather than ^ for BOS.
12794 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
12796         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
12797         vc-responsible-backend to register, it causes problems.
12799 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12801         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
12803 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
12805         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
12806         (tramp-smb-handle-file-attributes): Use it.
12807         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
12808         (tramp-smb-handle-insert-directory): Use `mapc' rather than
12809         `mapcar'.  Use `tramp-smb-get-stat-capability'.
12810         Add `dired-filename' text properties.
12811         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
12812         (tramp-smb-maybe-open-connection): Simplify check for smbclient
12813         version.
12815 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12817         * subr.el (read-key-delay): Reduce to 0.01.
12818         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
12819         (bug#4751).
12821 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12823         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
12825         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
12826         (Info-menu): Remove unused vars `last' and `completions'.
12827         (Info-index-nodes): Remove unused var `node'.
12829         * info.el (Info-complete-menu-item): Use complete-with-action.
12831 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
12833         Make vc-annotate work through copies and renames.
12834         * vc-annotate.el (vc-annotate-extract-revision-at-line):
12835         Return the file name too.
12836         (vc-annotate-revision-at-line)
12837         (vc-annotate-find-revision-at-line)
12838         (vc-annotate-revision-previous-to-line)
12839         (vc-annotate-show-log-revision-at-line): Update to get the file
12840         name from vc-annotate-extract-revision-at-line.
12841         (vc-annotate-show-diff-revision-at-line-internal): Change the
12842         argument to mean whether to show a file diff or not.  Get the file
12843         name from vc-annotate-extract-revision-at-line.
12844         (vc-annotate-show-diff-revision-at-line):
12845         Update vc-annotate-show-diff-revision-at-line call.
12846         (vc-annotate-warp-revision): Add an optional file argument.
12848         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
12849         (vc-git-annotate-extract-revision-at-line): Also return the file
12850         name if found.
12852         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
12853         command.  Remove unused code.
12854         (vc-hg-annotate-re): Update to match --follow output.
12855         (vc-hg-annotate-extract-revision-at-line): Also return the file
12856         name if found.
12858         * vc.el: Update annotate-extract-revision-at-line documentation.
12860 2009-10-18  Kevin Ryde  <user42@zip.com.au>
12862         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
12863         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
12865         * net/browse-url.el (browse-url): Identify alist with "consp and
12866         not functionp" and let all other things go down the `apply' leg,
12867         as suggested by Stefan.  (Further to bug#4531.)
12869 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
12871         * minibuffer.el (read-file-name): Check for repeat before putting
12872         a default argument in file-name-history (Bug#4657).
12874         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
12875         read syntax (Bug#4737).
12877         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
12879 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
12881         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
12882         (html-tag-alist, html-tag-help): Add descriptions for undocumented
12883         entries and make note of obsolete tags.
12885 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12887         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
12889 2009-10-18  Glenn Morris  <rgm@gnu.org>
12891         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
12892         grep, so that binary files (eg international/uni-bidi.el) can match.
12893         Remove test for "UnicodeData" files, since it is hopefully unnecessary
12894         now, and in any case the file header format has changed.
12896 2009-10-17  Glenn Morris  <rgm@gnu.org>
12898         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
12899         (flyspell-get-word, flyspell-large-region)
12900         (flyspell-auto-correct-previous-word): Doc/error message fixes.
12902 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
12904         * Makefile.in (ELCFILES): Add ede/shell.
12906 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
12908         * term/common-win.el (x-colors): Purecopy it.
12910 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12912         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
12913         permissive for when the buffer is empty.
12914         (tar-header-block-tokenize): Decode the username and groupname.
12915         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
12917 2009-10-17  Eric Ludlam  <zappo@gnu.org>
12919         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
12920         contains multibyte characters, choose first applicable coding
12921         system automatically.
12923 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12925         * international/mule-cmds.el (select-safe-coding-system): If the file
12926         has a coding cookie, use it regardless of any other setting (bug#4712).
12928 2009-10-17  Glenn Morris  <rgm@gnu.org>
12930         * foldout.el (foldout-mouse-swallow-events):
12931         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
12933         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
12934         (dired-keep-marker-copy, dired-keep-marker-hardlink)
12935         (dired-keep-marker-symlink, dired-dwim-target)
12936         (dired-copy-preserve-time): Do not autoload these defcustoms.
12938         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
12939         messages from messing up the file coding.  (Bug#4623)
12941 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
12943         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
12944         if no match is found for the current dictionary.  (Bug#4578)
12946         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
12947         optional, since that is how it is documented, and this is often called
12948         with a nil argument.  (Bug#4577)
12949         (flyspell-external-point-words, flyspell-auto-correct-word)
12950         (flyspell-correct-word-before-point, flyspell-word-search-forward)
12951         (flyspell-word-search-backward): Remove nil argument in calls to
12952         flyspell-get-word, since it is not needed now.
12954 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
12956         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
12958 2009-10-16  Glenn Morris  <rgm@gnu.org>
12960         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
12962 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
12964         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
12965         (ange-ftp-file-size): New function.
12966         (ange-ftp-file-attributes): Use it.
12968 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
12970         * net/tramp-smb.el (tramp-smb-version): New defvar.
12971         (tramp-smb-maybe-open-connection): Use it, in order to avoid
12972         repeated checks.
12974 2009-10-16  Glenn Morris  <rgm@gnu.org>
12976         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
12977         Maybe copy some custom properties from old to new name.  (Bug#4706)
12979 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
12981         * subr.el (error, sit-for, start-process-shell-command)
12982         (start-file-process-shell-command): Set the calling convention
12983         after the function definition.
12985 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12987         * subr.el (error, sit-for, start-process-shell-command)
12988         (start-file-process-shell-command): Use the new
12989         set-advertised-calling-convention feature.
12991 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
12993         * international/ucs-normalize.el (ucs-normalize-version):
12994         Change to 1.2.
12995         (check-range): Adjust for Unicode 5.2.
12997 2009-10-15  Juri Linkov  <juri@jurta.org>
12999         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
13000         to the `menu-item' format.
13002 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
13004         * net/tramp.el (tramp-replace-environment-variables): Do not fail
13005         if the environment variable does not exist.
13007         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
13008         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
13009         parameter.
13010         (tramp-smb-handle-add-name-to-file)
13011         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
13012         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
13013         (tramp-smb-handle-file-attributes)
13014         (tramp-smb-do-file-attributes-with-stat)
13015         (tramp-smb-handle-file-local-copy)
13016         (tramp-smb-handle-insert-directory)
13017         (tramp-smb-handle-make-directory)
13018         (tramp-smb-handle-make-directory-internal)
13019         (tramp-smb-handle-make-symbolic-link)
13020         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
13021         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
13022         (tramp-smb-maybe-open-connection): Apply the changed parameters.
13023         (tramp-smb-read-file-entry): Read Disk names in compressed format.
13024         Handle long file names.
13025         (tramp-smb-get-cifs-capabilities): Check, whether the connection
13026         process is running.
13027         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
13028         Read share names with "-g" option.
13030 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
13032         * net/rcirc.el (rcirc-view-log-file): New command.
13033         (rcirc-track-minor-mode-map): Remove C-c ` binding.
13034         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
13035         specified.
13037 2009-10-15  Glenn Morris  <rgm@gnu.org>
13039         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
13040         from the second command-line argument.
13041         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
13042         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
13043         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
13044         w32-batch-update-autoloads.
13045         * emacs-lisp/autoload.el (autoload-make-program): New variable.
13046         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
13048         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
13049         the headers cannot be located.  Simplify, subtracting superflous
13050         save-excursions.
13052 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13054         Replace completion-base-size by completion-base-position to fix bugs
13055         such as (bug#4699).
13056         * simple.el (completion-base-position): New var.
13057         (completion-base-size): Mark as obsolete.
13058         (choose-completion): Make it work for mouse events as well.
13059         Pass the new base-position to choose-completion-string.
13060         (choose-completion-guess-base-position): New function, extracted from
13061         choose-completion-delete-max-match.
13062         (choose-completion-delete-max-match): Use it.  Make obsolete.
13063         (choose-completion-string): Use the new base-position info.
13064         (completion-root-regexp): Delete.
13065         (completion-setup-function): Preserve completion-base-position.
13066         Eliminate obsolete base-size manipulation.
13067         * minibuffer.el (display-completion-list): Don't mess with base-size.
13068         (minibuffer-completion-help): Set completion-base-position instead.
13069         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
13070         choose-completion.
13071         * textmodes/bibtex.el (bibtex-complete):
13072         * emacs-lisp/crm.el (crm--choose-completion-string):
13073         Adjust to new calling convention.
13074         * complete.el (partial-completion-mode): Use minibufferp to avoid
13075         bumping into incompatible change to choose-completion-string-functions.
13076         * ido.el (ido-choose-completion-string): Make its calling convention
13077         more permissive.
13078         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
13079         base-size manipulation.
13080         (comint-dynamic-list-input-ring): Use dotimes and push.
13081         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
13082         fundamental-mode.  Use `or'.
13084 2009-10-14  Juri Linkov  <juri@jurta.org>
13086         * misearch.el (multi-isearch-next-buffer-from-list)
13087         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
13089 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13091         * Makefile.in (compile-onefile): Load `bytecomp' rather than
13092         `bytecomp.el'.
13094         * minibuffer.el (completion-pcm--merge-completions): Make sure the
13095         string we return is all made up of text from the completions rather
13096         than part from the completions and part from the input (bug#4219).
13098         * ido.el (ido-everywhere): Use define-minor-mode.
13100         * buff-menu.el (list-buffers, ctl-x-map):
13101         Mark the entry points with ;;;###autoload cookies.
13103 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13105         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
13106         correctly in the detached head case.
13107         (vc-git-print-log): Remove unused binding.
13109         * vc.el (vc-responsible-backend): When a directory is passed for
13110         for registration create a VC repository if no backend is
13111         responsible for the directory argument.
13112         (vc-deduce-fileset): Tell vc-responsible-backend to register.
13114         * vc.el: Move comments about RCS and SCCS ...
13115         * vc-rcs.el:
13116         * vc-sccs.el: ... here, respectively.
13118 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13120         * minibuffer.el (completion--file-name-table): Return nil if there's
13121         no file completion, even if substitute-in-file-name changed
13122         the string (bug#4708).
13124 2009-10-13  Juri Linkov  <juri@jurta.org>
13126         * files-x.el (read-file-local-variable-value): Don't filter out
13127         minor modes from mode name completion (bug#4664).
13129 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
13131         * international/mule-cmds.el (ucs-names): Remove exclusion of
13132         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
13134 2009-10-13  Kenichi Handa  <handa@m17n.org>
13136         * international/uni-name.el: Regenerated.
13138 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
13140         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
13141         should be automatically buffer-local, but isn't.)
13143 2009-10-12  Sam Steingold  <sds@gnu.org>
13145         * progmodes/compile.el (compilation-next-error-function): Fix the
13146         timestamps if the buffer has been visited before.
13147         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
13148         non-anchored patterns, like the perl one (bug#3928).
13150 2009-10-12  Glenn Morris  <rgm@gnu.org>
13152         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
13153         Let-bind `size'.
13155 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
13157         * proced.el (proced-unload-function): New function.
13159         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
13160         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
13161         Doc fix.
13163         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
13165 2009-10-11  Juri Linkov  <juri@jurta.org>
13167         * files-x.el (read-file-local-variable-value):
13168         Provide default value only for bound variables (bug#4664).
13170 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
13172         * net/tramp.el (tramp-local-host-p): Function shall return nil for
13173         connection methods like smb.
13175         * net/tramp-cache.el (tramp-flush-connection-property): The hash
13176         can be empty.
13178         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
13179         (tramp-smb-file-name-handler-alist): Add handlers for
13180         `add-name-to-file', `make-symbolic-link'.
13181         (tramp-smb-handle-add-name-to-file)
13182         (tramp-smb-do-file-attributes-with-stat)
13183         (tramp-smb-handle-make-symbolic-link)
13184         (tramp-smb-get-cifs-capabilities): New defuns.
13185         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
13186         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
13187         (tramp-smb-handle-file-local-copy)
13188         (tramp-smb-handle-make-directory-internal)
13189         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
13190         The file name syntax depends on cifs capabilities.
13191         (tramp-smb-handle-file-attributes):
13192         Call `tramp-smb-do-file-attributes-with-stat' if possible.
13193         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
13194         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
13196 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
13198         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
13199         (eieio-defclass): Apply deftype handler and setf-method properties
13200         directly.
13201         (eieio-add-new-slot): Avoid union function from cl library.
13202         (eieio--typep): New function.
13203         (eieio-perform-slot-validation): Use it.
13205 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
13207         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
13208         Update documentation to refer to the variables documented in r1.135.
13209         (Bug#4188)
13211 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
13213         * bookmark.el (Info-suffix-list): Remove this unused variable.
13214         (bookmark-current-point): Remove this obsolete variable.
13215         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
13216         Adjust for removal of bookmark-current-point.
13218         (bookmarks-already-loaded, bookmark-current-buffer)
13219         (bookmark-yank-point): Document.  (Bug#4188)
13221 2009-10-10  Glenn Morris  <rgm@gnu.org>
13223         * frame.el (frame-height): Doc fix.
13225         * calendar/calendar.el (calendar-split-width-threshold): New option.
13226         (calendar-basic-setup): Use calendar-split-width-threshold.
13228 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
13230         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
13231         Ideographic Supplement" range (U+1F200..U+1F2FF).
13233 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
13235         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
13236         since the list will have been rebuilt anyway.  (Bug#4349)
13238 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
13240         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
13241         (bookmark-bmenu-execute-deletions): Don't save here, as
13242         bookmark-delete will now do so if necessary.
13243         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
13244         (Bug#4348)
13246 2009-10-09  Glenn Morris  <rgm@gnu.org>
13248         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
13250 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
13252         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
13253         (bookmark-jump-other-window): Just invoke bookmark-jump with new
13254         argument now, so the two function's behaviors will match.  (Bug#3645)
13256 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
13258         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
13259         (tramp-file-name-real-host, tramp-file-name-port):
13260         Apply `save-match-data'.
13262         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
13263         case both directories are remote.
13264         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
13265         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
13267 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
13269         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
13271 2009-10-07  Glenn Morris  <rgm@gnu.org>
13273         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
13274         of concat.
13276 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13278         * files-x.el (read-file-local-variable): Include some
13279         non-user-variables in the completion table (bug#4664).
13281 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
13283         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
13284         message.
13286         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
13287         (tramp-smb-file-name-handler-alist): Add handler for
13288         `copy-directory', `expand-file-name', `set-file-modes'.
13289         (tramp-smb-handle-copy-directory)
13290         (tramp-smb-handle-expand-file-name)
13291         (tramp-smb-handle-set-file-modes): New defuns.
13292         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
13293         (tramp-smb-handle-file-attributes): Simplify check for retrieving
13294         entry.
13295         (tramp-smb-handle-insert-directory): Don't flush the cache.
13296         (tramp-smb-maybe-open-connection): Check for samba client and
13297         server versions.
13299 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
13301         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
13302         to not error out of search for "^lisp=" fails.
13304 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
13306         * makefile.w32-in (WINS_UPDATES): New macro.
13307         (custom-deps, finder-data, autoloads): Use it.
13309 2009-10-07  Glenn Morris  <rgm@gnu.org>
13311         * Makefile.in (autoloads): Revert previous change.
13312         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
13313         the list of preloaded files passed on the command-line, get
13314         it from src/Makefile.
13316         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
13317         show the original buffer rather than a random one.
13319 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
13321         * help.el (describe-no-warranty): Place point in a slightly better
13322         position in the GPLv3 text.
13324 2009-10-06  Sam Steingold  <sds@gnu.org>
13326         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
13327         the comm attribute is present before calling regexp-quote.
13329 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
13331         * play/animate.el (animate-string): For good effect, make sure
13332         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
13334         * play/animate.el (animate-sequence, animate-birthday-present):
13335         * misc.el (butterfly): Don't set `indent-tabs-mode'.
13337 2009-10-06  Glenn Morris  <rgm@gnu.org>
13339         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
13341         * emacs-lisp/autoload.el (autoload-excludes): New variable.
13342         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
13343         (batch-update-autoloads): Process a string value of autoload-excludes,
13344         set during the build process.
13345         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
13347         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
13348         inside with-parsed...  macro so that `v' is defined.
13350         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
13351         * progmodes/fortran.el (fortran-end-of-block)
13352         (fortran-beginning-of-block):
13353         Also push mark in the macro case.
13355         * emerge.el (emerge-show-file-name):
13356         * calc/calc.el (calc-quit):
13357         * calc/calc-misc.el (calc-big-or-small):
13358         * calc/calc-graph.el (calc-graph-view):
13359         * calc/calc-ext.el (calc-reset):
13360         * calendar/calendar.el (calendar-basic-setup):
13361         Use window-full-height-p.
13363         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
13364         header we don't understand, don't insert another.  (Bug#4624)
13365         If changing mime charset, insert the new one in the right place.
13367 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
13369         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
13370         (cal-tex-cursor-month): Correctly increment the end date for diary and
13371         holiday listing.  (Bug#4626)
13373 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13375         * help-fns.el (describe-function-1): Don't burp if the function is not
13376         a symbol.
13378 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
13380         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
13381         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
13382         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
13383         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
13385         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
13386         (eieio-default-superclass): Reflow docstrings.
13387         (this, class-option-assoc, defclass, eieio-class-un-autoload)
13388         (eieio-unbind-method-implementations, defmethod)
13389         (eieio-validate-slot-value, eieio-validate-class-slot-value)
13390         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
13391         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
13392         (eieio-slot-originating-class-p, eieio-slot-name-index)
13393         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
13394         (constructor, initialize-instance, no-next-method, object-print)
13395         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
13396         Fix typos in docstrings.
13397         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
13398         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
13399         (next-method-p): Doc fixes.
13400         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
13401         Fix typos in error messages.
13402         (eieio-defmethod): Fix typo in description of generic method.
13404         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
13405         (eieio-persistent-save-interactive, slot-missing):
13406         Fix typos in docstrings.
13407         (eieio-instance-inheritor-slot-boundp): Doc fix.
13409         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
13410         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
13412         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
13413         (eieio-custom-object-apply-reset):
13414         Fix typos in docstrings and error messages.
13416         * emacs-lisp/eieio-datadebug.el (data-debug-show):
13417         Fix typo in docstring.
13419         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
13420         (eieio-browse-tree): Doc fix.
13421         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
13422         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
13423         Fix typos in docstrings.
13425         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
13426         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
13427         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
13428         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
13429         Reflow docstrings.
13431 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
13433         * vc-hg.el (log-view-vc-backend): Declare for compiler.
13434         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
13435         Set log-view-vc-backend so that diff can work.
13437         * log-view.el (log-view-diff): Use vc-diff-internal instead of
13438         vc-version-diff.
13439         (vc-diff-internal): Autoload this instead of vc-version-diff.
13441 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
13443         * simple.el (eval-expression): Doc fix.
13445         * progmodes/cwarn.el (cwarn-mode): Doc fix.
13447 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
13449         * files.el (directory-files-no-dot-files-regexp): New defconst.
13450         (delete-directory): Use it.
13451         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
13453         * net/tramp.el (tramp-verbose): Fix docstring.
13454         (tramp-methods): Add recursive option to `tramp-copy-args'.
13455         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
13456         "scp1_old", "scp2_old", "rsync", "rsyncc".
13457         (tramp-default-method): Check also for `auth-source-user-or-password'.
13458         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
13459         Add handler for `copy-directory'.
13460         (tramp-handle-copy-directory): New defun.
13461         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
13462         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
13463         Optimize sent command.
13465 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13467         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
13468         window if necessary.
13470         * calendar/calendar.el (calendar-basic-setup): Don't call
13471         switch-to-buffer in a dedicated window.
13473 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
13475         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
13476         don't do anything related to relocating, just return nil.
13477         (bookmark-error-no-filename): New error.
13478         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
13479         bookmark has no file.  Don't even attempt to handle things that
13480         are not files; the whole point of custom handlers is to keep that
13481         knowledge elsewhere anyway.  Tighten some comments.
13482         (bookmark-file-or-variation-thereof): Remove now-unused function.
13483         (bookmark-location): Doc string fix.
13484         (Bug#4250)
13486 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
13488         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
13489         don't use a file dialog, because they usually don't know how to read
13490         a directory target from the user.  (Bug#4230)
13491         Also, make sure the prompt can display directories as well as files.
13493 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
13495         * bookmark.el (bookmark-set, bookmark-buffer-name):
13496         Improve doc strings.  (Bug#1193)
13498 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
13500         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
13501         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
13502         (bookmark-get-annotation, bookmark-set-annotation)
13503         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
13504         (bookmark-set-position, bookmark-get-front-context-string)
13505         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
13506         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
13507         (bookmark-jump-other-window, bookmark-handle-bookmark)
13508         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
13509         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
13510         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
13511         Improve doc strings to say whether bookmark can be a string or
13512         a record or both, and make other consistency and clarity fixes.
13513         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
13514         (bookmark-default-annotation-text, bookmark-yank-word)
13515         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
13516         (bookmark-import-new-list, bookmark-maybe-rename)
13517         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13518         (bookmark-bmenu-bookmark): Give these doc strings.
13519         (bookmark-bmenu-check-position): Give this a doc string, but also
13520         add a FIXME comment about how the function may be pointless.
13521         (bookmark-default-handler): Rework doc string and change a
13522         parameter name, to clarify that this takes a bookmark record
13523         not a bookmark name.
13524         (bookmark-set): Change a parameter name to indicate its meaning,
13525         and improve the doc string a bit.
13526         (Bug#4188)
13528 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
13530         * bookmark.el (bookmark-alist): Document the new `handler' element
13531         in the param alist.
13532         (bookmark-make-record-function): Adjust documentation for above.
13533         (Bug#4193)
13535 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
13537         * info.el (Info-bookmark-make-record): Document this function.
13538         (Info-bookmark-jump): Document with a doc string, not just a comment.
13539         (Bug#4203)
13541 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
13543         * files.el (copy-directory): New defun.
13545         * dired-aux.el (dired-copy-file-recursive): Use it.
13547 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13549         * files-x.el (modify-dir-local-variable)
13550         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
13551         docstrings.
13553         * recentf.el (recentf-unload-function): New function.
13555 2009-10-04  Glenn Morris  <rgm@gnu.org>
13557         * window.el (window-full-height-p): Add doc string.
13559 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
13561         * window.el (window-full-height-p): New function.  (Bug#4543)
13563 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
13565         * vc.el: Remove commented out code.
13566         (vc-derived-from-dir-mode): Remove, unused.
13567         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
13569 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
13571         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
13572         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
13573         there could be recursive loading when `default-directory' is a
13574         remote file name.  (Bug#4614)
13576 2009-10-03  Glenn Morris  <rgm@gnu.org>
13578         * calendar/calendar.el (calendar-basic-setup): Handle the case where
13579         the frame is wide.
13580         (calendar-generate-window): Test for shrinkability rather than width.
13582         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
13583         reusing existing buffers, in case we happen to visit two files with the
13584         same basename.  (Bug#4593)
13586 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
13588         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
13589         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
13590         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
13591         subdirs of cedet as well.
13592         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
13594 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13596         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
13597         Obey advertised-signature-table.
13599         * help-fns.el (help-function-arglist): Don't check
13600         advertised-signature-table.
13601         (describe-function-1): Do it here instead so it also applies to subrs.
13603 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
13605         * simple.el (start-file-process): Say in the doc-string, that file
13606         handlers might not support pty association, if PROGRAM is nil.
13608         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
13609         HOST and USER are strings.  They are nil, when there are
13610         incomplete entries in ~/.netrc, for example.
13611         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
13612         root directory ("device busy" error otherwise).
13614         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
13615         Flush file properties of created directory.
13617 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
13619         * makefile.w32-in (WINS_BASIC): Remove cedet.
13620         (WINS_CEDET): Add cedet.
13621         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
13623 2009-10-02  Kevin Ryde  <user42@zip.com.au>
13625         * net/browse-url.el (browse-url): Pass any symbol in
13626         browse-url-browser-function to `apply', since if you've mistakenly put
13627         an unbound symbol then the error is clearer.  (Bug#4531)
13629 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
13631         * allout.el (allout-init, allout-back-to-current-heading)
13632         (allout-beginning-of-current-entry, allout-ascend-to-depth)
13633         (allout-ascend, allout-up-current-level, allout-end-of-level)
13634         (allout-previous-visible-heading, allout-forward-current-level)
13635         (allout-backward-current-level, allout-show-children):
13636         * apropos.el (apropos-describe-plist):
13637         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
13638         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
13639         * completion.el (add-completion, add-permanent-completion):
13640         * descr-text.el (describe-text-category, describe-char):
13641         * desktop.el (desktop-lazy-abort):
13642         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
13643         * dired.el (dired-build-subdir-alist):
13644         * ediff.el (ediff-version):
13645         * elide-head.el (elide-head, elide-head-show):
13646         * emerge.el (emerge-version):
13647         * env.el (getenv):
13648         * face-remap.el (variable-pitch-mode):
13649         * faces.el (describe-face):
13650         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
13651         (dired-at-point):
13652         * files.el (find-file-existing, auto-save-mode):
13653         * font-lock.el (font-lock-fontify-buffer):
13654         * help-fns.el (describe-function, describe-variable)
13655         (describe-syntax, describe-categories):
13656         * help.el (view-lossage, describe-bindings, describe-key)
13657         (describe-mode):
13658         * hexl.el (hexl-current-address):
13659         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
13660         * info.el (Info-goto-emacs-key-command-node):
13661         * log-edit.el (log-edit-insert-cvs-template)
13662         (log-edit-insert-cvs-rcstemplate):
13663         * menu-bar.el (menu-bar-mode):
13664         * mouse.el (mouse-appearance-menu):
13665         * newcomment.el (comment-indent-new-line):
13666         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
13667         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
13668         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
13669         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
13670         * recentf.el (recentf-mode):
13671         * savehist.el (savehist-mode, savehist-save):
13672         * shadowfile.el (shadow-copy-files):
13673         * simple.el (kill-ring-save, next-line, previous-line)
13674         (normal-erase-is-backspace-mode):
13675         * strokes.el (strokes-update-window-configuration)
13676         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
13677         (strokes-xpm-for-stroke):
13678         * time.el (emacs-uptime, emacs-init-time):
13679         * tutorial.el (tutorial--describe-nonstandard-key)
13680         (tutorial--detailed-help):
13681         * type-break.el (type-break-mode)
13682         (type-break-mode-line-message-mode, type-break-query-mode)
13683         (type-break-guesstimate-keystroke-threshold):
13684         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
13685         * version.el (emacs-version):
13686         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
13687         * winner.el (winner-mode):
13688         * calendar/timeclock.el (timeclock-in, timeclock-out)
13689         (timeclock-status-string, timeclock-change)
13690         (timeclock-workday-remaining-string)
13691         (timeclock-workday-elapsed-string)
13692         (timeclock-when-to-leave-string):
13693         * calendar/todo-mode.el (todo-add-category):
13694         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
13695         * emacs-lisp/autoload.el (update-file-autoloads):
13696         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
13697         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
13698         (checkdoc-message-text, checkdoc-defun):
13699         * emacs-lisp/debug.el (debugger-list-functions):
13700         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13701         * emacs-lisp/eieio-opt.el (eieio-describe-class)
13702         (eieio-describe-generic):
13703         * emacs-lisp/lisp-mnt.el (lm-synopsis):
13704         * emacs-lisp/shadow.el (list-load-path-shadows):
13705         * emulation/cua-base.el (cua-mode):
13706         * emulation/edt.el (edt-set-scroll-margins):
13707         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
13708         (tpu-toggle-regexp, tpu-toggle-search-direction)
13709         (tpu-toggle-rectangle, tpu-toggle-control-keys):
13710         * emulation/tpu-extras.el (tpu-set-scroll-margins):
13711         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
13712         (viper-set-parsing-style-toggling-macro)
13713         (viper-set-emacs-state-searchstyle-macros):
13714         * emulation/viper.el (viper-set-hooks):
13715         * eshell/esh-mode.el (eshell-truncate-buffer):
13716         * international/mule-cmds.el (prefer-coding-system)
13717         (describe-input-method, describe-language-environment):
13718         * international/mule-diag.el (list-character-sets)
13719         (describe-character-set, describe-coding-system)
13720         (describe-fontset, list-fontsets, list-input-methods):
13721         * mail/sendmail.el (mail-signature):
13722         * net/ange-ftp.el (ange-ftp-copy-file):
13723         * net/browse-url.el (browse-url):
13724         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
13725         * net/quickurl.el (quickurl-add-url):
13726         * net/rcirc.el (names, topic):
13727         * net/xesam.el (xesam-mode):
13728         * play/5x5.el (5x5-new-game):
13729         * play/yow.el (apropos-zippy):
13730         * progmodes/ada-mode.el (ada-mode-version):
13731         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
13732         (f90-end-of-block)
13733         (f90-beginning-of-block):
13734         * progmodes/fortran.el (fortran-end-of-block)
13735         (fortran-beginning-of-block):
13736         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
13737         * progmodes/python.el (python-describe-symbol, python-shell):
13738         * term/ns-win.el (ns-print-buffer):
13739         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
13740         * textmodes/flyspell.el (flyspell-mode-on):
13741         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
13742         (pages-directory-for-addresses):
13743         * textmodes/table.el (table-recognize-cell)
13744         (table-query-dimension, table-generate-source)
13745         (table-insert-sequence, table--warn-incompatibility):
13746         * textmodes/tex-mode.el (tex-validate-buffer):
13747         * textmodes/texinfmt.el (texinfmt-version)
13748         (texinfo-format-buffer):
13749         Use `called-interactively-p' instead of `interactive-p'.
13751 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
13753         * image-mode.el (image-toggle-display):
13754         * emacs-lisp/elp.el (elp-instrument-function):
13755         * emacs-lisp/advice.el (ad-make-advised-definition):
13756         * emacs-lisp/easy-mmode.el (define-minor-mode):
13757         * net/browse-url.el (browse-url-maybe-new-window):
13758         * progmodes/sh-script.el (sh-learn-buffer-indent):
13759         Pass new argument 'any to `called-interactively-p'.
13761 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
13763         * international/uni-bidi.el:
13764         * international/uni-category.el:
13765         * international/uni-combining.el:
13766         * international/uni-comment.el:
13767         * international/uni-decimal.el:
13768         * international/uni-decomposition.el:
13769         * international/uni-digit.el:
13770         * international/uni-lowercase.el:
13771         * international/uni-mirrored.el:
13772         * international/uni-name.el:
13773         * international/uni-numeric.el:
13774         * international/uni-old-name.el:
13775         * international/uni-titlecase.el:
13776         * international/uni-uppercase.el:
13777         Regenerate from Unicode 5.2.0 data.
13779 2009-10-01  Glenn Morris  <rgm@gnu.org>
13781         * Makefile.in (ELCFILES): Regenerate.
13783 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13785         * subr.el (interactive-p): Mark obsolete.
13786         (called-interactively-p): Make the optional-ness of `kind' obsolete.
13787         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
13788         advertised-signature-table for subroutines as well.
13790         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
13791         (set-advertised-calling-convention): New function.
13792         (make-obsolete, define-obsolete-function-alias)
13793         (make-obsolete-variable, define-obsolete-variable-alias):
13794         Make the optional-ness of `when' obsolete.
13795         (define-obsolete-face-alias): Make `when' non-optional.
13796         * help-fns.el (help-function-arglist):
13797         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
13798         Use advertised-signature-table.
13800 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
13802         * files.el (delete-directory): New defun.  The original function
13803         in fileio.c has been renamed to `delete-directory-internal'.
13805         * dired.el (dired-delete-file): Call `delete-directory' with
13806         RECURSIVE parameter.
13808         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
13809         parameter RECURSIVE.  Implementation is missing.
13811         * net/tramp.el (tramp-handle-make-directory): Flush upper
13812         directory's file properties.
13813         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
13814         (tramp-handle-dired-recursive-delete-directory): Flush directory
13815         properties after the remove command only.
13817         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
13818         Handle optional parameter RECURSIVE.
13820         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
13821         Handle optional parameter RECURSIVE.
13823         * net/tramp-smb.el (tramp-smb-errors): Add error message for
13824         connection timeout.
13825         (tramp-smb-handle-delete-directory): Handle optional parameter
13826         RECURSIVE.
13828 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13830         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
13831         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
13832         (byte-compile-defmacro): Use backquotes.
13834         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
13836         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
13837         has no associated file.
13838         (vc-resynch-buffer): Use vc-dir-buffers.
13840 2009-10-01  Glenn Morris  <rgm@gnu.org>
13842         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
13843         (chart-file-count):
13844         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
13845         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
13846         * emacs-lisp/eieio-opt.el (eieio-describe-class):
13847         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
13848         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
13849         (eieio-copy-parents-into-subclass, make-instance, class-children)
13850         (eieio-generic-form):
13852         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
13853         match-data.  (Bug#4555).
13855         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
13856         rather than parsing it as a regexp.  This relaxes the layout
13857         requirements and makes errors easier to detect.
13858         (check-declare-verify): Check file is regular.
13859         (check-declare-directory): Doc fix.
13860         * subr.el (declare-function): Doc fix.
13862         * ibuffer.el (ibuffer-format-qualifier):
13863         * isearch.el (hi-lock-regexp-okay):
13864         * calc/calc.el (math-zerop):
13865         * mail/uce.el (rmail-msgbeg, rmail-msgend):
13866         * term/w32-win.el (setup-default-fontset, set-fontset-font):
13867         Remove unused declarations.
13869 2009-09-30  Eric Ludlam  <zappo@gnu.org>
13871         * emacs-lisp/eieio.el (boolean-p): Delete.
13873 2009-09-30  Glenn Morris  <rgm@gnu.org>
13875         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
13877         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
13878         filename is not a string.
13880 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
13882         * files.el (safe-local-eval-forms): Fix typo.
13884 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13886         * vc-hooks.el (vc-dir-buffers): New var.
13887         (vc-state-refresh): New function.
13888         (vc-state): Use it.
13889         (vc-after-save): Always ask the backend to recompute the new state.
13890         Always call vc-dir if necessary, using vc-dir-buffers.
13891         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
13892         Use vc-dir-buffers.
13893         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
13894         (vc-dir-prepare-status-buffer, vc-dir-update)
13895         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
13896         Don't call expand-file-name on default-directory.
13898 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13900         * speedbar.el (speedbar-item-delete):
13901         * calc/calc-prog.el (calc-kbd-if):
13902         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
13904         * epa.el (epa-key-list-mode-map):
13905         * hi-lock.el (hi-lock-menu): Fix typos in menus.
13907         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
13908         (hs-show-hook): Fix typo in docstring.
13910 2009-09-29  Glenn Morris  <rgm@gnu.org>
13912         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
13913         file-name-nondirectory call preventing location of cedet files.
13914         (check-declare-verify): Use literal search rather than re-search.
13915         Add basic defmethod and defclass, and define-overloadable-function.
13917         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13918         Use tramp-compat-file-attributes rather than nonexistent
13919         tramp-compat-handle-file-attributes.
13921         * Makefile.in (lisptagsfiles4): New.
13922         (AUTOGENEL): Add cedet loaddefs files.
13923         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
13924         (update-elclist, compile-always, backup-compiled-files)
13925         (bootstrap-clean): Add yet another directory level.
13926         (update-elclist): Use LC_COLLATE rather than COLLATE.
13927         (ELCFILES): Update, via `make update-elclist'.
13929 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13931         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
13932         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
13933         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
13935 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
13937         * Makefile.in (lisptagsfiles3): Define.
13938         (TAGS, TAGS-LISP): Use it.
13939         (update-elclist): Add third directory level to look for elc files.
13940         (compile-always): Likewise.
13941         (backup-compiled-files): Likewise.
13942         (bootstrap-clean): Likewise.
13943         (ELCFILES): Update.
13945 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
13947         * Makefile.in (ELCFILES): Add CEDET files.
13949 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
13951         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
13953         * net/tramp.el (top): Require tramp-imap.
13955         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13956         Use `tramp-compat-handle-file-attributes'.
13958 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13960         * net/tramp-imap.el: New package.
13962 2009-09-28  Eric Ludlam  <zappo@gnu.org>
13964         * emacs-lisp/chart.el:
13965         * emacs-lisp/eieio-base.el:
13966         * emacs-lisp/eieio-comp.el:
13967         * emacs-lisp/eieio-custom.el:
13968         * emacs-lisp/eieio-datadebug.el:
13969         * emacs-lisp/eieio-opt.el:
13970         * emacs-lisp/eieio-speedbar.el:
13971         * emacs-lisp/eieio.el: New files.
13973 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13975         * whitespace.el (whitespace-trailing-regexp)
13976         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
13977         Fix doc string.
13979 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
13981         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
13982         menu.
13984         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
13985         menu-bar-ediff-menu.
13987         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
13988         define-overloadable-function.
13990         * progmodes/autoconf.el: Provide autoconf as well, so that this
13991         file can be `require'd.
13993         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
13995         * emacs-lisp/autoload.el (generated-autoload-feature)
13996         (generated-autoload-load-name): New vars.
13997         (autoload-rubric, autoload-generate-file-autoloads): Use them.
13998         (make-autoload): Recognize define-overloadable-function and
13999         defclass forms (for EIEIO).
14001         * Makefile.in (update-subdirs): Exclude cedet directory.
14003 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
14005         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
14007         * faces.el: Default light-background background for region face to
14008         ns_selection_color under NS.
14010 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
14012         * net/imap-hash.el: New library, see NEWS.
14014         * Makefile.in (ELCFILES): Add imap-hash.el.
14016 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14018         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
14019         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
14020         * help-macro.el (make-help-screen): Avoid using an ambiguous function
14021         definition where the docstring could be taken for the return value.
14023 2009-09-26  Glenn Morris  <rgm@gnu.org>
14025         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
14026         Add option to only show images below a certain size.
14027         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
14028         save-excursion calls.
14030 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
14032         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
14033         subdirectories) and eieio.
14035 2009-09-26  Alan Mackenzie  <acm@muc.de>
14037         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
14038         buggy bracketing.  (Bug#4289)
14040         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
14041         character constants (as case labels).  (Bug#4289)
14043 2009-09-25  Juri Linkov  <juri@jurta.org>
14045         * files.el (safe-local-eval-forms): Allow time-stamp in
14046         before-save-hook (Bug#4554).
14048 2009-09-25  Drew Adams  <drew.adams@oracle.com>
14050         * menu-bar.el (list-buffers-directory): Doc fix.
14052 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14054         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
14055         Try and avoid copying twice the same paragraph.
14056         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
14057         Remove save-excursion.
14058         (log-edit-changelog-entry): Do it here instead.
14060 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
14062         * bs.el (bs--get-file-name): Use `list-buffers-directory'
14063         when available, instead of hardcoding mode names.  Doc fix.
14065         * menu-bar.el (list-buffers-directory): Add docstring.
14066         Make automatically buffer-local.
14068         * dired.el (dired-mode):
14069         * files.el (cd-absolute):
14070         * pcvs.el (cvs-temp-buffer):
14071         * pcvs-util.el (cvs-get-buffer-create):
14072         * shell.el (shell-mode):
14073         * vc-dir.el (vc-dir-mode):
14074         Don't make `list-buffers-directory' buffer local.
14076 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
14078         * comint.el (comint-exec, comint-run, make-comint):
14079         Doc fixes (Bug#4542).
14081 2009-09-25  Glenn Morris  <rgm@gnu.org>
14083         * mail/rmailmm.el (rmail-mime): New custom group.
14084         Move all defcustoms in this file into this group.
14085         (rmail-mime-media-type-handlers-alist): Revert previous change.
14086         (rmail-mime-show-images): New option.
14087         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
14088         references to it, since it wasn't actually used for anything.
14089         (rmail-mime-insert-image): New function.
14090         (rmail-mime-image): Use rmail-mime-insert-image.
14091         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
14092         obey the value of `rmail-mime-show-images' option.  Print the size of
14093         attachments.
14095 2009-09-25  David Engster  <deng@randomsample.de>
14097         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
14099 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14101         * whitespace.el: Does not highlight trailing spaces While point is
14102         at end of line.  Does not highligt spaces at beginning of buffer
14103         while point is at beginning of buffer.  Does not highlight spaces
14104         at end of buffer while point is at end of buffer.  (Bug#4177)
14105         New version 12.0.
14106         (whitespace-display-mappings): Adjust initialization.
14107         (whitespace-point, whitespace-font-lock-refontify): New vars.
14108         (whitespace-color-on, whitespace-color-off): Adjust code.
14109         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
14110         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
14111         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
14113 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
14115         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
14117         * textmodes/sgml-mode.el: Remove xml-mode alias.
14119         * files.el (auto-mode-alist, conf-mode-maybe)
14120         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
14122 2009-09-24  Alan Mackenzie  <acm@muc.de>
14124         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
14125         c-forward-conditionals, but it doesn't move point and doesn't set
14126         the mark.
14127         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
14128         (c-down-conditional-with-else, c-backward-conditional)
14129         (c-forward-conditional): Refactor to use c-scan-conditionals.
14131 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
14133         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
14134         (help-default-arg-highlight): Remove.
14135         (help-highlight-arg): New function.
14136         (help-do-arg-highlight): Use it.
14137         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
14139 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14141         * term.el (term-set-scroll-region, term-handle-ansi-escape):
14142         Undo last change, which didn't fix the problem and introduced others.
14144 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
14146         * progmodes/gdb-mi.el: Don't require speedbar.
14147         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
14149 2009-09-24  Glenn Morris  <rgm@gnu.org>
14151         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
14153         * term/ns-win.el (ns-reg-to-script): Define for compiler.
14155         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
14156         there is no newline after the final mime boundary.  (Bug#4539)
14157         Move markers on insertion so that any buttons inserted don't end up in
14158         the next part of a multipart message.
14159         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
14160         (rmail-mime-bulk-handler): Optionally handle images.
14161         (rmail-mime-image): New button action.
14162         (rmail-mime-image-handler): New function.
14163         (rmail-mime-mode): New mode.
14164         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
14166 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14168         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
14169         than just dropping elements from it (bug#4504).
14171         * term.el (term-set-scroll-region): Don't move cursor any more.
14172         (term-handle-ansi-escape): Call term-goto here instead.
14173         Suggested by Ivan Kanis <apple@kanis.eu>.
14175         * term.el: Require CL.
14176         (term-ansi-reset): New function.
14177         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
14178         (term-handle-colors-array): Simplify.
14180 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
14182         * allout.el (allout-overlay-interior-modification-handler)
14183         (allout-obtain-passphrase):
14184         * epa-file.el (epa-file-write-region):
14185         * ps-print.el (ps-begin-job):
14186         * vc-hooks.el (vc-toggle-read-only):
14187         * vc-rcs.el (vc-rcs-rollback):
14188         * vc-sccs.el (vc-sccs-rollback):
14189         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
14190         (vc-version-diff, vc-revert, vc-rollback):
14191         * wdired.el (wdired-check-kill-buffer):
14192         * emacs-lisp/authors.el (authors):
14193         * net/socks.el (socks-open-connection):
14194         * net/zeroconf.el (zeroconf-service-add-hook):
14195         * obsolete/vc-mcvs.el (vc-mcvs-register):
14196         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
14197         (gdb-select-frame):
14198         * progmodes/grep.el (lgrep, rgrep):
14199         * progmodes/idlw-help.el (idlwave-help-check-locations)
14200         (idlwave-help-html-link, idlwave-help-assistant-open-link):
14201         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
14202         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
14203         (reftex-toc-rename-label): Fix typos in error messages.
14205         * dired-aux.el (dired-do-shell-command): Reflow docstring.
14206         (dired-copy-how-to-fn): Doc fix.
14207         (dired-files-attributes, dired-read-shell-command):
14208         Fix typos in docstrings.
14210         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
14211         (dired-x-find-file-other-window): Reflow docstrings.
14212         (dired-omit-marker-char, dired-read-shell-command)
14213         (dired-x-submit-report): Fix typos in docstrings.
14215         * shell.el (shell-mode-hook):
14216         * view.el (View-scroll-line-forward):
14217         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
14218         Fix typos in docstrings.
14220         * net/dig.el (dig-invoke): Fix typo in docstring.
14221         (query-dig): Reflow docstring.
14223         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
14224         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
14225         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
14226         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
14227         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
14228         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
14229         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
14230         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
14231         (idlwave-completion-map, idlwave-current-indent)
14232         (idlwave-custom-ampersand-surround, idlwave-customize)
14233         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
14234         (idlwave-define-abbrev, idlwave-determine-class-special)
14235         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
14236         (idlwave-end-block-reg, idlwave-end-of-statement)
14237         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
14238         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
14239         (idlwave-explicit-class-listed, idlwave-file-header)
14240         (idlwave-fill-paragraph, idlwave-find-class-definition)
14241         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
14242         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
14243         (idlwave-in-quote, idlwave-indent-action-table)
14244         (idlwave-indent-expand-table, idlwave-indent-line)
14245         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
14246         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
14247         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
14248         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
14249         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
14250         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
14251         (idlwave-outlawed-buffers, idlwave-popup-select)
14252         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
14253         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
14254         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
14255         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
14256         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
14257         (idlwave-statement-type, idlwave-struct-skip)
14258         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
14259         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
14260         (idlwave-what-module-find-class): Fix typos in docstrings.
14261         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
14262         (idlwave-calculate-cont-indent, idlwave-expand-equal)
14263         (idlwave-find-module, idlwave-find-structure-definition)
14264         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
14265         (idlwave-list-load-path-shadows, idlwave-next-statement)
14266         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
14267         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
14268         (idlwave-template): Reflow docstrings.
14270         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
14271         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
14272         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
14273         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
14274         (idlwave-shell-display-line, idlwave-shell-display-wframe)
14275         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
14276         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
14277         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
14278         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
14279         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
14280         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
14281         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
14282         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
14283         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
14284         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
14285         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
14286         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
14287         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
14288         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
14289         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
14290         Fix typos in docstrings.
14291         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
14292         (idlwave-shell-hide-output, idlwave-shell-mode)
14293         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
14294         Reflow docstrings.
14296         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
14298 2009-09-24  Ivan Kanis  <apple@kanis.eu>
14300         * term.el (term-bold-attribute): New var.
14301         (term-handle-colors-array): Use it.
14303 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
14305         * progmodes/gdb-mi.el (gdb-version): New variable.
14306         (gdb-non-stop-handler): Set gdb-version.
14307         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
14308         Condition "--thread" option on gdb-version.
14309         (gdb-invalidate-threads): Remove unused argument.
14311 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14313         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
14314         to looking-back to avoid ridiculous slow down in large files (bug#4511).
14316 2009-09-23  Glenn Morris  <rgm@gnu.org>
14318         * mail/rmail.el (rmail-reply): Don't try to add a References header when
14319         replying to mail without References or Message-Id.  (Bug#4525)
14321 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
14323         * term/ns-win.el (ns-reg-to-script): New variable.
14325 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
14327         * epg.el (epg-wait-for-status): Preserve existing 'error results.
14329 2009-09-22  Sam Steingold  <sds@gnu.org>
14331         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
14332         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
14333         to 1 because hg returns status 1 when nothing is found.
14334         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
14336 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14338         * textmodes/fill.el: Convert to utf-8 encoding.
14339         (fill-french-nobreak-p): Remove redundant » and « inherited from our
14340         pre-Unicode days.
14342         * add-log.el (change-log-fill-forward-paragraph): New function.
14343         (change-log-mode): Use it so fill-region DTRT.
14344         Set fill-indent-according-to-mode here rather than in
14345         change-log-fill-paragraph.
14346         (change-log-fill-paragraph): Remove.
14348 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
14350         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
14351         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
14353 2009-09-22  Glenn Morris  <rgm@gnu.org>
14355         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
14356         the scroll-bar scroll the calendar window rather than the buffer.
14358         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
14359         commands that move point (as opposed to scrolling).
14361         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
14363         * emacs-lisp/elint.el (elint): New custom group.
14364         (elint-log-buffer): Make it a defcustom.
14365         (elint-scan-preloaded, elint-ignored-warnings)
14366         (elint-directory-skip-re): New options.
14367         (elint-builtin-variables): Doc fix.
14368         (elint-preloaded-env): New variable.
14369         (elint-unknown-builtin-args): Add an entry for encode-time.
14370         (elint-extra-errors): Make it a variable rather than a constant.
14371         (elint-preloaded-skip-re): New constant.
14372         (elint-directory): Skip files matching elint-directory-skip-re.
14373         (elint-features): New variable, local to linted buffers.
14374         (elint-update-env): Initialize elint-features.  Possibly add
14375         elint-preloaded-env to the buffer's environment.
14376         (elint-get-top-forms): Bind elint-current-pos, for log messages.
14377         Skip quoted forms.
14378         (elint-init-form): New function, extracted from elint-init-env.
14379         Make non-list forms a warning rather than an error.
14380         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
14381         easy-menu-define, put that adds an error-condition, and provide.
14382         When requiring cl, also require cl-macs.  Really require cl, to handle
14383         some cl macros.  Store required libraries in the list elint-features,
14384         so as not to re-load them.  Treat cc-require like require.
14385         (elint-init-env): Call elint-init-form to do the work.
14386         Handle eval-and-compile and such like.
14387         (elint-add-required-env): Do not clear messages.
14388         (elint-special-forms): Add handlers for function, defalias, if, when,
14389         unless, and, or.
14390         (elint-form): Add optional argument to ignore elint-special-forms,
14391         useful to prevent recursive calls from handlers.  Doc fix.
14392         Respect elint-ignored-warnings.
14393         (elint-form): Respect elint-ignored-warnings.
14394         (elint-bound-variable, elint-bound-function): New variables.
14395         (elint-unbound-variable): Respect elint-bound-variable.
14396         (elint-get-args): Respect elint-bound-function.
14397         (elint-check-cond-form): Add some simple handling for (f)boundp and
14398         featurep tests.
14399         (elint-check-defalias-form): New handler.
14400         (elint-check-let-form): Make an empty let a warning rather than an
14401         error.
14402         (elint-check-setq-form): Make an empty setq a warning rather than an
14403         error.  Respect elint-ignored-warnings.
14404         (elint-check-defvar-form): Accept null doc-strings.
14405         (elint-check-conditional-form): New handler.  Does some simple-minded
14406         checking of featurep and (f)boundp tests.
14407         (elint-put-function-args): New function.
14408         (elint-initialize): Use elint-scan-doc-file rather than
14409         elint-find-builtin-variables.  Use elint-put-function-args.
14410         Possibly scan preloaded-file-list.
14411         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
14412         extend to handle functions as well.
14414 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
14416         * linum.el (linum-delete-overlays, linum-update-window):
14417         Do not modify the right margin.  (Bug#3971)
14419 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
14421         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
14422         nxml-mode instead of xml-mode.
14424 2009-09-21  Kevin Ryde  <user42@zip.com.au>
14426         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
14428 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14430         * net/dig.el (dig-mode): Use define-derived-mode.
14432 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
14434         * vc-dispatcher.el (vc-do-command): Return the process object in
14435         the asynchronous case.  Use when instead of if.  Do not run
14436         vc-exec-after to display a message if not enabled.  (Bug#4463)
14438         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
14439         properties to the stash strings.
14440         (vc-git-stash-list): Return a list of strings.
14441         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
14442         (vc-git-stash-show-at-point): New functions.
14443         (vc-git-stash-map): New keymap.
14445         * register.el (ctl-x-r-map): Define the keys here instead of
14446         using autoload.
14448 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
14450         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
14451         list, to workaround performance problem (bug#4485).
14453 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
14455         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
14457 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
14459         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
14460         Document that this option is not recommended to use.
14462 2009-09-19  Glenn Morris  <rgm@gnu.org>
14464         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
14465         variable `var'.
14467         * calc/calc-alg.el (var):
14468         * calc/calcalg2.el (var): Define for compiler.
14470 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
14472         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
14473         Doc fix (Bug#3932).
14475         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
14477         * time-stamp.el (time-stamp-month-dd-yyyy)
14478         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
14479         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
14480         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
14481         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
14482         Remove functions that have been obsolete since 1995 (Bug#4436).
14484         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
14485         indent buffer only if called interactively (Bug#4452).
14487 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
14488             Eli Zaretskii  <eliz@gnu.org>
14490         This fixes bug#4197 (merged to bug#865, though not identical).
14491         * server.el (server-auth-dir): Add docstring note about FAT32.
14492         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
14493         but warn against using them.
14495 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
14497         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
14498         older GDB where there is no has_more field.
14500 2009-09-19  Glenn Morris  <rgm@gnu.org>
14502         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
14504 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
14506         * files.el (auto-mode-alist): Change default for XML files to nXML
14507         mode (Bug#4169).
14509 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
14511         * server.el (server-ensure-safe-dir): Pass 'integer
14512         to `file-attributes', as suggested.
14514 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14516         * dired-aux.el (dired-query-alist): Remove spurious backslash.
14517         (dired-query): Use read-key.
14519 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
14521         * cus-start.el (ns-use-qd-smoothing): Remove.
14523 2009-09-18  Glenn Morris  <rgm@gnu.org>
14525         * allout.el (top-level): Remove unnecessary progn.
14527         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
14529         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
14530         definition of abbrev table.
14532         * speedbar.el (speedbar-track-mouse):
14533         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
14534         * net/eudc.el (eudc-expand-inline):
14535         * net/newst-backend.el (newsticker--cache-read-feed):
14536         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
14537         condition-case handlers.
14539 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
14541         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
14542         (gdb-var-list): Add an element for has_more field.
14543         (gdb-non-stop-handler): Enable pretty printing for STL containers.
14544         (gdb-var-create-handler, gdb-var-list-children-handler-1)
14545         (gdb-var-update-handler-1): Parse output of dynamic variable
14546         objects (STL containers).
14547         (gdb-var-delete-1): Pass var1 as an explicit second argument.
14548         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
14550         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
14551         gdb-var-list.
14552         (gud-speedbar-buttons): Make node expandable if expression "has more"
14553         children.
14555 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
14557         * startup.el (emacs-quick-startup): Remove variable and all uses.
14558         (command-line): Set `inhibit-x-resources' instead.
14559         (command-line-1): Use `inhibit-x-resources' instead.
14561 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
14563         * subr.el: Fix last change to avoid using the `unless' macro,
14564         which breaks bootstrapping.
14566 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14568         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
14569         extended definitions, in case we reload subr.el after having
14570         loaded CL.
14571         (eval-next-after-load): Mark as obsolete.
14573 2009-09-17  Juri Linkov  <juri@jurta.org>
14575         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
14576         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
14577         (menu-bar-showhide-menu, menu-bar-tools-menu)
14578         (menu-bar-describe-menu, menu-bar-help-menu)
14579         (minibuffer-local-completion-map, minibuffer-local-map):
14580         Fix list quoting.
14582 2009-09-17  Glenn Morris  <rgm@gnu.org>
14584         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
14585         arguments, whether or not it has a handler.
14587         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
14589         * simple.el (hard-newline): Give it a doc-string.
14591         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
14592         (lisp-mode-syntax-table): Give them doc-strings.
14594 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
14596         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
14597         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
14598         (menu-bar-options-menu, menu-bar-showhide-menu)
14599         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
14600         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
14601         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
14602         (menu-bar-options-menu, menu-bar-tools-menu)
14603         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
14604         (menu-bar-help-menu):
14605         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
14606         string arguments.
14608         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
14609         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
14610         calls for the menu names and :help.
14612 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14614         * mouse.el (minor-mode-menu-from-indicator): Pay attention
14615         to :minor-mode-function (bug#4455).
14617 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14619         * startup.el (command-line): Initialize the window-system after
14620         processing the command-line.
14622         * textmodes/page.el (what-page): Make sure we don't inf-loop if
14623         page-delimiter matches the empty string.
14625 2009-09-16  Glenn Morris  <rgm@gnu.org>
14627         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
14628         byte-compile-not-obsolete-var.  It's a list now.
14629         (byte-compile-not-obsolete-funcs): New variable.
14630         (byte-compile-warn-obsolete): Don't warn about functions if they are in
14631         byte-compile-not-obsolete-funcs.
14632         (byte-compile-variable-ref, byte-compile-defvar): Update for
14633         byte-compile-not-obsolete-vars name-change and list nature.
14634         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
14635         and variables behind (f)boundp tests.
14636         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
14638 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
14640         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
14642 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14644         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
14645         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
14646         Don't autoload.
14648 2009-09-15  Stephen Eglen  <stephen@gnu.org>
14650         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
14651         the virtual-buffers, use the name of the buffer specified by
14652         find-file-noselect, as the match may be a symlink.  (This was a
14653         problem if the target and the symlink had different names.)
14655 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14657         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
14659         * desktop.el (desktop-path): Check user-emacs-directory.
14661         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
14663         * loadup.el: Use after-load-functions to GC after loading each file.
14664         Remove the explicit GC calls that used to be sprinkled around.
14666         * subr.el (after-load-functions): New hook.
14667         (do-after-load-evaluation): Run it.  Use string-match-p to detect
14668         `obsolete' packages, rather than painfully extracting the relevant
14669         directory name.
14671 2009-09-15  Glenn Morris  <rgm@gnu.org>
14673         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
14674         free variable `doc'.
14676         * dired.el (dired-mode-map): Add menu entry for async shell command.
14678         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
14679         variables, also consider the .elc files, since the .el files are
14680         normally gzipped (subsequent code locates the .el.gz from the .elc).
14682         * calc/calc-prog.el (arglist): Define for compiler.
14684         * calendar/diary-lib.el (diary-display-function): Change the default to
14685         fancy display.
14686         (body): Define for compiler.
14688         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
14689         (byte-compile-file-form, byte-compile-lambda)
14690         (byte-compile-top-level-body, byte-compile-form)
14691         (byte-compile-variable-ref, byte-compile-setq)
14692         (byte-compile-setq-default, byte-compile-body)
14693         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
14694         (batch-byte-compile): Give some more local variables with common names
14695         a "bytecomp-" prefix to avoid masking warnings about free variables.
14697         * startup.el (command-line-1): Give local variables with common names a
14698         distinguishing prefix, so as not to hide free variable warnings during
14699         bootstrap.
14701         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
14702         clever and add a suffix to make a unique name, just let the user decide
14703         whether or not to overwrite it.  If the input is a directory, write the
14704         default filename to that directory.  (Bug#4388)
14705         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
14706         is a filename-as-a-directory.
14708 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14710         * textmodes/page.el (what-page): Don't move to beginning of line.
14711         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
14713 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
14715         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
14717 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
14719         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
14720         * help.el (help-for-help-internal): Add purecopy calls for text.
14722         * vc.el (top): print-log method now takes an optional SHORTLOG
14723         argument.  Add a new method: root.
14724         (vc-root-diff, vc-print-root-log): New functions.
14725         (vc-log-short-style): New variable.
14726         (vc-print-log-internal): Add support for showing short logs.
14728         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
14729         vc-print-root-log and vc-print-root-diff.
14731         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
14732         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
14733         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
14734         short logs.
14736         * vc-cvs.el (vc-cvs-print-log):
14737         * vc-mtn.el (vc-mtn-print-log):
14738         * vc-rcs.el (vc-rcs-print-log):
14739         * vc-sccs.el (vc-sccs-print-log):
14740         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
14741         that is ignored for now.
14743         * vc-mtn.el (vc-mtn-annotate-command):
14744         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
14746 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14748         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
14749         to function-key-map, and give them ascii-character property.
14750         * term/x-win.el (x-alternatives-map):
14751         * term/ns-win.el (ns-alternatives-map):
14752         * term/internal.el (msdos-key-remapping-map):
14753         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
14755 2009-09-14  Glenn Morris  <rgm@gnu.org>
14757         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
14758         temp-buffers (2009-09-12).
14760 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14762         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
14763         the new read-key function.
14765 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
14767         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
14768         is defined (Bug#4405).
14770 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
14772         * recentf.el (recentf-cleanup): Use a hash table to find
14773         duplicates (Bug#4407).
14775 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
14777         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
14778         kp-0 to ascii equivalents (Bug#4325).
14780 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
14782         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
14784         * eshell/em-hist.el:
14785         * eshell/em-dirs.el (eshell-complete-user-reference):
14786         Declare pcomplete functions and variables to avoid compiler warnings.
14788 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
14790         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
14791         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
14792         * eshell/em-alias.el (eshell-aliases-file):
14793         * eshell/em-hist.el (eshell-history-file-name):
14794         Use expand-file-name instead of concat to make file names (Bug#4308).
14796 2009-09-13  Glenn Morris  <rgm@gnu.org>
14798         * ediff-merg.el (ediff-do-merge):
14799         * filesets.el (filesets-run-cmd):
14800         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
14801         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
14802         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
14803         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
14804         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
14805         Replace empty `let's with `progn'.
14807 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14809         * mail/sendmail.el (send-mail-function):
14810         * tooltip.el (tooltip-mode):
14811         * simple.el (transient-mark-mode):
14812         * rfn-eshadow.el (file-name-shadow-mode):
14813         * frame.el (blink-cursor-mode):
14814         * font-core.el (global-font-lock-mode):
14815         * files.el (temporary-file-directory)
14816         (small-temporary-file-directory, auto-save-file-name-transforms):
14817         * epa-hook.el (auto-encryption-mode):
14818         * composite.el (global-auto-composition-mode):
14819         Use custom-initialize-delay.
14820         * startup.el (command-line): Don't explicitly call
14821         custom-reevaluate-setting for all the above vars.
14822         * custom.el (custom-initialize-safe-set)
14823         (custom-initialize-safe-default): Delete.
14825 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14827         * term/x-win.el (x-initialize-window-system):
14828         * term/w32-win.el (w32-initialize-window-system):
14829         * term/ns-win.el (ns-initialize-window-system): Don't call
14830         mouse-wheel-mode since it's enabled globally by default already.
14832         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
14833         actually define the variable, but only silences the byte-compiler.
14834         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
14835         before looking it up.
14836         (mouse-wheel-scroll-amount): Also reset the bindings if this value
14837         is changed.
14839 2009-09-12  Glenn Morris  <rgm@gnu.org>
14841         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
14842         1000.
14843         (elint-add-required-env): Don't beep on error.
14844         (elint-forms): In case of error, return ENV unchanged.
14845         (elint-init-env): Skip non-list forms.
14846         (elint-log): Handle unknown file positions.
14848 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
14850         * epg.el (epg-make-context): Add autoload cookie.
14851         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
14852         (epg-decrypt-string, epg-start-verify, epg-verify-file)
14853         (epg-verify-string, epg-start-sign, epg-sign-file)
14854         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
14855         (epg-encrypt-string, epg-start-export-keys)
14856         (epg-export-keys-to-file, epg-export-keys-to-string)
14857         (epg-start-import-keys, epg-import-keys-from-file)
14858         (epg-import-keys-from-string, epg-start-receive-keys)
14859         (epg-receive-keys, epg-import-keys-from-server)
14860         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
14861         (epg-sign-keys, epg-start-generate-key)
14862         (epg-generate-key-from-file, epg-generate-key-from-string):
14863         Remove autoload cookie.
14865 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
14867         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
14868         reevaluation of trash-directory.
14870         * mwheel.el: Fix last change.
14871         (mouse-wheel-mode): New defvar.
14872         (mouse-wheel-mode): Remove autoload cookie.
14874 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14876         * mwheel.el (mwheel-installed-bindings): New var.
14877         (mouse-wheel-mode): Use it, so as to make sure we really remove all
14878         the bindings we set last time.  Use custom-initialize-delay.
14879         * loadup.el: Load mwheel after term/*-win.el.
14880         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
14881         and mouse-wheel-up-event now that their first evaluation is done
14882         sufficiently late to be correct.
14884         * startup.el (tutorial-directory): Make it a defcustom.
14885         Use custom-initialize-delay rather than eval-at-startup to set it.
14886         * image.el (image-load-path): Make it a defcustom.
14887         Use custom-initialize-delay rather than eval-at-startup to set it.
14888         * subr.el (eval-at-startup): Remove.
14889         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
14891         * subr.el (do-after-load-evaluation): Warn the user after loading an
14892         obsolete package.
14894 2009-09-12  Glenn Morris  <rgm@gnu.org>
14896         * proced.el (proced-mark-alt): Remove alias.
14897         (proced-mode-map): Remove proced-mark-alt.
14899         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
14900         Elint file and directory.  Remove initialization entry.
14902         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
14903         commands.
14904         (elint-current-buffer): Set mode-line-process.
14905         (elint-init-env): Handle define-derived-mode.
14906         Fix declare-function with unspecified arglist.  Guard against odd
14907         defalias statements (eg iso-insert's 8859-1-map).
14908         (elint-add-required-env): Use a temp buffer.
14909         (elint-form): Just print the function/macro name, not the whole form.
14910         Return env unchanged if we fail to parse a macro.
14911         (elint-forms): Guard against parse errors.
14912         (elint-output): New function, to handle batch mode.
14913         (elint-log-message): Add optional argument.  Use elint-output.
14914         (elint-set-mode-line): New function.
14916 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
14918         * emacs-lisp/elp.el (elp-not-profilable): Add more
14919         functions (Bug#4233).
14921 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
14923         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
14924         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
14926 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
14928         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
14929         (gdb-var-list-children): Use json parsing.
14931 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
14933         * progmodes/js.el (js--proper-indentation): Handle the case where
14934         char-before is null.  Reported by Deniz Dogan.
14936 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
14938         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
14940 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
14942         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
14943         (epg-digest-algorithm-alist): Add SHA224.
14944         (epg-context-set-passphrase-callback)
14945         (epg-context-set-progress-callback): Add description about
14946         callback function.
14948 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14950         * custom.el (custom-delayed-init-variables): New var.
14951         (custom-initialize-delay): New function.
14952         * startup.el (command-line): "Re"evaluate all vars in
14953         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
14954         explicitly any more.
14955         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
14956         to avoid creating a ~/.emacs.d at build-time (bug#4347).
14958         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
14960 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
14962         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
14963         (gdb-var-update-handler): Use json parsing.
14965 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
14967         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
14968         decode annotated text, regardless of language environment.  (Bug#2741)
14970 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14972         * Makefile.in (autoloads): Make rmail.el writable as well.
14974 2009-09-11  Glenn Morris  <rgm@gnu.org>
14976         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
14977         loaddefs.el.
14978         * dired.el: Regenerate with extracted autoloads.
14979         * Makefile.in (autoloads): Make dired.el writable.
14981         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
14982         * ibuffer.el: Regenerate with extracted autoloads.
14983         * Makefile.in (autoloads): Make ibuffer.el writable.
14985         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
14986         * version.el (emacs-copyright, emacs-major-version)
14987         (emacs-minor-version): Reformat doc-strings for make-docfile.
14989         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
14990         functions and variables, since they must be stuff specific to some other
14991         platform.
14992         (apropos-print): Make mouse-click message less specific about button.
14994         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
14995         that records where a macro was defined.
14996         * help-fns.el (describe-function-1): Mention if a function has a
14997         compiler-macro.
14998         * help-mode.el (help-function-cmacro): New button.
15000         * locate.el (top-level): Always require dired.
15001         (locate-mode-map): Initialize inside the defvar.
15003         * net/ange-ftp.el (dired-compress-file): Declare.
15004         (ange-ftp-dired-compress-file): Add doc string.
15006         * term/ns-win.el (x-display-name, x-setup-function-keys):
15007         Unify doc-strings with X versions.
15009 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15011         * emulation/crisp.el (crisp-mode-map): Move initialization
15012         into declaration.
15013         (crisp-mode): Use define-minor-mode.
15015         * progmodes/xscheme.el (xscheme-evaluation-commands):
15016         Put a :advertised-binding property rather than using
15017         advertised-xscheme-send-previous-expression.
15018         (advertised-xscheme-send-previous-expression): Declare obsolete.
15019         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
15020         `advertised-undo'.
15021         (crisp-mode): Add corresponding bindings to
15022         undo's :advertised-binding instead.
15023         * dired.el (dired-mode-map): Put a :advertised-binding property rather
15024         than using dired-advertised-find-file.
15025         (dired-advertised-find-file):
15026         * simple.el (advertised-undo):
15027         * wid-edit.el (advertised-widget-backward): Declare obsolete.
15028         (widget-keymap): Put a :advertised-binding property rather
15029         than using advertised-widget-backward.
15030         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
15031         than using advertised-undo.
15032         * tutorial.el (tutorial--default-keys): Adjust accordingly.
15034 2009-09-10  Simon South  <ssouth@slowcomputing.org>
15036         * progmodes/delphi.el (delphi-tab): Indent region when Transient
15037         Mark mode is enabled and region is active; otherwise indent or
15038         insert TAB as usual.
15039         (delphi-mode): Update description of TAB-key binding.
15041 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15043         * subr.el (define-key-rebound-commands): Mark obsolete.
15044         * startup.el (precompute-menubar-bindings): Remove.
15045         (normal-top-level): Remove obsolete code that tried to precompute
15046         menubar bindings.
15047         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
15048         define-key-rebound-commands and precompute-menubar-bindings.
15050 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15052         * net/imap.el (imap-interactive-login): Better messages.
15053         (imap-open): Fix bug with renamed buffer on reconnect.
15054         (imap-authenticate): Add buffer-local imap-last-authenticator variable
15055         for easier debugging and cleaner code.  On successful (guessed based on
15056         server capabilities) secondary authentication, set imap-state
15057         correctly.
15058         (imap-last-authenticator): Define imap-last-authenticator as a variable
15059         to avoid warnings.
15061 2009-09-10  Glenn Morris  <rgm@gnu.org>
15063         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
15065         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
15066         (byte-compile-file-form-autoload): Don't warn about unknown functions
15067         where the autoload statement comes after the use.
15068         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
15069         that any handlers inside the body (eg require) are in turn respected.
15071         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
15072         effects.
15074         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
15075         and syntax and abbrev tables basic docs, if they don't have any.
15077         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
15079         * international/mule-cmds.el (top-level): Require cl when compiling.
15080         (view-hello-file): Use default-value rather than
15081         default-enable-multibyte-characters.
15083         * progmodes/fortran.el: Move all safe and risky properties into the
15084         defcustoms.
15086         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
15087         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
15088         * mail/undigest.el:
15089         Put autoloads in rmail.el rather than loaddefs.el.
15090         * mail/rmail.el: Regenerate with extracted autoloads.
15092         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
15093         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
15095 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
15097         Reported in thread for Bug#4375.
15098         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
15099         "-data-evaluate-expression" instead of print.
15100         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
15101         (gdb-tooltip-print): Parse output from above MI command.
15102         (gdb): Revert 2009-08-11 change.  User should detach inferior
15103         manually.
15105         Remove the word "separate" from IO functions as inferior
15106         output is now never displayed in the GUD buffer.
15108 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
15110         * startup.el (command-line-normalize-file-name): On Windows and
15111         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
15113 2009-09-10  Juri Linkov  <juri@jurta.org>
15115         * isearch.el (isearch-text-char-description): Propertize escape
15116         character sequences with the `escape-glyph' face.  (Bug#4344)
15118         * simple.el (shell-command): Set asynchronous process filter to
15119         `comint-output-filter'.  (Bug#4343)
15121         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
15122         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
15123         the list.  Move "asm" to the bottom.
15124         (grep-find-ignored-directories): Add `choice' with nil value
15125         to empty the list easily.
15126         (grep-find-ignored-files): New option.
15127         (grep-files-history): Set to nil by default instead of '("ch" "el").
15128         (grep-compute-defaults): Add "<X>" to `grep-template'.
15129         (grep-read-files): Bind new local variables `default-alias' and
15130         `default-extension'.  Use a list of default values for the file prompt.
15131         (lgrep): Add `--exclude=' command line options composed from
15132         `grep-find-ignored-files'.
15133         (rgrep): Add `-name' command line options composed from
15134         `grep-find-ignored-files'.  (Bug#4301)
15136 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15138         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
15139         (bug#4368).
15141 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15143         * calendar/time-date.el (autoload):
15144         Expand define-obsolete-function-alias into defalias and make-obsolete
15145         for old Emacsen that Gnus supports.
15146         (with-no-warnings): Define it for old Emacsen.
15147         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
15148         is available.
15149         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
15150         float-time is available; suppress compile warning for time-to-seconds.
15152 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
15154         * net/imap.el (imap-message-map): Docstring fix.
15156 2009-09-09  Glenn Morris  <rgm@gnu.org>
15158         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
15159         line numbers too.  (Bug#4374)
15161 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15163         * smerge-mode.el (smerge-remove-props, smerge-refine):
15164         Use with-silent-modifications (bug#4342).
15166         * subr.el (with-silent-modifications): New macro.
15168 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
15170         * files.el (top-level): Require `cl' when compiling.
15172 2009-09-07  Glenn Morris  <rgm@gnu.org>
15174         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
15176         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
15177         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
15179 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
15181         * vc-git.el (vc-git-annotate-command): Use separator to parse
15182         arguments correctly.
15184 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
15186         * proced.el (proced-mode): Doc fix.
15188 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
15190         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
15191         lstat fails.
15192         (tramp-do-file-attributes-with-ls): Check for file existence at
15193         remote end.
15194         (tramp-do-file-attributes-with-stat): Likewise.
15195         (tramp-convert-file-attributes): Return nil when attr is nil.
15197 2009-09-05  Glenn Morris  <rgm@gnu.org>
15199         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
15200         properties to this button.
15201         (diary-fancy-display): Don't extend the button to the final newline.
15202         (diary-fancy-display-mode): Continue to define "q" as a local key.
15204         * calendar/cal-china.el (holiday-chinese): Make it slightly more
15205         efficient.
15207         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
15209         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
15210         (byte-compile-dest-file-function): New option.
15211         (byte-compile-dest-file): Doc fix.
15212         Obey byte-compile-dest-file-function.
15213         (byte-compile-cl-file-p): New function.
15214         (byte-compile-eval): Only suppress noruntime warnings about cl functions
15215         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
15216         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
15217         than for file being previously loaded.
15218         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
15219         (byte-compile-file-form-require): Handle the case where requiring a file
15220         indirectly causes CL to be loaded.
15222 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
15224         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
15225         before killing the old buffer, since by the time `kill-buffer' is
15226         run so many buffer variables have been set to nil that it may not
15227         behave as expected.  (Bug#4061)
15229 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
15231         * files.el (find-alternate-file): If the old buffer is modified
15232         and visiting a file, behave similarly to `kill-buffer' when
15233         killing it, thus reverting to the pre-1.878 behavior; see
15234         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
15235         for discussion.  Also, consult `buffer-file-name' as a variable
15236         not as a function, for consistency with the rest of the code.
15238 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
15240         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
15241         also when adding a new directory.
15243         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
15244         defun.
15246 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15248         * files.el (locate-file-completion-table): Make it provide boundary
15249         information, so partial-completion works better.
15251 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
15253         * mail/footnote.el (Footnote-text-under-cursor):
15254         Check footnote-text-marker-alist before using it (bug#4324).
15256 2009-09-04  Glenn Morris  <rgm@gnu.org>
15258         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
15259         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
15260         * play/solitaire.el, play/tetris.el:
15261         Remove leading * from defcustom and defface docs.
15263         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
15264         necessary.
15265         (diary-fancy-overriding-map): New variable.
15266         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
15267         Use view-mode.
15269         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
15270         goto-line.
15272 2009-09-03  Glenn Morris  <rgm@gnu.org>
15274         * arc-mode.el (archive-mode):
15275         * dos-fns.el (set-default-process-coding-system):
15276         * man.el (Man-getpage-in-background):
15277         * menu-bar.el (menu-bar-describe-menu):
15278         * server.el (server-process-filter):
15279         * startup.el (command-line):
15280         * tar-mode.el (tar-header-block-tokenize, tar-extract):
15281         * w32-fns.el (set-default-process-coding-system):
15282         * x-dnd.el (x-dnd-handle-file-name):
15283         * international/mule-cmds.el (mule-menu-keymap)
15284         (set-default-coding-systems, language-info-alist, set-language-info)
15285         (set-language-environment, standard-display-european-internal)
15286         (set-locale-environment):
15287         * international/mule-diag.el (mule-diag):
15288         * mail/emacsbug.el (report-emacs-bug):
15289         * mail/rmail.el (rmail-mode):
15290         * mail/sendmail.el (mail-setup):
15291         Use default-value rather than default-enable-multibyte-characters.
15293         * progmodes/f90.el: Move all safe properties into the defcustoms.
15294         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
15296         * calendar/appt.el (appt-check):
15297         * calendar/diary-lib.el (diary-set-header, diary-live-p)
15298         (diary-check-diary-file, diary-list-entries)
15299         (diary-include-other-diary-files, diary-simple-display)
15300         (diary-fancy-display, diary-print-entries)
15301         (diary-mark-included-diary-files, diary-make-entry):
15302         Don't call substitute-in-file-name on diary-file.
15304 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
15305             Stefan Monnier  <monnier@iro.umontreal.ca>
15307         * mail/footnote.el (footnote-prefix): Make it a defcustom.
15308         (footnote-mode-map): Move initialization into the declaration.
15309         (footnote-minor-mode-map): Define it rather than changing global-map.
15310         (footnote-mode): Use define-minor-mode.
15312 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
15314         * net/tramp.el (tramp-handle-file-attributes-with-ls)
15315         (tramp-do-file-attributes-with-perl)
15316         (tramp-do-file-attributes-with-stat): Rename from
15317         `tramp-handle-file-attributes-with-*'.
15318         (tramp-handle-file-attributes): Use them.
15319         (tramp-do-directory-files-and-attributes-with-perl)
15320         (tramp-do-directory-files-and-attributes-with-stat): Rename from
15321         `tramp-handle-directory-files-and-attributes-with-*'.
15322         (tramp-handle-directory-files-and-attributes): Use them.
15323         (tramp-method-out-of-band-p): Additional parameter SIZE.
15324         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
15325         (tramp-handle-write-region): Use it.
15326         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
15327         (tramp-handle-vc-registered): Check, whether the first run did
15328         return files to be tested.
15329         (tramp-advice-make-auto-save-file-name): Do not call directly
15330         `tramp-handle-make-auto-save-file-name', because this would bypass
15331         the locking mechanism.
15333         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
15334         (file-remote-p, process-file, start-file-process, set-file-times)
15335         (tramp-compat-file-attributes): Compatibility functions shall not
15336         call directly `tramp-handle-*', because this would bypass the
15337         locking mechanism.
15338         (tramp-compat-number-sequence): New defun.
15340 2009-09-02  Glenn Morris  <rgm@gnu.org>
15342         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
15343         alias for float-time.
15344         (time-to-number-of-days): In Emacs, use float-time.
15345         * net/newst-backend.el (time-add): Suppress warnings from compat
15346         function.
15347         * time.el (emacs-uptime, emacs-init-time):
15348         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
15349         Use float-time rather than time-to-seconds.
15351         * minibuffer.el (completion-initials-expand): Fix typo.
15353         * faces.el (modeline, modeline-inactive, modeline-highlight)
15354         (modeline-buffer-id):
15355         * info.el (info-menu-5): Mark these face aliases as obsolete.
15357 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
15359         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
15360         space ...
15361         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
15362         no "--thread" option.
15363         (gdb-stopped): Don't print "Switched to thread" message when it is
15364         unchanged.
15366 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15368         * minibuffer.el (completion-try-completion)
15369         (completion-all-completions): Remove ill-defined (and
15370         mistakenly installed and luckily never used nor documented)
15371         `completion-styles' property.
15372         (completion-initials-expand, completion-initials-all-completions)
15373         (completion-initials-try-completion): New functions.
15374         (completion-styles-alist): Add doc to each entry.
15375         Add new `initials' entry.
15377 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
15379         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
15380         MI command -var-evaluate-expression.
15381         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
15382         and tweak for case of string child.
15383         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
15385 2009-09-01  Glenn Morris  <rgm@gnu.org>
15387         * add-log.el (change-log-date-face, change-log-name-face)
15388         (change-log-email-face, change-log-file-face, change-log-list-face)
15389         (change-log-conditionals-face, change-log-function-face)
15390         (change-log-acknowledgement-face):
15391         * cus-edit.el (custom-invalid-face, custom-rogue-face)
15392         (custom-modified-face, custom-set-face, custom-changed-face)
15393         (custom-saved-face, custom-button-face, custom-button-pressed-face)
15394         (custom-documentation-face, custom-state-face, custom-comment-face)
15395         (custom-comment-tag-face, custom-variable-tag-face)
15396         (custom-variable-button-face, custom-face-tag-face)
15397         (custom-group-tag-face-1, custom-group-tag-face):
15398         * diff-mode.el (diff-header-face, diff-file-header-face)
15399         (diff-index-face, diff-hunk-header-face, diff-removed-face)
15400         (diff-added-face, diff-changed-face, diff-function-face)
15401         (diff-context-face, diff-nonexistent-face):
15402         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
15403         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
15404         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15405         (Info-title-4-face):
15406         * isearch.el (isearch-lazy-highlight-face):
15407         * log-view.el (log-view-file-face, log-view-message-face):
15408         * paren.el (show-paren-match-face, show-paren-mismatch-face):
15409         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15410         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15411         (cvs-msg-face):
15412         * smerge-mode.el (smerge-mine-face, smerge-other-face)
15413         (smerge-base-face, smerge-markers-face):
15414         * wid-edit.el (widget-documentation-face, widget-button-face)
15415         (widget-field-face, widget-single-line-field-face)
15416         (widget-inactive-face, widget-button-pressed-face):
15417         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
15418         (woman-addition-face):
15419         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
15420         (eshell-ls-executable-face, eshell-ls-readonly-face)
15421         (eshell-ls-unreadable-face, eshell-ls-special-face)
15422         (eshell-ls-missing-face, eshell-ls-archive-face)
15423         (eshell-ls-backup-face, eshell-ls-product-face)
15424         (eshell-ls-clutter-face):
15425         * eshell/em-prompt.el (eshell-prompt-face):
15426         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
15427         * obsolete/old-whitespace.el (whitespace-highlight-face):
15428         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
15429         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
15430         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
15431         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
15432         (antlr-font-lock-literal-face):
15433         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
15434         (ebrowse-root-class-face, ebrowse-file-name-face)
15435         (ebrowse-default-face, ebrowse-member-attribute-face)
15436         (ebrowse-member-class-face, ebrowse-progress-face):
15437         * progmodes/make-mode.el (makefile-space-face):
15438         * progmodes/sh-script.el (sh-heredoc-face):
15439         * textmodes/flyspell.el (flyspell-incorrect-face)
15440         (flyspell-duplicate-face):
15441         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
15442         * textmodes/texinfo.el (texinfo-heading-face):
15443         Mark face aliases with "-face" suffix as obsolete.
15445         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
15446         compiler.
15448         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
15449         (eudc-bob-sound-menu): Use defvar rather than defconst, since
15450         easy-menu-define wants to modify these.
15452         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
15454         * net/browse-url.el (browse-url-file-url):
15455         * term/internal.el (dos-codepage-setup):
15456         Use default-value rather than default-enable-multibyte-characters.
15458         * progmodes/etags.el (etags-goto-tag-location):
15459         * progmodes/flymake.el (flymake-highlight-line)
15460         (flymake-goto-file-and-line, flymake-goto-line):
15461         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
15462         (gdb-goto-breakpoint):
15463         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15464         * progmodes/python.el (python-find-function)
15465         (python-pdbtrack-track-stack-file):
15466         * progmodes/verilog-mode.el (verilog-surelint-off):
15467         * term/ns-win.el (ns-open-file-select-line):
15468         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
15469         Use forward-line rather than goto-line.
15471         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
15472         * textmodes/reftex-index.el (reftex-display-index):
15473         * textmodes/reftex-ref.el (reftex-offer-label-menu):
15474         * textmodes/reftex-toc.el (reftex-toc):
15475         Remove unnecessary bindings of default-major-mode (all are followed by
15476         major-mode check and possible mode switch).
15478 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
15480         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
15481         Handle watchpoints (bug#4282).
15482         (def-gdb-thread-buffer-command): Enable thread to be selected by
15483         clicking without selecting threads buffer first.
15484         (gdb-current-context-command): Use selected frame so that "up",
15485         "down" etc work in the GUD buffer.
15486         (gdb-update): Find selected frame before rendering stack buffer.
15487         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
15489 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15491         * progmodes/sym-comp.el (displayed-completions): Remove.
15492         (symbol-complete): Use minibuffer-complete.
15494 2009-08-31  Glenn Morris  <rgm@gnu.org>
15496         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
15498         * apropos.el (apropos-symbols-internal):
15499         Handle (obsolete) face aliases.
15501         * faces.el (describe-face): Adjust the output format to be more like
15502         describe-variable, and to mention (obsolete) face aliases.
15503         Adjust the whitespace so that help-setup-xref works.
15505         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
15506         * calendar/diary-lib.el (diary-button-face):
15507         Mark these face aliases as obsolete.
15509         * calendar/calendar.el (calendar-today): Doc fix.
15511 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
15513         * progmodes/gdb-mi.el (gdb-control-all-threads)
15514         (gdb-control-current-thread): Force tool bar update.
15515         (gdb-non-stop-handler): New function.
15516         (gdb-init-1): Use it to test if non-stop mode is supported.
15517         Remove unused gdbmi buffer type.
15519 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
15521         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
15522         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
15524 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
15526         * comint.el (comint-exec-1): Check command is non-null first.
15527         Part of gdb-mi.el change (2009-08-28).
15529 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15531         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
15533 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
15535         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
15536         instead of `dolist' to avoid a recursive require when bootstrapping.
15538 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15540         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
15542         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
15544         * net/imap.el (imap-send-command): Simplify.
15545         (imap-wait-for-tag): point-max -> buffer-size.
15547         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
15549         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
15550         with constant argument.
15552         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
15554         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
15556         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
15557         Change default, since most of our files don't have a history.
15558         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
15559         the user.
15561         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15562         Add comint-run.
15564         * calc/calc.el: Improve commenting convention.
15565         (calc-digit-map, toplevel): Simplify.
15567         * comint.el (comint-insert-input): Be careful to only set point if we
15568         don't delegate to some other command.
15570         * proced.el (proced-signal-list): Make it an alist.
15571         (proced-grammar-alist): Capitalize names.
15572         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
15573         Disable undo manually and make it read-only.
15574         Use completion-annotate-function.
15576         * minibuffer.el (minibuffer-message): If the current buffer is not
15577         a minibuffer, insert the message in the echo area rather than at the
15578         end of the buffer.
15579         (completion-annotate-function): New variable.
15580         (minibuffer-completion-help): Use it.
15581         (completion--embedded-envvar-table): Environment vars are
15582         always case-sensitive.
15584 2009-08-30  Glenn Morris  <rgm@gnu.org>
15586         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
15587         from fortran-current-defun.
15588         (fortran-beginning-of-subprogram): Be more precise about finding the
15589         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
15590         (fortran-end-of-subprogram): Simplify.
15591         (fortran-current-defun): Use fortran-start-prog-re.
15593 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
15595         * subr.el (do-after-load-evaluation): Simplify.
15597 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
15599         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
15601         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
15602         (vc-rcs-print-log): Use it.
15604         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
15606 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15608         * paths.el (abbrev-file-name): Move to abbrev.el.
15609         * abbrev.el (abbrev-file-name): Move from paths.el.
15610         Obey user-emacs-directory.
15611         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
15612         user-emacs-directory.
15613         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
15614         abbrev-file-name and calc-settings-file any more.
15615         * startup.el (command-line): Recompute abbrev-file-name and
15616         abbreviated-home-dir.
15617         (normal-no-mouse-startup-screen): Improve the generic code and get rid
15618         of the special code for when C-h bindings haven't been changed.
15619         (display-startup-echo-area-message): Use with-current-buffer.
15620         (command-line-1): Use a list of strings, rather than a list of lists
15621         of strings for longopts.
15623         * files.el (get-free-disk-space): Use / for default-directory.
15625         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
15626         Use with-current-buffer.
15628         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
15629         Recognize immutable variables like most-positive-fixnum.
15630         (byte-compile-setq-default): Check and warn if trying to assign
15631         to an immutable variable, or a non-variable.
15633         * progmodes/cc-vars.el (c-comment-continuation-stars):
15634         * progmodes/cc-engine.el (c-looking-at-bos):
15635         * progmodes/cc-cmds.el (c-toggle-auto-state)
15636         (c-forward-into-nomenclature, c-backward-into-nomenclature)
15637         (c-comment-line-break-function): Add version of obsolescence.
15639 2009-08-28  Juri Linkov  <juri@jurta.org>
15641         * files.el (magic-fallback-mode-alist): Add ZIP magic number
15642         associated with `archive-mode'.
15644         * image.el (image-type-header-regexps): Use only JPEG magic number
15645         to determine JPEG images, and don't use `image-jpeg-p' because
15646         Emacs can display non-JFIF non-Exif JPEG images.
15648 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
15650         * arc-mode.el (archive-mode):
15651         * emacs-lisp/re-builder.el (re-builder-unload-function):
15652         Protect against the default value of `major-mode' being nil.
15654 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
15656         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
15657         Fix typos in docstrings.
15659         * progmodes/js.el (js--macro-decl-re): Doc fix.
15660         (js--plain-method-re, js--split-name): Refloc docstring.
15661         (js--class-styles, js--make-merged-item, js--splice-into-items):
15662         Fix typos in docstrings; reflow docstrings.
15663         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
15664         (js--variable-decl-matcher, js--inside-pitem-p)
15665         (js--parse-state-at-point, js--get-all-known-symbols)
15666         (js--symbol-history, js-find-symbol, js--js-references)
15667         (js--moz-interactor, js--js-encode-value, js--read-tab):
15668         Fix typos in docstrings.
15670 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15672         * textmodes/reftex.el (reftex-get-file-buffer-force):
15673         * progmodes/verilog-mode.el (verilog-batch-execute-func):
15674         * emulation/viper.el (viper-go-away, viper-set-hooks):
15675         * emacs-lisp/re-builder.el (re-builder-unload-function):
15676         * emacs-lisp/bytecomp.el (byte-compile-file):
15677         * ses.el (ses-unload-function):
15678         * hexl.el (hexl-find-file):
15679         * files.el (normal-mode):
15680         * ehelp.el (with-electric-help):
15681         * autoinsert.el (auto-insert-alist):
15682         * arc-mode.el (archive-mode):
15683         Use (default-value 'major-mode) instead of default-major-mode.
15685         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
15686         * international/mule.el (load-with-code-conversion):
15687         * emacs-lisp/debug.el (debug):
15688         * ediff-vers.el (ediff-rcs-get-output-buffer):
15689         * dired.el (dired-internal-noselect): Don't let-bind
15690         default-major-mode around code that doesn't use it.
15691         E.g. buffer creation via get-buffer-create doesn't use it.
15693 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
15695         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
15696         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
15697         when writing the temp file.  Otherwise, epa-file gets confused.
15698         (tramp-register-file-name-handlers): Make it a defun.  Move also
15699         `epa-file-handler' to the front of `file-name-handler-alist'.
15701 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15703         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
15704         start right after a ^M.
15705         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
15706         (tramp-completion-file-name-regexp-separate)
15707         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
15708         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
15709         Don't modify last-coding-system-used by accident.
15710         (tramp-completion-file-name-handler): Apply the checks here,
15711         instead during registration.
15712         (tramp-register-file-name-handlers): Renamed from
15713         `tramp-register-file-name-handler'.  Register both
15714         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
15715         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
15717 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
15719         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
15720         Remove variable ...
15721         (gdb-init-1, gdb-display-separate-io-buffer)
15722         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
15723         references to it.
15724         (gdb-inferior-io-mode): Use make-comint-in-buffer.
15725         (gdb-inferior-filter): Use comint-output-filter to stop
15726         echoing and remove ^M characters.
15728 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15730         * emulation/viper-init.el (viper-restore-cursor-type):
15731         * emulation/cua-base.el (cua--update-indications):
15732         Replace default-cursor-type with (default-value 'cursor-type).
15734         * mail/sendmail.el (mail-recover-1):
15735         * international/mule-diag.el (describe-current-coding-system-briefly)
15736         (describe-current-coding-system):
15737         * international/mule-cmds.el (select-safe-coding-system)
15738         (select-message-coding-system)
15739         (set-language-environment-coding-systems, set-locale-environment):
15740         * hexl.el (hexl-insert-multibyte-char):
15741         * dos-w32.el (find-buffer-file-type-coding-system):
15742         * simple.el (what-cursor-position):
15743         Replace uses of default-buffer-file-coding-system
15744         with (default-value 'buffer-file-coding-system).
15746         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
15747         Replace uses of default-cursor-in-non-selected-windows
15748         with (default-value 'cursor-in-non-selected-windows).
15749         Use with-current-buffer.
15751         * mail/feedmail.el: Use CL macros.
15752         (feedmail-run-the-queue, feedmail-send-it-immediately):
15753         * dos-w32.el (find-buffer-file-type): Replace uses of
15754         default-buffer-file-type with (default-value 'buffer-file-type).
15756 2009-08-28  Glenn Morris  <rgm@gnu.org>
15758         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
15759         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
15760         Use default-value of major-mode rather than default-major-mode.
15762 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15764         * Makefile.in (update-elcfiles): Report left over elc files.
15766         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
15767         expand-file-name and with-current-buffer.
15768         (mail-get-names, mail-directory): Use with-current-buffer.
15770         * vc.el (vc-read-revision): New function.
15771         (vc-version-diff, vc-merge): Use it.
15773 2009-08-27  Sam Steingold  <sds@gnu.org>
15775         * simple.el (kill-do-not-save-duplicates): New user option.
15776         (kill-new): When it is non-nil, and the new string is the same as
15777         the latest kill, set replace to t to avoid duplicates in kill-ring.
15779 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
15781         * net/tramp.el (tramp-handle-process-file): Do not flush all
15782         caches when `process-file-side-effects' is set.
15783         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
15784         instead of `tramp-find-file-exists-command'.
15785         Unset `process-file-side-effects'.
15787 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
15789         * net/tramp.el (tramp-methods): New method "rsyncc".
15790         (top): Add completion function for "rsyncc".
15791         (tramp-message-show-message): New defvar.
15792         (tramp-message, tramp-error): Use it.
15793         (tramp-do-copy-or-rename-file-directly): Extend check for direct
15794         remote copying.
15795         (tramp-do-copy-or-rename-file-out-of-band): Handle new
15796         `tramp-methods' entry `copy-env' of "rsyncc".
15797         (tramp-vc-registered-read-file-names): New defconst.
15798         (tramp-vc-registered-file-names): New defvar.
15799         (tramp-handle-vc-registered): Implement optimization strategy.
15800         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
15801         (tramp-vc-file-name-handler): New defun.
15802         (tramp-get-ls-command, tramp-get-test-command)
15803         (tramp-get-file-exists-command, tramp-get-remote-ln)
15804         (tramp-get-remote-perl, tramp-get-remote-stat)
15805         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
15807         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
15808         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
15809         timestamps.
15810         (tramp-get-file-property): Check for timestamps in
15811         `tramp-cache-inhibit-cache'.
15812         (tramp-set-file-property): Write timestamp.
15814 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15816         * language/japan-util.el (japanese-symbol-table): Add entries for
15817         cp932-2-byte.
15819         * international/characters.el: Add category `j' to cp932-2-byte.
15821 2009-08-27  Kenichi Handa  <handa@m17n.org>
15823         * international/fontset.el (build-default-fontset-data): New macro.
15824         (setup-default-fontset): Use build-default-fontset-data for CJK,
15825         tibetan, ethiopic, and ipa.
15827 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15829         * cus-start.el (default-major-mode): Customize `major-mode' instead.
15830         (enable-multibyte-characters): Not customizable any more.
15832         * subr.el (default-mode-line-format, default-header-line-format)
15833         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
15834         (default-direction-reversed, default-truncate-lines)
15835         (default-left-margin, default-tab-width, default-case-fold-search)
15836         (default-left-margin-width, default-right-margin-width)
15837         (default-left-fringe-width, default-right-fringe-width)
15838         (default-fringes-outside-margins, default-scroll-bar-width)
15839         (default-vertical-scroll-bar, default-indicate-empty-lines)
15840         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
15841         (default-fringe-cursor-alist, default-scroll-up-aggressively)
15842         (default-scroll-down-aggressively, default-fill-column)
15843         (default-cursor-type, default-buffer-file-type)
15844         (default-cursor-in-non-selected-windows)
15845         (default-buffer-file-coding-system, default-major-mode)
15846         (default-enable-multibyte-characters): Mark as obsolete.
15848 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
15850         * vc-dir.el (vc-dir-update): Remove debug helper.
15852         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
15854 2009-08-26  Sam Steingold  <sds@gnu.org>
15856         * simple.el (save-interprogram-paste-before-kill): New user option.
15857         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
15858         save the interprogram-paste into kill-ring before overriding it
15859         with the Emacs kill.
15861 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
15863         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
15864         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
15865         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
15866         and move to vc-rcs.el.
15867         (vc-default-next-revision): Rename to vc-rcs-next-revision and
15868         move to vc-rcs.el.
15869         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
15870         (vc-rcs-update-changelog): Remove.
15871         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
15872         and move to vc-rcs.el.
15874         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
15875         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
15876         renaming.
15877         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
15878         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
15879         vc.el, renamed to be RCS specific.
15881         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
15882         New functions.
15883         (vc-cvs-update-changelog): Move here from vc.el.
15885         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
15886         New functions.
15888 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15890         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
15892 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
15894         * vc-git.el (vc-git-register): Use "git add" for directories.
15895         (vc-git-stash, vc-git-stash-show): New functions.
15896         (vc-git-extra-menu-map): Bind them.
15898         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
15899         directory correctly in case the item is a directory itself.
15901         * vc.el: Document the desired behavior for reverted files in the
15902         `added' state.
15903         (vc-default-prettify-state-info): Remove function, unused.
15905         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
15907 2009-08-26  Glenn Morris  <rgm@gnu.org>
15909         * bindings.el (standard-mode-line-format): Reposition dashes in
15910         which-func entry.  (Bug#4217)
15912         * files.el (enable-local-variables, enable-local-eval)
15913         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
15914         the defcustoms.
15915         (auto-mode-alist, ignored-local-variables)
15916         (save-some-buffers-action-alist): Move risky declarations to the
15917         definitions.
15918         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
15919         (font-lock-defaults, format-alist, imenu--index-alist)
15920         (imenu-generic-expression, input-method-alist, minor-mode-alist)
15921         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
15922         (mode-line-modified, mode-line-mule-info, mode-line-position)
15923         (mode-line-process, mode-line-remote, outline-level)
15924         (parse-time-rules, rmail-output-file-alist)
15925         (special-display-buffer-names, vc-mode):
15926         Move risky declarations to the relevant files.
15927         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
15928         (mode-line-modified, mode-line-process, mode-line-position)
15929         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
15930         * font-core.el (font-lock-defaults):
15931         * format.el (format-alist):
15932         * vc-hooks.el (vc-mode):
15933         * window.el (special-display-buffer-names):
15934         * international/mule-cmds.el (input-method-alist):
15935         Define riskiness here (dumped file) rather than in files.el.
15936         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
15937         * imenu.el (imenu-generic-expression, imenu--index-alist):
15938         * outline.el (outline-level):
15939         * time.el (display-time-string):
15940         * calendar/parse-time.el (parse-time-rules):
15941         * mail/rmailout.el (rmail-output-file-alist):
15942         Autoload riskiness here, rather than placing in files.el.
15944 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
15946         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
15948 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
15950         * simple.el (process-file-side-effects): New defvar.
15952         * dired-aux.el (dired-show-file-type):
15953         * vc.el (vc-diff-internal):
15954         * vc-arch.el (vc-arch-diff):
15955         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
15956         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
15957         * vc-git.el (vc-git-registered, vc-git-working-revision)
15958         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
15959         (vc-git--empty-db-p):
15960         * vc-hooks.el (vc-user-login-name):
15961         * vc-svn.el (vc-svn-registered, vc-svn-state)
15962         (vc-svn-dir-extra-headers, vc-svn-find-revision):
15963         * progmodes/grep.el (grep-probe): Let-bind
15964         `process-file-side-effects' with nil.
15966         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
15968         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
15969         daemon.  Replace ping by checking for running service for bluez
15970         and zeroconf.  (Bug#4239)
15972 2009-08-25  Kevin Ryde  <user42@zip.com.au>
15974         * net/dig.el (dig): Add autoload cookie.
15976 2009-08-25  Glenn Morris  <rgm@gnu.org>
15978         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
15979         load-history for absolute file-names.
15980         (byte-compile-file-form-require): Warn about use of the cl package.
15982         * format.el (format-alist): Doc fix.
15984         * play/bubbles.el (top-level): Don't require cl at run-time.
15986         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
15987         run-time cl).
15989 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
15991         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
15992         from cl package.
15993         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
15995 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
15997         * calc/calc-alg.el (math-trig-rewrite)
15998         (math-hyperbolic-trig-rewrite): New functions.
15999         (calc-simplify): Simplify trig functions when asked.
16001 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16003         * diff-mode.el (diff-find-source-location): Avoid goto-line.
16005 2009-08-24  Kenichi Handa  <handa@m17n.org>
16007         * language/ind-util.el (mapthread): Delete it.
16008         (combinatorial): New function.
16009         (indian--puthash-cv): Use combinatorial instead of mapthread.
16011 2009-08-22  Kevin Ryde  <user42@zip.com.au>
16013         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
16014         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
16015         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
16016         Clarify docstring that the value is strings not symbols.
16017         (checkdoc-list-of-strings-p): New function.
16019 2009-08-22  Glenn Morris  <rgm@gnu.org>
16021         * files.el (auto-mode-alist):
16022         * hippie-exp.el (he-concat-directory-file-name):
16023         * lpr.el (lpr-windows-system, printer-name):
16024         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
16025         * ps-print.el (ps-windows-system):
16026         * startup.el (command-line):
16027         * emulation/viper-ex.el (viper-glob-function):
16028         * international/mule-cmds.el (set-language-environment-coding-systems):
16029         * net/ange-ftp.el (ange-ftp-write-region):
16030         * obsolete/fast-lock.el (fast-lock-cache-name):
16031         Remove code for defunct system-types emx, macos, mswindows, next-mach,
16032         unisoft-unix, vax-vms, win32, w32.
16034         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
16035         given name if the pattern is not more specific.
16037         * calendar/lunar.el (lunar-phase-names): New option.
16038         (lunar-phase): Doc fix.
16039         (lunar-cycles-per-year): New constant.
16040         (lunar-index): New function.
16041         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
16042         (lunar-phase-name): Use lunar-phase-names.
16043         (calendar-lunar-phases): Use format.
16044         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
16046         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
16047         Copy imenu-example--name-and-position function here for own use.
16048         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
16050         * bs.el (bs--redisplay):
16051         * cus-edit.el (custom-redraw):
16052         * ibuffer.el (ibuffer-bury-buffer):
16053         * server.el (server-goto-line-column):
16054         * startup.el (command-line-1):
16055         * strokes.el (strokes-xpm-for-stroke):
16056         * term.el (term-display-buffer-line):
16057         * view.el (View-goto-line):
16058         * calc/calc.el (calc-do, calc-trail-buffer):
16059         * play/gamegrid.el (gamegrid-add-score-insecure):
16060         * progmodes/ada-mode.el (ada-compile-goto-error):
16061         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
16062         (ebrowse-select-1st-to-9nth):
16063         * progmodes/cperl-mode.el (cperl-time-fontification):
16064         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
16065         * progmodes/gud.el (gud-display-line):
16066         (idlwave-shell-display-line):
16067         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
16068         * progmodes/make-mode.el (makefile-browser-toggle):
16069         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
16070         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
16071         * textmodes/picture.el (picture-draw-rectangle):
16072         * textmodes/reftex-index.el (reftex-index-goto-letter):
16073         (reftex-select-jump-to-previous):
16074         * textmodes/reftex-sel.el (reftex-find-start-point)
16075         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
16076         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
16077         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
16078         * textmodes/tex-mode.el (tex-compilation-parse-errors):
16079         * textmodes/two-column.el (2C-associated-buffer):
16080         Use forward-line rather than goto-line.
16082         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
16083         goto-line.
16085         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
16086         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
16087         (quick-check-list-to-regexp): Declare.
16089         * progmodes/make-mode.el (makefile-browser-insert-selection):
16090         Use goto-char rather than goto-line.
16092         * progmodes/prolog.el (compilation-error-regexp-alist)
16093         (compilation-forget-errors): Declare.
16095 2009-08-22  Juri Linkov  <juri@jurta.org>
16097         * progmodes/grep.el (lgrep, rgrep): At the beginning
16098         set `dir' to `default-directory' unless `dir' is a non-nil
16099         readable directory.  (Bug#4052)
16100         (lgrep, rgrep): Change a weird way to report an error
16101         from using `read-string' to using `error'.
16102         Instead of using interactive arguments in the function body,
16103         add new argument `confirm'.
16105 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16107         * textmodes/remember.el (remember-buffer):
16108         * progmodes/cperl-mode.el (cperl-vc-header-alist):
16109         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
16110         (icalendar-extract-ical-from-buffer):
16111         * net/newst-treeview.el (newsticker-groups-filename):
16112         * net/newst-backend.el (newsticker-cache-filename):
16113         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
16114         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
16115         (speedbar-add-ignored-path-regexp, speedbar-line-path)
16116         (speedbar-buffers-line-path, speedbar-path-line)
16117         (speedbar-buffers-line-path):
16118         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
16119         (epg-sign-keys):
16120         * epa.el (epa-display-verify-result):
16121         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
16123 2009-08-21  Glenn Morris  <rgm@gnu.org>
16125         * progmodes/js.el (inferior-moz-process): Fix declaration.
16127         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
16129         * obsolete/rnewspost.el (news-mail-reply):
16130         Use goto-char rather than goto-line.
16132         * term/ns-win.el (ns-open-file-select-line):
16133         Use line-beginning-position rather than goto-line.
16135         * apropos.el (apropos-command):
16136         * ehelp.el (electric-helpify):
16137         * printing.el (pr-show-setup):
16138         * strokes.el (strokes-help):
16139         * tutorial.el (tutorial--describe-nonstandard-key)
16140         (tutorial--detailed-help):
16141         * woman.el (woman-mini-help, woman-display-extended-fonts):
16142         * calc/calc-help.el (calc-describe-key):
16143         * emulation/edt.el (edt-electric-helpify):
16144         * international/mule-diag.el (mule-diag):
16145         * play/yow.el (apropos-zippy):
16146         * progmodes/python.el (python-describe-symbol):
16147         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
16148         * textmodes/table.el (*table--cell-describe-mode)
16149         (*table--cell-describe-bindings):
16150         Use help-print-return-message rather than the now obsolete alias.
16152         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
16153         (calendar-cursor-to-visible-date):
16154         * play/5x5.el (5x5-position-cursor):
16155         * play/decipher.el (decipher):
16156         * play/gomoku.el (gomoku-goto-xy):
16157         * play/landmark.el (lm-goto-xy):
16158         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
16159         (mpuz-paint-digit):
16160         Use forward-line, not goto-line.
16162         * mail/rmail.el (rmail-obsolete): Delete custom group.
16163         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
16164         (rmail-remote-password, rmail-remote-password-required):
16165         Remove unneeded :set-after and :set properties.
16167 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
16169         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
16171 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
16173         * loadup.el: Remove leftover macos code.
16175         * vc-git.el (vc-git-annotate-command): Run asynchronously.
16176         Explicitly pass the date format to git blame so that user local
16177         so that the output format can be parsed.
16179 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
16181         * net/dbus.el (top): Don't check for (getenv
16182         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
16184 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
16186         * log-edit.el (log-edit-strip-single-file-name): New var.
16187         (log-edit-insert-changelog): Use it.  Bug#3571
16189 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16191         * subr.el (read-passwd): Use read-key so keypad keys work as well.
16192         Bug#3287
16194         * help.el (help-print-return-message): Rename from
16195         print-help-return-message.
16197         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
16198         cvs-mode-map parent hack.
16199         (log-view-mode): Derive from special-mode.
16201         * linum.el (linum-mode): window-size-change-functions is redundant.
16202         Adapt to new window-configuration-change-hook behavior.
16203         (linum-after-size, linum-after-config): Remove.
16205         * imenu.el (imenu-example--name-and-position)
16206         (imenu-example--lisp-extract-index-name)
16207         (imenu-example--create-lisp-index, imenu-example--create-c-index):
16208         Mark as obsolete.
16210         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
16211         (inferior-prolog-mode): Use it.
16212         (inferior-prolog-load-file): Reset list of errors.
16214 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16216         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
16218         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
16220 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
16222         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
16223         is running already.
16225 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16227         * subr.el (listify-key-sequence-1): Use normal syntax since those
16228         integers are nowadays always represented by the same (positive) number
16229         on all platforms.
16230         (read-key-empty-map): New const.
16231         (read-key-delay): New var.
16232         (read-key): New function.
16233         (force-mode-line-update): Use with-current-buffer.
16234         (locate-user-emacs-file): Don't forget to abbreviate the file name.
16235         (start-process-shell-command, start-file-process-shell-command):
16236         Discourage the use of command-args.
16238 2009-08-19  Glenn Morris  <rgm@gnu.org>
16240         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
16242 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16244         * simple.el (choose-completion-string): Don't rely on
16245         minibuffer-completing-file-name and ad-hoc checks to decide whether
16246         to continue completion or not.
16248         * minibuffer.el (minibuffer-hide-completions): New function.
16249         (completion--do-completion): Use it.
16250         (completions-annotations): New face.
16251         (completion--insert-strings): Use it.
16252         (completion-pcm--delim-wild-regex): Add docstring.
16253         (completion-pcm--string->pattern): Add support for 0-width delimiters
16254         in completion-pcm--delim-wild-regex.
16256 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16258         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
16259         Remove unused var `buffer-modified-p'.
16261         * minibuffer.el (completion--do-completion): Move point for the #b001
16262         case as well (bug#4176).
16263         (minibuffer-complete, minibuffer-complete-word): Don't move point.
16265 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
16267         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
16268         and :session buses.
16270 2009-08-18  Kenichi Handa  <handa@m17n.org>
16272         * international/ucs-normalize.el (ucs-normalize-version):
16273         Change to 1.1.
16274         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
16275         (utf-8-hfs): Make it perform normalization on encoding too.
16277         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
16278         (sentence-end-without-space): Delete duplicated chars.
16279         (sentence-end-base): Likewise.
16281         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
16282         (html-mode): Delete duplicated chars from sentence-end-base.
16284         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
16285         (texinfo-mode): Delete duplicated chars from sentence-end-base.
16287 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
16289         * files.el (hack-one-local-variable): If the mode function is for
16290         a minor mode, pass it an argument (Bug#4148).
16292 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
16294         * net/tramp.el (tramp-register-completion-file-name-handler):
16295         Check also for (member 'partial-completion completion-styles).
16297 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
16299         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
16300         abbrev (Bug#3943).
16302 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
16304         * progmodes/cperl-mode.el: Merge upstream 6.2.
16305         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
16306         (cperl-forward-re): Check cperl-brace-recursing.
16307         (cperl-highlight-charclass): New function.
16308         (cperl-find-pods-heres): Use it.
16309         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
16310         (cperl-beautify-regexp-piece): Fix column calculation.
16311         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
16312         (cperl-beautify-level): Don't process entire regexp.
16313         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
16314         calling man.
16315         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
16316         (cperl-init-faces): Build a list in the normal way.
16318 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
16320         * calendar/parse-time.el (parse-time-string-chars): Save match
16321         data.
16323 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16325         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
16326         (sql-product): Use it.
16327         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
16328         (sql-set-product): Add completion.
16329         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
16330         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
16331         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
16332         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
16333         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
16334         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
16335         (sql-highlight-db2-keywords): Remove.
16336         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
16337         (sql-highlight-product): Use derived-mode-p.
16338         (sql-set-sqli-buffer): Use with-current-buffer.
16339         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
16340         Simplify.
16342         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
16344         * term.el: Fix commenting convention, turn comments into docstrings.
16346 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
16348         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
16350 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
16352         * calendar/parse-time.el (parse-time-string-chars): Compute using
16353         character classes, to handle non-ascii characters (Bug#3190).
16355 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
16357         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
16358         another heredoc if the user adds another < (Bug#3226).
16360         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
16361         Don't initialize based on window-system (Bug#4124).
16363         * facemenu.el (facemenu-read-color): Use a completion function
16364         that accepts any defined color, such as RGB triplets (Bug#3677).
16366         * files.el (get-free-disk-space): Change fallback default
16367         directory to /.  Expand DIR argument before switching to fallback.
16368         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
16370 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
16372         * files.el (load-library): Doc fix.
16374 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
16376         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
16377         (viper-if-string): Redefine C-s in the minibuffer to insert the last
16378         incremental search string.
16380         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
16381         XEmacs.
16383         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
16384         (ediff-merge-region-is-non-clash)
16385         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
16386         Also check if the job is really a merge job.
16388         * ediff.el (ediff-current-file): New function.
16390 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
16392         * progmodes/js.el: Edit docstrings throughout to follow Emacs
16393         conventions.
16394         (js-insert-and-indent): Delete function.
16395         (js-mode-map): Don't bind keys to js-insert-and-indent.
16396         (js-beginning-of-defun): Rename from js--beginning-of-defun.
16397         (js-end-of-defun): Rename from js--end-of-defun.
16398         (js-auto-indent-flag): Delete variable.
16400 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
16402         * progmodes/js.el: Remove proclaim statement.
16403         Defvar which-func-imenu-joiner-function to silence compiler.
16405         * files.el (auto-mode-alist): Use js-mode for .js files.
16407         * progmodes/js2-mode.el: Remove file.
16409         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
16411         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
16413         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
16415 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
16416             Karl Landstrom  <karl.landstrom@brgeight.se>
16418         * progmodes/js.el: New file.
16420 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
16422         * timezone.el (timezone-parse-date): Add ability to understand ISO
16423         basic format (minimal separators) dates in addition to the
16424         already-supported extended format dates.
16426 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
16428         * international/ucs-normalize.el: Add a `coding' file variable.
16430         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
16432 2009-08-14  Sam Steingold  <sds@gnu.org>
16434         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
16436 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
16438         * faces.el (help-argument-name): Define it here instead of
16439         help-fns.el, because in daemon mode help-fns.el may be loaded when
16440         faces are still uninitialized (Bug#1078).
16442         * help-fns.el (help-argument-name): Move defface to faces.el.
16444 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
16446         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
16447         create buffer with a pty but no process so that GDB can make the
16448         inferior the controlling process.
16450 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
16452         * international/ucs-normalize.el: New file.
16454 2009-08-13  Richard Stallman  <rms@gnu.org>
16456         * mail/rmail.el (rmail-get-attr-names):
16457         Accept an attribute header that is too short.
16459         * mail/rmail.el (rmail-forget-messages):
16460         Ignore nil elt in rmail-message-vector.  Use dotimes.
16462         * progmodes/compile.el (compilation-goto-locus):
16463         Use next-error-move-function.
16465         * simple.el (next-error-move-function): New variable.
16467 2009-08-12  Juri Linkov  <juri@jurta.org>
16469         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
16470         always non-nil.  (Bug#4052)
16472         * replace.el (read-regexp): Return empty string when
16473         `default-value' is nil.
16474         (keep-lines-read-args): Don't use empty string as the
16475         default value for `read-regexp'.  (Bug#2495)
16477 2009-08-12  Juri Linkov  <juri@jurta.org>
16479         * international/mule-cmds.el (ucs-insert): Change arguments
16480         from `arg' to `character', `count', `inherit' to be the same
16481         as in `insert-char'.  Doc fix.  (Bug#4039)
16483         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
16485 2009-08-12  Juri Linkov  <juri@jurta.org>
16487         * files-x.el: New file.
16489         * files.el: Move code that deals with adding/deleting
16490         file/directory-local variables to files-x.el.
16492         * Makefile.in (ELCFILES): Add files-x.elc.
16494 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
16496         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
16497         to use `goto-line'.
16498         (gdb-place-breakpoints, gdb-get-location): Rewritten without
16499         `goto-line'.
16500         (gdb-invalidate-disassembly): Do not refresh upon receiving
16501         'update signal.  Instead, update all disassembly buffers only after
16502         threads list.
16503         (gdb): Send -target-detach when buffer is killed (Bug#3794).
16504         (gdb-starting): Moved -data-list-register-names...
16505         (gdb-stopped): ...here so it's sent when first thread stops.
16506         (gdb-registers-handler-custom): Do nothing if register names are
16507         unknown yet.
16509         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
16510         from `gdb-mi.el' to avoid extra tangling.
16512         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
16513         change which breaks `gud-def' definitions used in `gdb'.
16514         (gdb-update-gud-running): No extra fuss for updating frame number.
16516 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16518         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
16519         (describe-language-environment-map, setup-language-environment-map)
16520         (set-coding-system-map): Move initialization into declaration.
16521         (set-language-info-alist): Last arg to define-key-after can be skipped.
16523         * international/quail.el (quail-completion-1): Simplify.
16524         (quail-define-rules): Use slightly more compact code.
16525         (quail-insert-decode-map): Propertize keys, compact columns.
16527         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16528         Add goto-line.
16530 2009-08-10  Miles Bader  <miles@gnu.org>
16532         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
16533         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
16534         (js2-instance-member, js2-private-member, js2-private-function-call)
16535         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
16536         (js2-magic-paren, js2-external-variable):
16537         Remove "-face" suffix from face names.
16538         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
16539         (js2-highlight-undeclared-vars, js2-peek-token)
16540         (js2-parse-function-params, js2-mode-show-errors)
16541         (js2-mode-show-warnings, js2-make-magic-delimiter)
16542         (js2-mode-highlight-magic-parens): Update to use new face names.
16544 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
16546         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
16547         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
16549 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
16551         * subr.el: Provide hashtable-print-readable.
16553         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
16554         hs-c-like-adjust-block-beginning.
16555         (hs-hide-block-at-point): Stop hiding at the beginning of
16556         hs-block-end-regexp (Bug#700).
16558 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
16560         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
16561         a macro.
16562         (gdb-registers-handler-custom): Do not fail when register names
16563         are unavailable.
16565 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
16567         * progmodes/gdb-mi.el (gdb-control-all-threads)
16568         (gdb-control-current-thread): Interactive setters for
16569         `gdb-gud-control-all-threads' to use in menu.
16570         (gdb-show-run-p): Show «Go» when process is not active.
16571         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
16572         gud/thread.xpm and gud/all.xpm.
16574 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
16576         * net/net-utils.el (net-utils-font-lock-keywords): New var.
16577         (nslookup-font-lock-keywords): Make it a variable.
16578         (net-utils-mode): New mode for viewing diagnostic network output.
16579         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
16580         (net-utils-run-simple): New function.
16581         (ifconfig, iwconfig, netstat, arp, route): Use it.
16583 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
16585         * progmodes/gdb-mi.el (gdb-read-memory-custom)
16586         (gdb-memory-set-address, def-gdb-set-positive-number)
16587         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
16588         after changing settings.
16589         (gdb-invalidate-disassembly): Update when first shown.
16590         (gdb-edit-locals-value): Fixed.
16591         (gdb-registers-handler-custom): Print registers in right order and
16592         allow changing register values (only for current thread yet).
16593         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
16594         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
16595         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
16596         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
16597         info in mode name.
16598         (gdb-registers-mode-map): TAB to switch to locals.
16600 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
16602         * mail/rmail.el (rmail-add-mbox-headers)
16603         (rmail-set-message-counters-counter): Search for
16604         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
16606 2009-08-08  Glenn Morris  <rgm@gnu.org>
16608         * Makefile.in (ELCFILES): Update.
16610 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
16612         * mail/sendmail.el (mail-yank-original): Set
16613         buffer-file-coding-system from the one used by the message whose
16614         text is yanked.
16616         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
16617         to "windows" when "pgnuplot" is used.
16618         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
16619         call accept-process-output if "pgnuplot" is used.
16620         (calc-graph-init): Don't send -display and -geometry to
16621         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
16622         running "pgnuplot -V" with shell-command-to-string.
16624         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
16625         the default.
16627 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
16629         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
16630         org/org-latex.elc.
16632 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
16634         * vc-dispatcher.el (vc-resynch-window): Update comment.
16636         * term.el (term-handle-ansi-escape): Add comments with the
16637         terminfo capabilities implemented.
16639 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
16641         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
16642         (gdb-var-create-handler): Rewritten using JSON parser.
16643         (gdb-propertize-header): Moved earlier.
16644         (gdb-set-header): Removed to avoid duplication.
16645         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
16646         Refresh disassembly buffers only after threads list have been
16647         update.
16648         (gdb-threads-header, gdb-registers-header): Per-buffer header line
16649         variables.
16651 2009-08-04  Juri Linkov  <juri@jurta.org>
16653         * files.el: Commands to add/delete file/directory-local variables.
16654         (read-file-local-variable, read-file-local-variable-value)
16655         (read-file-local-variable-mode, modify-file-local-variable)
16656         (modify-file-local-variable-prop-line)
16657         (modify-dir-local-variable): New functions.
16658         (add-file-local-variable, delete-file-local-variable)
16659         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
16660         (add-dir-local-variable, delete-dir-local-variable)
16661         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
16662         (copy-dir-locals-to-file-locals-prop-line): New commands.
16664 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
16666         * abbrev.el (insert-abbrev-table-description): Prettify output.
16667         Suggested by Karl Chen.
16669 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
16671         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
16672         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
16673         (gdb-overlay-arrow-position, gdb-thread-position)
16674         (gdb-disassembly-position): Declare variables.
16675         (gdb-wait-for-pending): Function now.
16676         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
16677         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
16678         compilation goes smoothly.
16679         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
16680         (gdb-non-stop-setting): New customization setting which replaces
16681         `gdb-non-stop' so changing it doesn't break active GDB session.
16682         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
16683         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
16684         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
16685         (gdb-show-threads-by-default): New customization options.
16686         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
16687         routines.
16688         (gdb-get-buffer-create): Send buffers update signal when they are
16689         created.
16690         (gdb-invalidate-locals, gdb-invalidate-registers)
16691         (gdb-invalidate-breakpoints)
16692         (gdb-invalidate-threads, gdb-invalidate-disassembly)
16693         (gdb-invalidate-memory): Accept update signal.
16694         (gdb-current-context-command): Use --frame option.
16695         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
16696         Implement `gdb-frame-number' selection logic.
16697         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
16698         whether to show GUD toolbar buttons.
16699         (gdb-thread-exited): Unselect current thread when it exits.
16700         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
16701         (gdb-mark-line): Routine which sets overlay arrow or inverses
16702         video on fringeless displays.
16703         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
16704         to build aligned columns of data in GDB buffers and set text
16705         properties line-by-line.
16706         (gdb-invalidate-breakpoints)
16707         (gdb-breakpoints-list-handler-custom)
16708         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
16709         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
16710         (gdb-registers-handler-custom): Align data columns.
16711         (gdb-locals-handler-custom): Now prints data like in variable
16712         declarations.
16713         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
16714         Removed confusing buttons.
16715         (gdb-invalidate-threads): Append --frame.
16716         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
16717         between breakpoints/threads buffers.
16718         (gdb-set-window-buffer): Now can ignore dedicated windows.
16719         (gdb-propertize-header): Use `gdb-set-window-buffer'.
16720         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
16721         (def-gdb-thread-buffer-gud-command): Replaces
16722         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
16723         for fine thread control.
16724         (gdb-preempt-existing-or-display-buffer): New function used to
16725         display bound buffers without breaking window layout.
16726         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
16727         (gdb-select-frame): New version of `gdb-frames-select' which now
16728         sets `gdb-frame-number' so commands may use --frame option instead
16729         of inner debugger state.
16730         (gdb-frame-handler): Do not set `gdb-frame-number'.
16731         (gdb-threads-mode-map): Select threads with mouse.
16733         * progmodes/gud.el (gdb-gud-context-call): Declare function to
16734         avoid compilation warning.
16735         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
16736         `gdb-show-stop-p`.
16738         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
16739         Argument `key' renamed to `buffer-type'.
16740         (gdb-current-context-buffer-name): Do not add thread info to
16741         buffer name when no thread is selected.
16742         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
16743         command (bug 3794).
16744         (gdb-thread-selected): Handle `=thread-selected' notification.
16745         (gdb-wait-for-pending): New macro to deal with congestion problems.
16746         (gdb-breakpoints-list-handler-custom): Don't fail on pending
16747         breakpoints.
16748         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
16749         This fixes problem similar to one described in bug 3947.
16750         (gud-menu-map): More menu items.
16751         (gdb-init-1): Reset `gdb-thread-number' to nil.
16753         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
16754         non-stop settings.
16756         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
16757         (gdb-current-context-command): Do not append --thread if
16758         `gdb-thread-number' is nil.
16759         (gdb-running-threads-count, gdb-stopped-threads-count): New
16760         variables.
16761         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
16762         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
16763         customization options.
16764         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
16765         GUD commands.
16766         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
16767         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
16768         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
16769         set `gdb-thread-number' and update `gud-running' properly.
16770         (gdb-running): Update threads list when new threads appear.
16771         (gdb-stopped): Support non-stop operation and new thread switching
16772         logic.
16773         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
16774         (gdb-json-partial-output): New set of JSON routines.
16775         (def-gdb-auto-update-trigger): New `signal-list' optional
16776         argument.
16777         (gdb-thread-list-handler-custom): Update `gud-running',
16778         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
16779         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
16780         (gdb-continue-thread, gdb-step-thread): New commands for fine
16781         thread execution control.
16782         (gud-menu-map): New menu items to switch non-stop options.
16783         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
16784         (gdb-send): Mimic RET properly (bug 3794).
16786         * progmodes/gdb-mi.el (gdb-rules-name-maker)
16787         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
16788         gdb-buffer-rules.
16789         (def-gdb-auto-update-handler): New nopreserve optional argument.
16790         (gdb-stack-list-frames-custom): Print stack from top to bottom.
16792         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
16793         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
16794         (gdb-parent-mode): New mode to derive other GDB modes from.
16795         (gdb-display-disassembly-for-thread)
16796         (gdb-frame-disassembly-for-thread): New commands for threads
16797         buffer.
16799         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
16800         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
16801         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
16802         (gdb-update): We now store all GDB buffers in a list so that they
16803         can be updated by traversing a list instead of calling invalidate
16804         triggers explicitly.
16805         (def-gdb-trigger-and-handler): New macro to define trigger-handler
16806         pair for GDB buffer.
16807         (gdb-stack-buffer-name): Add thread information.
16808         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
16809         handle pending triggers.
16810         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
16811         (def-gdb-thread-buffer-simple-command)
16812         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
16813         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
16814         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
16815         New commands which show buffers bound to thread.
16816         (gdb-stack-list-locals-regexp): Removed unused regexp.
16818         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
16819         (gdb-locals-buffer-name, gdb-registers-buffer-name)
16820         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
16821         to (gud-comint-buffer) in *-buffer-name functions
16822         because (gdb-get-target-string) already does that.
16823         (gdb-locals-handler-custom, gdb-registers-handler-custom)
16824         (gdb-changed-registers-handler): Rewritten without regexps.
16826         * progmodes/gdb-mi.el: Basic thread selection support.
16827         (gdb-thread-number): New variable.
16828         (gdb-current-context-command): New macro which adds --thread
16829         option to command.
16830         (gdb-threads-mode-map): Select thread with SPC.
16831         (gdb-thread-list-handler-custom): Mark current thread with overlay
16832         arrow.  Synchronize GDB thread and Emacs thread.
16833         (gdb-select-thread): New command which selects current thread.
16834         (gdb-invalidate-frames, gdb-invalidate-locals)
16835         (gdb-invalidate-registers): Use --thread option.
16837 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
16839         * net/tramp.el (top): Make check for tramp-gvfs loading more
16840         robust.  (Bug#3977)
16841         (tramp-handle-insert-file-contents): `unwind-protect' must be
16842         inside `with-parsed-tramp-file-name'.
16844         * net/tramp-gvfs.el (top): Remove superfluous message when loading
16845         fails.
16847 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
16849         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
16850         directory if CLASSPATH is not set.
16852 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
16854         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
16855         New defconst.
16856         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
16858 2009-08-02  Kevin Ryde  <user42@zip.com.au>
16860         * net/newst-backend.el (newsticker--raw-url-list-defaults):
16861         Update freshmeat link.  Delete newsforge.com as it seems gone.
16863 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
16865         * select.el (x-set-selection): Doc fix (Bug#4021).
16867         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
16869         * help-fns.el (describe-variable): Treat list return values from
16870         dir-locals-find-file properly (Bug#4005).
16872 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
16874         * net/tramp.el (tramp-debug-message): Print also microseconds.
16876 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
16878         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
16879         or END is non-nil.
16880         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
16881         (tramp-get-debug-buffer): Change `outline-regexp' according to new
16882         format.
16884         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
16885         (tramp-get-file-property): Use it.
16887         * autorevert.el (auto-revert-handler): Allow
16888         `auto-revert-tail-mode' for remote files.
16890 2009-08-02  Jason Rumney  <jasonr@gnu.org>
16892         * minibuffer.el (read-file-name): Treat confirm options to
16893         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
16895 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
16897         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
16898         (font-lock-variable-name-face, font-lock-constant-face): Darken
16899         the colors for light backgrounds.
16901 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
16903         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
16904         month names.  (Bug#3987)
16906 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
16908         * simple.el (line-move-finish): Pass whole number to
16909         line-move-to-column.
16910         (line-move-visual): Perform hscroll to the recorded position.
16912 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
16914         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
16916 2009-07-29  Alan Mackenzie  <acm@muc.de>
16918         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
16920 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
16922         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
16923         (gdb-place-breakpoints): Use full path when setting breakpoints.
16925 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
16927         * calc/calc.el (calc-mode-map): Add keybinding for
16928         `calc-transpose-lines'.
16930 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
16932         * calc/calc-misc.el (calc-transpose-lines): New function.
16934 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
16936         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
16937         Simplify check for out-of-band methods.
16938         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
16939         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
16941 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
16943         * vc-git.el (vc-git-checkin): Fix typo.
16945 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
16947         * progmodes/js2-mode.el: New file.
16949 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
16951         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
16952         (gud-menu-map): Adjust tooltip accordingly.
16954 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
16956         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
16957         (vc-bzr-log-view-mode): Adjust log-view-file-re.
16959         * add-log.el (change-log-mode-map): Add a menu.
16961 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
16963         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
16964         function returns nil.
16965         (dbus-handle-event): Handle special return value :ignore.
16966         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
16968 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
16970         * view.el (view-mode-enable): Don't define Helper-return-blurb if
16971         it's not needed.
16973 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
16975         Fix Bug#3888:
16977         * w32-vars.el (x-select-enable-clipboard): Doc fix.
16979         * term/pc-win.el (x-display-name, x-colors)
16980         (x-select-enable-clipboard, x-select-text): Doc fix.
16982         * term/common-win.el (x-display-name, x-colors): Doc fix.
16984         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
16985         (xw-defined-colors): Doc fix.
16987         * w32-fns.el (x-select-text, x-setup-function-keys)
16988         (x-get-selection, x-set-selection): Doc fix.
16990         * term/x-win.el (x-select-text, x-setup-function-keys)
16991         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
16993         * select.el (x-set-selection): Doc fix.
16995 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
16997         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
16998         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
16999         "IsNSSSupportAvailable" method is not available.  Reported by
17000         Steve Youngs <steve@sxemacs.org>.
17002 2009-07-24  Kenichi Handa  <handa@m17n.org>
17004         * international/characters.el: Fix setting of category ?C, ?|, ?K,
17005         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
17006         (build-unicode-category-table): Fix range checks.
17008 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
17010         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
17011         the buffer we try to sync is current when calling
17012         vc-resynch-buffer.
17014         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
17015         not show up to date files.
17017 2009-07-24  Glenn Morris  <rgm@gnu.org>
17019         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
17020         Add autoload cookies.  If necessary, initialize.
17021         (elint-log): Handle non-file buffers.
17022         (elint-initialize): Add optional argument to reinitialize.
17023         (elint-find-builtin-variables): Save excursion.
17025 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
17027         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
17028         for Lint.
17030 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
17032         * vc.el (vc-print-log-internal): New function, split out from ...
17033         (vc-print-log): ... here.
17034         (vc-dir-move-to-goal-column): Declare.
17036         * vc-git.el (vc-git-add-signoff): New variable.
17037         (vc-git-checkin): Use it.
17038         (vc-git-toggle-signoff): New function.
17039         (vc-git-extra-menu-map): Bind it to menu.
17040         (vc-git--run-command-string): Accept a nil FILE argument.
17041         (vc-git-stash-list): New function.
17042         (vc-git-dir-extra-headers): Use it.
17044 2009-07-23  Glenn Morris  <rgm@gnu.org>
17046         * help-fns.el (describe-variable): Describe ignored and risky local
17047         variables in a similar way to that in which we describe safe ones.
17049         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
17050         (byte-compile-output-file-form, byte-compile-output-docform)
17051         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
17052         Give some more local variables with common names a "bytecomp-" prefix,
17053         so as not to shadow things during compilation.
17054         * emacs-lisp/cl-macs.el (load-time-value)
17055         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
17056         `outbuffer' to `bytecomp-outbuffer'.
17058         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
17059         since the next two variables cover them automatically now.
17060         (elint-builtin-variables, elint-autoloaded-variables): New.
17061         (elint-unknown-builtin-args): Remove all members, since they can be
17062         parsed automatically now.
17063         (elint-extra-errors): New.
17064         (elint-env-add-env, elint-env-add-macro): Use cadr.
17065         (elint-current-buffer): Use or.  Change final message.
17066         (elint-get-top-forms): Use line-end-position.
17067         (elint-init-env): Use cadr.  Handle autoload, declare-function,
17068         and defalias.
17069         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
17070         (regexp-assoc): Remove unused function.
17071         (elint-top-form): Set elint-current-pos, to record the start of the
17072         top-level form, for compilation-mode.
17073         (elint-form): Trap errors in macro expansion.  Use dolist.
17074         (elint-unbound-variable): Use elint-builtin-variables and
17075         elint-autoloaded-variables.
17076         (elint-get-args): Use cadr, or.
17077         (elint-check-cond-form): Use dolist, cadr.
17078         (elint-check-condition-case-form): Doc fix.  Use cadr.
17079         Use elint-extra-errors.
17080         (elint-log): New function.
17081         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
17082         Distinguish errors and warnings.
17083         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
17084         Use a bytecomp-style format.
17085         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
17086         (elint-get-log-buffer): Use compilation mode.  Disable undo.
17087         Don't truncate lines.
17088         (elint-initialize): Set builtin and autoloaded variable lists.
17089         Only process elint-unknown-builtin-args if non-nil.
17090         (elint-find-builtin-variables, elint-find-autoloaded-variables):
17091         New functions.
17092         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
17094 2009-07-22  Kevin Ryde  <user42@zip.com.au>
17096         * net/newst-backend.el (newsticker--parse-atom-1.0)
17097         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
17098         (newsticker--parse-rss-1.0):
17099         * progmodes/idlwave.el (idlwave-mode):
17100         * progmodes/idlw-shell.el (idlwave-shell-mode):
17101         * progmodes/vera-mode.el (vera-mode):
17102         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
17103         * progmodes/vhdl-mode.el (vhdl-mode):
17104         * textmodes/table.el (table-generate-source)
17105         (table--warn-incompatibility):
17106         Hyperlink urls in docstrings with URL `...'.
17108 2009-07-22  Glenn Morris  <rgm@gnu.org>
17110         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
17111         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
17112         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
17113         Remove leading * from defcustom docs.
17115         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
17117         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
17118         defcustom doc.
17119         (list-load-path-shadows): Optionally, just return shadows as a string.
17121         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
17123 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
17125         * mail/rmailedit.el (rmail-edit-mode): Use
17126         auto-save-include-big-deletions.
17128         * mail/rmail.el (rmail-variables): Use
17129         auto-save-include-big-deletions.
17131         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
17132         changes.
17134 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
17136         * calc/calc.el (calc-undo-length): New variable.
17137         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
17139 2009-07-21  Richard Stallman  <rms@gnu.org>
17141         * files.el (auto-save-mode): Handle buffer-save-size = -2
17142         for toggling mode.
17144 2009-07-21  Glenn Morris  <rgm@gnu.org>
17146         * textmodes/ispell.el (ispell-looking-back): Update declaration.
17148         * calendar/todo-mode.el (calendar-current-date): Update declaration.
17150         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
17151         silence compiler.  Instead...
17152         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
17153         (ps-print-ensure-fontified): Update for above function name changes.
17155         * printing.el (pr-mh-get-msg-num, pr-mh-show)
17156         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
17157         silence compiler.  Instead...
17158         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
17159         (mh-show-buffer): Only define for compiler.
17160         (pr-mh-current-message): Update for above function name changes.
17162         * files.el (abort-if-file-too-large): Explicitly pass `filename'
17163         as an argument.
17164         (find-file-noselect, insert-file-1): Update for above change.
17166         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
17168         * mail/mailclient.el (mailclient-send-it): Fix message.
17170         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
17171         (edebug-eval): Check cl-debug-env is bound.
17172         (print-level, print-circle): Don't redefine built-in variables.
17174         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
17175         (custom-print-vectors): Remove old comments from doc.
17177         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
17178         (emerge-version): Make the variable an obsolete alias for the
17179         emacs-version variable.  Make the function obsolete.
17180         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
17181         Emerge options, rather than merging in into the main Options menu.
17182         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
17183         and auto advance modes.  Disable edit/fast items when not relevant.
17185 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
17187         * term/vt420.el (terminal-init-vt420): Fix typo.
17189 2009-07-20  Sam Steingold  <sds@gnu.org>
17191         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
17192         variable (removed from compile.el on 2004-03-11).
17194 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
17196         * files.el (hack-local-variables-filter): Fix last change.
17198 2009-07-19  Juri Linkov  <juri@jurta.org>
17200         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
17201         (dir-local-variables-alist): New buffer-local variable.
17202         (hack-local-variables-filter): If variable is not dir-local,
17203         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
17204         because file-local overrides dir-local.
17205         (c-postprocess-file-styles) <declare-function>:
17206         Remove obsolete declaration.
17207         (hack-dir-local-variables): Add dir-local variable/value pair to
17208         `dir-local-variables-alist' and remove duplicates.  Doc fix.
17210         * help-fns.el (describe-variable): Add information about
17211         file-local and dir-local variables.
17213 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
17215         * files.el (hack-local-variables-filter): Rewrite.
17217 2009-07-19  Glenn Morris  <rgm@gnu.org>
17219         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
17220         Silence compiler by only defining on XEmacs.
17222         * international/mule.el (auto-coding-regexp-alist): Only match
17223         BABYL... at the start of buffer, not of lines.  (Bug#3790)
17225         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
17226         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
17227         (cal-menu-context-mouse-menu): Doc fix.
17229         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
17231         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
17233 2009-07-18  Juri Linkov  <juri@jurta.org>
17235         * info.el: Virtual Info keyword finder.
17236         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
17237         (Info-finder-file): New variable.
17238         (Info-finder-find-file): New function.
17239         (finder-known-keywords, finder-package-info)
17240         (find-library-name, lm-commentary): Use defvar and
17241         declare-function to silence compiler warnings.
17242         (Info-finder-find-node): New function.
17243         (info-finder): New command.
17245         * subr.el (process-kill-buffer-query-function): New function.
17246         (add-hook)<kill-buffer-query-functions>: Add hook
17247         `process-kill-buffer-query-function'.
17249 2009-07-18  Alan Mackenzie  <acm@muc.de>
17251         * progmodes/cc-mode.el (c-before-hack-hook)
17252         (c-postprocess-file-styles): Give invocation of `c-set-style'
17253         DONT-OVERRIDE parameter of t.  Already set style variables will
17254         thus not be overridden by style settings given by `c-file-syle'.
17256         * files.el (hack-local-variables-filter): Remove entries with
17257         duplicate keys from `file-local-variables-alist'.
17259 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
17261         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
17262         x-set-selection if display-selections-p returns nil for the
17263         current frame.
17265 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
17267         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
17269 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
17271         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
17272         Accept nil in addition to a regexp.
17273         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
17274         Accept nil in addition to a regexp.
17275         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
17276         buffers that have an associated file.  Handle nil values of
17277         desktop-buffers-not-to-save and desktop-files-not-to-save.
17278         (Bug#3833)
17280         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
17281         (x-disown-selection-internal): New functions.
17283 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
17285         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
17286         warning.
17287         (gdb-breakpoints-header): Move forward to avoid compiler warning.
17288         (gdb-make-header-line-mouse-map): Remove duplicate definition.
17290 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
17292         * simple.el (set-mark): Revert last change.
17294 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
17296         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
17297         rendering of pngs is not possible instead of messaging a long
17298         description.
17300 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
17302         * w32-fns.el (x-selection-owner-p): New function.
17304         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
17305         (mouse-yank-at-click, mouse-yank-primary): If
17306         select-active-regions is non-nil, deactivate the mark before
17307         insertion.
17309         * simple.el (deactivate-mark, set-mark): Only save selection if we
17310         own it.
17312 2009-07-17  Kenichi Handa  <handa@m17n.org>
17314         * case-table.el (describe-buffer-case-table): Fix for the case
17315         that KEY is a cons.
17317 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
17319         * vc-rcs.el (vc-rcs-find-file-hook):
17320         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
17322 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
17324         * net/tramp.el (tramp-wait-for-output): Handle the case when
17325         commands do not return a newline but a null byte before the shell
17326         prompt.  (Bug#3858)
17328 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17330         * term/ns-win.el (ns-set-alpha): Don't declare.
17331         (ns-set-background-alpha): Remove function.
17333 2009-07-16  Kevin Ryde  <user42@zip.com.au>
17335         * emacs-lisp/copyright.el (copyright-update): Save match-data across
17336         y-or-n-p, for safety.
17338 2009-07-16  Richard Stallman  <rms@gnu.org>
17340         * files.el (auto-save-mode): If buffer-saved-size is -2,
17341         don't clobber it.
17343         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
17344         (rmail-retry-ignored-headers): Add more uninteresting fields.
17346 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
17348         * net/rcirc.el (rcirc): Use history variables.
17349         (rcirc-server-name-history, rcirc-nick-name-history)
17350         (rcirc-server-port-history): New variables.
17352 2009-07-15  Kenichi Handa  <handa@m17n.org>
17354         * international/mule-cmds.el (set-language-environment-charset):
17355         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
17356         ignore them.
17358         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
17359         Delete unibyte-display.
17361 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
17363         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
17365 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
17367         * simple.el (deactivate-mark): Optional argument FORCE.
17368         (set-mark): Use deactivate-mark.
17370         * info.el (Info-search): No need to check transient-mark-mode
17371         before calling deactivate-mark.
17373         * select.el (x-set-selection): Doc fix.
17374         (x-valid-simple-selection-p): Allow buffer values.
17375         (xselect--selection-bounds): Handle buffer values.  Suggested by
17376         David De La Harpe Golden.
17378         * mouse.el (mouse-set-region, mouse-drag-track): Call
17379         copy-region-as-kill before setting the mark, to let
17380         select-active-regions work.
17382 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
17384         * simple.el (deactivate-mark): If select-active-regions is
17385         non-nil, copy the selection data into a string.
17386         (activate-mark): If select-active-regions is non-nil, set the
17387         selection to the current buffer.
17388         (set-mark): Update selection if select-active-regions is non-nil.
17390         * select.el (x-valid-simple-selection-p): Allow buffer values.
17392 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17394         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
17395         and more featureful message-mode.
17397 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
17399         * select.el (x-set-selection): Doc fix.
17400         (x-valid-simple-selection-p): Disallow selection data consisting
17401         of a list or cons of integers, since that is not used.
17402         (xselect--selection-bounds, xselect--int-to-cons): New functions.
17403         (xselect-convert-to-string, xselect-convert-to-length)
17404         (xselect-convert-to-filename, xselect-convert-to-charpos)
17405         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
17407 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
17409         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
17410         output in -break-info command (Emacs bug #3794).
17412 2009-07-14  Glenn Morris  <rgm@gnu.org>
17414         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
17415         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
17416         (edebug-print-length, edebug-print-level, edebug-print-circle)
17417         (edebug-sit-for-seconds, edebug-view-outside)
17418         (edebug-bounce-point, edebug-set-global-break-condition)
17419         (edebug-Go-nonstop-mode, edebug-trace-mode)
17420         (edebug-Trace-fast-mode, edebug-continue-mode)
17421         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
17422         (edebug-visit-eval-list): Doc fixes.
17424         * subr.el (def-edebug-spec): Doc fix.
17426 2009-07-14  Kenichi Handa  <handa@m17n.org>
17428         * international/characters.el: Fix setting of category ?C.
17430 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
17432         * term/ns-win.el (x-select-font): defalias x-select-font to
17433         ns-popup-font-panel instead of generate-fontset-menu.
17435 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
17437         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
17439 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
17441         * arc-mode.el (archive-find-type): Allow for a PK00 string before
17442         the PK\003\004 header (Bug#3770).
17444 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
17446         * pcomplete.el (pcomplete-comint-setup): Check for
17447         shell-dynamic-complete-filename too.
17449 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
17451         * simple.el (temporary-goal-column): Change the value for
17452         line-move-visual to a cons cell.
17453         (line-move-visual): Record or set the window hscroll, if
17454         necessary (Bug#3494).
17455         (line-move-1): Handle cons value of temporary-goal-column.
17457 2009-07-11  Kenichi Handa  <handa@m17n.org>
17459         * international/mule-diag.el (describe-character-set): Don't show
17460         width.
17462 2009-07-10  Sam Steingold  <sds@gnu.org>
17464         * progmodes/compile.el (compilation-mode-font-lock-keywords):
17465         Omake sometimes indents the errors it prints, so allow all
17466         regexps to start with spaces.
17468 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
17470         * cus-edit.el (customize-changed-options-previous-release):
17471         Bump value to 22.1.  (Bug#3804)
17473 2009-07-08  Sam Steingold  <sds@gnu.org>
17475         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
17476         to be a cons cell (test . ignored-directory) to selectively ignore
17477         some directories depending on the location of the search.
17479 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
17481         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
17482         remote user is root, on the local host.
17483         (tramp-local-host-p): Either the local user or the remote user
17484         must be root.  (Bug#3771)
17486 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
17488         * progmodes/gdb-mi.el (gdb): Remove description of
17489         gdb-use-separate-io-buffer.
17490         (menu): Don't allow toggling of or enable
17491         gdb-use-separate-io-buffer from menubar.
17493 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
17495         * mail/unrmail.el (unrmail): Make sure the message ends with two
17496         newlines (Bug#3769).
17498 2009-07-08  Glenn Morris  <rgm@gnu.org>
17500         * calendar/calendar.el (calendar-current-date): Rework previous change.
17502 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
17504         * calendar/calendar.el (calendar-current-date):
17505         Add an optional argument giving an offset from today.
17507 2009-07-08  Glenn Morris  <rgm@gnu.org>
17509         * tutorial.el (tutorial--describe-nonstandard-key):
17510         Adjust the message for when a key has been unbound.
17511         (help-with-tutorial): Hide the arch-tag.
17513 2009-07-08  Kenichi Handa  <handa@m17n.org>
17515         * international/fontset.el (setup-default-fontset): For each
17516         script, append (not set) font-specs.
17518         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
17519         docstring.
17521 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
17523         * progmodes/gdb-mi.el (gdb-init-1): Move sending
17524         -data-list-register-names to ...
17525         (gdb-starting): ... here because GDB 7.0 requires execution to
17526         have started when using this MI command.
17527         (gdb-set-header): New function to distinguish select and
17528         unselected tabs in gdb buffers.
17529         (gdb-propertize-header): New macro that uses gdb-set-header.
17530         (gdb-breakpoints-header, gdb-locals-header): Use it.
17531         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
17533 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
17535         * Makefile.in (ELCFILES): Remove fadr.elc.
17537 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
17539         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
17540         may contain frame information, so `string-match' should be used.
17541         (gdb-update): Disassembly is invalidated through
17542         `gdb-get-selected-frame'.
17543         (gdb-pad-string): New function to pad string with spaces.
17544         (gdb-invalidate-disassembly): Invalidate only if the buffer
17545         exists.
17546         (gdb-disassembly-handler-custom): Column alignment.
17547         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
17548         placing new ones.
17549         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
17550         end of line, too.
17551         (gdb-frame-handler): Match convention to for disassembly buffer
17552         mode name.
17553         (gdb-stack-list-frames-handler): Rewritten without regexps.
17554         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
17555         not highlight breakpoints without line information.
17556         (gdb-input): Add trailing newline to command.
17558         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
17559         buffer properly.
17560         (gdb-breakpoints-list-handler-custom): Replacement for
17561         `gdb-break-list-handler'.  Using real parser instead of regexps
17562         now.
17563         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
17564         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
17565         to place breakpoints.
17566         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
17567         functions.
17568         (gdb-disassembly-handler-custom): Show overlay arrow.
17569         (gdb-disassembly-place-breakpoints): Show breakpoints in
17570         disassembly buffer.
17571         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
17572         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
17573         instead of parsing breakpoints buffer.  Fixed old menu references
17574         in `gud-menu-map'.
17576         * fadr.el: Remove.
17578         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
17579         (gdb-memory-address): New variable which holds top address of
17580         memory page shown in memory buffer.
17581         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
17582         customization variables.
17583         New functions:
17584         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
17585         display the memory buffer.
17586         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
17587         buffer display parameters.
17588         (def-gdb-memory-format, gdb-memory-format-binary)
17589         (gdb-memory-format-octal, gdb-memory-format-unsigned)
17590         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
17591         Functions for setting memory buffer format.
17592         (gdb-memory-unit-word, gdb-memory-unit-halfword)
17593         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
17594         unit size used in memory buffer.
17595         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
17596         to next/previous page of memory buffer.
17597         Now using (bindat-get-field) instead of fadr functions.
17599 2009-07-07  Sam Steingold  <sds@gnu.org>
17601         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
17602         non-top-level files.
17604 2009-07-07  Kenichi Handa  <handa@m17n.org>
17606         * international/mule-cmds.el (reset-language-environment): Put
17607         the highset priority to the charset iso-8859-1.
17609 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
17611         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
17612         to the end of the line when locating the block (Bug#700).
17614 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
17616         * net/tramp.el (tramp-handle-write-region): Flush file properties
17617         in case of short track.
17619 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
17621         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
17622         Coded custom representation of verilog error regular expressions
17623         to work with Emacs-22's new format.
17624         (verilog-error-regexp-xemacs-alist): Coded custom representation
17625         of verilog error regular expressions to work with XEmacs format.
17626         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
17627         error recognition into XEmacs.
17628         (verilog-error-regexp-add-emacs): Hook routine to install verilog
17629         error recognition into Emacs-22.
17631 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
17633         * woman.el: Remove stand-alone closing parentheses.
17634         (woman-file-name, woman2-format-paragraphs)
17635         (woman-leave-blank-lines): Code cleanup.
17636         (woman-use-own-frame): Change default to nil.
17637         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
17638         defaults to inherit from default faces.
17639         (woman2-process-escapes): Consume the newline after a stand-alone
17640         filler character (Bug#3651).
17642 2009-07-06  Glenn Morris  <rgm@gnu.org>
17644         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
17645         (top-level): Move provide to the end.
17646         (ffap): Remove defunct URL from custom group.
17648         * subr.el (eval-after-load): Doc fix.
17650 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
17652         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
17653         `calc-embedded-word' is called twice.
17655 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17657         * files.el (find-alternate-file-other-window, find-alternate-file):
17658         Obey confirm-nonexistent-file-or-buffer.
17660 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
17662         * dired-aux.el (dired-show-file-type): Handle remote files.
17664 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
17666         * desktop.el (desktop-globals-to-save):
17667         Add file-name-history (Bug#2750).
17669 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
17671         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
17673 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
17675         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
17676         property on entire argument since this is what eshell-lisp-command
17677         expects.
17679 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
17681         * net/tramp-gvfs.el (tramp-gvfs-methods)
17682         (tramp-gvfs-zeroconf-domain)
17683         (tramp-bluez-discover-devices-timeout): Add version flag.
17684         (tramp-gvfs-handler-mounted-unmounted)
17685         (tramp-gvfs-connection-mounted-p): Polish handling of
17686         incompatibilities between GVFS 0.2 and 1.0.
17688 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
17690         * cus-start.el (all): Add make-pointer-invisible.
17692 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
17694         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
17695         formatted correctly.
17697 2009-07-02  Juri Linkov  <juri@jurta.org>
17699         * info.el: Virtual Info files and nodes.
17700         (Info-virtual-files, Info-virtual-nodes): New variables.
17701         (Info-current-node-virtual): New variable.
17702         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
17703         New functions.
17704         (Info-file-supports-index-cookies): Use Info-virtual-file-p
17705         to check for a virtual file instead of checking a fixed list
17706         of node names.
17707         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
17708         instead of ad-hoc processing of "dir" and (apropos history toc).
17709         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
17710         instead of ad-hoc processing of "dir" and (apropos history toc).
17711         Reread a file when moving from a virtual node.
17712         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
17713         (Info-directory-toc-nodes, Info-directory-find-file)
17714         (Info-directory-find-node): New functions.
17715         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
17716         (Info-history): Move part of code to
17717         `Info-history-find-node'.
17718         (Info-history-toc-nodes, Info-history-find-file)
17719         (Info-history-find-node): New functions.
17720         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
17721         (Info-toc): Move part of code to `Info-toc-find-node'.
17722         (Info-toc-find-node): New function.
17723         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
17724         the current Info file name to references because now the node
17725         "*TOC*" belongs to the same Info manual.
17726         (Info-toc-build): Rename from `Info-build-toc'.
17727         (Info-toc-nodes): Rename input argument `file' to `filename'.
17728         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
17729         instead of ad-hoc processing of ("dir" apropos history toc).
17730         (Info-index-nodes): Use Info-virtual-file-p
17731         to check for a virtual file instead of checking a fixed list
17732         of node names.
17733         (Info-index-node): Add check for `Info-current-node-virtual'.
17734         Raise `save-match-data' higher up the tree to contain
17735         `search-forward' too (bug fix).
17736         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
17737         (Info-virtual-index-nodes): New variable.
17738         (Info-virtual-index-find-node, Info-virtual-index): New functions.
17739         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
17740         (Info-apropos-file, Info-apropos-nodes): New variables.
17741         (Info-apropos-toc-nodes, Info-apropos-find-file)
17742         (Info-apropos-find-node, Info-apropos-matches): New functions.
17743         (info-apropos): Move part of code to `Info-apropos-find-node' and
17744         `Info-apropos-matches'.
17745         (Info-mode-map): Bind "I" to `Info-virtual-index'.
17746         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
17747         for a virtual file instead of checking a fixed list of node names.
17749         * simple.el (async-shell-command): New command.
17751         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
17753         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
17754         instead of `mount-info'.
17756 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
17758         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
17759         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
17761 2009-07-02  Kenichi Handa  <handa@m17n.org>
17763         * international/mule.el (set-keyboard-coding-system): Force *-unix
17764         coding-system to avoid eol conversion.
17766 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
17768         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
17769         Add handler for `process-file', `shell-command' and
17770         `start-file-process'.
17771         (tramp-gvfs-handle-shell-command)
17772         (tramp-gvfs-handle-start-file-process)
17773         (tramp-gvfs-handle-process-file): New defuns.
17774         (tramp-synce-list-devices): Simplify check for existence of property.
17776 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
17778         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
17780 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
17782         * language/korean.el (set-language-info-alist): Add korean-cp949,
17783         cp949 to spec.
17785 2009-07-01  Kenichi Handa  <handa@m17n.org>
17787         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
17789         * international/encoded-kb.el: Deleted.
17791         * international/mule.el (set-keyboard-coding-system): Perform the
17792         necessary setup here instead of calling encoded-kbd-setup-display.
17794 2009-07-01  Glenn Morris  <rgm@gnu.org>
17796         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
17798 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
17800         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
17802 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
17804         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
17805         Handle also the 'rename case, when setting file modes.  (Bug#3712)
17806         (tramp-default-file-modes): Remove execute permissions.
17808         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
17809         (top): Add a default for "synce" in `tramp-default-user-alist'.
17810         Add completion function for "synce" method.
17811         (tramp-hal-service, tramp-hal-path-manager)
17812         (tramp-hal-interface-manager, tramp-hal-interface-device):
17813         New defconst.
17814         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
17815         (tramp-synce-list-devices, tramp-synce-parse-device-names):
17816         New defuns.
17818         * net/trampver.el: Update release number.
17820 2009-06-30  Kenichi Handa  <handa@m17n.org>
17822         * international/fontset.el (setup-default-fontset): Add CJK fonts
17823         for symbols and the other miscellaneous characters.
17825         * language/korea-util.el (setup-korean-environment-internal):
17826         Make char-width-table suitable for Korean environments.
17827         (exit-korean-environment): Cancel above.
17829         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
17830         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
17831         setup-function to make char-width-table suitable for respective
17832         environments, and an exit-function to cancel that.
17834         * language/japan-util.el (setup-japanese-environment-internal):
17835         Call use-cjk-char-width-table with arg `ja_JP'.
17837         * international/characters.el (cjk-char-width-table): Delete it.
17838         (cjk-char-width-table-list): New variable.
17839         (use-cjk-char-width-table): New arg local-name.
17840         (use-default-char-width-table): Fix for the case that Emacs is
17841         already using the default char-width-table.
17843 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
17845         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
17846         modes mandatory.  (Bug#3712)
17848 2009-06-29  Alan Mackenzie  <acm@muc.de>
17850         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
17851         correction between the visible width of TABs and their number of bytes.
17853 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
17855         * server.el (server-buffer-done): Prevent kill-buffer from
17856         prompting by clearing the buffer modification flag (Bug#3696).
17858 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
17860         * progmodes/verilog-mode.el (verilog-beg-of-statement)
17861         (verilog-endcomment-reason-re): Support unique case and priority case.
17862         (verilog-basic-complete-re): Support localparam lineup.
17863         (verilog-beg-of-statement-1): Fix for robustness, unique case.
17864         (verilog-set-auto-endcomments): Fix for unique case, always_comb
17865         commenting.
17866         (verilog-leap-to-case-head): Now support *nested* unique &
17867         priority case statements.
17868         (verilog-auto-lineup): Make just declarations the default (as it
17869         had been).
17870         (verilog-leap-to-case-head): Support priority/unique case statements.
17871         (verilog-auto-lineup): Rework to give users radio buttons to
17872         select the various styles of automatic lineup.
17873         (verilog-error-regexp-alist): Rework to support the XEmacs style
17874         of error regular expressions from compilers, lint tools &
17875         simulators.  Note that GNU Emacs has made it impossible for a mode
17876         to load such things.
17877         (electric-verilog-terminate-line, verilog-indent-declaration)
17878         (verilog-auto-wiure): Rework for radio button selection of
17879         auto-lineup selection of specification of auto lineup.
17880         (verilog-beg-of-statement-1): Redesign to support proper operation
17881         in additional code, based on testing with auto-lineup.
17882         (verilog-calculate-indent, assignments & declarations)
17883         (verilog-backward-token): Enhance to support auto-lineup of
17884         assignments & declarations.
17885         (verilog-in-directive-p, verilog-at-struct-p): New function for
17886         easy test of whether we are.
17887         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
17888         to support safe execution at almost anyline.
17889         (verilog-calc-1): Properly support indenting deep inside generate
17890         blocks.
17891         (verilog-init-font): Remove definition & use of verilog-init-font,
17892         as it is redundant with font-lock-defaults.
17893         (verilog-mode): Alter the definition of verilog-font-lock-defaults
17894         to avoid circular calls if syntax-ppss is a function (as is the
17895         case now in 22.x GNU Emacs) as that function would sometimes call
17896         itself, leading to (nearly) infinite recursion.
17897         (verilog-ovm-begin-re, verilog-ovm-end-re)
17898         (verilog-ovm-statement-re, verilog-leap-to-head)
17899         (verilog-backward-token): Add support for OVM macros.  Some are
17900         complete statements, and others open and close scopes like begin
17901         and end.
17902         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
17903         (verilog-defun-level-generate-only-re): Really fix the defun-list
17904         compilation issue.
17905         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
17906         coverpoint, constraint and cross statements.
17907         (verilog-defun-level-list, verilog-generate-defun-level-list)
17908         (verilog-all-defun-level-list): Redo these specifications - it is
17909         too hard to support eval-when compile aggregation of lists also
17910         built at when-compile time.
17911         (verilog-defun-level-list): Place defconsts of variables used in
17912         building regular expressions which are built in eval-when-compile
17913         bodies in the same eval-when-compile body to facilitate compile
17914         without load.
17915         (verilog-beg-block-re-ordered): Support indenting
17916         virtual/protected tasks and functions.
17917         (verilog-defun-level-list, verilog-in-generate-region-p)
17918         (verilog-backward-ws&directives, verilog-calc-1): Speed up
17919         indentation of some module items (generate items).
17920         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
17921         across virtual/protected tasks and functions.
17923 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
17925         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
17926         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
17927         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
17928         in concatenations.  Reported by Yishay Belkind.
17929         (verilog-auto-ascii-enum): Support one-hot state machines in
17930         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
17931         (verilog-auto-inst, verilog-auto-inst-port): Include interface
17932         modport in AUTOINST and add vl-modport for users.  Reported by
17933         David Rogoff.
17934         (verilog-auto-inout-module, verilog-auto-inst)
17935         (verilog-decls-get-interfaces, verilog-insert-definition)
17936         (verilog-insert-one-definition, verilog-read-decls)
17937         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
17938         (verilog-sig-modport, verilog-signals-combine-bus)
17939         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
17940         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
17941         Suggested by David Rogoff.
17942         (verilog-repair-open-comma): Fix non-insertion of comma when
17943         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
17944         (verilog-make-width-expression): Simplify [A-1:0] expression
17945         widths to just {A{1'b0}}.
17946         (verilog-mode): Cleanup checkdoc warnings.
17947         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
17948         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
17949         inputs/outputs or data type.  Suggested by Vasu Kandadi.
17950         (next-error-last-buffer): Fix byte-compiler warning.
17951         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
17952         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
17953         or shell command text during AUTO expansion.  Suggested by Tad Truex.
17954         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
17955         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
17956         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
17957         in AUTOINOUT.  Reported by Matthew Lovell.
17958         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
17959         causing use of <= assignments.  Reported by Alex Reed.
17960         (verilog-read-decls): Fix triand, trior, wand, wor to be
17961         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
17962         (verilog-extended-complete-re): Support import "DPI-C" functions.
17963         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
17964         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
17965         (verilog-insert-date, verilog-insert-year)
17966         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
17967         Windows systems.  Reported by Michael Potts.
17968         (verilog-read-module-name): Fix AUTOINST when the child module
17969         declaration's name is a tick define.  Reported by Elliot Mednick.
17970         (verilog-read-decls): Fix V2K parameter bit subscripts getting
17971         passed to next parameter's definition.  Reported by Bruce T.
17972         (verilog-read-decls): Fix detecting "parameter int" when using
17973         AUTOINSTPARAM.  Reported by Bruce T.
17974         (verilog-goto-defun): Fix goto not finding modules unless first
17975         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
17976         (verilog-mode): Expand -f flag arguments on entry to mode so
17977         verilog-goto-defun will work.  Reported by Lawrence Butcher.
17978         (verilog-getopt): Expand environment variables in -f file
17979         arguments.  Suggested by Lawrence Butcher.
17980         (verilog-set-define): Fix "Symbol's value as variable is void"
17981         when reading enumerations.
17982         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
17983         Suggested by Stephen Peltan.
17984         (verilog-read-defines): Fix reading of enumerations in include
17985         files.  Reported by Steve Peltan.
17987 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
17989         * files.el (trash-directory): Fix defcustom type.
17991 2009-06-28  Juri Linkov  <juri@jurta.org>
17993         * help-fns.el (describe-function-1): Correctly locate adviced
17994         functions in hyperlink (Bug#2438).
17996 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
17998         * files.el (trash-directory): Change default to nil.
17999         (move-file-to-trash): If trash-directory is nil and
18000         system-move-file-to-trash is unbound, perform freedesktop-style
18001         trashing.
18003 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
18005         * files.el (move-file-to-trash): Add freedesktop trash
18006         support (Bug#973).
18008 2009-06-28  Glenn Morris  <rgm@gnu.org>
18010         * autorevert.el (global-auto-revert-non-file-buffers)
18011         (global-auto-revert-mode): Doc fixes.
18013 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
18015         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
18017 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
18019         * faces.el (x-handle-named-frame-geometry): Ensure that we have
18020         opened an X connection before calling x-get-resource (Bug#3194).
18022         * play/doctor.el: Remove reference to obsolete website.
18023         (make-doctor-variables): Correct grammar mistake (Bug#2633).
18025 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
18027         Remove find-file-not-found-hook VC method.  (Bug#2757)
18028         * vc-hooks.el (vc-file-not-found-hook)
18029         (vc-default-find-file-not-found-hook): Remove functions.
18030         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
18031         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
18032         * vc.el:
18033         * vc-hg.el:
18034         * vc-git.el: Do not mention find-file-not-found-hook VC method.
18036 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
18038         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
18039         compatibility function for `looking-back'.
18041         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
18042         Use `ispell-looking-back'.
18044 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
18046         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
18047         rather than `filename'.
18049 2009-06-23  Miles Bader  <miles@gnu.org>
18051         * face-remap.el (text-scale-set): New function.
18053 2009-06-23  Glenn Morris  <rgm@gnu.org>
18055         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
18057         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
18059         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
18061         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
18063         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
18064         Simplify Persian conditionals.
18066         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
18067         variable `filename'.
18069         * comint.el (comint-insert-input): Doc fix.
18071         * Makefile.in (ELCFILES): Fix typo in previous change.
18073 2009-06-23  Miles Bader  <miles@gnu.org>
18075         * cus-start.el: Add entry for `recenter-redisplay'.
18077 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
18079         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
18080         Add an optional argument for the backend, use it instead of
18081         calling vc-backend.
18082         (vc-mode-line): Add an optional argument for the backend.
18083         Pass the backend to vc-state and vc-working-revision.  Move code for
18084         special handling for vc-state being a buffer to ...
18086         * vc-rcs.el (vc-rcs-find-file-hook):
18087         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
18089         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
18090         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
18091         vc-stay-local-p and vc-mode-line calls.
18093         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
18094         (vc-cvs-diff, vc-cvs-annotate-command)
18095         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
18096         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
18097         vc-mode-line calls.
18099         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
18100         direct comparison.
18101         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
18102         backend when calling vc-mode-line.
18103         (vc-register): Do not create a closure for calling the vc register
18104         function, call it directly.
18106 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
18108         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
18109         to make it obvious item can be clicked.
18111         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
18113 2009-06-23  Kenichi Handa  <handa@m17n.org>
18115         * language/korea-util.el (korean-key-bindings): Change the binding
18116         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
18117         same command.
18119 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
18121         Sync with Tramp 2.1.16.
18123         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
18125         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
18126         when a loading of a package fails.  Completion function for rsync
18127         is `tramp-completion-function-alist-ssh'.
18128         (all): Replace all calls of `split-string' and
18129         `tramp-split-string' by `tramp-compat-split-string'.
18130         (tramp-default-method): Use `tramp-compat-process-running-p'.
18131         (tramp-default-proxies-alist): Allow also Lisp forms.
18132         (tramp-remote-path): Add choice "Private Directories".
18133         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
18134         (tramp-domain-regexp): Allow also "-", "_" and ".".
18135         (tramp-end-of-output): Remove newlines, and add "$" at the end.
18136         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
18137         (tramp-debug-message): Insert header line in debug buffer.
18138         (tramp-handle-directory-files-and-attributes-with-stat):
18139         Care about filenames with spaces, or starting with "-".
18140         (tramp-handle-dired-uncache): New defun.
18141         (tramp-handle-insert-directory): Don't flush the directory from
18142         cache, this is handled by `dired-uncache' now.
18143         (tramp-handle-insert-file-contents): Improve error handling.
18144         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
18145         Quote `tramp-end-of-output'.
18146         (tramp-action-password): Improve trace message.
18147         (tramp-check-for-regexp): Both echoes must be present, before removing.
18148         (tramp-open-connection-setup-interactive-shell): Trace coding system.
18149         (tramp-compute-multi-hops): Eval cons cells of
18150         `tramp-default-proxies-alist'.
18151         (tramp-maybe-open-connection): Use the same command pattern for
18152         first hop and further hops.
18153         (tramp-wait-for-output): Remove handling of newlines.
18154         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
18155         (tramp-split-string): Remove function.  It is handled in
18156         tramp-compat now.
18158         * net/tramp-cmds.el (tramp-bug):
18159         Recommend `tramp-cleanup-all-connections' in the bug mail.
18161         * net/tramp-compat.el (tramp-compat-split-string)
18162         (tramp-compat-process-running-p): New defuns.
18164         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
18165         for `dired-uncache'.
18167         * net/tramp-gvfs.el: New package.
18169         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
18170         Add handler for `dired-uncache'.
18171         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
18173         * net/trampver.el: Update release number.  Make version check fit
18174         for SXEmacs 22.
18176 2009-06-22  Jim Meyering  <meyering@redhat.com>
18178         Automatically handle .xz suffix (XZ-compressed files), too.
18179         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
18180         XZ is the successor to LZMA: <http://tukaani.org/xz/>
18182 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
18183             Nick Roberts  <nickrob@snap.net.nz>
18185         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
18186         repository (http://sphinx.net.ru/hg/gdb-mi/).
18188 2009-06-22  Glenn Morris  <rgm@gnu.org>
18190         * files.el (dir-locals-collect-mode-variables): Allow for any number of
18191         `mode' and `eval' entries.  (Bug#3430)
18193         * Makefile.in (ELCFILES): Add fadr.elc.
18195         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
18196         differing behavior of \n and ^ in strings.  (Bug#3385)
18198         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
18200         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
18201         property.
18202         (lisp-indent-function): Make it a defcustom.
18204 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
18206         * progmodes/gdb-ui.el: Replace with ...
18207         * progmodes/gdb-mi.el: ... this file.
18208         * progmodes/gud.el: Modify for gdb-mi.el.
18210 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
18212         * fadr.el: New file.
18214 See ChangeLog.14 for earlier changes.
18216 ;; Local Variables:
18217 ;; coding: utf-8
18218 ;; End:
18220   Copyright (C) 2009, 2010  Free Software Foundation, Inc.
18222   This file is part of GNU Emacs.
18224   GNU Emacs is free software: you can redistribute it and/or modify
18225   it under the terms of the GNU General Public License as published by
18226   the Free Software Foundation, either version 3 of the License, or
18227   (at your option) any later version.
18229   GNU Emacs is distributed in the hope that it will be useful,
18230   but WITHOUT ANY WARRANTY; without even the implied warranty of
18231   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18232   GNU General Public License for more details.
18234   You should have received a copy of the GNU General Public License
18235   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.