Move ns-specific menu-bar code from term/ns-win.el to menu-bar.el.
[emacs.git] / lisp / ChangeLog
blob922a9e6ee6e9ba72d379e0f389a251a107f706f7
1 2010-10-28  Glenn Morris  <rgm@gnu.org>
3         * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
4         Move menu-bar related settings to ../menu-bar.el.
5         * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
6         Move ns-specific settings here from term/ns-win.el.
8         * simple.el (x-selection-owner-p): Remove unused declaration.
10 2010-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12         * minibuffer.el (completion-cycling): New var (bug#7266).
13         (minibuffer-complete, completion--do-completion):
14         Use completion--flush-all-sorted-completions.
15         (minibuffer-complete): Only cycle if completion-cycling is set.
16         (completion--flush-all-sorted-completions): Unset completion-cycling.
17         (minibuffer-force-complete): Set completion-cycling.
18         (completion-all-sorted-completions): Move declaration before first use.
20 2010-10-28  Leo  <sdl.web@gmail.com>
22         * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
23         which changes the order of matches seen by users (bug#7231).
25 2010-10-28  Jes Bodi Klinke  <jes@bodi-klinke.dk>  (tiny change)
27         * progmodes/compile.el (compilation-mode-font-lock-keywords):
28         Don't confuse -omega as "-o mega".
30 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
32         * vc/log-edit.el (log-edit-rewrite-fixes): New var.
33         (log-edit-author): New dynamic var.
34         (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
35         to return the author if different from committer.
36         (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
38         * play/landmark.el: Adjust commenting convention.
39         (lm-nil-score): Rename from nil-score.
40         (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
41         (OOOOscore): Move into a let in lm-score-trans-table.
42         (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
44         * electric.el (electric-indent-chars): Autoload.
45         * progmodes/octave-mod.el (octave-mode):
46         * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
47         (ruby-mode-abbrev-table): Merge initialization and declaration.
49 2010-10-27  Glenn Morris  <rgm@gnu.org>
51         * abbrev.el (abbrev-mode): Remove one of the three definitions of this
52         variable.
54         * server.el (server-host, server-port, server-auth-dir): Autoload risky.
56         * term/ns-win.el: Restore require of cl when compiling.
57         (menu-bar-final-items): Remove non-existent `windows' menu.
58         (ns-handle-nxopen): Optionally handle the temp-case.
59         (ns-handle-nxopentemp): Just call ns-handle-nxopen.
60         (ns-insert-file, ns-find-file): Use `pop'.
62 2010-10-26  Glenn Morris  <rgm@gnu.org>
64         * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
66 2010-10-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
68         * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
69         global map.
70         * term/common-win.el (x-setup-function-keys): Remove most of the
71         keymappings.  Comment on the remaining ones.
73 2010-10-26  Peter Oliver  <p.d.oliver@mavit.org.uk>  (tiny change)
75         * server.el (server-port): New option.  (Bug#854)
76         (server-start): Use server-port.
78 2010-10-26  Glenn Morris  <rgm@gnu.org>
80         * term/ns-win.el (ns-version-string): Remove unused declaration.
81         (ns-invocation-args): Change to x-invocation-args.
82         (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
83         (ns-handle-name-switch, ns-ignore-2-arg): Remove.
84         (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
85         Use x-invocation-args instead of ns-invocation-args.
86         (ns-initialize-window-system, handle-args-function-alist):
87         Use x-handle-args instead of ns-handle-args.
88         * term/common-win.el (x-handle-args): Also handle nextstep arguments.
89         * startup.el (command-line-ns-option-alist): Replace
90         ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
91         ns-handle-iconic with the x- equivalents.
93         * term/common-win.el (x-select-enable-clipboard):
94         * term/pc-win.el (x-select-enable-clipboard): Doc fix.
96         * term/ns-win.el: No need to require cl when compiling.
97         (x-display-name, x-setup-function-keys, x-select-text, x-colors)
98         (xw-defined-colors): Use the common-win definitions.
99         (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
100         (ns-handle-iconic): Make it an alias for x-handle-iconic.
101         * term/common-win.el (x-select-text, x-alternatives-map)
102         (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
103         * loadup.el [ns]: Load common-win.
105 2010-10-26  Daiki Ueno  <ueno@unixuser.org>
107         * epa-mail.el (epa-mail-encrypt): Handle local-part only
108         recipients; expand mail aliases (Bug#7280).
110 2010-10-25  Glenn Morris  <rgm@gnu.org>
112         * term/common-win.el (x-handle-switch): Simplify with pop.
113         Optionally handle numeric switches.
114         (x-handle-numeric-switch): Just call x-handle-switch.
115         (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
116         (x-handle-name-switch, x-handle-display, x-handle-args):
117         Simplify with pop.
119         * term/ns-win.el: Do not require easymenu.
120         (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
121         <spell>: Move adjustments to menu-bar.el.
122         * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
123         <separator-undo, spell>: Move ns-win's adjustments here.
124         * loadup.el [ns]: Do not load easymenu.
126 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
128         * image.el (image-checkbox-checked, image-checkbox-unchecked):
129         Delete (Bug#7222).
131         * startup.el (fancy-startup-tail): Instead of using inline images,
132         refer to image files from etc/.
134         * wid-edit.el (checkbox): Likewise.
135         (widget-image-find): Center image specs.
137 2010-10-24  Glenn Morris  <rgm@gnu.org>
139         * term/ns-win.el (x-select-text): Doc fix.
140         * w32-fns.el (x-alternatives-map, x-setup-function-keys)
141         (x-select-text): Move to term/common-win.
142         * term/w32-win.el (xw-defined-colors): Move to common-win.
143         * term/x-win.el (xw-defined-colors, x-alternatives-map)
144         (x-setup-function-keys, x-select-text): Move to common-win.
145         * term/common-win.el (x-select-text, x-alternatives-map)
146         (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
147         definitions here.
149 2010-10-24  T.V. Raman  <tv.raman.tv@gmail.com>  (tiny change)
151         * net/mairix.el (mairix-searches-mode-map):
152         * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
154 2010-10-24  Michael McNamara  <mac@mail.brushroad.com>
156         * verilog-mode.el (verilog-directive-re): Make this variable
157         auto-built for efficiency of execution and updating.
158         (verilog-extended-complete-re): Support 'pure' fucntion & task
159         declarations (these have no bodies).
160         (verilog-beg-of-statement): general cleanup to enable support of
161         'pure' fucntion & task declarations (these have no bodies).  These
162         efforts together fix Verilog bug210 from veripool; which was also
163         noticed by Steve Pearlmutter.
164         (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
165         (verilog-directive-nest-re, verilog-set-auto-endcomments): Support
166         `elsif.  Reported by Shankar Giri.
167         (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
168         attribute handling for lining up declarations and assignments.
169         (verilog-beg-of-statement-1): Fix issue where continued declaration
170         is indented differently if it is after a begin..end clock.
171         (verilog-in-attribute-p, verilog-skip-backward-comments)
172         (verilog-skip-forward-comment-p): Support proper treatment of
173         attributes by indent code. Reported by Jeff Steele.
174         (verilog-in-directive-p): Fix comment to correctly describe
175         function.
176         (verilog-backward-up-list, verilog-in-struct-region-p)
177         (verilog-backward-token, verilog-in-struct-p)
178         (verilog-in-coverage-p, verilog-do-indent)
179         (verilog-pretty-declarations): Use verilog-backward-up-list as
180         wrapper around backward-up-list inorder to properly skip comments.
181         Reported by David Rogoff.
182         (verilog-property-re, verilog-endcomment-reason-re)
183         (verilog-beg-of-statement, verilog-set-auto-endcomments)
184         (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
185         of if). Reported by Max Bjurling and
186         (verilog-calc-1): Fix for clocking block in modport
187         declaration. Reported by Brian Hunter.
189 2010-10-24  Wilson Snyder  <wsnyder@wsnyder.org>
191         * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
192         (verilog-gate-keywords, verilog-read-sub-decls)
193         (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
194         (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
195         AUTOINST for gate primitives, bug284.  Reported by Mark Johnson.
196         (verilog-read-decls): Fix spaces in V2K module parameters causing
197         mis-identification as interfaces, bug287.
198         (verilog-read-decls): Fix not treating "parameter string" as a
199         parameter in AUTOINSTPARAM.
200         (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
201         treating `elsif similar to `endif inside AUTOSENSE.
202         (verilog-do-indent): Implement correct automatic or static task or
203         function end comment highlight. Reported by Steve Pearlmutter.
204         (verilog-font-lock-keywords-2): Fix highlighting of single
205         character pins, bug264.  Reported by Michael Laajanen.
206         (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
207         (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
208         (verilog-subdecls-get-interfaced, verilog-subdecls-new): Support
209         interfaces with AUTOINST, bug270.  Reported by Luis Gutierrez.
210         (verilog-pretty-expr): Fix interactive arguments, bug272. Reported
211         by Mark Johnson.
212         (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp): Add
213         'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
214         bug269. Suggested by Gary Delp.
215         (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
216         (verilog-preprocessor, verilog-set-compile-command): Create
217         verilog-preprocess and verilog-preprocessor to show preprocessed
218         output.
219         (verilog-get-beg-of-line, verilog-get-end-of-line)
220         (verilog-modi-file-or-buffer, verilog-modi-name)
221         (verilog-modi-point, verilog-within-string): Move defmacro's
222         before first use to avoid warning. Reported by Steve Pearlmutter.
223         (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
224         (verilog-colorize-region, verilog-highlight-buffer)
225         (verilog-highlight-includes, verilog-highlight-modules)
226         (verilog-highlight-region, verilog-mode): Rename colorize to
227         highlight to match other packages.  Disable module highlighting,
228         as received speed complaints, reenable for experimentation only
229         using new verilog-highlight-modules.
230         (verilog-read-decls): Fix regexp stack overflow in very large
231         AUTO_TEMPLATEs, bug250.
232         (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
233         (verilog-scan): Create verilog-save-buffer-state to standardize
234         making insignificant changes that shouldn't call hooks.
235         (verilog-save-no-change-functions, verilog-save-scan-cache)
236         (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
237         Create verilog-save-no-change-functions to wrap verilog-scan
238         preservation, and fix to work with nested preserved calls.
239         (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
240         port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
241         generate .name with AUTOINST, bug245.  Suggested by David Rogoff.
242         (verilog-submit-bug-report): Update variable list to be complete.
243         (verilog-auto, verilog-colorize-region): Fix AUTO expansion
244         breaking on-the-fly font-locking.
245         (verilog-colorize-buffer, verilog-colorize-include-files)
246         (verilog-colorize-include-files-buffer, verilog-colorize-region)
247         (verilog-load-file-at-mouse, verilog-load-file-at-point)
248         (verilog-mode, verilog-read-inst-module-matcher): With point on a
249         AUTOINST cell instance name, middle mouse button now finds-file on
250         it.  Suggested by Brad Dobbie.
251         (verilog-alw-get-temps, verilog-auto-reset)
252         (verilog-auto-sense-sigs, verilog-read-always-signals)
253         (verilog-read-always-signals-recurse): Fix loop indexes being
254         AUTORESET. AUTORESET now assumes any variables in the
255         initialization section of a for() should be ignored.  Reported by
256         Dan Dever.
257         (verilog-error-font-lock-keywords)
258         (verilog-error-regexp-emacs-alist)
259         (verilog-error-regexp-xemacs-alist): Fix error detection of
260         Cadence HAL, reported by David Asher.  Repair drift between the
261         three similar error variables.
262         (verilog-modi-lookup, verilog-modi-lookup-cache)
263         (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
264         (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
265         Fix slow verilog-auto expansion on very large files.
266         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line): Fix
267         AUTOOUTPUT treating "1*2" as a signal name in submodule connection
268         "{1*2{...".  Broke in last revision.
269         (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
270         submodule connections with replications "{#{a},#{b}}".
272 2010-10-24  Juanma Barranquero  <lekktu@gmail.com>
274         * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
275         Fix typo in docstring.
277 2010-10-24  Kenichi Handa  <handa@m17n.org>
279         * face-remap.el (text-scale-adjust): Call read-event with a proper
280         prompt.
282 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
284         * emacs-lisp/unsafep.el: Don't mark functions that display
285         messages as safe.  Suggested by Johan Bockgård.
287 2010-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
289         * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
290         Turn comments into docstrings.
292         * minibuffer.el (completion--replace): Move point where it belongs
293         when there's a common suffix (bug#7215).
295 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
297         Merge read-color and facemenu-read-color (Bug#7242).
299         * faces.el (read-color): Use the completion code from
300         facemenu-read-color.  Require match in completion.  Doc fix.
302         * facemenu.el (facemenu-read-color): Alias for read-color.
303         (facemenu-set-foreground, facemenu-set-background): Use
304         read-color.
306         * frame.el (set-background-color, set-foreground-color)
307         (set-cursor-color, set-mouse-color, set-border-color): Use
308         read-color.
310 2010-10-24  Leo  <sdl.web@gmail.com>
312         * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
313         argument of delete-file and delete-directory (Bug#7011).
315 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
317         * emacs-lisp/package.el (package-menu-mode-map): Inherit from
318         button-buffer-map.
320 2010-10-24  Ralf Angeli  <angeli@caeruleus.net>
322         * emacs-lisp/package.el (package--generate-package-list): Make the
323         *Packages* buffer read-only.
325 2010-10-24  Alan Mackenzie  <acm@muc.de>
327         * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
328         result of `c-beginning-of-decl-1' between invocations of a lambda
329         function (Bug #7265).
331 2010-10-24  Daiki Ueno  <ueno@unixuser.org>
333         * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
334         executable is not available on the system (Bug#7268).
336 2010-10-24  Glenn Morris  <rgm@gnu.org>
338         * select.el (selection-coding-system, next-selection-coding-system):
339         Sync doc with C versions.
341         * w32-vars.el (x-select-enable-clipboard):
342         * term/x-win.el (x-select-enable-clipboard): Move to common-win.
343         * term/common-win.el (x-select-enable-clipboard): Move here.
345         * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
346         definition of C variable.
348         * frame.el (show-trailing-whitespace, auto-hscroll-mode)
349         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
350         Don't redefine things that are defined in C.
351         * cus-start.el: Also handle :risky, :safe, :set, and :tag.
352         (show-trailing-whitespace, auto-hscroll-mode)
353         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
354         Set up the appropriate custom properties.
356 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
358         Bind "C-c ]" to ...
359         * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
360         * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
361         * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
362         * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
364 2010-10-23  Glenn Morris  <rgm@gnu.org>
366         * textmodes/flyspell.el (flyspell-mode): If there was an error,
367         say what it was.
369         * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
370         Sync docs with C version.
372         * term/ns-win.el (xw-defined-colors):
373         * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
375         * term/pc-win.el (x-select-enable-clipboard):
376         * term/x-win.el (x-select-enable-clipboard):
377         * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
379         * comint.el (comint-password-prompt-regexp): Make it less vague.
380         Bump version.
382         * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
384         * help.el (finder-by-keyword): Remove unnecessary autoload.
386 2010-10-22  Glenn Morris  <rgm@gnu.org>
388         * loadup.el: Unconditionally load float-sup.
389         * paren.el (show-paren-delay):
390         * emacs-lisp/float-sup.el:
391         * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
392         * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
393         (lazy-lock-stealth-verbose): Assume float support.
394         * ps-print.el: Assume float support on Emacs.
395         * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
396         Remove non-float branch.
398         * emacs-lisp/autoload.el (batch-update-autoloads): Update for
399         src/Makefile no longer being pre-processed.
401 2010-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
403         * emacs-lisp/find-func.el (find-library): Use test-completion.
405 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
407         * newcomment.el (comment-dwim): Fix the intentation in the doc string.
409 010-10-21  Michael Albinus  <michael.albinus@gmx.de>
411         * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
412         space in stat format string.
413         (tramp-send-command): Unset $PS1 when using here documents, in
414         order not to get several prompts.
415         (tramp-get-inline-coding): Return `nil' in case of errors.
417 2010-10-21  Daiki Ueno  <ueno@unixuser.org>
419         * hexl.el (hexl-mode, hexl-mode-exit):
420         Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
421         (hexl-revert-buffer-function): New function.
422         (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
424 2010-10-19  Alan Mackenzie  <acm@muc.de>
426         * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
427         Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
428         that these keywords aren't wrongly matched as identifiers.
430         * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
431         setting of c-new-BEG and c-new-END from c-before-change to
432         c-after-change.  (Bug#7181)
434 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
436         * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
437         Don't mark as safe.
439         * custom.el (custom-theme-set-variables): Likewise.
440         (load-theme): Add custom-theme-set-faces and
441         custom-theme-set-variables to safe-functions while loading.
442         (custom-enabled-themes): Mark as risky.
444 2010-10-18  Julien Danjou  <julien@danjou.info>
446         * bindings.el: Remove end dashes in default mode-line-format.
448 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
450         * bindings.el (global-map): Bind C-d to delete-char and deletechar
451         to delete-forward-char.
453         * simple.el (normal-erase-is-backspace-mode): Remap delete to
454         deletechar, and hence delete-forward-char.
456 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
458         * repeat.el (repeat): Use read-key (bug#6256).
460 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
462         * emacs-lisp/unsafep.el: Don't mark functions that display
463         messages as safe.  Suggested by Johan Bockgård.
465 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
467         * minibuffer.el (completion--replace): Move point where it belongs
468         when there's a common suffix (bug#7215).
470 2010-10-19  Kenichi Handa  <handa@m17n.org>
472         * international/characters.el: Add category '|' (word breakable)
473         to fullwidth characters.
475 2010-10-19  Michael Albinus  <michael.albinus@gmx.de>
477         * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
478         (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
479         order to make stat results a float.  Patch by Andreas Schwab
480         <schwab@linux-m68k.org>.
482 2010-10-18  Julien Danjou  <julien@danjou.info>
484         * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
485         hidden by `make-pointer-invisible'.
487 2010-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
489         * files.el (locate-file-completion-table): Strip non-matching elements
490         before checking length of list (bug#7238).
492 2010-10-18  Chong Yidong  <cyd@stupidchicken.com>
494         * custom.el (custom-theme-set-variables): Mark as a safe function.
495         (load-theme): Check forms using unsafep.
497         * cus-face.el (custom-theme-set-faces): Mark as a safe function.
499 2010-10-17  Agustín Martín  <agustin.martin@hispalinux.es>
501         * textmodes/ispell.el (ispell-aspell-find-dictionary):
502         Fix aspell data file searching (bug#7230).
504 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
506         * cus-theme.el (custom-theme--migrate-settings): New var.
507         (customize-create-theme): Allow editing the `user' theme.
508         (custom-theme-add-variable, custom-theme-add-var-1)
509         (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
510         to the front of each variable or face widget.
511         (custom-theme-write): Save theme settings in the correct order.
512         Optionally, remove saved settings from user customizations.
513         (custom-theme-write-variables, custom-theme-write-faces):
514         Save only the checked widgets.
515         (customize-themes): Add a link for migrating custom settings.
517         * custom.el (custom-declare-theme, provide-theme):
518         Use custom-theme-name-valid-p.
519         (custom-theme-name-valid-p): Remove checks that are now
520         unnecessary since themes no longer obey load-path.
522         * cus-edit.el (custom-variable-value-create): For the simple
523         style, hide documentation string when hidden.
525 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
527         * cus-edit.el (custom-variable, custom-face): Combine the
528         :inhibit-magic and :display-style properties into a single
529         :custom-style property.
530         (custom-toggle-hide-variable, custom-toggle-hide-face):
531         New functions.  If hiding an edited value, save it to :shown-value.
532         (custom-variable-value-create, custom-face-value-create): Use them.
533         (custom-magic-reset): Allow magic property to be unset.
535         * custom.el: Custom themes no longer use load-path.
536         (custom-theme-load-path): New option.  Change built-in theme
537         directory to etc/.
538         (custom-enabled-themes): Add custom-theme-load-path dependency.
539         (custom-theme--load-path): New function.
540         (load-theme, custom-available-themes): Use it.
542         * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
543         (customize-themes): Link to custom-theme-load-path variable.
544         (custom-theme-add-var-1, custom-theme-add-face-1): Use the
545         :custom-style property.
547         * themes/*.el: Moved to etc/.
549 2010-10-16  Ralf Angeli  <angeli@caeruleus.net>
551         * textmodes/reftex-cite.el
552         (reftex-extract-bib-entries-from-thebibliography): Do not move
553         point when searching for \bibitem entries.  Match entries with
554         spaces or tabs in front of arguments.
556 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
558         * cus-theme.el (customize-create-theme): Delete overlays after
559         erasing.  If given a THEME arg, display only the faces of that arg
560         instead of custom-theme--listed-faces.
561         (custom-theme-variable-menu, custom-theme-variable-action)
562         (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
563         (custom-theme-add-variable, custom-theme-add-face): Apply value
564         from the theme settings, instead of the current value.
565         (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
566         (custom-theme-visit-theme): Allow calling outside theme buffers.
567         (custom-theme-merge-theme): Don't enable the theme when merging.
568         (custom-theme-write-variables, custom-theme-write-faces): Use the
569         :shown-value properties to save buffer values, not global ones.
570         (customize-themes): Display a warning about user customizations.
572         * cus-edit.el (custom-variable-value-create)
573         (custom-face-value-create): Obey new special properties
574         :shown-value and :inhibit-magic.
576 2010-10-15  Michael Albinus  <michael.albinus@gmx.de>
578         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
579         Suppress expansion of tabs to spaces.  Reported by Dale Sedivec
580         <dale@codefu.org>.
582 2010-10-14  Kenichi Handa  <handa@m17n.org>
584         * mail/rmail.el (rmail-show-message-1): Catch an error of
585         base64-decode-region and just show an error message (bug#7165).
587         * ps-mule.el (ps-mule-font-spec-list): Delete it.  Not used anymore.
588         (ps-mule-begin-job): Fix for the case that only ENCODING is set in
589         a font-spec (bug#7197).
591 2010-10-14  Glenn Morris  <rgm@gnu.org>
593         * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
595 2010-10-14  Juanma Barranquero  <lekktu@gmail.com>
597         * international/mule.el (define-coding-system):
598         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
599         * composite.el (compose-region): Fix typo in docstring.
601 2010-10-14  Chong Yidong  <cyd@stupidchicken.com>
603         * cus-face.el (custom-theme-set-faces): Call custom-push-theme
604         only after checking the theme-face property.
606         * faces.el (face-spec-reset-face): Reset all attributes in one
607         single call to set-face-attribute.
608         (face-spec-match-p): Make it a defsubst.
609         (frame-set-background-mode): New arg KEEP-FACE-SPECS.
610         (x-create-frame-with-faces, tty-create-frame-with-faces)
611         (tty-set-up-initial-frame-faces): Don't recompute face specs in
612         frame-set-background-mode, since they are recomputed immediately
613         afterwards in face-set-after-frame-default.
614         (face-set-after-frame-default): Minor optimization.
615         (cursor): Provide non-trivial defface spec.
617         * custom.el (custom-theme-recalc-face): Simplify.
619 2010-10-14  Jay Belanger  <jay.p.belanger@gmail.com>
621         * calc/calc-alg.el (math-var): Rename from `var'.
622         (math-is-polynomial, math-is-poly-rec): Replace `var'
623         with `math-var'.
625         * calc/calcalg2.el (math-var): Rename from `var'.
626         (calcFunc-table, math-scan-for-limits): Replace `var'
627         with `math-var'.
629 2010-10-13  Glenn Morris  <rgm@gnu.org>
631         * subr.el (last): Deal with dotted lists (reported in bug#7174).
633 2010-10-13  Stephen Berman  <stephen.berman@gmx.net>
635         * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
637 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
639         * net/tls.el (tls-program): Remove spurious %s from openssl.
640         (tls-starttls-switches): Remove starttls hack.
641         (open-tls-stream): Ditto.
642         (tls-find-starttls-argument): Ditto.
644 2010-10-13  Juanma Barranquero  <lekktu@gmail.com>
646         * image.el (image-library-alist): Declare as obsolete alias.
647         (image-type-available-p): Use `dynamic-library-alist'.
649         * term/w32-win.el (dynamic-library-alist):
650         Use instead of `image-library-alist'.
652 2010-10-13  IRIE Shinsuke  <irieshinsuke@yahoo.co.jp>  (tiny change)
654         * subr.el (last): Make it faster.  (Bug#7174)
656 2010-10-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>  (tiny change)
658         * Makefile.in (compile-clean): Use `` instead of $().  (Bug#7178)
660 2010-10-12  Chong Yidong  <cyd@stupidchicken.com>
662         * cus-theme.el (custom-theme--listed-faces): Add cursor face.
663         (describe-theme-1): Extract doc from unloaded themes.
665         * custom.el (custom-theme-name-valid-p): Don't list color-themes.
667         * themes/tango-theme.el:
668         * themes/tango-dark-theme.el:
669         * themes/wheatgrass-theme.el: New files.
671 2010-10-12  Chong Yidong  <cyd@stupidchicken.com>
673         * cus-theme.el (describe-theme, customize-themes)
674         (custom-theme-save): New commands.
675         (custom-new-theme-mode-map): Bind C-x C-s.
676         (custom-new-theme-mode): Use custom--initialize-widget-variables.
677         (customize-create-theme): New optional arg THEME.
678         (custom-theme-revert): Use it.
679         (custom-theme-visit-theme): Remove dead code.
680         (custom-theme-merge-theme): Use custom-available-themes.
681         (custom-theme-write): Make interactive.
682         (custom-theme-write): Use custom-theme-name-valid-p.
683         (describe-theme-1, custom-theme-choose-revert)
684         (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
685         New funs.
686         (custom-theme-allow-multiple-selections): New option.
687         (custom-theme-choose-mode): New major mode.
689         * custom.el (custom-theme-set-variables): Remove dead code.
690         Obey custom--inhibit-theme-enable.
691         (custom--inhibit-theme-enable): New var.
692         (provide-theme): Obey it.
693         (load-theme): Replace load with manual read/eval, in order to
694         check for correctness.  Use custom-theme-name-valid-p.
695         (custom-theme-name-valid-p): New function.
696         (custom-available-themes): Use it.
698         * cus-edit.el (custom--initialize-widget-variables): New function.
699         (Custom-mode): Use it.
701         * cus-face.el (custom-theme-set-faces): Remove dead code.
702         Obey custom--inhibit-theme-enable.
704         * help-mode.el (help-theme-def, help-theme-edit): New buttons.
706 2010-10-12  Juanma Barranquero  <lekktu@gmail.com>
708         * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
710 2010-10-12  Jan Djärv  <jan.h.d@swipnet.se>
712         * term/ns-win.el (ns-right-alternate-modifier): New defvar.
713         (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
714         (mac-right-option-modifier): New alias for ns-right-option-modifier.
716         * cus-start.el (all): ns-right-alternate-modifier is new.
718 2010-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
720         * emacs-lisp/lisp.el (lisp-completion-at-point):
721         Use emacs-lisp-mode-syntax-table for the whole function.
723 2010-10-12  David Koppelman  <koppel@ece.lsu.edu>
725         * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
726         instead of font-lock-mode before adding keywords.
727         Remove hi-lock-mode off code.  Remove inhibit hack.
728         (hi-lock-set-pattern): Only add keywords if font-lock-fontified
729         non-nil; removed hook inhibit hack.
731 2010-10-12  Glenn Morris  <rgm@gnu.org>
733         * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
734         (load-path-shadows-find): ... to this.
735         (list-load-path-shadows): Update for above change.
737         * mail/mail-utils.el (mail-mbox-from): Also try return-path.
739 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
741         * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
742         Fix comment for declare-function.
744 2010-10-11  Chong Yidong  <cyd@stupidchicken.com>
746         * custom.el (custom-fix-face-spec): New function; code moved from
747         custom-face-edit-fix-value.
748         (custom-push-theme): Use it when checking if a face has been
749         changed outside customize.
750         (custom-available-themes): New function.
751         (load-theme): Use it.
753         * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
755         * custom.el (custom-push-theme): Cleanup (use cond).
756         (disable-theme): Recompute the saved-face property.
757         (custom-theme-recalc-face): Follow face alias before setting prop.
759         * image.el (image-checkbox-checked, image-checkbox-unchecked):
760         New variables, containing checkbox images.
762         * startup.el (fancy-startup-tail):
763         * wid-edit.el (checkbox): Use them.
765 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
767         * shell.el (shell-mode-map):
768         * progmodes/modula2.el (m2-mode-map):
769         * progmodes/inf-lisp.el (inferior-lisp-mode-map):
770         * play/mpuz.el (mpuz-mode-map):
771         * play/landmark.el (lm-mode-map):
772         * play/decipher.el (decipher-mode-map):
773         * play/5x5.el (5x5-mode-map):
774         * net/telnet.el (telnet-mode-map):
775         * net/quickurl.el (quickurl-list-mode-map):
776         * net/mairix.el (mairix-searches-mode-map):
777         * net/eudc-hotlist.el (eudc-hotlist-mode-map):
778         * net/dig.el (dig-mode-map):
779         * mail/mspools.el (mspools-mode-map):
780         * hexl.el (hexl-mode-map):
781         * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
782         (wordstar-C-o-map, wordstar-C-q-map):
783         * emacs-lisp/edebug.el (edebug-eval-mode-map):
784         * emacs-lisp/chart.el (chart-map):
785         * edmacro.el (edmacro-mode-map):
786         * erc/erc-list.el (erc-list-menu-mode-map):
787         * array.el (array-mode-map): Declare and define in one step.
789         * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
791 2010-10-10  Daiki Ueno  <ueno@unixuser.org>
793         * epa.el (epa-passphrase-callback-function): Display filename
794         passed as the 3rd arg.
795         * epa-file.el (epa-file-passphrase-callback-function):
796         Pass filename to epa-passphrase-callback-function.
798 2010-10-09  Chong Yidong  <cyd@stupidchicken.com>
800         * cus-edit.el (custom-face-widget-to-spec)
801         (custom-face-get-current-spec, custom-face-state): New functions.
802         (custom-face-set, custom-face-mark-to-save)
803         (custom-face-value-create, custom-face-state-set): Use them.
805         * cus-theme.el (custom-theme--listed-faces): New var.
806         (customize-create-theme): Use *Custom Theme* as the buffer name.
807         Set revert-buffer-function.  Optional arg BUFFER.  Insert all
808         faces listed in custom-theme--listed-faces.
809         (custom-theme-revert): New function.
810         (custom-theme-add-variable, custom-theme-add-face): Insert at the
811         bottom of the list.
812         (custom-theme-write): Prompt for theme name if empty.
813         (custom-theme-write-variables): Use dolist.
814         (custom-theme-write-faces): Handle hidden (collapsed) widgets.
816 2010-10-09  Alan Mackenzie  <acm@muc.de>
818         Enhance fontification of declarators to take account of the
819         presence/absence of "typedef".
821         * cc-engine.el (c-forward-type): New &optional param
822         "brace-block-too".
823         (c-forward-decl-or-cast-1): cdr of return value now indicates the
824         presence of either or both of a "struct"-like keyword and "typedef".
826         * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
827         fontification of declarators which follow a "}".
828         (c-font-lock-declarations): Fontify declarators according to the
829         presence/absence of "typedef".
831         * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
832         for "typedef".
833         (c-typedef-decl-key): New lang variable built from
834         c-typedef-decl-kwds.
836 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
838         * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
839         since that's too annoying.  Move the filter groups commands to
840         TAB/backtab.
842         * epa.el (epa-passphrase-callback-function): Say what we're
843         querying the password for.
845         * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
846         behaviour, don't bury the ibuffer buffer when visiting other buffers.
848 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
850         * cus-edit.el (custom-commands, custom-buffer-create-internal)
851         (custom-magic-value-create): Pad button tags with spaces.
852         (custom-face-edit): New variable.
853         (custom-face-value-create): Determine whether to use the usual
854         face editor here, instead of using custom-face-selected.
855         Pass face defaults to custom-face-edit widget.
856         (custom-face-selected, custom-display-unselected): Delete widgets.
857         (custom-display-unselected-match): Function removed.
858         (custom-face-set, custom-face-mark-to-save):
859         Accept custom-face-edit widgets as the direct widget child.
861         * wid-edit.el (widget--completing-widget): New var.
862         (widget-default-complete): Bind it when doing completion.
863         (widget-string-complete, widget-file-complete): Use it.
865 2010-10-09  Glenn Morris  <rgm@gnu.org>
867         * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
868         (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
869         (holiday-hebrew-misc): Small simplifications.
871         * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
873         * net/browse-url.el: Don't require thingatpt, term, dired,
874         executable, or w3-auto when compiling.
875         (dired-get-filename, term-char-mode, term-send-down, term-send-string):
876         Declare.
877         (browse-url-text-emacs): Require term.
879 2010-10-08  Andreas Schwab  <schwab@linux-m68k.org>
881         * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
883 2010-10-08  Glenn Morris  <rgm@gnu.org>
885         * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
887         * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
888         (shadows-compare-text-p): Make it an obsolete alias for...
889         (load-path-shadows-compare-text): ... new name.
890         (find-emacs-lisp-shadows): Update for above name change.
891         (load-path-shadows-same-file-or-nonexistent): New name for the old
892         shadow-same-file-or-nonexistent.
894 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
896         * minibuffer.el (completion--some, completion--do-completion)
897         (minibuffer-complete-and-exit, minibuffer-completion-help)
898         (completion-basic-try-completion)
899         (completion-basic-all-completions)
900         (completion-pcm--find-all-completions): Use lexical-let to
901         avoid some false matches in variable completion (Bug#7056)
903 2010-10-08  Olof Ohlsson Sax  <olof.ohlsson.sax@gmail.com>  (tiny change)
905         * vc-svn.el (vc-svn-merge-news): Use --non-interactive.  (Bug#7152)
907 2010-10-08  Leo  <sdl.web@gmail.com>
909         * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
910         return non-nil if the file exists (Bug#7090).
912 2010-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
914         * minibuffer.el (completion--replace):
915         Better preserve markers (bug#7138).
917 2010-10-08  Juanma Barranquero  <lekktu@gmail.com>
919         * server.el (server-process-filter): Doc fix.
921 2010-10-08  Drew Adams  <drew.adams@oracle.com>
923         * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
925 2010-10-08  Andreas Schwab  <schwab@linux-m68k.org>
927         * Makefile.in (ELCFILES): Update.
929 2010-10-08  Glenn Morris  <rgm@gnu.org>
931         * vc/ediff-wind.el (ediff-setup-control-frame):
932         * vc/ediff-ptch.el (ediff-default-backup-extension):
933         * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
934         (ediff-exec-process): Remove system-types emx, windows-95.
936         * net/browse-url.el (browse-url-xdg-open): Shell-quote url.  (Bug#7166)
938 2010-10-07  Chong Yidong  <cyd@stupidchicken.com>
940         * cus-edit.el (custom-variable, custom-face): Doc fix.
941         (custom-face-edit): Add value-create attribute.
942         (custom-face-edit-value-create)
943         (custom-face-edit-value-visibility-action): New functions.
944         Hide unused face attributes by default, and add a visibility toggle.
945         (custom-face-edit-deactivate): Show empty values with shadow face.
946         (custom-face-selected): Only use this for face specs with default
947         attributes.
948         (custom-face-value-create): Cleanup.
950         * wid-edit.el (widget-checklist-value-create): Use dolist.
951         (widget-checklist-match-find): Make second arg optional.
953 2010-10-07  Glenn Morris  <rgm@gnu.org>
955         * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
956         Prefix things.
958         * emacs-lisp/shadow.el (shadow-font-lock-keywords)
959         (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
960         load-path-shadows-mode, update references.
961         (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
962         Rename variable and button.
963         (list-load-path-shadows): Update button caller.
965 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
967         * emacs-lisp/smie.el (smie-bnf-classify): New function.
968         (smie-bnf-precedence-table): Use it to remember the closers/openers.
969         (smie-merge-prec2s): Handle those new entries.
970         (smie-prec2-levels): Only set precedence to nil for actual
971         openers/closers.
972         * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
973         that is now unnecessary.
975 2010-10-07  Miles Bader  <miles@gnu.org>
977         * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
979 2010-10-07  Glenn Morris  <rgm@gnu.org>
981         * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
982         (mail-position-on-field): Remove declarations.
983         (mail-position-on-field): Autoload it.
984         (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
985         and mail-header-end.  Don't require sendmail.
987         * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
988         (shadow-mode): New mode.
989         (shadow-find-file): New button.
990         (list-load-path-shadows): Use shadow-mode and buttons.
992         * iimage.el (iimage-version): Remove.
993         (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
994         Turn into defcustoms.
995         (iimage-mode-map): Give it a doc string.
997         * calendar/appt.el (appt-activate): Give a warning rather than an error
998         if there is no diary-file.
1000 2010-10-06  Michael Albinus  <michael.albinus@gmx.de>
1002         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1003         Use `tramp-handle-find-backup-file-name'.
1005 2010-10-06  Glenn Morris  <rgm@gnu.org>
1007         * font-core.el (font-lock-defaults-alist): Remove variable.
1008         (font-lock-mode): Doc fix.
1009         (font-lock-default-function): Do not consult font-lock-defaults-alist.
1010         * font-lock.el (font-lock-refresh-defaults): Doc fix.
1011         (font-lock-set-defaults): Doc fix.
1012         Do not consult font-lock-defaults-alist.
1014         * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
1016         * emacs-lisp/cl.el: No longer provide cl-19.
1018 2010-10-05  Michael Albinus  <michael.albinus@gmx.de>
1020         * net/tramp.el (tramp-handle-directory-files-and-attributes)
1021         (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
1022         New defuns, taken from tramp-smb.el.
1023         (tramp-coding-system-change-eol-conversion)
1024         (tramp-set-process-query-on-exit-flag): Remove.
1026         * net/tramp-compat.el (top): Do not check for byte-compiler objects.
1027         (tramp-compat-coding-system-change-eol-conversion)
1028         (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
1029         from tramp.el.
1031         * net/tramp-gvfs.el:
1032         * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
1033         by `tramp-compat-set-process-query-on-exit-flag'.
1035         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
1036         Use `tramp-handle-directory-files-and-attributes',
1037         `tramp-handle-file-exists-p' and
1038         `tramp-handle-file-newer-than-file-p'.
1039         (tramp-imap-handle-file-exists-p)
1040         (tramp-imap-handle-file-executable-p)
1041         (tramp-imap-handle-file-readable-p)
1042         (tramp-imap-handle-directory-files-and-attributes)
1043         (tramp-imap-handle-file-newer-than-file-p): Remove.
1045         * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
1046         by `tramp-compat-set-process-query-on-exit-flag' and
1047         `tramp-coding-system-change-eol-conversion' by
1048         `tramp-compat-coding-system-change-eol-conversion'.
1050         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1051         Use `tramp-handle-directory-files-and-attributes',
1052         `tramp-handle-file-exists-p' and
1053         `tramp-handle-file-newer-than-file-p'.
1054         (tramp-smb-handle-directory-files-and-attributes)
1055         (tramp-smb-handle-file-exists-p)
1056         (tramp-smb-handle-file-newer-than-file-p): Remove.
1057         (tramp-smb-maybe-open-connection):
1058         Replace `tramp-set-process-query-on-exit-flag' by
1059         `tramp-compat-set-process-query-on-exit-flag'.
1061 2010-10-05  Glenn Morris  <rgm@gnu.org>
1063         * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
1065 2010-10-04  Michael Albinus  <michael.albinus@gmx.de>
1067         Continue reorganization of load dependencies.  (Bug#7156)
1069         * net/tramp.el (tramp-handle-file-local-copy-hook)
1070         (tramp-delete-temp-file-function): Move down.
1071         (tramp-exists-file-name-handler): Move up.
1072         (tramp-register-file-name-handlers): Simplify autoload.
1073         (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
1074         (tramp-handle-directory-files, tramp-handle-dired-uncache)
1075         (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
1076         (tramp-handle-file-name-completion)
1077         (tramp-handle-file-name-directory)
1078         (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
1079         (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
1080         (tramp-handle-find-backup-file-name)
1081         (tramp-handle-insert-file-contents, tramp-handle-load)
1082         (tramp-handle-substitute-in-file-name)
1083         (tramp-handle-unhandled-file-name-directory)
1084         (tramp-mode-string-to-int, tramp-local-host-p)
1085         (tramp-make-tramp-temp-file): Move from tramp-sh.el.
1087         * net/tramp-gvfs.el (top):
1088         * net/tramp-smb.el (top): Do not require 'tramp-sh.
1090         * net/tramp-sh.el (all): Move several objects to tramp.el, see
1091         there.  Rename `tramp-handle-*' to `tramp-sh-handle-*'.
1093 2010-10-04  Glenn Morris  <rgm@gnu.org>
1095         * calendar/appt.el (appt-add): Ensure reminders are enabled.
1096         (appt-activate): Give status messages.
1098 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
1100         * net/gnutls.el: Improve docs.  Remove starttls and ssl emulation.
1101         Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
1102         `gnutls-negotiate' (formerly `starttls-negotiate').
1103         Remove trivial wrapper `starttls-open-stream'.
1105 2010-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
1107         Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
1108         log-outgoing commands.
1109         * vc/vc.el (vc-log-internal-common): Add a new argument and use it
1110         to create a buffer local revert-buffer-function variable.
1111         (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
1112         revert-buffer-function lambda.
1114 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
1116         * net/gnutls.el (starttls-negotiate): Use the plist interface to
1117         `gnutls-boot'.  Make TYPE the only required parameter.
1118         Allow TRUSTFILES and KEYFILES to be lists.
1119         (open-ssl-stream): Use it.
1121 2010-10-03  Glenn Morris  <rgm@gnu.org>
1123         * subr.el (directory-sep-char): Remove obsolete variable.
1124         * net/tramp-compat.el: Don't mess about with the byte-compiler unless
1125         it is "necessary".
1127         * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
1128         * vc/vc.el (vc-static-header-alist): Doc fix.
1129         * vc/vc-cvs.el (vc-cvs-header):
1130         * vc/vc-rcs.el (vc-rcs-header):
1131         * vc/vc-sccs.el (vc-sccs-header):
1132         * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
1133         * obsolete/vc-mcvs.el (vc-mcvs-header):
1134         * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
1135         on XEmacs.
1137 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1139         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1140         Remove obsolete use of binary-overwrite-mode (Bug#7001).
1142 2010-10-03  Glenn Morris  <rgm@gnu.org>
1144         * obsolete/x-menu.el: Remove file, obsolete since 21.1
1146         * textmodes/rst.el (rst-font-lock-keywords-function):
1147         Drop Emacs 20 code.
1149         * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
1151         * printing.el: Drop Emacs 20 code.
1153         * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
1154         without having used appt.el already).
1156         * subr.el (make-local-hook): Remove function obsolete since 21.1.
1157         * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
1158         (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
1159         XEmacs.
1160         * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
1161         (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
1163         * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
1164         (charset-width, find-charset-region, chars-in-region, forward-point)
1165         (encode-coding-string, coding-system-p, ccl-execute-on-string)
1166         (define-ccl-program, multibyte-string-p, string-make-multibyte):
1167         Remove compatibility cruft (none of these are used by ps*.el).
1169 2010-10-03  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
1171         * subr.el (booleanp): Return t instead of a list (Bug#7086).
1173 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1175         * server.el (server-process-filter, server-return-error):
1176         Give emacsclient time to shut down after receiving an error string.
1178 2010-10-02  Michael Albinus  <michael.albinus@gmx.de>
1180         * files.el (remote-file-name-inhibit-cache): New defcustom.
1182         * time.el (display-time-file-nonempty-p):
1183         Use `remote-file-name-inhibit-cache'.
1185         * net/tramp.el (tramp-completion-reread-directory-timeout):
1186         Fix docstring.
1188         * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
1189         (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
1190         `remote-file-name-inhibit-cache'.  Check also for an integer
1191         value.  Add/increase counter when `tramp-verbose' >= 10.
1192         (tramp-set-file-property): Add/increase counter when
1193         `tramp-verbose' >= 10.
1195         * net/tramp-cmds.el (tramp-cleanup-all-connections)
1196         (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
1197         (tramp-bug): Set tramp-autoload cookie.  Report all interned
1198         tramp-* variables.  Report also `remote-file-name-inhibit-cache'.
1199         (tramp-reporter-dump-variable): Fix docstring.  Mask non-7bit
1200         characters only in strings.
1202         * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
1203         to backward compatibility.
1205         * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
1206         (tramp-handle-file-name-all-completions)
1207         (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
1208         (tramp-open-connection-setup-interactive-shell):
1209         Call `tramp-cleanup-connection' directly.
1211 2010-10-02  Glenn Morris  <rgm@gnu.org>
1213         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
1215         * subr.el (char-bytes): Remove obsolete function.
1217         * isearch.el (isearch-return-char): Remove obsolete function.
1219         * mouse.el: No longer provide mldrag.
1220         (mldrag-drag-mode-line, mldrag-drag-vertical-line):
1221         Remove obsolete aliases.
1223         * comint.el (comint-kill-output): Remove obsolete alias.
1225         * composite.el (decompose-composite-char): Remove obsolete function.
1226         * ps-def.el (decompose-composite-char): Remove unused function.
1228         * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
1230         * outline.el (outline-visible): Remove obsolete function.
1232         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1233         * faces.el (internal-find-face, internal-get-face)
1234         (frame-update-faces, frame-update-face-colors)
1235         (x-frob-font-weight, x-frob-font-slant)
1236         (internal-frob-font-weight, internal-frob-font-slant)
1237         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1238         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1239         (x-make-font-bold-italic): Remove functions and aliases, obsolete
1240         since Emacs 21.1.
1241         * emulation/viper-util.el (viper-get-face):
1242         * obsolete/lucid.el (find-face, get-face): Use facep.
1243         * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
1244         Remove unused functions.
1245         * vc/ediff-util.el (ediff-submit-report): Doc fix.
1247         * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
1248         delete tempfile if interrupted during compilation.
1250 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1252         * net/tls.el (tls-starttls-switches): Give up on using starttls with
1253         gnutls-cli.
1254         (tls-program): Add --insecure to be consistent with the defaults from
1255         openssl s_client.  Now all three commands are insecure.
1257 2010-10-01  Eli Zaretskii  <eliz@gnu.org>
1259         * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
1260         (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
1261         (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
1263 2010-10-01  Glenn Morris  <rgm@gnu.org>
1265         * obsolete/sc.el: Remove file.
1267         * files.el (temporary-file-directory): On darwin, also try
1268         DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
1270 2010-10-01  Juanma Barranquero  <lekktu@gmail.com>
1272         * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
1273         Let's not break compatibility gratuitously, shall we?
1275 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1277         * net/tls.el (tls-starttls-switches): New variable.
1278         (tls-find-starttls-argument): Use it.
1279         (open-tls-stream): Ditto.
1281         * net/netrc.el (netrc-credentials): Return the value of the "default"
1282         entry.
1283         (netrc-machine): Ditto.
1285 2010-09-30  Eli Zaretskii  <eliz@gnu.org>
1287         * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
1289 2010-09-30  Juanma Barranquero  <lekktu@gmail.com>
1291         * server.el (server-start): Don't write pid to the authentication file.
1292         (server-create-tty-frame): Don't send pid.
1293         (server-process-filter): Send pid at the start of every connection.
1295 2010-09-30  Glenn Morris  <rgm@gnu.org>
1297         * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
1298         (show-all-diary-entries): Remove obsolete function aliases.
1300         * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
1301         Remove options, obsolete since 22.1.
1302         (appt-display-format, appt-display-message): Remove
1303         backwards-compatibility code.
1304         (appt-check): No longer check appt-issue-message.
1305         (appt-make-list): No longer autoload it.  Doc fix.  No longer
1306         activate the package.
1308 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1310         * net/gnutls.el (starttls-negotiate): Loop a lot longer.
1311         (starttls-negotiate): Just call boot, and let the handshake be
1312         triggered from the read loop.
1314 2010-09-29  Glenn Morris  <rgm@gnu.org>
1316         * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
1317         not displaying the diary.
1318         (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
1319         * calendar/appt.el (appt-check): No longer need to kill diary.
1321         * calendar/diary-lib.el (diary-list-entries): Move the
1322         "Preparing..." message entirely here.
1323         (diary-simple-display, diary-fancy-display): Move "Preparing..."
1324         messages to diary-list-entries.
1325         (diary-include-other-diary-files): Use LIST-ONLY rather than setting
1326         diary-display-function.
1328         * calendar/diary-lib.el (diary-include-other-diary-files):
1329         Trap some recursive includes.
1331         * calendar/appt.el (appt-activate): Check diary file.
1333 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1335         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1336         construction.
1338         * calendar/time-date.el: No need to require cl for Emacs 21.
1340 2010-09-28  Glenn Morris  <rgm@gnu.org>
1342         * calendar/appt.el (appt-check): Minor simplification.
1344 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1346         * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
1347         citation prefix.
1349 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
1351         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1352         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
1354 2010-09-27  Kenichi Handa  <handa@m17n.org>
1356         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
1357         "ustar" format.
1359 2010-09-27  Kenichi Handa  <handa@m17n.org>
1361         * international/mule.el (define-coding-system): Docstring fixed.
1363         * international/mule-diag.el (describe-character-set): Use princ
1364         with proper print-length and print-level instead of insert.
1366 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1368         * window.el (walk-windows): Doc fix (bug#7105).
1370 2010-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1372         * emacs-lisp/float-sup.el (e): Remove.
1374 2010-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
1376         * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
1377         variable.
1378         (starttls-negotiate): Use it.
1380 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1382         * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
1383         back.
1385 2010-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1387         * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
1389 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1391         * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
1393         * net/netrc.el (netrc-store-data): New function.
1395 2010-09-26  Teodor Zlatanov  <tzz@lifelogs.com>
1397         * net/gnutls.el: GnuTLS glue code to set up a connection.
1399 2010-09-25  Julien Danjou  <julien@danjou.info>
1401         * notifications.el: Call dbus-register-signal only if it is bound.
1403 2010-09-25  Glenn Morris  <rgm@gnu.org>
1405         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
1406         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
1407         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
1408         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
1409         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
1410         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
1411         * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
1412         * eshell/esh-util.el, eshell/esh-var.el:
1413         Remove leading `*' from docs of faces and defcustoms.
1415 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
1417         * eshell/em-ls.el (eshell-ls-archive-regexp):
1418         * eshell/esh-util.el (eshell-tar-regexp):
1419         * ibuffer.el (ibuffer-compressed-file-name-regexp):
1420         * info.el (Info-suffix-list):
1421         * international/mule.el (auto-coding-alist):
1422         * woman.el (woman-file-regexp, woman-file-compression-regexp):
1423         * progmodes/etags.el (tags-compression-info-list):
1424         Support xz compression.
1426 2010-09-25  Chong Yidong  <cyd@stupidchicken.com>
1428         * files.el (get-free-disk-space): Don't assume the "df" output
1429         columns line up (Bug#6995).
1431 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
1433         * finder.el (finder-unknown-keywords):
1434         * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
1435         * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
1437 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
1439         * server.el (server-start): Revert part of 2010-08-08 change.  Using
1440         address 127.0.0.1 for local host is now done in Fmake_network_process.
1442 2010-09-24  Glenn Morris  <rgm@gnu.org>
1444         * image-mode.el, progmodes/compile.el, progmodes/gud.el:
1445         * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
1446         * textmodes/css-mode.el, textmodes/dns-mode.el:
1447         Move autoloaded auto-mode-alist entries to files.el.
1448         * files.el (auto-mode-alist): Move entries here.
1450 2010-09-23  Glenn Morris  <rgm@gnu.org>
1452         * isearch.el (isearch-lazy-highlight-cleanup)
1453         (isearch-lazy-highlight-initial-delay)
1454         (isearch-lazy-highlight-interval)
1455         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
1456         * net/net-utils.el (ipconfig-program-options):
1457         Move aliases to options before the associated definitions.
1459 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1461         * newcomment.el (comment-normalize-vars): Better test validity of
1462         comment-end-skip.
1464 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1466         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
1467         (float-e): New name for `e'.
1468         (degrees-to-radians, radians-to-degrees):
1469         * calendar/solar.el (solar-longitude):
1470         * calculator.el (calculator-registers, calculator-funcall):
1471         * textmodes/artist.el (artist-spray-random-points):
1472         * play/bubbles.el (bubbles--initialize-images): Use new names.
1474 2010-09-23  Eric M. Ludlam  <zappo@gnu.org>
1476         Update to CEDET 1.0's version of EIEIO.
1478         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
1479         New function.
1480         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
1481         (eieio-default-eval-maybe): Eval val instead of unquoting only.
1482         (class-precedence-list): If class is nil, return nil.
1483         (eieio-generic-call): If class of first input arg is nil, don't
1484         look up static methods, and do check for primary methods.
1485         (initialize-instance): See if the default needs to be evaluated
1486         during the constructor.
1487         (eieio-perform-slot-validation-for-default): Don't do the check
1488         for values that will eventually be evaluated.
1489         (eieio-eval-default-p): New function.
1490         (eieio-default-eval-maybe): Use it.
1492 2010-09-23  Jan Moringen  <jan.moringen@uni-bielefeld.de>
1494         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1495         method-invocation-order.
1496         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1497         (eieio-class-precedence-dfs): Compute class precedence list using
1498         dfs algorithm.
1499         (eieio-class-precedence-bfs): Compute class precedence list using
1500         bfs algorithm.
1501         (eieio-class-precedence-c3): Compute class precedence list using
1502         c3 algorithm.
1503         (class-precedence-list): New function.
1504         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1505         (inconsistent-class-hierarchy): New error symbol.
1506         (call-next-method): Stow the replacement argument list for future
1507         call-next-method invocations.
1509 2010-09-23  Glenn Morris  <rgm@gnu.org>
1511         * calendar/appt.el (appt-check): If not displaying the diary,
1512         use (diary 1) to only get the entries we need.
1513         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1514         that it is in day order.  (Bug#7019)
1516         * calendar/appt.el (appt-check): Rather than showing the diary,
1517         just turn off invisible display, and only if needed.
1519         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
1521 2010-09-23  Glenn Morris  <rgm@gnu.org>
1523         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
1524         (byte-compile-defvar, byte-compile-cl-warn):
1525         Start warnings with lower-case, like the majority.
1527         * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
1529         * files.el (auto-mode-alist): Prefer C-mode for .xs.  (Bug#7071)
1531         * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
1532         * files.el (auto-mode-alist): Move ld-script entries here, further down
1533         the list.
1535         * vc/add-log.el: Don't require timezone when compiling.
1536         (timezone-make-date-sortable): Autoload it.
1537         (change-log-sortable-date-at): Don't require timezone.
1538         Use `ignore-errors'.
1540         * comint.el (comint-use-prompt-regexp-instead-of-fields):
1541         Move alias before definition, so it does not need autoloading.
1543         * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
1544         * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
1545         * international/kkc.el, international/ogonek.el, mail/feedmail.el:
1546         * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
1547         * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
1548         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
1549         * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
1550         * textmodes/tex-mode.el, textmodes/two-column.el:
1551         Remove leading `*' from docs of defcustoms etc.
1553 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1555         * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
1557 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1559         * calendar/time-date.el (date-to-time): Try using parse-time-string
1560         first before using the slower timezone-make-date-arpa-standard.
1562 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1564         * calendar/time-date.el (format-seconds): Comment fix.
1566 2010-09-22  Glenn Morris  <rgm@gnu.org>
1568         * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
1569         is not automatically buffer-local.
1571 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1573         * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
1574         (smie-indent-comment): Be more careful with comment-start-skip.
1575         (smie-indent-comment-close, smie-indent-comment-inside): New funs.
1576         (smie-indent-functions): Use them.
1578 2010-09-21  Michael Albinus  <michael.albinus@gmx.de>
1580         * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
1582 2010-09-21  Jan Djärv  <jan.h.d@swipnet.se>
1584         * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
1585         tool-bar-position.  Don't modify frame parameters here.
1586         (menu-bar-options-save): Add tool-bar-position.
1588         * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
1590 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1592         * textmodes/reftex-parse.el (reftex-what-macro)
1593         (reftex-context-substring): Let-bind forward-sexp-function to nil
1594         since we don't need/want to treat \begin...\end as a block (bug#7053).
1596         * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
1598         * simple.el (blink-matching-open): Use syntax-class.
1600         * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
1601         Set invisibility spec for pascal's outline mode.
1602         (pascal-outline-change): Clean up calling convention.
1603         (pascal-show-all, pascal-hide-other-defuns): Update callers.
1605         * progmodes/prolog.el (prolog-smie-forward-token)
1606         (prolog-smie-backward-token): New functions.
1607         (prolog-mode-variables): Use them to parse "!," correctly.
1608         Set up smie-blink-matching for ".".
1610         * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
1611         and `end'.
1612         (ispell-region, ispell-process-line): Update users.
1614         * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
1615         point-min==1.
1617         * textmodes/ispell.el: Fix commenting convention.
1618         (ispell-parse-output): Simplify, use push.
1619         (ispell-region): Use match-string-no-properties.
1620         (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
1621         (ispell-minor-mode): Use define-minor-mode.
1622         (ispell-message): Remove unused var `skip-regexp'.
1623         (ispell-add-per-file-word-list): Use dynamic let-binding.
1624         Try and use the proper comment marker.
1626         * mail/sendmail.el: Fix commenting convention.
1627         (sendmail-send-it): Use line-beginning-position.
1629         * help-fns.el (describe-variable): Add original value, if applicable.
1631 2010-09-20  Juanma Barranquero  <lekktu@gmail.com>
1633         * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
1635         * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
1637 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1639         * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
1640         (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
1641         (smie-prec2-levels): Use them to better diagnose precedence cycles.
1642         (smie-blink-matching-check): Don't signal a mismatch if car is t.
1643         (smie-blink-matching-open): Rewrite to remove assumptions, so that
1644         something like "." can also be a closer.
1645         (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
1646         (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
1647         Rename internal functions to use "--".  Update callers.
1649         * frame.el (make-frame-names-alist): Don't list frames on other displays.
1651         * fringe.el (fringe-styles): New var.
1652         (fringe-mode, fringe-query-style): Use it.
1654 2010-09-18  Michael R. Mauger  <mmaug@yahoo.com>
1656         * progmodes/sql.el: Version 2.8
1657         (sql-login-params): Update widget structure; changes still needed.
1658         (sql-product-alist): Add :list-all and :list-table features for
1659         SQLite, Postgres and MySQL products.
1660         (sql-redirect): Handle default value.
1661         (sql-execute, sql-execute-feature): New functions.
1662         (sql-read-table-name): New function.
1663         (sql-list-all, sql-list-table): New functions.  User API.
1664         (sql-mode-map, sql-interactive-mode-map): Add key definitions
1665         for above functions.
1666         (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
1667         for above functions.
1668         (sql-postgres-login-params): Add user and database defaults.
1669         (sql-buffer-live-p): Bug fix.
1670         (sql-product-history): New variable.
1671         (sql-read-product): New function. Use it.
1672         (sql-set-product, sql-product-interactive): Use it.
1673         (sql-connection-history): New variable.
1674         (sql-read-connection): New function.  Use it.
1675         (sql-connect): New function.
1676         (sql-for-each-login): Redesign function interface.
1677         (sql-make-alternate-buffer-name, sql-save-connection): Use it.
1678         (sql-get-login-ext, sql-get-login): Use it.  Handle default values.
1679         (sql-comint): Check for program.  Existing live buffer.
1680         (sql-comint-postgres): Add port parameter.
1682 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1684         * emacs-lisp/warnings.el: Fix commenting convention.
1685         (display-warning): Use special mode and make the buffer read-only.
1687 2010-09-18  Jay Belanger  <jay.p.belanger@gmail.com>
1689         * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
1690         empty string when it follows a repeated or optional pattern.
1692 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1694         * indent.el (indent-according-to-mode): Apply syntax-propertize.
1695         (indent-region): Use indent-according-to-mode.
1697 2010-09-18  Eli Zaretskii  <eliz@gnu.org>
1699         * fringe.el (fringe-mode): Doc fix.
1701 2010-09-14  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1703         * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
1704         refreshing the preview buffer.
1706 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1708         * textmodes/tex-mode.el (tex-syntax-propertize-rules)
1709         (latex-syntax-propertize-rules): New consts; replace
1710         tex-font-lock-syntactic-keywords.
1711         (tex-env-mark, latex-env-before-change): New functions.
1712         (latex-electric-env-pair-mode): New minor mode.
1713         (tex-font-lock-verb): Change arguments; do move point.
1714         (tex-font-lock-syntactic-face-function): Adjust to new verbatim
1715         representation as a form of comment.
1716         (tex-font-lock-keywords-1): Remove workaround, now unneeded.
1717         (doctex-syntax-propertize-rules): New const; replaces
1718         doctex-font-lock-syntactic-keywords.
1719         (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
1721         * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
1722         (fortran-make-syntax-propertize-function): New function; replaces
1723         fortran-font-lock-syntactic-keywords.
1724         (fortran-mode): Use it.
1725         (fortran-line-length): Use it.  Improve interactive spec.
1727         * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
1728         (syntax-propertize-rules): Add var-ref case.  Fix offset computation
1729         when adding surrounding \(..\).
1731         * progmodes/js.el (js-mode): Fix last change (bug#7054).
1733 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1735         * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
1736         Use with-current-buffer.
1738         * isearch.el (isearch-face): Rename from `isearch'.
1739         (isearch-highlight): Use new name.
1741 2010-09-17  Eli Zaretskii  <eliz@gnu.org>
1743         * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
1744         5, for `half' width fringes.  (Bug#6933)
1746 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1748         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
1749         (byte-compile-defvar): "foo/bar" does not lack a prefix.
1751         * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
1753 2010-09-17  Stephen Berman  <stephen.berman@gmx.net>
1755         * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
1756         in calculating new frame position.  Add more space between new and
1757         parent on the left (Bug#7048).
1759 2010-09-17  Michael Albinus  <michael.albinus@gmx.de>
1761         * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
1762         defmacro.
1764 2010-09-16  Chong Yidong  <cyd@stupidchicken.com>
1766         * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
1768         * term/x-win.el (x-cut-buffer-or-selection-value): Define as
1769         obsolete alias for x-selection-value.
1771         * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
1773 2010-09-16  Michael Albinus  <michael.albinus@gmx.de>
1775         * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
1776         cookie.
1778 2010-09-15  Michael Albinus  <michael.albinus@gmx.de>
1780         * net/tramp-compat.el (tramp-compat-with-temp-message)
1781         (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
1782         (tramp-compat-process-put): New defuns.
1784         * net/tramp.el (top):
1785         * net/tramp-gvfs.el (top):
1786         * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
1788         * net/tramp.el (tramp-progress-reporter-update):
1789         Use `tramp-compat-funcall'.
1791         * net/tramp.el (tramp-process-actions):
1792         * net/tramp-gvfs.el (tramp-handle-vc-registered):
1793         * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
1794         (tramp-get-remote-stat, tramp-get-remote-readlink):
1795         Use `tramp-compat-with-temp-message'.
1797         * net/tramp-sh.el (top): Require 'cl.
1798         (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
1799         (tramp-open-connection-setup-interactive-shell):
1800         Use `tramp-compat-process-put'.
1802 2010-09-15  Alan Mackenzie  <acm@muc.de>
1804         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
1805         indentation.
1806         (c-forward-<>-arglist-recur): Fix an infinite recursion.
1808 2010-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1810         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
1811         `lexical' for warnings related to lexical scoping.
1812         (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
1813         global vars which don't have a prefix and could hence affect lexical
1814         scoping in unrelated files.
1816 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1818         * net/imap.el: Revert back to version
1819         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1820         seem problematic.
1822 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1824         * obsolete/old-whitespace.el (whitespace-unload-function):
1825         Explicitly pass `obarray' to `unintern' to avoid a warning.
1827 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1829         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1830         Add `when' argument.  Update callers.
1832         * subr.el (unintern): Declare the obarray arg mandatory.
1834 2010-09-14  Glenn Morris  <rgm@gnu.org>
1836         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1837         Doc fixes.
1839         * calendar/diary-lib.el (diary-included-files): New variable.
1840         (diary-list-entries): Maybe initialize diary-included-files.
1841         (diary-include-other-diary-files): Append to diary-included-files.
1842         * calendar/appt.el (appt-update-list): Also check the members of
1843         diary-included-files.  (Bug#6999)
1844         (appt-check): Doc fix.
1846 2010-09-14  David Reitter  <david.reitter@gmail.com>
1848         * simple.el (line-move-visual): Do not truncate goal column to
1849         integer size.  (Bug#7020)
1851 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1853         * repeat.el (repeat): Allow repeating when the last event is a click.
1854         Suggested by Drew Adams (bug#6256).
1856 2010-09-14  Sascha Wilde  <wilde@sha-bang.de>
1858         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1859         Replace setting HGRCPATH to "" by some less invasive --config options.
1861 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1863         * font-lock.el (font-lock-beginning-of-syntax-function):
1864         Mark as obsolete.
1866 2010-09-14  Glenn Morris  <rgm@gnu.org>
1868         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1869         and tool-bar modes.  (Bug#6211)
1870         (menu-bar-mode): Move setting of standard-value after the
1871         minor-mode definition, otherwise it seems to have no effect.
1873 2010-09-14  Masatake YAMATO  <yamato@redhat.com>
1875         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1876         Fix typo.  (Bug#6976)
1878 2010-09-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1880         * whitespace.el: Allow cleaning up blanks without blank
1881         visualization (Bug#6651).  Adjust help window for
1882         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
1883         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
1884         (whitespace-style): Add new value 'face.  Adjust docstring.
1885         (whitespace-space, whitespace-hspace, whitespace-tab):
1886         Adjust foreground property face.
1887         (whitespace-line-column): Adjust docstring and type declaration.
1888         (whitespace-style-value-list, whitespace-toggle-option-alist)
1889         (whitespace-help-text): Adjust const initialization.
1890         (whitespace-toggle-options, global-whitespace-toggle-options):
1891         Adjust docstring.
1892         (whitespace-display-window, whitespace-interactive-char)
1893         (whitespace-style-face-p, whitespace-color-on): Adjust code.
1894         (whitespace-help-scroll): New fun.
1896 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1898         * calendar/time-date.el (format-seconds): Comment fix.
1900 2010-09-13  Michael R. Mauger  <mmaug@yahoo.com>
1902         * progmodes/sql.el: Version 2.7.
1903         (sql-buffer-live-p): Improve detection.
1904         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1905         (sql-set-sqli-buffer): Use it.
1906         (sql-product-interactive): Run `sql-set-sqli-hook'.
1907         (sql-rename-buffer): Code cleanup.
1908         (sql-redirect, sql-redirect-value): New functions.  More to come.
1910 2010-09-13  Juanma Barranquero  <lekktu@gmail.com>
1912         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.
1913         * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1914         (TRAMP_SRC): New macro.
1915         ($(lisp)/net/tramp-loaddefs.el): New target.
1917 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
1919         Major code cleanup.  Split tramp.el into tramp.el and tramp-sh.el.
1921         * Makefile.in (TRAMP_SRC): Remove tramp-fish.el.  Add tramp-sh.el.
1923         * net/tramp.el (top): Don't show loading message.  Require just
1924         'tramp-compat, everything else is required there.
1925         Use `ignore-errors' where appropriate.
1926         (tramp-inline-compress-start-size, tramp-copy-size-limit)
1927         (tramp-terminal-type, tramp-end-of-output)
1928         (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
1929         (tramp-completion-function-alist-ssh)
1930         (tramp-completion-function-alist-telnet)
1931         (tramp-completion-function-alist-su)
1932         (tramp-completion-function-alist-putty, tramp-remote-path)
1933         (tramp-remote-process-environment, tramp-sh-extra-args)
1934         (tramp-actions-before-shell, tramp-uudecode)
1935         (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
1936         (tramp-perl-file-attributes)
1937         (tramp-perl-directory-files-and-attributes)
1938         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
1939         (tramp-perl-encode, tramp-perl-decode)
1940         (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
1941         (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
1942         (tramp-handle-make-symbolic-link, tramp-handle-load)
1943         (tramp-handle-file-name-as-directory)
1944         (tramp-handle-file-name-directory)
1945         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
1946         (tramp-handle-file-exists-p, tramp-handle-file-attributes)
1947         (tramp-do-file-attributes-with-ls)
1948         (tramp-do-file-attributes-with-perl)
1949         (tramp-do-file-attributes-with-stat)
1950         (tramp-handle-set-visited-file-modtime)
1951         (tramp-handle-verify-visited-file-modtime)
1952         (tramp-handle-set-file-modes, tramp-handle-set-file-times)
1953         (tramp-set-file-uid-gid, tramp-remote-selinux-p)
1954         (tramp-handle-file-selinux-context)
1955         (tramp-handle-set-file-selinux-context)
1956         (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
1957         (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
1958         (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
1959         (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
1960         (tramp-handle-file-ownership-preserved-p)
1961         (tramp-handle-directory-file-name, tramp-handle-directory-files)
1962         (tramp-handle-directory-files-and-attributes)
1963         (tramp-do-directory-files-and-attributes-with-perl)
1964         (tramp-do-directory-files-and-attributes-with-stat)
1965         (tramp-handle-file-name-all-completions)
1966         (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
1967         (tramp-handle-copy-file, tramp-handle-copy-directory)
1968         (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
1969         (tramp-do-copy-or-rename-file-via-buffer)
1970         (tramp-do-copy-or-rename-file-directly)
1971         (tramp-do-copy-or-rename-file-out-of-band)
1972         (tramp-handle-make-directory, tramp-handle-delete-directory)
1973         (tramp-handle-delete-file)
1974         (tramp-handle-dired-recursive-delete-directory)
1975         (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
1976         (tramp-handle-insert-directory)
1977         (tramp-handle-unhandled-file-name-directory)
1978         (tramp-handle-expand-file-name)
1979         (tramp-handle-substitute-in-file-name)
1980         (tramp-handle-executable-find, tramp-process-sentinel)
1981         (tramp-handle-start-file-process, tramp-handle-process-file)
1982         (tramp-handle-call-process-region, tramp-handle-shell-command)
1983         (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
1984         (tramp-handle-insert-file-contents)
1985         (tramp-handle-insert-file-contents-literally)
1986         (tramp-handle-find-backup-file-name)
1987         (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
1988         (tramp-vc-registered-file-names, tramp-handle-vc-registered)
1989         (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
1990         (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
1991         (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
1992         (tramp-find-file-exists-command, tramp-open-shell)
1993         (tramp-find-shell, tramp-barf-if-no-shell-prompt)
1994         (tramp-open-connection-setup-interactive-shell)
1995         (tramp-local-coding-commands, tramp-remote-coding-commands)
1996         (tramp-find-inline-encoding, tramp-call-local-coding-command)
1997         (tramp-inline-compress-commands, tramp-find-inline-compress)
1998         (tramp-compute-multi-hops, tramp-maybe-open-connection)
1999         (tramp-send-command, tramp-wait-for-output)
2000         (tramp-send-command-and-check, tramp-barf-unless-okay)
2001         (tramp-send-command-and-read, tramp-mode-string-to-int)
2002         (tramp-convert-file-attributes, tramp-check-cached-permissions)
2003         (tramp-file-mode-from-int, tramp-file-mode-permissions)
2004         (tramp-shell-case-fold, tramp-make-copy-program-file-name)
2005         (tramp-method-out-of-band-p, tramp-local-host-p)
2006         (tramp-get-remote-path, tramp-get-remote-tmpdir)
2007         (tramp-get-ls-command, tramp-get-ls-command-with-dired)
2008         (tramp-get-test-command, tramp-get-test-nt-command)
2009         (tramp-get-file-exists-command, tramp-get-remote-ln)
2010         (tramp-get-remote-perl, tramp-get-remote-stat)
2011         (tramp-get-remote-readlink, tramp-get-remote-trash)
2012         (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
2013         (tramp-get-local-uid, tramp-get-local-gid)
2014         (tramp-get-inline-compress, tramp-get-inline-coding): Move to
2015         tramp-sh.el.
2016         (tramp-methods, tramp-default-method-alist)
2017         (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
2018         Move initialization to tramp-sh.el.
2019         (tramp-temp-name-prefix): Make it a defconst.
2020         (tramp-dissect-file-name): Don't check anymore for multi-hop
2021         methods.
2022         (tramp-debug-outline-regexp): Add a docstring.
2023         (tramp-debug-outline-level): Rename from `tramp-outline-level'.
2024         (tramp-get-debug-buffer): Use it.
2026         * net/tramp-cache.el (top): Set tramp-autoload cookie for
2027         initialization forms.
2028         (tramp-set-connection-property): Don't protect `tramp-message'
2029         call, it isn't necessary any longer.
2030         (tramp-dump-connection-properties): Use `ignore-errors'.
2032         * net/tramp-compat.el (top): Require 'advice, 'format-spec,
2033         'password-cache and 'auth-source.
2035         * net/tramp-gvfs.el (top):
2036         * net/tramp-smb.el (top): Require 'tramp-sh.
2038         * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
2040         * net/tramp-sh.el: New file, derived from tramp.el.
2041         (top): Initialize `tramp-methods', `tramp-default-method-alist',
2042         `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
2043         Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
2044         Use `ignore-errors' where appropriate.
2045         (tramp-sh-file-name-handler-alist): Rename from
2046         `tramp-file-name-handler-alist'.
2047         (tramp-send-command-and-check): Return t or nil.  Remove all
2048         `zerop' checks, where called.
2049         (tramp-handle-set-file-modes)
2050         (tramp-do-copy-or-rename-file-directly)
2051         (tramp-handle-delete-directory, tramp-handle-delete-file)
2052         (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
2053         (tramp-sh-file-name-handler, tramp-send-command-and-check)
2054         (tramp-get-remote-ln): Set tramp-autoload cookie.
2056         * net/tramp-fish.el: Remove file.
2058 2010-09-13  Daiki Ueno  <ueno@unixuser.org>
2060         * epa-file.el (epa-file-insert-file-contents): If visiting, bind
2061         buffer-file-name to avoid file-locking.  (Bug#7026)
2063 2010-09-13  Julien Danjou  <julien@danjou.info>
2065         * notifications.el (notifications-notify): Add support for
2066         image-path and sound-name.
2067         (notifications-specification-version): Add this variable.
2069 2010-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2071         * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
2073 2010-09-12  Leo  <sdl.web@gmail.com>
2075         * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
2076         (rcirc-completion-start): New variables.
2077         (rcirc-nick-completions): Rename to rcirc-completions.
2078         (rcirc-nick-completion-start-offset): Delete.
2079         (rcirc-completion-at-point): New function for constructing
2080         completion data for both nicks and irc commands.  Add to
2081         completion-at-point-functions in rcirc mode.
2082         (rcirc-complete): Rename from rcirc-nick-complete; use
2083         rcirc-completion-at-point.
2084         (defun-rcirc-command): Update rcirc-client-commands.
2086 2010-09-11  Glenn Morris  <rgm@gnu.org>
2088         * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
2089         atomically, to avoid parallel build errors.  (Bug#4196)
2091 2010-09-11  Michael R. Mauger  <mmaug@yahoo.com>
2093         * progmodes/sql.el: Version 2.6
2094         (sql-dialect): Synonym for "sql-product".
2095         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
2096         (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
2097         Set "sql-buffer" to buffer name not buffer object so multiple sql
2098         interactive buffers work properly.  Reverts misguided changes in
2099         earlier work.
2100         (sql-comint): Make sure different buffer name is used if "*SQL*"
2101         buffer is for a different product.
2102         (sql-make-alternate-buffer-name): Fix bug with "sql-database"
2103         login param.
2104         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2105         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2106         (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
2107         Accept new buffer name or prompt for one.
2108         (sql-port): Default to zero.
2109         (sql-comint-mysql): Handle "sql-port" as a numeric.
2110         (sql-port-history): Delete unused variable.
2111         (sql-get-login): Default "sql-port" to a number.
2112         (sql-product-alist): Correct Postgres prompt and terminator regexp.
2113         (sql-sqlite-program): Dynamically detect presence of "sqlite" or
2114         "sqlite3" executables.
2115         (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
2116         (sql-buffer-live-p): New function.
2117         (sql-mode-menu, sql-send-string): Use it.
2118         (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
2119         syntax pattern.
2120         (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
2121         (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
2123 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2125         * net/netrc.el (netrc-credentials): New convenience function.
2127 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2129         * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
2130         to replace texinfo-font-lock-syntactic-keywords.
2131         (texinfo-mode): Use it.
2133         * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
2134         Use syntax-propertize-function.
2136         * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
2137         replace sgml-font-lock-syntactic-keywords.
2138         (sgml-mode): Use it.
2140         * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
2141         since we don't use it.
2143         * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
2145         * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
2146         if available.
2147         (vhdl-fontify-buffer): Adjust.
2149         * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
2150         replace tcl-font-lock-syntactic-keywords.
2151         (tcl-mode): Use it.
2153         * progmodes/simula.el (simula-syntax-propertize-function): New var to
2154         replace simula-font-lock-syntactic-keywords.
2155         (simula-mode): Use it.
2157         * progmodes/sh-script.el (sh-st-symbol): Remove.
2158         (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
2159         (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
2160         (sh-font-lock-quoted-subshell): Assume we've already matched $(.
2161         (sh-font-lock-paren): Set syntax-multiline.
2162         (sh-font-lock-syntactic-keywords): Remove.
2163         (sh-syntax-propertize-function): New function to replace it.
2164         (sh-mode): Use it.
2166         * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
2167         Define while compiling.
2168         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
2169         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
2170         (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
2171         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
2172         (ruby-here-doc-end-syntax): Only define when
2173         syntax-propertize is not available.
2174         (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
2175         New functions.
2176         (ruby-in-ppss-context-p): Update to new syntax of heredocs.
2177         (electric-indent-chars): Silence bytecompiler.
2178         (ruby-mode): Use prog-mode, syntax-propertize-function, and
2179         electric-indent-chars.
2181         * progmodes/python.el (python-syntax-propertize-function): New var to
2182         replace python-font-lock-syntactic-keywords.
2183         (python-mode): Use it.
2184         (python-quote-syntax): Simplify and adjust to new use.
2186         * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
2187         replace perl-font-lock-syntactic-keywords.
2188         (perl-syntax-propertize-special-constructs): New fun to replace
2189         perl-font-lock-special-syntactic-constructs.
2190         (perl-font-lock-syntactic-face-function): New fun.
2191         (perl-mode): Use it.
2193         * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
2194         to replace octave-font-lock-close-quotes.
2195         (octave-syntax-propertize-function): New function to replace
2196         octave-font-lock-syntactic-keywords.
2197         (octave-mode): Use it.
2199         * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
2200         replaces mixal-font-lock-syntactic-keywords.
2201         (mixal-mode): Use it.
2203         * progmodes/make-mode.el (makefile-syntax-propertize-function):
2204         New var; replaces makefile-font-lock-syntactic-keywords.
2205         (makefile-mode): Use it.
2206         (makefile-imake-mode): Adjust.
2208         * progmodes/js.el (js--regexp-literal): Define while compiling.
2209         (js-syntax-propertize-function): New var; replaces
2210         js-font-lock-syntactic-keywords.
2211         (js-mode): Use it.
2213         * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
2214         replaces gdb-script-font-lock-syntactic-keywords.
2215         (gdb-script-mode): Use it.
2217         * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
2218         (fortran--font-lock-syntactic-keywords): New var.
2219         (fortran-line-length): Update syntax-propertize-function and
2220         fortran--font-lock-syntactic-keywords.
2222         * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
2224         * progmodes/cfengine.el (cfengine-mode):
2225         Use syntax-propertize-function.
2226         (cfengine-font-lock-syntactic-keywords): Remove.
2228         * progmodes/autoconf.el (autoconf-mode):
2229         Use syntax-propertize-function.
2230         (autoconf-font-lock-syntactic-keywords): Remove.
2232         * progmodes/ada-mode.el (ada-set-syntax-table-properties)
2233         (ada-after-change-function, ada-initialize-syntax-table-properties)
2234         (ada-handle-syntax-table-properties): Only define when
2235         syntax-propertize is not available.
2236         (ada-mode): Use syntax-propertize-function.
2238         * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
2239         (font-lock-fontify-syntactic-keywords-region): Move handling of
2240         font-lock-syntactically-fontified to...
2241         (font-lock-default-fontify-region): ...here.
2242         Let syntax-propertize-function take precedence.
2243         (font-lock-fontify-syntactically-region): Cal syntax-propertize.
2245         * emacs-lisp/syntax.el (syntax-propertize-function)
2246         (syntax-propertize-chunk-size, syntax-propertize--done)
2247         (syntax-propertize-extend-region-functions): New vars.
2248         (syntax-propertize-wholelines, syntax-propertize-multiline)
2249         (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
2250         (syntax-propertize): New functions.
2251         (syntax-propertize-rules): New macro.
2252         (syntax-ppss-flush-cache): Set syntax-propertize--done.
2253         (syntax-ppss): Call syntax-propertize.
2255         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
2257 2010-09-10  Agustín Martín  <agustin.martin@hispalinux.es>
2259         * textmodes/ispell.el (ispell-init-process): Improve comments.
2260         XEmacs compatibility changes regarding (add-hook) 'local option
2261         and (set-process-query-on-exit-flag).
2263 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
2265         * net/tramp-cache.el (tramp-parse-connection-properties):
2266         Set tramp-autoload cookie.
2268 2010-09-09  Glenn Morris  <rgm@gnu.org>
2270         * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
2271         (imagemagick-register-types): Doc fix.
2273 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2275         * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
2277         * progmodes/js.el (require): Require is already "eval-and-compile".
2278         (js--re-search-forward): Avoid `eval'.  Preserve the error data.
2279         (js--re-search-backward): Use js--re-search-forward.
2281         * progmodes/fortran.el (fortran-line-length): Don't recompute
2282         syntactic keywords redundantly a second time.
2284         * progmodes/ada-mode.el: Replace "(set '" with setq.
2285         (ada-mode): Simplify.
2286         (ada-create-case-exception, ada-adjust-case-interactive)
2287         (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
2288         (ada-search-ignore-string-comment, ada-move-to-start)
2289         (ada-move-to-end): Use with-syntax-table.
2291         * font-lock.el (save-buffer-state): Remove `varlist' arg.
2292         (font-lock-unfontify-region, font-lock-default-fontify-region):
2293         Update usage correspondingly.
2294         (font-lock-fontify-syntactic-keywords-region):
2295         Set parse-sexp-lookup-properties buffer-locally here.
2296         (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
2298         * simple.el (blink-matching-open): Don't burp if we can't find a match.
2300 2010-09-08  Glenn Morris  <rgm@gnu.org>
2302         * emacs-lisp/bytecomp.el (byte-compile-report-ops):
2303         Error if not compiled with -DBYTE_CODE_METER.
2305         * emacs-lisp/bytecomp.el (byte-recompile-directory):
2306         Ignore dir-locals-file.
2308 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2310         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2311         Not a const.
2312         (compilation-error-regexp-alist-alist): Rule out ": " in file names
2313         for the `gnu' messages.
2314         (compilation-set-skip-threshold): New command.
2315         (compilation-start): Use \' rather than $.
2316         (compilation-forget-errors): Use clrhash.
2318 2010-09-08  Agustín Martín  <agustin.martin@hispalinux.es>
2320         * textmodes/ispell.el (ispell-valid-dictionary-list):
2321         Simplify logic.
2323 2010-09-08  Michael Albinus  <michael.albinus@gmx.de>
2325         Migrate to Tramp 2.2.  Rearrange load dependencies.
2326         (Bug#1529, Bug#5448, Bug#5705)
2328         * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
2329         ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
2330         (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
2332         * net/tramp.el (top): Remove all other tramp-* loads except
2333         tramp-compat.el.  Remove all changes to tramp-unload-hook for
2334         other tramp-* packages.  Rearrange defun order.  Change calls of
2335         `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
2336         `tramp-compat-octal-to-decimal' to new function names.
2337         (tramp-terminal-type, tramp-initial-end-of-output)
2338         (tramp-methods, tramp-foreign-file-name-handler-alist)
2339         (tramp-tramp-file-p, tramp-completion-mode-p)
2340         (tramp-send-command-and-check, tramp-get-remote-path)
2341         (tramp-get-remote-tmpdir, tramp-get-remote-ln)
2342         (tramp-shell-quote-argument): Set tramp-autoload cookie.
2343         (with-file-property, with-connection-property): Move to
2344         tramp-cache.el.
2345         (tramp-local-call-process, tramp-decimal-to-octal)
2346         (tramp-octal-to-decimal): Move to tramp-compat.el.
2347         (tramp-handle-shell-command): Do not require 'shell.
2348         (tramp-compute-multi-hops): No special handling for tramp-gw-*
2349         symbols.
2350         (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
2352         * net/tramp-cache.el (top): Require 'tramp.  Add to
2353         `tramp-unload-hook'.
2354         (tramp-cache-data, tramp-get-file-property)
2355         (tramp-set-file-property, tramp-flush-file-property)
2356         (tramp-flush-directory-property, tramp-get-connection-property)
2357         (tramp-set-connection-property, tramp-flush-connection-property)
2358         (tramp-cache-print, tramp-list-connections): Set tramp-autoload
2359         cookie.
2360         (with-file-property, with-connection-property): New defuns, moved
2361         from tramp.el.
2362         (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
2363         macro.
2365         * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
2366         (tramp-version): Set tramp-autoload cookie.
2368         * net/tramp-compat.el (top): Require 'tramp-loaddefs.  Remove all
2369         changes to tramp-unload-hook for other tramp-* packages.  Add to
2370         `tramp-unload-hook'.
2371         (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
2372         (tramp-compat-call-process): New defuns, moved from tramp.el.
2374         * net/tramp-fish.el (top) Require just 'tramp.  Add objects to
2375         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
2376         to `tramp-unload-hook'.  Change call of
2377         `tramp-compat-decimal-to-octal' to new function name.
2378         (tramp-fish-method): Make it a defconst.
2379         (tramp-fish-file-name-p): Make it a defsubst.
2380         (tramp-fish-method, tramp-fish-file-name-handler)
2381         (tramp-fish-file-name-p): Set tramp-autoload cookie.
2383         * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
2384         `tramp-foreign-file-name-handler-alist'.  Add to
2385         `tramp-unload-hook'.
2386         (tramp-ftp-method): Make it a defconst.
2387         (tramp-ftp-file-name-p): Make it a defsubst.
2388         (tramp-ftp-method, tramp-ftp-file-name-handler)
2389         (tramp-ftp-file-name-p): Set tramp-autoload cookie.
2391         * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
2392         `tramp-foreign-file-name-handler-alist'.  Add to
2393         `tramp-unload-hook'.  Change checks, whether package can be
2394         loaded.
2395         (tramp-gvfs-file-name-p): Make it a defsubst.
2396         (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
2397         (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
2398         (tramp-gvfs-handle-file-directory-p): New defun.
2399         (tramp-gvfs-file-name-handler-alist): Use it.
2401         * net/tramp-gw.el (top) Add objects to `tramp-methods' and
2402         `tramp-foreign-file-name-handler-alist'.  Add to
2403         `tramp-unload-hook'.
2404         (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
2405         (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
2406         defconst.
2407         (tramp-gw-tunnel-method, tramp-gw-socks-method)
2408         (tramp-gw-open-connection): Set tramp-autoload cookie.
2410         * net/tramp-imap.el (top) Require just 'tramp.  Add objects to
2411         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
2412         to `tramp-unload-hook'.  Change checks, whether package can be
2413         loaded.
2414         (tramp-imap-file-name-p): Make it a defsubst.
2415         (tramp-imap-method, tramp-imaps-method)
2416         (tramp-imap-file-name-handler)
2417         (tramp-imap-file-name-p): Set tramp-autoload cookie.
2419         * net/tramp-smb.el (top) Require just 'tramp.  Add objects to
2420         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
2421         to `tramp-unload-hook'.  Change checks, whether package can be
2422         loaded.  Change call of `tramp-compat-decimal-to-octal' to new
2423         function name.
2424         (tramp-smb-tunnel-method): Make it a defconst.
2425         (tramp-smb-file-name-p): Make it a defsubst.
2426         (tramp-smb-method, tramp-smb-file-name-handler)
2427         (tramp-smb-file-name-p): Set tramp-autoload cookie.
2429         * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
2430         (tramp-uuencode-region): Set tramp-autoload cookie.
2432         * net/trampver.el (top) Add to `tramp-unload-hook'.
2433         (tramp-version, tramp-bug-report-address): Set tramp-autoload
2434         cookie.  Update release number.
2436 2010-09-07  Agustín Martín  <agustin.martin@hispalinux.es>
2438         * textmodes/ispell.el (ispell-start-process): Make sure original
2439         arg list is properly initialized (Bug#6993, Bug#6994).
2441 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
2443         * files.el (directory-abbrev-alist): Use \` as default regexp.
2445         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
2446         chars like - or ] (bug#6984).
2447         (rx-any-condense-range): Explode 2-char ranges.
2449 2010-09-06  Glenn Morris  <rgm@gnu.org>
2451         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
2453 2010-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2455         * textmodes/bibtex.el:
2456         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
2458 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2460         * net/imap.el (imap-message-map): Remove optional buffer parameter,
2461         since no callers use it.
2462         (imap-message-get): Ditto.
2463         (imap-message-put): Ditto.
2464         (imap-mailbox-map): Ditto.
2465         (imap-mailbox-put): Ditto.
2466         (imap-mailbox-get): Ditto.
2467         (imap-mailbox-get): Revert last change for this function.
2469 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2471         * net/imap.el (imap-fetch-safe): Remove function, and alter all
2472         callers to use `imap-fetch' instead.  According to the comments, this
2473         should be safe, since all other IMAP clients use the 1:* syntax.
2474         (imap-enable-exchange-bug-workaround): Remove.
2475         (imap-debug): Remove -- doesn't seem very useful.
2477 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2479         * net/imap.el (imap-log): New convenience function used throughout
2480         instead of repeating the same code all over the place.
2482 2010-09-05  David De La Harpe Golden  <david@harpegolden.net>
2484         * mouse.el (mouse-save-then-kill): Save region to kill-ring
2485         when mouse-drag-copy-region is non-nil (Bug#6956).
2487 2010-09-05  Chong Yidong  <cyd@stupidchicken.com>
2489         * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
2490         Improve regexps (Bug#6987).
2491         (dired-sort-toggle): Search more robustly for -t flag.
2493         * files.el (get-free-disk-space): Search more robustly for
2494         "available" column.  Suggested by Ehud Karni
2495         <ehud@unix.mvs.co.il>.
2497 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
2499         * international/uni-bidi.el:
2500         * international/uni-category.el:
2501         * international/uni-combining.el:
2502         * international/uni-decimal.el:
2503         * international/uni-mirrored.el:
2504         * international/uni-name.el: Regenerate.
2506 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2508         * electric.el (electric-indent-post-self-insert-function):
2509         Don't reindent with a sloppy indentation function.
2511         * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
2512         border case in change-log-mode.
2514 2010-09-04  Chong Yidong  <cyd@stupidchicken.com>
2516         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2517         Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
2518         Recognize leading tab in gcc-include regexp.  Ignore names with
2519         leading "from" or "in" in gnu regexp (Bug#6937).
2521 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2523         Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
2524         * textmodes/ispell.el (ispell-process-buffer-name): Remove.
2525         (ispell-start-process): Avoid setq and simplify logic.
2526         (ispell-init-process): Setup kill-buffer-hook locally when needed.
2527         (kill-buffer-hook): Don't use it globally with code that uses
2528         expand-file-name since that may call kill-buffer via
2529         code_conversion_restore.
2531 2010-09-04  Noorul Islam K M  <noorul@noorul.com>  (tiny change)
2533         * emacs-lisp/package.el (package-directory-list): Only call
2534         file-name-nondirectory on a string.
2536 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
2538         * emacs-lisp/package.el (package--download-one-archive):
2539         Ensure that archive-contents is valid before saving it.
2540         (package-activate-1, package-mark-obsolete, define-package)
2541         (package-compute-transaction, package-list-maybe-add): Use push.
2543 2010-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2545         Use SMIE's blink-paren for octave-mode.
2546         * progmodes/octave-mod.el (octave-font-lock-close-quotes):
2547         Backslashes do not escape single-quotes, single-quotes do.
2548         (octave-block-else-regexp, octave-block-end-regexp)
2549         (octave-block-match-alist): Remove.
2550         (octave-smie-bnf-table): New var, with old content.
2551         (octave-smie-op-levels): Use it.
2552         (octave-smie-closer-alist): New var.
2553         (octave-mode): Use it.  Setup smie-blink-matching and electric-indent.
2554         (octave-blink-matching-block-open): Remove.
2555         (octave-reindent-then-newline-and-indent, octave-electric-semi)
2556         (octave-electric-space): Let self-insert-command run expand-abbrev and
2557         blink parens.
2559         * electric.el (electricity): New group.
2560         (electric-indent-chars): New var.
2561         (electric-indent-post-self-insert-function): New fun.
2562         (electric-indent-mode): New minor mode.
2563         (electric-pair-skip-self): New custom.
2564         (electric-pair-post-self-insert-function): New function.
2565         (electric-pair-mode): New minor mode.
2567         * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
2568         calcAlg-blink-matching-open.
2569         (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
2570         (calc-do-alg-entry): Only touch the part of the keymap that varies.
2571         Use the new blink-matching-check-function.
2573         Provide blink-matching support to SMIE.
2574         * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
2575         (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
2576         (smie-blink-matching-check, smie-blink-matching-open): New functions.
2578         * simple.el (newline): Fix last change to properly remove itself from
2579         the hook.
2581 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2583         * simple.el (newline): Eliminate optimization.
2584         Use post-self-insert-hook to set hard-newline and things before
2585         running post-self-insert-hook.
2586         (blink-matching-check-mismatch): New function.
2587         (blink-matching-check-function): New variable.
2588         (blink-matching-open): Use them.
2589         Skip back forward over prefix chars skipped by forward-sexp.
2590         Don't check if the parens are backslash escaped.
2591         (blink-paren-post-self-insert-function): Check backslash escaping here.
2593 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
2595         * emacs-lisp/package.el (package-menu-mode-map):
2596         Change package-menu-revert bindings to revert-buffer.
2597         (package-menu-mode): Set revert-buffer-function.
2598         (package-menu-revert): Doc fix.
2600 2010-09-02  Agustín Martín  <agustin.martin@hispalinux.es>
2602         * textmodes/ispell.el (ispell-init-process): Use "~/" as
2603         `default-directory' unless using Ispell per-directory personal
2604         dictionaries and not in a mini-buffer under XEmacs.
2605         (kill-buffer-hook): Do not kill ispell process on exit when
2606         `ispell-process-directory' is "~/".  (Bug#6143)
2608 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
2610         * simple.el (kill-new): Call interprogram-cut-function with only
2611         one argument.
2613         * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
2614         Remove cut buffer from error message.
2616         * term/x-win.el (x-select-text):
2617         * term/pc-win.el (x-selection-value):
2618         * term/ns-win.el (x-selection-value):
2619         * eshell/em-term.el:
2620         * w32-fns.el (x-get-selection-value):
2621         * mouse-sel.el (mouse-sel-set-selection-function):
2622         * frame.el (display-selections-p): Remove cut-buffer in documentation.
2624         * term/x-win.el: Update documentation for x-last-selected-text-*.
2625         (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
2626         (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
2627         (x-select-text): Remove argument PUSH, update documentation.  Remove
2628         cut-buffer code.
2629         (x-selection-value-internal): Was previously x-selection-value.
2630         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
2631         Update documentation, remove cut-buffer code.  Call
2632         x-selection-value-internal.
2633         (x-clipboard-yank): Call x-selection-value-internal.
2634         (x-initialize-window-system): Remove setting of x-cut-buffer-max.
2636         * term/pc-win.el (x-last-selected-text):
2637         x-cut-buffer-or-selection-value renamed to x-selection-value
2638         (x-select-text): Remove argument PUSH, update documentation.
2640         * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
2641         x-cut-buffer-or-selection-value renamed to x-selection-value
2642         (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
2643         (x-select-text): Remove argument PUSH, update documentation.
2645         * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
2647         * w32-fns.el (x-last-selected-text):
2648         x-cut-buffer-or-selection-value renamed to x-selection-value.
2649         (x-cut-buffer-max): Remove.
2650         (x-select-text): Remove argument PUSH, update documentation.
2652         * simple.el (interprogram-cut-function): Remove mention of PUSH.
2654         * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
2656         * mouse-sel.el (mouse-sel-get-selection-function):
2657         x-cut-buffer-or-selection-value renamed to x-selection-value.
2658         (x-select-text): Remove optional push.
2660 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2662         * simple.el (blink-paren-function): Move from C to here.
2663         (blink-paren-post-self-insert-function): New function.
2664         (post-self-insert-hook): Use it.
2666         * emacs-lisp/pcase.el (pcase-split-memq):
2667         Fix overenthusiastic optimisation.
2668         (pcase-u1): Handle the case of a lambda pred.
2670 2010-08-31  Kenichi Handa  <handa@m17n.org>
2672         * international/mule-cmds.el (standard-display-european-internal):
2673         Setup standard-display-table for 8-bit characters by storing 8-bit
2674         characters in the element vector.
2676         * disp-table.el (standard-display-8bit):
2677         Setup standard-display-table for 8-bit characters by storing 8-bit
2678         characters in the element vector.
2679         (standard-display-european): Likewise.
2681 2010-08-31  Masatake YAMATO  <yamato@redhat.com>
2683         * textmodes/nroff-mode.el (nroff-view): New command.
2684         (nroff-mode-map): Bind it to C-c C-c.
2686 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2688         * emacs-lisp/smie.el (smie-down-list): New command.
2690         Remove old indentation and navigation code on octave-mode.
2691         * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
2692         smie-down-list rather than add a binding for octave-down-block.
2693         (octave-mark-block, octave-blink-matching-block-open):
2694         Rely on forward-sexp-function.
2695         (octave-fill-paragraph): Don't narrow, so you can use
2696         indent-according-to-mode.
2697         (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
2698         (octave-in-block-p, octave-re-search-forward-kw)
2699         (octave-re-search-backward-kw, octave-indent-calculate)
2700         (octave-end-as-array-index-p, octave-block-end-offset)
2701         (octave-scan-blocks, octave-forward-block, octave-backward-block)
2702         (octave-down-block, octave-backward-up-block, octave-up-block)
2703         (octave-before-magic-comment-p, octave-indent-line): Remove.
2705 2010-08-31  Chong Yidong  <cyd@stupidchicken.com>
2707         * emacs-lisp/package.el (package--read-archive-file): Just use
2708         `read', to avoid copying an additional string.
2709         (package-menu-mode): Set header-line-format here.
2710         (package-menu-refresh, package-menu-revert): Signal an error if
2711         not in the Package Menu.
2712         (package-menu-package-list): New var.
2713         (package--generate-package-list): Operate on the current buffer;
2714         don't assume that it is *Packages*, since the user may rename it.
2715         Allow persistent package listings and sort keys using
2716         package-menu-package-list and package-menu-package-sort-key.
2717         (package-menu--version-predicate): Fix version calculation.
2718         (package-menu-sort-by-column): Don't select the window.
2719         (package--list-packages): Create the *Packages* buffer.
2720         Set package-menu-package-list-key.
2721         (list-packages): Sorting by status is now the default.
2722         (package-buffer-info): Use match-string-no-properties.
2723         (define-package): Add a &rest argument for future proofing, but
2724         don't use it yet.
2725         (package-install-from-buffer, package-install-buffer-internal):
2726         Merge into a single function, package-install-from-buffer.
2727         (package-install-file): Change caller.
2729         * finder.el: Load finder-inf using `require'.
2730         (finder-list-matches): Sorting by status is now the default.
2731         (finder-compile-keywords): Simpify printing.
2733 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2735         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
2736         (octave-mode-map): Remove special bindings for forward/backward-block
2737         and octave-backward-up-block.  Use smie-close-block.
2738         (octave-continuation-marker-regexp): New var.
2739         (octave-continuation-regexp): Use it.
2740         (octave-operator-table, octave-smie-op-levels)
2741         (octave-operator-regexp, octave-smie-indent-rules): New vars.
2742         (octave-smie-backward-token, octave-smie-forward-token): New funs.
2743         (octave-mode): Use SMIE.
2744         (octave-close-block): Delete.
2746 2010-08-30  Eli Zaretskii  <eliz@gnu.org>
2748         * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
2749         CLIPBOARD, not in PRIMARY.  (Bug#6944)
2751 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2753         * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
2754         a list of parents.
2755         (smie-indent-column): Allow indirection through variables.
2757         * composite.el (save-buffer-state): Delete, unused.
2758         * font-lock.el (save-buffer-state): Use with-silent-modifications.
2759         (font-lock-default-fontify-region): Use with-syntax-table.
2760         * jit-lock.el (with-buffer-unmodified): Remove.
2761         (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
2763         Use `declare' in defmacros.
2764         * window.el (save-selected-window):
2765         * subr.el (with-temp-file, with-temp-message, with-syntax-table):
2766         * progmodes/python.el (def-python-skeleton):
2767         * net/dbus.el (dbus-ignore-errors):
2768         * jka-cmpr-hook.el (with-auto-compression-mode):
2769         * international/mule.el (with-category-table):
2770         * emacs-lisp/timer.el (with-timeout):
2771         * emacs-lisp/lisp-mnt.el (lm-with-file):
2772         * emacs-lisp/eieio.el (with-slots):
2773         * emacs-lisp/easymenu.el (easy-menu-define):
2774         * emacs-lisp/debug.el (debugger-env-macro):
2775         * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
2776         (Multiple-value-call, Multiple-value-prog1):
2777         * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
2778         (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
2779         edebug rule to definition.
2780         * emacs-lisp/lisp-mode.el (save-selected-window)
2781         (with-current-buffer, combine-after-change-calls)
2782         (with-output-to-string, with-temp-file, with-temp-buffer)
2783         (with-temp-message, with-syntax-table, read-if, eval-after-load)
2784         (dolist, dotimes, when, unless):
2785         * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
2787 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
2789         * finder.el: Require `package'.
2790         (finder-known-keywords): Tweak descriptions.  Retire `oop' keyword.
2791         (finder-package-info): Var deleted.
2792         (finder-keywords-hash, finder--builtins-alist): New vars.
2793         (finder-compile-keywords): Compute package--builtins and
2794         finder-keywords-hash instead of finder-keywords-hash, respecting
2795         the "Package" header.
2796         (finder-unknown-keywords, finder-list-matches):
2797         Use finder-keywords-hash and package--list-packages.
2798         (finder-mode): Don't set font-lock-defaults.
2799         (finder-exit): We don't use "*Finder-package*" and "*Finder
2800         Category*" buffers anymore.
2802         * emacs-lisp/package.el (package--builtins-base): Var deleted.
2803         (package--builtins): Set default value to nil.
2804         (package-initialize): Load precomputed value of package--builtins
2805         from finder-inf.el.
2806         (package-alist, package-compute-transaction)
2807         (package-download-transaction): Improve docstring.
2808         (package-read-all-archive-contents): Do not change
2809         package--builtins here.
2810         (list-packages): Make package-list-packages an alias for this.
2811         Sort by status by default.
2812         (package--list-packages): Add optional PACKAGES arg.
2813         (describe-package-1): Use font-lock-face property.  For built-in
2814         packages, insert file commentary.
2815         (package--generate-package-list): Rename from
2816         package-list-packages-internal; all callers changed.  Add optional
2817         PACKAGES arg.  Add alphabetical sort fallbacks.
2818         (package-menu--version-predicate, package-menu--status-predicate)
2819         (package-menu--description-predicate)
2820         (package-menu--name-predicate): New functions.
2822         * info.el (Info-finder-find-node): Search package-alist instead of
2823         finder-package-info.
2825 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
2827         * subr.el (version-regexp-alist): Don't use "a" and "b" for
2828         "alpha" and "beta".
2829         (version-to-list): Handle versions like "10.3d".
2831 2010-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2833         * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
2834         (macroexp-accumulate): Use `declare'.
2836 2010-08-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2838         * whitespace.el (whitespace-style): Adjust type declaration.
2840 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
2842         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
2843         empty argument to gvfs-copy.
2845 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
2847         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
2848         handle new TRASH arg of `delete-file'.
2850 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
2852         * net/tramp.el (tramp-handle-insert-directory): Don't use
2853         `forward-word', its default syntax could be changed.
2855 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
2856             Michael Albinus  <michael.albinus@gmx.de>
2858         Implement compression for inline methods.
2860         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2861         (tramp-copy-size-limit): Allow also nil.
2862         (tramp-inline-compress-commands): New defconst.
2863         (tramp-find-inline-compress, tramp-get-inline-compress)
2864         (tramp-get-inline-coding): New defuns.
2865         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2866         replaced by `tramp-get-inline-coding'.
2867         (tramp-handle-file-local-copy, tramp-handle-write-region)
2868         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2870 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
2872         Detect ssh 'ControlMaster' argument automatically in some cases.
2874         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2875         (tramp-default-method): Use it.
2877 2010-08-26  Karel Klíč  <kklic@redhat.com>
2879         * net/tramp.el (tramp-file-name-for-operation):
2880         Add file-selinux-context.
2882 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
2884         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
2886 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
2888         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
2889         (Bug#6907).
2891 2010-08-26  Nathan Weizenbaum  <nweiz@cressida.sea.corp.google.com>  (tiny change)
2893         * progmodes/js.el: Make indentation more customizable (Bug#6914).
2894         (js-paren-indent-offset, js-square-indent-offset)
2895         (js-curly-indent-offset): New options.
2896         (js--proper-indentation): Use them.
2898 2010-08-26  Daniel Colascione  <dan.colascione@gmail.com>
2900         * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
2901         instead of inspecting font-lock properties (Bug#6916).
2903 2010-08-26  David Reitter  <david.reitter@gmail.com>
2905         * server.el (server-visit-files): Run pre-command-hook and
2906         post-command-hook for each buffer while it is current (Bug#6910).
2907         (server-execute): Do not run hooks here.
2909 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
2911         Sync with Tramp 2.1.19.
2913         * net/tramp-cmds.el (tramp-cleanup-all-connections)
2914         (tramp-reporter-dump-variable, tramp-load-report-modules)
2915         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
2916         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
2918         * net/tramp-compat.el (top): Do not autoload
2919         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
2920         only when `start-file-process' is not bound.
2921         (byte-compile-not-obsolete-vars): Define if not bound.
2922         (tramp-compat-funcall): New defmacro.
2923         (tramp-compat-line-beginning-position)
2924         (tramp-compat-line-end-position)
2925         (tramp-compat-temporary-file-directory)
2926         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2927         (tramp-compat-copy-file, tramp-compat-copy-directory)
2928         (tramp-compat-delete-file, tramp-compat-delete-directory)
2929         (tramp-compat-number-sequence, tramp-compat-process-running-p):
2930         Use it.
2931         (tramp-advice-file-expand-wildcards): Do not use
2932         `tramp-handle-file-remote-p'.
2933         (tramp-compat-make-temp-file): Simplify fallback implementation.
2934         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2935         (tramp-compat-copy-tree): Remove function.
2936         (tramp-compat-delete-file): New defun.
2937         (tramp-compat-delete-directory): Provide implementation for older
2938         Emacsen.
2939         (tramp-compat-file-attributes): Handle only
2940         `wrong-number-of-arguments' error.
2942         * net/tramp-fish.el (tramp-fish-handle-copy-file):
2943         Add PRESERVE_SELINUX_CONTEXT.
2944         (tramp-fish-handle-delete-file): Add TRASH arg.
2945         (tramp-fish-handle-directory-files-and-attributes):
2946         Do not use `tramp-fish-handle-file-attributes.
2947         (tramp-fish-handle-file-local-copy)
2948         (tramp-fish-handle-insert-file-contents)
2949         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
2951         * net/tramp-gvfs.el (top): Require url-util.
2952         (tramp-gvfs-mount-point): Remove.
2953         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
2954         and `set-file-selinux-context'.
2955         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
2956         (tramp-gvfs-handle-file-selinux-context)
2957         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2958         (with-tramp-dbus-call-method): Format trace message.
2959         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2960         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
2961         Implement backup call, when operation on local files fails.
2962         Use progress reporter.  Flush properties of changed files.
2963         (tramp-gvfs-handle-delete-file): Add TRASH arg.  Use
2964         `tramp-compat-delete-file'.
2965         (tramp-gvfs-handle-expand-file-name): Expand "~/".
2966         (tramp-gvfs-handle-make-directory): Make more traces.
2967         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
2968         (tramp-gvfs-url-file-name): Hexify file name in url.
2969         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
2970         into account for the resulting file name.
2971         (tramp-gvfs-handler-askquestion): Preserve current message, in
2972         order to let progress reporter continue afterwards.  (Bug#6257)
2973         Return dummy mountpoint, when the answer is "no".
2974         See `tramp-gvfs-maybe-open-connection'.
2975         (tramp-gvfs-handler-mounted-unmounted)
2976         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
2977         attribute "default_location".  Set "prefix" property.
2978         Handle default-location.
2979         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
2980         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
2981         exists.  Raise an error, if not (due to a corresponding answer
2982         "no" in interactive questions, for example).
2983         Use `tramp-compat-funcall'.
2985         * net/tramp-imap.el (top): Autoload `epg-make-context'.
2986         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2987         (tramp-imap-do-copy-or-rename-file)
2988         (tramp-imap-handle-insert-file-contents)
2989         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
2990         (tramp-imap-handle-delete-file): Add TRASH arg.
2992         * net/tramp-smb.el (tramp-smb-handle-copy-file):
2993         Add PRESERVE-SELINUX-CONTEXT.
2994         (tramp-smb-handle-copy-file)
2995         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2996         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2997         Use `with-progress-reporter'.
2998         (tramp-smb-handle-delete-file): Add TRASH arg.
3000         * net/tramp.el (tramp-methods): Move hostname to the end in all
3001         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
3002         appropriate.
3003         (tramp-verbose): Describe verbose level 9.
3004         (tramp-completion-function-alist)
3005         (tramp-file-name-regexp, tramp-chunksize)
3006         (tramp-local-coding-commands, tramp-remote-coding-commands)
3007         (with-connection-property, tramp-completion-mode-p)
3008         (tramp-action-process-alive, tramp-action-out-of-band)
3009         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
3010         (tramp-exists-file-name-handler): Fix docstring.
3011         (tramp-remote-process-environment): Use `format' instead of
3012         `concat'.  Protect version string by apostroph.
3013         (tramp-shell-prompt-pattern): Do not use a shy group in case of
3014         XEmacs.
3015         (tramp-file-name-regexp-unified)
3016         (tramp-completion-file-name-regexp-unified): On W32 systems, do
3017         not regard the volume letter as remote filename.  (Bug#5447)
3018         (tramp-perl-file-attributes)
3019         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
3020         (tramp-vc-registered-read-file-names): Read input as
3021         here-document, otherwise the command could exceed maximum length
3022         of command line.
3023         (tramp-file-name-handler-alist): Add `file-selinux-context' and
3024         `set-file-selinux-context'.
3025         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
3026         backtrace functions.
3027         (tramp-error-with-buffer): Don't show the connection buffer when
3028         we are in completion mode.
3029         (tramp-progress-reporter-update, tramp-remote-selinux-p)
3030         (tramp-handle-file-selinux-context)
3031         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
3032         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
3033         New defuns.
3034         (with-progress-reporter): New defmacro.
3035         (tramp-debug-outline-regexp): New defconst.
3036         (top, tramp-rfn-eshadow-setup-minibuffer)
3037         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
3038         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
3039         (tramp-completion-mode-p, tramp-check-for-regexp)
3040         (tramp-open-connection-setup-interactive-shell)
3041         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
3042         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
3043         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
3044         Use `tramp-compat-funcall'.
3045         (tramp-handle-make-symbolic-link): Flush file properties.
3046         (tramp-handle-load, tramp-handle-file-local-copy)
3047         (tramp-handle-insert-file-contents, tramp-handle-write-region)
3048         (tramp-handle-vc-registered, tramp-maybe-send-script)
3049         (tramp-find-shell): Use `with-progress-reporter'.
3050         (tramp-do-file-attributes-with-stat): Add space in format string,
3051         in order to work around a bug in pdksh.  Reported by Gilles Pion
3052         <gpion@lfdj.com>.
3053         (tramp-handle-verify-visited-file-modtime): Do not send a command
3054         when the connection is not established.
3055         (tramp-handle-set-file-times): Simplify the check for utc.
3056         (tramp-handle-directory-files-and-attributes)
3057         (tramp-get-remote-path): Use `copy-tree'.
3058         (tramp-completion-handle-file-name-all-completions): Ensure, that
3059         non remote files are still checked.  Oops.
3060         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
3061         Handle PRESERVE-SELINUX-CONTEXT.
3062         (tramp-do-copy-or-rename-file): Add progress reporter.
3063         (tramp-do-copy-or-rename-file-directly): Do not use
3064         `tramp-handle-file-remote-p'.
3065         (tramp-do-copy-or-rename-file-out-of-band):
3066         Use `tramp-compat-delete-directory'.
3067         (tramp-do-copy-or-rename-file-out-of-band)
3068         (tramp-compute-multi-hops, tramp-maybe-open-connection):
3069         Use `format-spec-make'.
3070         (tramp-handle-delete-file): Add TRASH arg.
3071         (tramp-handle-dired-uncache): Flush directory cache, not only file
3072         cache.
3073         (tramp-handle-expand-file-name)
3074         (tramp-completion-handle-file-name-all-completions)
3075         (tramp-completion-handle-file-name-completion):
3076         Use `tramp-connectable-p'.
3077         (tramp-handle-start-file-process): Set connection property "vec".
3078         Use it, in order to invalidate file caches.  Check only for
3079         `remote-tty' process property.
3080         Implement tty setting.  (Bug#4604, Bug#6360)
3081         (tramp-file-name-for-operation): Add `call-process-region' and
3082         `set-file-selinux-context'.
3083         (tramp-find-foreign-file-name-handler)
3084         (tramp-advice-make-auto-save-file-name)
3085         (tramp-set-auto-save-file-modes): Remove superfluous check for
3086         `stringp'.  This is done inside `tramp-tramp-file-p'.
3087         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
3088         operations when we are in completion mode.  This gives the user
3089         the chance to correct the file name in the minibuffer.
3090         (tramp-completion-mode-p): Use `non-essential'.
3091         (tramp-handle-file-name-all-completions): Backward/ XEmacs
3092         compatibility: Use `completion-ignore-case' if
3093         `read-file-name-completion-ignore-case' does not exist.
3094         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
3095         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3096         `tramp-open-shell'.
3097         (tramp-action-password): Hide password prompt before next run.
3098         (tramp-process-actions): Widen connection buffer for the trace.
3099         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
3100         process property.  Trace stty settings if `tramp-verbose' >= 9.
3101         Apply workaround for IRIX64 bug.  Move argument of last
3102         `tramp-send-command' where it belongs to.
3103         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
3104         front of `login-args'.
3105         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
3106         on "/dev/null" instead of "/".
3107         (tramp-get-ls-command-with-dired): Make test for "--dired"
3108         stronger.
3109         (tramp-set-auto-save-file-modes): Adapt version check.
3110         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
3111         (tramp-handle-process-file): Call the program in a subshell, in
3112         order to preserve working directory.
3113         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
3114         `tramp-remote-sh' from `tramp-methods'.
3115         (tramp-get-ls-command): Make test for "--color=never" stronger.
3116         (tramp-check-for-regexp): Use (forward-line 1).
3118         * net/trampver.el: Update release number.
3120 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
3122         * help.el (help-map): Bind `C-h P' to describe-package.
3124         * menu-bar.el (menu-bar-describe-menu): Add describe-package.
3126         * emacs-lisp/package.el (package-refresh-contents): Catch errors
3127         when downloading archives.
3128         (describe-package-1): Add package commentary.
3129         (package-install-button-action): New function.
3130         (package-menu-mode-map): Bind ? to package-menu-describe-package.
3131         (package-menu-view-commentary): Function removed.
3132         (package-list-packages-internal): Hide the `package' package too.
3134 2010-08-25  Kenichi Handa  <handa@m17n.org>
3136         * language/misc-lang.el ("Arabic"): New language environment.
3137         Setup composition-function-table for Arabic characters.
3139         * international/fontset.el (setup-default-fontset): Fix typo for
3140         arabic OTF spec (fini->fina).
3142 2010-08-25  Jan Djärv  <jan.h.d@swipnet.se>
3144         * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
3145         on all frames.
3147 2010-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3149         * whitespace.el: Allow cleaning up blanks without blank
3150         visualization (Bug#6651).  Adjust help window for
3151         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
3152         instead of whitespace-line-column (from EmacsWiki).  New version
3153         13.1.
3154         (whitespace-style): Added new value 'face.  Adjust docstring.
3155         (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
3156         foreground property face.
3157         (whitespace-line-column): Adjust docstring and type declaration.
3158         (whitespace-style-value-list, whitespace-toggle-option-alist)
3159         (whitespace-help-text): Adjust const initialization.
3160         (whitespace-toggle-options, global-whitespace-toggle-options):
3161         Adjust docstring.
3162         (whitespace-display-window, whitespace-interactive-char)
3163         (whitespace-style-face-p, whitespace-color-on): Adjust code.
3164         (whitespace-help-scroll): New fun.
3166 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
3168         * emacs-lisp/package.el (list-packages): Alias for
3169         package-list-packages.
3171 2010-08-24  Kevin Ryde  <user42@zip.com.au>
3173         * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
3174         (Bug#5651).
3176         * progmodes/ruby-mode.el (ruby): Add defgroup.
3178 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
3180         * progmodes/python.el: Add Ipython support (Bug#5390).
3181         (python-shell-prompt-alist)
3182         (python-shell-continuation-prompt-alist): New options.
3183         (python--set-prompt-regexp): New function.
3184         (inferior-python-mode, run-python, python-shell): Require
3185         ansi-color.  Use python--set-prompt-regexp to set the comint
3186         prompt based on the Python interpreter.
3187         (python--prompt-regexp): New var.
3188         (python-check-comint-prompt)
3189         (python-comint-output-filter-function): Use it.
3190         (run-python): Use a pipe (Bug#5694).
3192 2010-08-24  Fabian Ezequiel Gallina  <galli.87@gmail.com>  (tiny change)
3194         * progmodes/python.el (python-send-region): Send a different
3195         Python command if Ipython is in use.
3196         (python-check-version): Use a Python command to find the version.
3198 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
3200         * mouse.el (mouse-yank-primary): Avoid setting primary when
3201         deactivating the mark (Bug#6872).
3203 2010-08-23  Chris Foote  <chris@foote.com.au>  (tiny change)
3205         * progmodes/python.el (python-block-pairs): Allow use of "finally"
3206         with "else" (Bug#3991).
3208 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
3210         * net/dbus.el: Accept UNIX domain sockets as bus address.
3211         (top): Don't initialize `dbus-registered-objects-table' anymore,
3212         this is done in dbusbind,c.
3213         (dbus-check-event): Adapt test for bus.
3214         (dbus-return-values-table, dbus-unregister-service)
3215         (dbus-event-bus-name, dbus-introspect, dbus-register-property):
3216         Adapt doc string.
3218 2010-08-23  Juanma Barranquero  <lekktu@gmail.com>
3220         * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
3222 2010-08-22  Juri Linkov  <juri@jurta.org>
3224         * simple.el (read-extended-command): New function with the logic
3225         for `completing-read' moved to Elisp from `execute-extended-command'.
3226         Use `function-called-at-point' in `minibuffer-default-add-function'
3227         to get a command name for M-n (bug#5364, bug#5214).
3229 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
3231         * startup.el (command-line-1): Issue warning for ignored arguments
3232         --unibyte, etc (Bug#6886).
3234 2010-08-22  Leo  <sdl.web@gmail.com>
3236         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
3237         (ignore, bright, dim, keyword): Split list of nicknames before
3238         passing to rcirc-add-or-remove (Bug#6894).
3240 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
3242         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
3244 2010-08-22  Leo  <sdl.web@gmail.com>
3246         Fix buffer-list rename&refresh after killing a buffer in ido.
3247         * ido.el: Revert Óscar's.
3248         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
3249         Remember the buffers at head, rather than their name.
3250         * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
3252 2010-08-22  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
3253             Stefan Monnier  <monnier@iro.umontreal.ca>
3255         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
3256         extra backslash added to each line (bug#6890).
3258 2010-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3260         * subr.el (read-key): Don't echo keystrokes (bug#6883).
3262 2010-08-22  Glenn Morris  <rgm@gnu.org>
3264         * menu-bar.el (menu-bar-games-menu): Add landmark.
3266 2010-08-22  Glenn Morris  <rgm@gnu.org>
3268         * align.el (align-regexp): Make group and spacing arguments
3269         use the interactive defaults when non-interactive.  (Bug#6698)
3271         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
3272         expansion, so as not to need sendmail.
3273         (mail-text-start): Remove declaration.
3274         (rmail-retry-failure): Require sendmail.
3276 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
3278         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
3280 2010-08-22  Michael Albinus  <michael.albinus@gmx.de>
3282         * progmodes/flymake.el (flymake-start-syntax-check-process):
3283         Use `start-file-process' in order to let it run also on remote hosts.
3285 2010-08-22  Kenichi Handa  <handa@m17n.org>
3287         * files.el: Add `word-wrap' as safe local variable.
3289 2010-08-22  Glenn Morris  <rgm@gnu.org>
3291         * woman.el (woman-translate): Case matters.  (Bug#6849)
3293 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
3295         * simple.el (kill-region): Doc fix (Bug#6787).
3297 2010-08-22  Glenn Morris  <rgm@gnu.org>
3299         * calendar/diary-lib.el (diary-header-line-format):
3300         Fit it to the window, not the frame.
3302 2010-08-22  Andreas Schwab  <schwab@linux-m68k.org>
3304         * subr.el (ignore-errors): Add debug declaration.
3306 2010-08-22  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
3308         * whitespace.el (whitespace-color-off): Remove post-command-hook
3309         locally.
3311 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3313         * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
3315 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
3317         * cus-edit.el (custom-group-value-create): Add extra newline
3318         before end line (Bug#6876).
3320 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
3322         * mouse.el (mouse-save-then-kill): Don't save region to kill ring
3323         when extending it.  Before killing on the second click, check if
3324         the buffer is the correct one.  Doc fix.
3325         (mouse-secondary-save-then-kill): Allow usage without first
3326         calling mouse-start-secondary, by defaulting to point.  Don't save
3327         an empty secondary selection.  Doc fix.
3329 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3331         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
3332         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
3333         New version 13.0.
3334         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
3335         Adjust initialization.
3336         (whitespace-bob-marker, whitespace-eob-marker)
3337         (whitespace-buffer-changed): New vars.
3338         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
3339         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
3340         (whitespace-post-command-hook, whitespace-display-char-on):
3341         Adjust code.
3342         (whitespace-looking-back, whitespace-buffer-changed): New funs.
3343         (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
3345 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3347         * files.el (locate-file-completion-table): Only list the .el and .elc
3348         extensions if there's no other choice (bug#5955).
3350         * facemenu.el (facemenu-self-insert-data): New var.
3351         (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
3352         New functions.
3353         (facemenu-add-face): Use them.
3355         * simple.el (blink-matching-open): Obey forward-sexp-function.
3357 2010-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3359         * simple.el (prog-mode-map): New var.
3360         (prog-indent-sexp): New command.
3362         * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
3364         * progmodes/prolog.el (smie): Require.
3366         * emacs-lisp/smie.el (smie-default-backward-token)
3367         (smie-default-forward-token): Strip properties.
3368         (smie-next-sexp): Be more careful with associative operators.
3369         (smie-forward-sexp-command): Generalize.
3370         (smie-backward-sexp-command): Simplify.
3371         (smie-closer-alist): New var.
3372         (smie-close-block): New command.
3373         (smie-indent-debug-log): New var.
3374         (smie-indent-offset-rule): Add a few more cases.
3375         (smie-indent-column): New function.
3376         (smie-indent-after-keyword): Use it.
3377         (smie-indent-keyword): Use it.
3378         Fix up the opener code's point position.
3379         (smie-indent-comment): Only applies at BOL.
3380         (smie-indent-debug): New command.
3382         * emacs-lisp/autoload.el (make-autoload): Preload the macros's
3383         declarations that are useful before running the macro.
3385 2010-08-18  Joakim Verona  <joakim@verona.se>
3387         * image.el (imagemagick-types-inhibit): New variable.
3388         (imagemagick-register-types): New function.
3389         * image-mode.el (image-transform-properties): New function.
3390         (image-transform-set-scale, image-transform-fit-to-height)
3391         (image-transform-set-rotation, image-transform-set-resize)
3392         (image-transform-fit-to-width, image-transform-fit-to-height):
3393         New functions.
3394         (image-toggle-display-image): Support image transforms.
3396 2010-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3398         * image.el (create-animated-image): Don't add heuristic mask to image
3399         (Bug#6839).
3401 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
3403         * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
3404         Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
3406 2010-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3408         * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
3410         Font-lock '...' strings, plus various simplifications and fixes.
3411         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
3412         (octave-font-lock-close-quotes): New function.
3413         (octave-font-lock-syntactic-keywords): New var.
3414         (octave-mode): Use it.  Set beginning-of-defun-function.
3415         (octave-mode-map): Don't override the <foo>-defun commands.
3416         (octave-mode-menu): Pass it directly to easy-menu-define;
3417         remove (now generic) <foo>-defun commands; use info-lookup-symbol.
3418         (octave-block-match-alist): Fix up last change so that
3419         octave-close-block uses the more specific keyword.
3420         (info-lookup-mode): Silence byte-compiler.
3421         (octave-beginning-of-defun): Not interactive any more.
3422         Optimize slightly.
3423         (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
3424         (octave-indent-defun, octave-send-defun): Use mark-defun instead.
3425         (octave-completion-at-point-function): Make sure point is within
3426         beg..end.
3427         (octave-reindent-then-newline-and-indent):
3428         Use reindent-then-newline-and-indent.
3429         (octave-add-octave-menu): Remove.
3431 2010-08-17  Jan Djärv  <jan.h.d@swipnet.se>
3433         * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
3434         (report-emacs-bug-can-use-xdg-email): New functions.
3435         (report-emacs-bug): Set can-xdg-email to result of
3436         report-emacs-bug-can-use-xdg-email.  If can-xdg-email bind
3437         \C-cm to report-emacs-bug-insert-to-mailer and add help text
3438         about it.
3440         * net/browse-url.el (browse-url-default-browser): Add cond
3441         for browse-url-xdg-open.
3442         (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
3444 2010-08-17  Glenn Morris  <rgm@gnu.org>
3446         * progmodes/cc-engine.el (c-new-BEG, c-new-END)
3447         (c-fontify-recorded-types-and-refs): Define for compiler.
3448         * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
3449         before use.
3451         * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
3452         Fix format call.
3454 2010-08-17  Michael Albinus  <michael.albinus@gmx.de>
3456         * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
3457         properties.
3458         (tramp-handle-process-file): Call the program in a subshell, in
3459         order to preserve working directory.
3460         (tramp-action-password): Hide password prompt before next run.
3461         (tramp-process-actions): Widen connection buffer for the trace.
3463 2010-08-16  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
3465         * net/rcirc.el (rcirc-log-process-buffers): New option.
3466         (rcirc-print): Use it.
3467         (rcirc-generate-log-filename): New function.
3468         (rcirc-log-filename-function): Change default to
3469         rcirc-generate-log-filename (Bug#6828).
3471 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
3473         * simple.el (deactivate-mark): If select-active-regions is `only',
3474         only set selection for temporarily active regions.
3476         * cus-start.el: Change defcustom for select-active-regions.
3478 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
3480         * mouse.el (mouse--drag-set-mark-and-point): New function.
3481         (mouse-drag-track): Use LOCATION arg to push-mark.
3482         Use mouse--drag-set-mark-and-point to take click-count into
3483         consideration when updating point and mark (Bug#6840).
3485 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
3487         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3488         Give the Ruby rule a lower priority than Gnu (Bug#6778).
3490 2010-08-14  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
3492         * font-lock.el (lisp-font-lock-keywords-2):
3493         Add combine-after-change-calls, condition-case-no-debug,
3494         with-demoted-errors, and with-silent-modifications (Bug#6025).
3496 2010-08-14  Kevin Ryde  <user42@zip.com.au>
3498         * emacs-lisp/copyright.el (copyright-update-year)
3499         (copyright-update): Temporary switch-to-buffer to ensure the
3500         buffer change being queried is visible (Bug#5394).
3502 2010-08-14  Tom Tromey  <tromey@redhat.com>
3504         * progmodes/etags.el (tags-file-name): Mark safe if stringp
3505         (Bug#6733).
3507 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
3509         * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
3510         MS-DOS.  (Bug#6689)
3512 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
3514         * menu-bar.el (menu-bar-set-tool-bar-position): New function.
3515         (menu-bar-showhide-tool-bar-menu-customize-enable-left)
3516         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
3517         (menu-bar-showhide-tool-bar-menu-customize-enable-top)
3518         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
3519         Call menu-bar-set-tool-bar-position.
3521 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3523         * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
3524         comment style (bug#6834).
3525         * progmodes/scheme.el (scheme-mode-syntax-table):
3526         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
3527         "b" flag in "' 14b" syntax.
3529         * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
3530         for (un)commenting the region and performing completion.
3531         (octave-mode-menu): Use standard commands for help and completion.
3532         (octave-mode-syntax-table): Support %{..%} comments (sort of).
3533         (octave-mode): Use define-derived-mode.
3534         Set completion-at-point-functions and don't set columns.
3535         Don't disable adaptive-fill-regexp.
3536         (octave-describe-major-mode, octave-comment-region)
3537         (octave-uncomment-region, octave-comment-indent)
3538         (octave-indent-for-comment): Remove.
3539         (octave-indent-calculate): Rename from calculate-octave-indent.
3540         (octave-indent-line, octave-fill-paragraph): Update caller.
3541         (octave-initialize-completions): No need to make an alist.
3542         (octave-completion-at-point-function): New function.
3543         (octave-complete-symbol): Use it.
3544         (octave-insert-defun): Use define-skeleton.
3546         * progmodes/octave-mod.el (octave-mode): Set comment-add.
3547         (octave-mode-map): Use comment-dwim (bug#6829).
3549 2010-08-12  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
3551         * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
3552         indentation of inserted comment.
3554 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
3556         * faces.el (region): Add type gtk that uses gtk colors.
3558         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
3559         Handle theme-name change.
3561 2010-08-10  Michael R. Mauger  <mmaug@yahoo.com>
3563         * progmodes/sql.el: Version 2.5
3564         (sql-product-alist): Add :prompt-cont-regexp property for several
3565         database products.
3566         (sql-prompt-cont-regexp): New variable.
3567         (sql-output-newline-count, sql-output-by-send):
3568         New variables.  Record number of newlines in input text.
3569         (sql-send-string): Handle multiple filters and count newlines.
3570         (sql-send-magic-terminator): Count terminator newline.
3571         (sql-interactive-remove-continuation-prompt): Filters output to
3572         remove continuation prompts; one for each newline.
3573         (sql-interactive-mode): Set up new variables, prompt regexp and
3574         output filter.
3575         (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
3576         (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3578 2010-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3580         * emacs-lisp/pcase.el: New file.
3582 2010-08-10  Michael Albinus  <michael.albinus@gmx.de>
3584         * net/tramp.el (tramp-vc-registered-read-file-names): Read input
3585         as here-document, otherwise the command could exceed maximum
3586         length of command line.
3587         (tramp-handle-vc-registered): Call script accordingly.
3588         Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
3590 2010-08-10  Kenichi Handa  <handa@m17n.org>
3592         * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
3593         composable pattern.
3595 2010-08-09  Chong Yidong  <cyd@stupidchicken.com>
3597         * emacs-lisp/package.el (package-version-split)
3598         (package--version-first-nonzero, package-version-compare):
3599         Functions removed.
3600         (package-directory-list, package-load-all-descriptors)
3601         (package--built-in, package-activate, define-package)
3602         (package-installed-p, package-compute-transaction)
3603         (package-read-all-archive-contents)
3604         (package--add-to-archive-contents, package-buffer-info)
3605         (package-tar-file-info, package-list-packages-internal):
3606         Use version-to-list and version-list-*.
3608         * emacs-lisp/package-x.el (package-upload-buffer-internal):
3609         Use version-to-list.
3610         (package-upload-buffer-internal): Use version-list-<=.
3612 2010-08-09  Kenichi Handa  <handa@m17n.org>
3614         * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
3615         composable pattern.
3617 2010-08-08  Chong Yidong  <cyd@stupidchicken.com>
3619         * tutorial.el (tutorial--default-keys): C-d is now bound to
3620         delete-forward-char (Bug#6826).
3622         * mouse.el (mouse-drag-track): Remove accidentally-removed check
3623         for `double' value of mouse-1-click-follows-link (Bug#6807).
3625 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
3627         * replace.el (replace-highlight): Bind isearch-forward and
3628         isearch-error, ensuring that highlighting is updated if the user
3629         switches the search direction (Bug#6808).
3631         * isearch.el (isearch-lazy-highlight-forward): New var.
3632         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
3633         (isearch-lazy-highlight-update): Use it.
3635 2010-08-08  Kenichi Handa  <handa@m17n.org>
3637         * international/mule.el (define-charset): Store NAME as :base property.
3638         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
3639         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
3640         current priority.  Force using the designation of the specific
3641         charset by adding `charset' text property.  Improve the whole algorithm.
3643 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
3645         * emulation/pc-select.el (pc-selection-mode-hook)
3646         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
3647         (pc-selection-mode): Fix typos in docstrings.
3649 2010-08-08  Kenichi Handa  <handa@m17n.org>
3651         * language/cyrillic.el: Don't add "microsoft-cp1251" to
3652         ctext-non-standard-encodings-alist here.
3654         * international/mule.el (ctext-non-standard-encodings-alist):
3655         Add "koi8-r" and "microsoft-cp1251".
3656         (ctext-standard-encodings): New variable.
3657         (ctext-non-standard-encodings-table): List only elements for
3658         non-standard encodings.
3659         (ctext-pre-write-conversion): Adjust for the above change.
3660         Check ctext-standard-encodings.
3662         * international/mule-conf.el (compound-text): Doc fix.
3663         (ctext-no-compositions): Doc fix.
3664         (compound-text-with-extensions): Doc fix.
3666 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3668         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
3670 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
3672         * progmodes/which-func.el (which-func-format): Split help-echo text
3673         into lines, like other mode-line tooltips.
3675         * server.el (server-start): When using TCP sockets, force IPv4
3676         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
3678 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3680         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
3682 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
3684         * term.el (term-delimiter-argument-list): Reflow docstring.
3685         (term-read-input-ring, term-write-input-ring, term-send-input)
3686         (term-bol, term-erase-in-display, serial-supported-or-barf):
3687         Fix typos in docstrings.
3689 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3691         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
3693 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
3695         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
3697 2010-08-08  MON KEY  <monkey@sandpframing.com>  (tiny change)
3699         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
3700         Fix typo in docstring (bug#6747).
3702 2010-08-08  Leo  <sdl.web@gmail.com>
3704         * eshell/esh-io.el (eshell-get-target): Better detection of
3705         read-only file (Bug#6762).
3707 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
3709         * align.el (align-default-spacing): Doc fix.
3710         (align-region-heuristic, align-regexp): Fix typos in docstrings.
3712 2010-08-08  Stephen Peters  <speters@itasoftware.com>
3714         * calendar/icalendar.el
3715         (icalendar--split-value): Fix splitting regexp.  (Bug#6766)
3716         (icalendar--get-weekday-numbers): New.
3717         (icalendar--convert-recurring-to-diary): Handle multiple byday
3718         values in weekly rules.  (Bug#6766)
3720 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
3722         * calendar/icalendar.el (icalendar-uid-format): Doc fix.
3723         (icalendar--create-uid, icalendar-export-region)
3724         (icalendar--parse-summary-and-rest): Code formatting.
3726 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
3728         * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
3729         to italicize headers.
3730         (calc-highlight-selections-with-faces): New variable.
3731         (calc-selected-face, calc-nonselected-face): New faces.
3733         * calc/calccomp.el (math-comp-highlight-string): Use
3734         `calc-highlight-selections-with-faces' to determine how to highlight
3735         sub-formulas.
3737         * calc/calc-sel.el (calc-show-selections): Change message to when
3738         using faces to highlight selections.
3740 2010-08-07  Michael R. Mauger  <mmaug@yahoo.com>
3742         * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
3743         Add SQLite 3 keywords, functions and datatypes.
3744         (sql-interactive-mode): Remove `comint-process-echoes' set to t
3745         (Bug#6686).
3747 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
3749         * simple.el (select-active-regions): Move to keyboard.c.
3750         (deactivate-mark): Used saved-region-selection.
3751         (select-active-region): Function removed.
3752         (activate-mark, set-mark, push-mark-command)
3753         (handle-shift-selection): Don't call it.
3754         (keyboard-quit): Avoid adding the region to the window selection.
3756         * mouse.el (mouse-drag-track): Remove hacks to deal with old
3757         select-active-regions implementation.
3758         (mouse-yank-at-click): Doc fix.
3760         * cus-start.el: Add custom declaration for select-active-regions.
3762 2010-08-07  Eli Zaretskii  <eliz@gnu.org>
3764         * simple.el (delete-forward-char): Doc fix.
3766         * tutorial.el (help-with-tutorial): Hack safe file-local variables
3767         after reading the tutorial.
3769 2010-08-06  Alan Mackenzie  <bug-cc-mode@gnu.org>
3771         * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
3772         for the case that a C style comment has its delimiters alone on
3773         their respective lines.
3775 2010-08-06  Michael Albinus  <michael.albinus@gmx.de>
3777         * net/tramp.el (tramp-handle-start-file-process): Set connection
3778         property "vec".
3779         (tramp-process-sentinel): Use it for flushing the cache.  We
3780         cannot do it via the process buffer, the buffer could be deleted
3781         already when running the sentinel.
3783 2010-08-06  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
3785         * comint.el (comint-mode): Make directory tracking functions
3786         functional on remote files.  (Bug#6764)
3788 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
3790         * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
3792 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
3794         * emacs-lisp/find-gc.el (find-gc-source-files): Rename
3795         unexec.c => unexcoff.c.
3797         * emacs-lisp/authors.el (authors-fixed-entries): Rename
3798         unexec.c => unexcoff.c.
3800 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
3802         * net/tramp.el (tramp-handle-dired-uncache): Flush directory
3803         cache, not only file cache.
3804         (tramp-process-sentinel): New defun.
3805         (tramp-handle-start-file-process): Use it, in order to invalidate
3806         file caches.
3808 2010-08-03  Leo  <sdl.web@gmail.com>
3810         * server.el (server-start): Simplify loop.
3812 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3814         * frame.el (screen-height, screen-width, set-screen-width)
3815         (set-screen-height): Remove ancient compatibility aliases.
3817         * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
3818         when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
3820         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
3821         that change current buffer.
3823 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3825         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
3826         beginning of the string.  Use `string-match-p'.  (Bug#6765)
3828 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
3830         * cus-start.el (x-gtk-use-system-tooltips): New variable.
3832 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
3834         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
3835         (package--builtins): Tweak descriptions.
3836         (package-print-package): Upcase descriptions if necessary.
3837         Show all built-in packages in font-lock-builtin-face.
3838         (package-list-packages-internal): Omit "emacs" package.
3839         Show status of built-in packages as "built-in".
3841 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
3843         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
3844         before killing to preserve the primary selection (Bug#6701).
3846         * term/x-win.el (x-select-text): Doc fix.
3848 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
3850         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
3851         The following functions were modified or created:
3853         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
3854         (objc-font-lock-extra-types):
3855         * progmodes/cc-mode.el (c-basic-common-init):
3856         * progmodes/cc-langs.el (c-make-mode-syntax-table)
3857         (c++-make-template-syntax-table)
3858         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
3859         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
3860         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
3861         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
3862         * progmodes/cc-fonts.el (c-make-inverse-face)
3863         (c-basic-matchers-after):
3864         * progmodes/cc-engine.el (c-forward-keyword-clause)
3865         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
3866         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
3867         (c-guess-continued-construct, c-guess-basic-syntax):
3869 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
3871         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
3873 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
3875         * files.el (bidi-paragraph-direction): Define safe local values.
3877         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
3878         language-info-alist.  Remove outdated FIXME in a comment.
3880 2010-07-31  Alan Mackenzie  <acm@muc.de>
3882         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
3883         Auto-fill broken in C/C++ modes.
3885 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
3887         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
3888         (menu-bar-showhide-tool-bar-menu-customize-disable)
3889         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
3890         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
3891         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
3892         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
3893         make a menu for Options => toolbar that can move it.
3895 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
3897         * emacs-lisp/package-x.el (package--make-rss-entry):
3898         (package-maint-add-news-item, package--update-news)
3899         (package-upload-buffer-internal): New arg ARCHIVE-URL.
3901         * emacs-lisp/package.el (package-archive-url): Rename from
3902         package-archive-id.
3903         (package-install): Doc fix.
3904         (package-download-single, package-download-tar, package-install)
3905         (package-menu-view-commentary): Callers changed.
3907 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
3909         * net/tramp.el (tramp-handle-start-file-process): Check only for
3910         `remote-tty' process property.
3911         (tramp-open-shell): Don't check for tty.
3912         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
3913         process property.
3915         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
3916         host.
3918 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
3920         * emacs-lisp/package.el (package-load-list, package-archives)
3921         (package-archive-contents, package-user-dir)
3922         (package-directory-list, package--builtins, package-alist)
3923         (package-activated-list, package-obsolete-alist): Mark as risky.
3925 2010-07-28  Phil Hagelberg  <phil@evri.com>
3927         Add support for non-default package repositories.
3928         * emacs-lisp/package.el (package-archive-base): Var deleted.
3929         (package-archives): New variable.
3930         (package-archive-contents): Doc fix.
3931         (package-load-descriptor): Do nothing if descriptor file is missing.
3932         (package--write-file-no-coding): New function.
3933         (package-unpack-single): Use it.
3934         (package-archive-id): New function.
3935         (package-download-single, package-download-tar)
3936         (package-menu-view-commentary): Use it.
3937         (package-installed-p): Make second argument optional.
3938         (package-read-all-archive-contents): New function.
3939         (package-initialize): Use it.
3940         (package-read-archive-contents): Add ARCHIVE argument.
3941         (package--add-to-archive-contents): New function.
3942         (package-install): Don't call package-read-archive-contents.
3943         (package--download-one-archive): Store archive file in a
3944         subdirectory of package-user-dir.
3945         (package-menu-execute): Remove spurious line movement.
3947 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
3949         * cus-start.el (tool-bar-style): Add text-image-horiz.
3951 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
3953         * progmodes/gud.el (gud-common-init): Check for remoteness of
3954         `file', and not of `default-directory'.
3956 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
3958         * net/tramp.el (tramp-methods): Move hostname to the end in all
3959         ssh `tramp-login-args'.
3960         (tramp-verbose): Describe verbose level 9.
3961         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
3962         (tramp-open-connection-setup-interactive-shell): Trace stty
3963         settings if `tramp-verbose' >= 9.
3964         (tramp-handle-start-file-process): Implement tty setting.
3965         (Bug#4604, Bug#6360)
3967         * net/tramp-cmds.el (tramp-bug): Recommend setting of
3968         `tramp-verbose' to 9.
3970 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
3972         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
3973         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
3974         Remove references to package `lisp-re' (bug#4369).
3976 2010-07-27  Tom Tromey  <tromey@redhat.com>
3978         * progmodes/js.el (js-mode):
3979         * progmodes/make-mode.el (makefile-mode):
3980         * progmodes/simula.el (simula-mode):
3981         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
3983 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
3985         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
3987         * time.el (display-time-day-and-date): Remove spurious * in docstring.
3988         (display-time-world-buffer-name, display-time-world-mode-map):
3989         Fix typos in docstrings.
3991 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
3993         * image-mode.el (image-display-size): New function.
3994         (image-forward-hscroll, image-next-line, image-eol, image-eob)
3995         (image-mode-fit-frame): Use it (Bug#6639).
3997 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
3999         * dired.el (dired-buffers-for-dir): Handle list values of
4000         dired-directory (Bug#6636).
4002 2010-07-26  Sam Steingold  <sds@gnu.org>
4004         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
4005         Do not call `x-get-selection' the second time, reuse the value.
4007 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
4009         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
4010         which consist of control chars only.  Suggested by Richard Stallman.
4012 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
4014         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
4015         exists before passing an error to find-file-not-found-functions
4016         (bug#6723).
4018 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
4020         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
4021         Remove leading nil element, adjust values.
4022         (tetris-shapes, tetris-shape-scores):
4023         Change representation of shapes and remove some redundancy.
4024         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
4025         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
4026         Adjust for working with new representation of shapes.
4027         (tetris-shape-rotations): New function.
4028         (tetris-move-bottom, tetris-move-left, tetris-move-right)
4029         (tetris-rotate-prev, tetris-rotate-next):
4030         Adjust for working with the new version of tetris-test-shape.
4032 2010-07-23  Markus Triska  <markus.triska@gmx.at>
4034         * progmodes/ps-mode.el: Use comint (bug#5954).
4035         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
4036         (ps-mode-other-newline): Simplify.
4037         (ps-run-mode): Derive from comint-mode instead of
4038         fundamental-mode, yielding input history etc.
4039         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
4040         (ps-run-send-string): Adapt for comint-mode.
4041         (ps-run-newline): Remove now unneeded function.
4043 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
4045         * net/tramp.el (tramp-methods): Move hostname to the end in all
4046         plink `tramp-login-args'.
4048 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
4050         * net/tramp.el (tramp-open-shell): New defun.
4051         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4052         Use it.
4054 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
4056         * net/tramp.el (tramp-file-name-regexp-unified)
4057         (tramp-completion-file-name-regexp-unified): On W32 systems, do
4058         not regard the volume letter as remote filename.  (Bug#5447)
4060 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
4062         * custom.el (custom-declare-variable): Give a clearer error message
4063         when the docstring is missing (bug#6476).
4065 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
4067         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
4068         (sql-login-params): New widget definition.
4069         (sql-oracle-login-params, sql-mysql-login-params)
4070         (sql-solid-login-params, sql-sybase-login-params)
4071         (sql-informix-login-params, sql-ingres-login-params)
4072         (sql-ms-login-params, sql-postgres-login-params)
4073         (sql-interbase-login-params, sql-db2-login-params)
4074         (sql-linter-login-params): Use it.
4075         (sql-sqlite-login-params): Use it; Define "database" parameter as
4076         a file name.
4077         (sql-sqlite-program): Change to "sqlite3".
4078         (sql-comint-sqlite): Make sure database name is complete.
4079         (sql-for-each-login): New function.
4080         (sql-connect, sql-save-connection): Use it.
4081         (sql-get-login-ext): New function.
4082         (sql-get-login): Use it.
4083         (sql-make-alternate-buffer-name): Handle :file parameters.
4085 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
4087         * dired.el (dired-no-confirm): Document value t and fix defcustom to
4088         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
4090 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4092         * dired.el (dired-mode-map): Use command remapping (bug#6632).
4094 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
4096         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
4098 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
4100         * net/tramp.el (tramp-get-ls-command)
4101         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
4102         instead of "/".
4104 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
4106         * progmodes/sql.el: Version 2.3.
4107         (sql-connection-alist): Changed keys from symbols to strings;
4108         enhanced the widget definition.
4109         (sql-mode-menu): Added submenu to select connections.
4110         (sql-interactive-mode-menu): Added "Save Connection" item.
4111         (sql-add-product): Fixed menu item.
4112         (sql-get-product-feature): Improved error handling.
4113         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
4114         (sql-make-alternate-buffer-name): Simplified.
4115         (sql-product-interactive): Handle missing product.
4116         (sql-connect): Support string keys, minor improvements.
4117         (sql-save-connection): New function.
4118         (sql-connection-menu-filter): New function.
4120 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
4122         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
4123         (tramp-open-connection-setup-interactive-shell): Apply
4124         workaround for IRIX64 bug.  Move argument of last
4125         `tramp-send-command' where it belongs to.
4127 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
4129         * net/tramp.el (tramp-perl-file-attributes)
4130         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
4131         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
4132         front of `login-args'.
4134 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
4136         * time.el (display-time-world-mode): Define with `define-derived-mode'.
4137         Set `show-trailing-whitespace' to nil.
4138         (display-time-world-display): Simplify.
4140 2010-07-18  Alan Mackenzie  <acm@muc.de>
4142         Enhance `c-file-style' in file/directory local variables.
4143         * progmodes/cc-mode.el (c-count-cfss): New function.
4144         (c-before-hack-hook): Call `c-set-style' differently according to
4145         whether c-file-style was set in file or directory local
4146         variables.
4148 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
4150         * progmodes/sql.el: Version 2.2.
4151         (sql-product, sql-user, sql-database, sql-server, sql-port): Use
4152         defcustom :safe keyword rather than putting safe-local-variable
4153         property.
4154         (sql-password): Use defcustom :risky keyword rather than putting
4155         risky-local-variable property.
4156         (sql-oracle-login-params, sql-sqlite-login-params)
4157         (sql-solid-login-params, sql-sybase-login-params)
4158         (sql-informix-login-params, sql-ingres-login-params)
4159         (sql-ms-login-params, sql-postgres-login-params)
4160         (sql-interbase-login-params, sql-db2-login-params)
4161         (sql-linter-login-params): Add `port' option.
4162         (sql-get-product-feature): Added NO-INDIRECT parameter.
4163         (sql-comint-oracle, sql-comint-sybase)
4164         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
4165         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
4166         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
4167         (sql-comint-linter): Renamed sql-connect-* functions to
4168         sql-comint-*.
4169         (sql-product-alist, sql-mode-menu): Renamed as above and
4170         :sqli-connect-func to :sqli-comint-func.
4171         (sql-connection): New variable.
4172         (sql-interactive-mode): Set it.
4173         (sql-connection-alist): New variable.
4174         (sql-connect): New function.
4175         (sql--alt-buffer-part, sql--alt-if-not-empty)
4176         (sql-make-alternate-buffer-name): Improved alternative buffer name.
4178 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4180         * image-mode.el (image-bookmark-make-record): Do not set context
4181         in an image (Bug#6650).
4183 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
4185         * simple.el (select-active-region): New function.
4186         (push-mark-command, set-mark, activate-mark)
4187         (handle-shift-selection): Use it.
4188         (deactivate-mark): Don't check for size of region.
4190         * mouse.el (mouse-drag-track): Use select-active-region.
4192 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
4194         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
4195         "--dired" stronger.
4197 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
4199         * term/x-win.el (x-select-enable-primary): Change default to nil.
4200         (x-select-enable-clipboard): Add :version keyword.
4202         * mouse.el (mouse-drag-copy-region):
4203         * simple.el (select-active-regions): Likewise.
4205 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
4207         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
4208         (vc-coding-system-for-diff): Use it to decide whether to inherit
4209         from the file the EOL format for reading the diffs of that file.
4210         (Bug#4451)
4212 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
4214         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
4215         unibyte, so compressed attachments are not compressed again.
4217 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
4219         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
4220         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
4221         (tramp-find-shell): Simplify setting connection property.
4222         (tramp-get-ls-command): Make test for "--color=never" stronger.
4224 2010-07-15  Simon South  <ssouth@member.fsf.org>
4226         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
4227         blocks within record declarations (i.e. variant parts) correctly.
4229 2010-07-15  Simon South  <ssouth@member.fsf.org>
4231         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
4232         over literal tokens when parsing so newlines aren't "absorbed" by
4233         single-line comments.  Corrects the indentation of case blocks
4234         that have a comment on the first line.
4236 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
4238         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
4239         by Drew Adams (Bug#5504).
4241 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
4243         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
4244         now that Unicode is used (Bug#6594).
4246 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
4248         * term/x-win.el (x-select-enable-clipboard): Default to t.
4249         (x-initialize-window-system): Don't overwrite Paste menu item.
4251         * simple.el (select-active-regions): Default to t.
4252         (push-mark-command): Don't overwrite primary with empty string.
4254         * mouse.el: Bind mouse-2 to mouse-yank-primary.
4255         (mouse-drag-copy-region): Default to nil.
4257         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
4258         Cut/Copy/Paste menu bar items.
4260 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4262         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4263         Patch applied by Karl Fogel.
4265         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
4266         and `bookmark-current-buffer' if they have been already set in
4267         another buffer (e.g gnus-art).
4269 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4270             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4272         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
4274         * bookmark.el (bookmark-make-record-default): Allow unneeded
4275         information to be omitted from the record.
4277         Adjust declarations and calls:
4279         * info.el (bookmark-make-record-default): Adjust declaration.
4280         (Info-bookmark-make-record): Adjust call.
4282         * woman.el (bookmark-make-record-default): Adjust declaration.
4283         (woman-bookmark-make-record): Adjust call.
4285         * man.el (bookmark-make-record-default): Adjust declaration.
4286         (Man-bookmark-make-record): Adjust call.
4288         * image-mode.el (bookmark-make-record-default): Adjust declaration.
4290         * doc-view.el (bookmark-make-record-default): Adjust declaration.
4292 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4294         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
4295         This is also from Thierry Volpiatto's patch in bug #6444.  However,
4296         because it was extraneous to the functional change in that patch,
4297         and causes a re-indendation, I am committing it separately.
4299 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4301         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
4302         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
4303         Patch applied by Karl Fogel (Bug#6444).
4305 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
4307         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
4309 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
4311         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
4312         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
4313         (ns-alternatives-map): Change S-tab binding to backtab
4314         (bug#6616).
4316         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
4317         under ns.
4319 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
4321         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
4322         (Bug#5806)
4324         * language/tv-util.el (tai-viet-re): Remove format.
4326 2010-07-12  Kenichi Handa  <handa@m17n.org>
4328         * language/hebrew.el: Remove no-byte-compile declaration.
4329         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
4330         composition-function-table for 3-character looking back.
4331         (hebrew-font-get-precomposed): New function.
4332         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
4334 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
4336         * mouse.el (mouse-drag-track): Handle select-active-regions
4337         (Bug#6612).
4339 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
4341         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
4342         empty argument to gvfs-copy.
4344 2010-07-10  Glenn Morris  <rgm@gnu.org>
4346         * calendar/calendar.el (calendar-week-end-day): New function.
4347         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
4348         Respect calendar-week-start-day.  (Bug#6606)
4349         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
4350         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
4351         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
4352         respect calendar-week-start-day.
4354 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
4356         * simple.el (use-region-p): Doc fix (Bug#6607).
4358 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
4360         * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
4361         regexps for cucumber and ruby.
4363 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
4365         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
4366         (epa-file-insert-file-contents): Hack to prevent
4367         find-file from opening empty buffer when decryption failed
4368         (bug#6568).
4370 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
4372         * textmodes/ispell.el (ispell-alternate-dictionary):
4373         Use file-readable-p.
4374         Return nil if no word-list is found at default locations.
4375         (ispell-complete-word-dict): Default to nil.
4376         (ispell-command-loop): Use 'word-list' when using lookup-words.
4377         (lookup-words): Use ispell-complete-word-dict or
4378         ispell-alternate-dictionary.  Check for word-list availability
4379         and handle errors if needed with better messages (Bug#6539).
4380         (ispell-complete-word): Use ispell-complete-word-dict or
4381         ispell-alternate-dictionary.
4383 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
4385         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
4386         builtins (BufferError, BytesWarning, WindowsError; callables
4387         bin, bytearray, bytes, format, memoryview, next, print; __package__).
4389 2010-07-07  Glenn Morris  <rgm@gnu.org>
4391         * play/zone.el (top-level): Do not require timer, tabify, or cl.
4392         (zone-shift-left): Ignore intangibility, and any errors from
4393         forward-char.
4394         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
4395         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
4396         deleting, and copying text properties.
4397         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
4398         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
4399         to point-max is hard.
4400         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
4401         (zone-fill-out-screen): Ignore intangibility.
4403 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
4405         * menu-bar.el (menu-bar-mode):
4406         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
4407         if it has been set.
4409         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
4410         word/line selection (Bug#6565).
4412 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
4414         * net/dbus.el (dbus-send-signal): Declare function.
4416 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
4418         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
4419         (dbus-register-property): New optional argument EMITS-SIGNAL.
4420         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
4422 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
4424         * mouse.el (mouse-drag-overlay): Variable deleted.
4425         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
4426         (mouse--remap-link-click-p): New function.
4427         (mouse-drag-track): Handle dragging by using temporary Transient
4428         Mark mode, instead of a special overlay.
4429         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
4430         mouse-show-mark.
4432         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
4433         deleted.
4435 2010-07-02  Juri Linkov  <juri@jurta.org>
4437         * autoinsert.el (auto-insert-alist): Fix readability
4438         by using dotted pair notation for lambda.
4440 2010-07-02  Juri Linkov  <juri@jurta.org>
4442         * faces.el (read-face-name): Rename arg `string-describing-default'
4443         to `default'.  Doc fix.  Display the default value in quotes
4444         in the prompt.  With empty input, return the `default' arg,
4445         unless the default value is a string (in which case return nil).
4446         (describe-face): Replace the string `default' arg of `read-face-name'
4447         with the symbol `default'.
4449 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
4451         * emulation/viper-cmd.el (viper-delete-backward-char)
4452         (viper-del-backward-char-in-insert)
4453         (viper-del-backward-char-in-replace, viper-change)
4454         (viper-backward-indent): Replace delete-backward-char with
4455         delete-char (Bug#6552).
4457 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
4459         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
4461 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
4463         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
4464         argument passed to frame-creation-function (Bug#5378).
4466         * faces.el (x-handle-named-frame-geometry)
4467         (x-handle-reverse-video, x-create-frame-with-faces)
4468         (face-set-after-frame-default, tty-create-frame-with-faces): Don't
4469         separately consult default-frame-alist.  It is now passed as the
4470         PARAMETER argument.
4472 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
4474         * startup.el (command-line): Don't call tool-bar-setup in a
4475         tty-only build.
4477 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
4479         * ruler-mode.el (ruler--save-header-line-format): New fun.
4480         (ruler-mode): Use it as a setter function, so as not to overwrite
4481         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
4483 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
4485         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
4486         (vc-root-diff, vc-print-root-log, vc-log-incoming)
4487         (vc-log-outgoing): Use it.
4488         (vc-diff-internal): Set diff-vc-backend.
4490         * vc/diff-mode.el (diff-vc-backend): New var.
4492 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
4494         * dynamic-setting.el (font-setting-change-default-font): Remove
4495         call to message.
4497 2010-06-28  Kenichi Handa  <handa@m17n.org>
4499         * international/quail.el (quail-insert-kbd-layout): Fix the
4500         showing of untranslated characters.
4502 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
4504         * simple.el (delete-active-region): New option.
4505         (delete-backward-char): Implement in Lisp.
4506         (delete-forward-char): New command.
4508         * mouse.el (mouse-region-delete-keys): Deleted.
4509         (mouse-show-mark): Simplify.
4511         * bindings.el (global-map): Bind delete and DEL, the former to
4512         delete-forward-char.
4514 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
4516         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
4517         (ruby-mode): Bind indent-line-function (Bug#5119).
4519 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
4521         * startup.el (command-line): Recognize "0" X resource value.
4523 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
4525         * startup.el (command-line): Use X resources to set the value of
4526         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
4528         * menu-bar.el (menu-bar-mode):
4529         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
4530         Set init-value to t.
4532         * frame.el (frame-notice-user-settings): Don't change
4533         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
4534         vice versa (Bug#2249).
4536 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
4538         * w32-fns.el (w32-convert-standard-filename): Doc fix.
4540 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
4542         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
4543         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
4545         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
4546         default directories are expanded (Bug#6143).
4548 2010-06-24  Juri Linkov  <juri@jurta.org>
4550         * minibuffer.el (completions-format): Change default from nil to
4551         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
4553 2010-06-24  Juri Linkov  <juri@jurta.org>
4555         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
4556         buffer-locally to lambda that re-runs the vc diff command.
4557         (Bug#6447)
4559 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
4561         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
4562         echo area is in use (Bug#3412).
4564 2010-06-22  Glenn Morris  <rgm@gnu.org>
4566         * textmodes/texinfmt.el (texinfo-format-region)
4567         (texinfo-raise-lower-sections, texinfo-format-separate-node)
4568         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
4569         (texinfo-format-option, texinfo-noindent):
4570         Use line-beginning-position and line-end-position.
4572         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
4573         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
4574         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
4575         utf-8 characters.
4577 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
4579         * play/zone.el (zone-fall-through-ws): Fix next-line ->
4580         forward-line fallout.
4582 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
4584         * mouse.el (mouse-appearance-menu): Add docstring.
4586         * help.el (describe-key): Print up-event using key-description.
4588 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
4590         * net/zeroconf.el (zeroconf-resolve-service)
4591         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
4592         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
4594 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
4596         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
4598 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
4600         Avoid displaying files with a nil state in vc-dir.
4601         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
4602         cases that cause insertion.
4603         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
4604         with a nil state.
4606 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
4608         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
4610 2010-06-29  Leo  <sdl.web@gmail.com>
4612         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
4614 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
4616         * generic-x.el (bat-generic-mode): Fix regexp for command line
4617         switches (Bug#5719).
4619 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
4621         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
4622         of nconc to avoid pure storage error (Bug#6239).
4624 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
4626         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
4627         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
4628         bindings of bookmark-automatically-show-annotations (Bug#6515).
4630 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
4632         * arc-mode.el (archive-zip-extract): Don't quote the file name on
4633         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
4635 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4637         * comint.el (make-comint, make-comint-in-buffer): Mention return
4638         value in the docstrings.  (Bug#6498)
4640 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
4642         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
4643         since it is not present when using some non-default switches.
4645 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
4647         * simple.el (compose-mail): Fix doc string to refer to
4648         `compose-mail-user-agent-warnings', instead of to the
4649         nonexistent `compose-mail-check-user-agent'.
4651 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
4653         Fix an indentation bug:
4655         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
4656         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
4657         of existing values.
4659         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
4660         (c-clear->-pair-props-if-match-before): now return t when they've
4661         cleared properties, nil otherwise.
4662         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
4663         by taking account of the existing value.
4665         * progmodes/cc-defs.el
4666         (c-clear-char-property-with-value-function): Fix this to clear the
4667         property rather than overwriting it with nil.
4669 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
4671         * emacs-lisp/package.el (package-print-package): Add link to
4672         package description via describe-package.
4673         (describe-package-1): List package requirements.  Add button to
4674         perform installation.
4675         (package-menu-describe-package): New command.
4677         * help-mode.el (help-package): New button type.
4679 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
4681         * emacs-lisp/package.el: Move package-list-packages binding to
4682         menu-bar.el.
4683         (describe-package, describe-package-1, package--dir): New funs.
4684         (package-activate-1): Use package--dir.
4686         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
4688         * help-mode.el (help-package-def): New button type.
4690         * menu-bar.el: Move package-list-packages binding here from
4691         package.el.
4693 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
4695         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
4697 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4699         * emacs-lisp/edebug.el (edebug-read-list):
4700         Phase out old-style backquotes.
4702 2010-06-17  Juri Linkov  <juri@jurta.org>
4704         * help-mode.el (help-mode): Set buffer-local variable
4705         revert-buffer-function to help-mode-revert-buffer.
4706         (help-mode-revert-buffer): New function.
4708         * info.el (Info-revert-find-node): Check for major-mode Info-mode
4709         before popping to "*info*" (like in other Info functions).
4710         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
4711         old-history-forward.  Pop to old-buffer-name or "*info*" to
4712         recreate the killed buffer.  Set Info-history-forward from
4713         old-history-forward.
4714         (Info-breadcrumbs-depth): Add :group and :version.
4716 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
4718         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
4720 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
4722         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
4723         for languages like Portuguese with pt_{BR,PT} and no plain pt.
4725 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
4727         * emacs-lisp/package.el (package-menu-mode-map):
4728         Move initialization into declaration.
4730         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
4732 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
4734         * emacs-lisp/package.el (package-archive-base): Point to
4735         elpa.gnu.org.
4736         (package-enable, package-load-list): New defcustoms.
4737         (package-user-dir, package-directory-list): Turn into defcustoms.
4738         Don't include package-user-dir in package-directory-list.
4739         (package--builtins-base): Don't include Emacs as a "package".
4740         (package-subdirectory-regexp): New var.
4741         (package-load-all-descriptors, package-compute-transaction)
4742         (package-download-transaction): Obey package-load-list.
4743         (package-activate-1): Rename from package-do-activate.
4744         (package-list-packages-internal): Check package-load-list.
4745         (package-load-descriptor, package-generate-autoloads)
4746         (package-unpack, package-unpack-single)
4747         (package--read-archive-file, package-delete): Use
4748         expand-file-name.
4750         * emacs-lisp/package-x.el: New file.  Package uploading
4751         functionality split out from package.el.
4753         * startup.el (command-line): Load packages after reading init file.
4755 2010-06-17  Tom Tromey  <tromey@redhat.com>
4757         * emacs-lisp/package.el: New file.
4759 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
4761         Fix vc-annotate for renamed files when using Git.
4762         * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
4763         ls-files.  Doe not pass the object as a file name to cat-file, it
4764         is not a file name.
4765         (vc-git-annotate-command): Pass the file name using -- to avoid
4766         ambiguity with the revision.
4767         (vc-git-previous-revision): Pass a relative file name.
4769 2010-06-22  Glenn Morris  <rgm@gnu.org>
4771         * progmodes/js.el (js-mode-map): Use standard capitalization and
4772         ellipses for menu entries.
4774         * wid-edit.el (widget-complete): Doc fix.
4776 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
4778         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
4780 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
4782         Fix annotating other revisions for renamed files in vc-annotate.
4783         * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
4784         VC backend.  Use it when non-nil.
4785         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
4786         (Bug#6487)
4788         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
4789         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
4790         Do not pass the file name to the 'previous-revision call when we
4791         don't want a file diff.  (Bug#6489)
4793 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
4795         Fix finding revisions for renamed files in vc-annotate.
4796         * vc/vc.el (vc-find-revision): Add an optional argument for
4797         the VC backend.  Use it when non-nil.
4798         * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
4799         backend to vc-find-revision.  (Bug#6487)
4801 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
4803         Fix reading file names in Git annotate buffers.
4804         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
4805         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
4807 2010-06-20  Alan Mackenzie  <acm@muc.de>
4809         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
4810         in file local variables, set it first.
4812 2010-06-19  Glenn Morris  <rgm@gnu.org>
4814         * descr-text.el (describe-char-unicode-data): Insert separating
4815         space when needed.  (Bug#6422)
4817         * progmodes/idlwave.el (idlwave-action-and-binding):
4818         Fix typo in 2009-12-03 change.  (Bug#6450)
4820 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4822         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
4823         handling for `lambda' (misunderstanding).
4825 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
4827         * calc/calc-poly.el (math-accum-factors): Make sure that
4828         constants aren't distributed after they are factored out.
4830 2010-06-16  Juri Linkov  <juri@jurta.org>
4832         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
4833         `list-colors-print'.  (Bug#6332)
4835         * subr.el (read-quoted-char): Fix up last change (bug#6290).
4837 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4839         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
4840         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
4842         * font-lock.el (font-lock-major-mode): Rename from
4843         font-lock-mode-major-mode to distinguish it from
4844         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
4845         (font-lock-set-defaults):
4846         * font-core.el (font-lock-default-function): Adjust users.
4847         (font-lock-mode): Don't set it at all.
4849 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4851         * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
4853 2010-06-16  Glenn Morris  <rgm@gnu.org>
4855         * calendar/appt.el (appt-time-msg-list): Doc fix.
4856         (appt-check): Let-bind appt-warn-time.
4857         (appt-add): Make the 3rd argument optional.
4858         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
4859         Only add WARNTIME to the output list if non-nil.
4861 2010-06-16  Ivan Kanis  <apple@kanis.eu>
4863         * calendar/appt.el (appt-check): Let the 3rd element of
4864         appt-time-msg-list specify the warning time.
4865         (appt-add): Add new argument with the warning time.  (Bug#5176)
4867 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
4869         * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
4870         older than version 1.6.  (Bug#6361)
4872 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
4874         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
4875         used by cl-do-arglist.  (Bug#6408)
4877 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
4879         * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
4880         portuguese casechars/not-casechars for missing 'çÇ'.
4881         Suggested by Rolando Pereira (bug#6434).
4883 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
4885         * facemenu.el (list-colors-sort): Doc fix.
4887 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
4889         * progmodes/sql.el (sql-connect-mysql): Fix typo.
4891 2010-06-14  Juri Linkov  <juri@jurta.org>
4893         Add sort option `list-colors-sort'.  (Bug#6332)
4894         * facemenu.el (color-rgb-to-hsv): New function.
4895         (list-colors-sort): New defcustom.
4896         (list-colors-sort-key): New function.
4897         (list-colors-display): Doc fix.  Sort list according to the option
4898         `list-colors-sort'.
4899         (list-colors-print): Add HSV values to `help-echo' property of
4900         RGB strings.
4902 2010-06-14  Juri Linkov  <juri@jurta.org>
4904         * compare-w.el: Move to the "vc" subdirectory.
4906 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4908         * image-mode.el (image-mode-map): Remap left-char and right-char.
4910         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
4912 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
4914         * term/common-win.el (x-colors): Add all the color names defined
4915         in rgb.txt (Bug#6332).
4917         * facemenu.el (list-colors-print): Don't print extra names if it
4918         will overflow the window width.
4920         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
4921         change (Bug#6343).
4923 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
4925         * files.el (make-directory): Doc fix (bug#6396).
4927 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
4929         * net/tramp.el (tramp-remote-process-environment): Protect version
4930         string by apostroph.
4931         (tramp-shell-prompt-pattern): Do not use a shy group in case of
4932         XEmacs.
4933         (tramp-file-name-for-operation): Add `call-process-region'.
4934         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
4936         * net/tramp-compat.el (top): Do not autoload
4937         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
4938         only when `start-file-process' is not bound.
4939         (tramp-advice-file-expand-wildcards): Do not use
4940         `tramp-handle-file-remote-p'.
4941         (tramp-compat-make-temp-file): Handle the case, that
4942         `make-temp-file' has no third argument EXTENSION.
4944 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
4946         * makefile.w32-in (WINS_BASIC): Include new directory vc.
4948         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
4950 2010-06-11  Juri Linkov  <juri@jurta.org>
4952         * finder.el (finder-known-keywords): Add keyword "vc"
4953         for version control.
4955         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
4956         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
4957         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
4958         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
4960 2010-06-11  Juri Linkov  <juri@jurta.org>
4962         Move version control related files to the "vc" subdirectory.
4963         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
4964         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
4965         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
4966         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
4967         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
4968         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
4969         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
4970         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
4971         Move files to the "vc" subdirectory.
4973 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
4975         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
4976         (Bug#6367).
4978 2010-06-11  Stephen Eglen  <stephen@gnu.org>
4980         * shell.el: Bind `shell-resync-dirs' to M-RET.
4982 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
4984         * notifications.el: Move file from lisp/net, because it is
4985         supposed to talk locally to the user.
4987 2010-06-10  Julien Danjou  <julien@danjou.info>
4989         * net/notifications.el (notifications-on-action-signal)
4990         (notifications-on-closed-signal): Pass notification id as first
4991         argument to the callback functions.  Add docstrings.
4992         (notifications-notify): Fix docstring.
4994 2010-06-10  Glenn Morris  <rgm@gnu.org>
4996         * emacs-lisp/authors.el (authors-ignored-files)
4997         (authors-valid-file-names): Add some files.
4999 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5001         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
5002         merge conflict, giving preference to the emacs-23 version of the code.
5004 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5006         * emacs-lisp/advice.el (ad-compile-function):
5007         Define warning-suppress-types before we let-bind it (bug#6275).
5009         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
5010         declare it, make it buffer-local and permanent-local (bug#6324).
5011         (vc-resynch-window): Adjust name.
5012         * vc-hooks.el (vc-find-file-hook): Adjust name.
5014 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
5016         * net/notifications.el (notifications-notify): Fix docstring.
5018 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
5020         Update to Unicode 6.0.0 beta.
5021         * international/charprop.el: Update copyright.
5022         * international/mule-cmds.el (ucs-names): Update character ranges.
5023         * international/uni-bidi.el:
5024         * international/uni-category.el:
5025         * international/uni-combining.el:
5026         * international/uni-comment.el:
5027         * international/uni-decimal.el:
5028         * international/uni-decomposition.el:
5029         * international/uni-digit.el:
5030         * international/uni-lowercase.el:
5031         * international/uni-mirrored.el:
5032         * international/uni-name.el:
5033         * international/uni-numeric.el:
5034         * international/uni-old-name.el:
5035         * international/uni-titlecase.el:
5036         * international/uni-uppercase.el: Regenerate.
5038 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
5040         * emacs-lisp/smie.el (comment-string-strip): Declare function.
5041         (smie-precs-precedence-table): Fix typo in docstring.
5043         * vc-mtn.el (log-edit-extract-headers): Declare function.
5045         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
5047         * net/notifications.el (dbus-register-signal): Declare function.
5048         (notifications-notify): Fix typos and reflow docstring.
5050 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
5052         Improve VC create/retrieve tag/branch.
5053         * vc.el (vc-create-tag): Do not read the directory name for VCs
5054         with repository revision granularity.  Adjust the tag/branch
5055         prompt.  Reset VC properties.
5056         (vc-retrieve-tag): Do not read the directory name for VCs
5057         with repository revision granularity.  Reset VC properties.
5059 2010-06-09  Julien Danjou  <julien@danjou.info>
5061         * net/notifications.el: New file.
5063 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
5065         Add optional support for resetting VC properties.
5066         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
5067         call vc-file-clearprops when true.
5068         (vc-resynch-buffer): Add new optional argument, pass it down.
5069         (vc-resynch-buffers-in-directory): Likewise.
5071         Improve support for special markup in the VC commit message.
5072         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
5073         * vc-hg.el (vc-hg-checkin): Add support for Date:.
5074         * vc-git.el (vc-git-checkin):
5075         * vc-bzr.el (vc-bzr-checkin): Likewise.
5077 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5079         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
5080         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
5082 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
5084         * iimage.el: Remove images as soon as the underlying text is modified.
5085         (iimage-modification-hook): New function.
5086         (iimage-mode-buffer): Use it.
5088 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5090         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
5091         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
5092         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
5093         (smie-indent-keyword): Add handling of open-paren keywords.
5094         (smie-indent-comment-continue): Don't assume comment-continue.
5096 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
5098         * window.el (pop-to-buffer): Remove the conditional that
5099         compares new-window and old-window, so it will reselect
5100         the selected window unconditionally.
5101         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
5103 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5105         * emacs-lisp/smie.el (smie-indent-offset-after)
5106         (smie-indent-forward-token, smie-indent-backward-token): New functions.
5107         (smie-indent-after-keyword): Use them.
5108         (smie-indent-fixindent): Only applies to the indentation of the BOL.
5109         (smie-indent-keyword): Tweak the black magic.
5110         (smie-indent-comment-continue): Strip comment-continue before use.
5111         (smie-indent-functions): Indent comments before keywords.
5113 2010-06-06  Juri Linkov  <juri@jurta.org>
5115         * isearch.el (isearch-lazy-highlight-search): Fix looping
5116         by checking for empty match.  This syncs this loop with the
5117         similar loop in `isearch-search'.  (Bug#6362)
5119 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
5121         * net/dbus.el (dbus-register-method): Declare function.
5122         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
5123         (dbus-introspect): Doc fix.
5124         (dbus-event-bus-name, dbus-introspect-get-interface)
5125         (dbus-introspect-get-argument): Reflow docstrings.
5127 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
5129         vc-log-incoming/vc-log-outgoing fixes for Git.
5130         * vc-git.el (vc-git-log-view-mode): Fix font lock for
5131         incoming/outgoing logs.
5132         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
5133         instead of vc-git-compute-remote.
5134         (vc-git-compute-remote): Remove.
5136 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
5138         * term/common-win.el (x-colors): Add "dark green" and "dark
5139         turquoise" (Bug#6332).
5141 2010-06-04  Juri Linkov  <juri@jurta.org>
5143         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
5144         Instead of setting `replace' to t and replacing the same string
5145         with itself, don't do certain actions when
5146         kill-do-not-save-duplicates is non-nil and string is equal to car
5147         of kill-ring: don't call menu-bar-update-yank-menu, don't push
5148         interprogram-paste strings to kill-ring, and don't push the input
5149         argument `string' to kill-ring.
5150         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
5152 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
5154         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
5156 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
5158         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
5159         (tramp-gvfs-handler-mounted-unmounted)
5160         (tramp-gvfs-connection-mounted-p): Handle default-location.
5162         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
5163         move files to trash.
5165 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
5167         * international/mule-cmds.el (nonascii-insert-offset)
5168         (nonascii-translation-table): Add obsolescence information.
5170         * international/mule.el (make-translation-table-from-vector): Doc fix.
5172 2010-06-03  Glenn Morris  <rgm@gnu.org>
5174         * desktop.el (desktop-clear-preserve-buffers):
5175         Add "*Warnings*" buffer.  (Bug#6336)
5177 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
5179         vc-log-incoming/vc-log-outgoing improvements for Git.
5180         * vc-git.el (vc-git-log-outgoing): Use the same format as the
5181         short log.
5182         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
5184         Add bindings for vc-log-incoming and vc-log-outgoing.
5185         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
5186         and vc-log-outgoing.
5187         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
5188         and vc-log-outgoing.
5190 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
5192         * net/rcirc.el (rcirc-sort-nicknames): Remove.
5193         (rcirc-handler-366): Always sort nicknames.
5195 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
5197         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
5199 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
5201         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
5203 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5205         * net/rcirc.el (rcirc-sort-nicknames): Change default.
5206         (rcirc-sort-nicknames-join): Avoid setq.
5208 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
5210         * net/rcirc.el (rcirc-sort-nicknames): New custom.
5211         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
5212         (rcirc-handler-366): Use them.
5214 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5216         Split smie-indent-calculate into more manageable chunks.
5217         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
5218         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
5219         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
5220         (smie-indent-exps): Extract from smie-indent-calculate.
5221         (smie-indent-functions): New var.
5222         (smie-indent-functions): Use them.
5224 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5226         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
5227         (smie-indent-calculate): Simplify and cleanup.
5229 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
5231         * net/tramp-gvfs.el (top): Require url-util.
5232         (tramp-gvfs-mount-point): Remove.
5233         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
5234         New defuns.
5235         (with-tramp-dbus-call-method): Format trace message.
5236         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
5237         Implement backup call, when operation on local files fails.
5238         Use progress reporter.  Flush properties of changed files.
5239         (tramp-gvfs-handle-make-directory): Make more traces.
5240         (tramp-gvfs-url-file-name): Hexify file name in url.
5241         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
5242         into account for the resulting file name.
5243         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
5244         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
5245         (tramp-gvfs-handler-mounted-unmounted)
5246         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
5247         attribute "default_location".  Set "prefix" property.
5248         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
5249         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
5250         exists.  Raise an error, if not (due to a corresponding answer
5251         "no" in interactive questions, for example).
5253 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
5255         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
5257 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
5259         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
5260         right-*.  (Bug#6265)
5262 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
5264         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
5265         * vc-git.el (vc-git-compute-remote): New function.
5266         (vc-git-log-outgoing): Use it instead of hard coding a value.
5267         (vc-git-log-incoming): New function.
5269         Improve state updating for VC tag commands.
5270         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
5271         to update the state of all buffers in the directory.
5273         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
5275 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5277         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
5278         `file-directory-p' to the filename part rather than to the whole text.
5280 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5282         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
5284 2010-05-31  Drew Adams  <drew.adams@oracle.com>
5286         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
5288 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
5290         * subr.el (momentary-string-display): Just use read-event to read
5291         the exit event (Bug#6238).
5293 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
5295         * international/mule.el (define-coding-system): Doc fix (bug#6313).
5297 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
5299         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
5300         Suggested by Eli Zaretskii <eliz@gnu.org>.
5302 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5304         * minibuffer.el (completion-file-name-table): Don't return a boundary
5305         past the end of `string' (bug#6299).
5306         (completion--file-name-table): Delegate to completion-file-name-table
5307         for the `boundaries' case.
5309 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
5311         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
5312         movement commands.
5314         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
5315         `path-separator', but maintain compatibility with Emacs 20.2.
5317 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
5319         * server.el (server-process-filter): Receive parent-id argument
5320         from emacsclient.
5321         (server-create-window-system-frame): New arg.  Pass parent-id as
5322         frame parameter.
5324 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
5326         Bidi-sensitive word movement with arrow keys.
5327         * subr.el (right-arrow-command, left-arrow-command): Move to
5328         bindings.el.
5330         * bindings.el (right-char, left-char): Move from subr.el and
5331         rename from right-arrow-command and left-arrow-command.
5332         (right-word, left-word): New functions.
5333         (global-map) <right>: Bind to right-char.
5334         (global-map) <left>: Bind to left-char.
5335         (global-map) <C-right>: Bind to right-word.
5336         (global-map) <C-left>: Bind to left-word.
5338         * ls-lisp.el (ls-lisp-classify-file): New function.
5339         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
5340         (ls-lisp-classify): Call ls-lisp-classify-file.
5341         (insert-directory): Remove blanks from switches.
5343 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
5345         * ansi-color.el: Delete unused escape sequences (Bug#6085).
5346         (ansi-color-drop-regexp): New constant.
5347         (ansi-color-apply, ansi-color-filter-region)
5348         (ansi-color-apply-on-region): Delete unrecognized control sequences.
5349         (ansi-color-apply): Build string list before calling concat.
5351 2010-05-28  Juri Linkov  <juri@jurta.org>
5353         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
5354         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
5355         (Bug#5270)
5357 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
5359         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
5360         to ignored backtrace functions.
5361         (with-progress-reporter): Expand docstring.
5362         (tramp-handle-delete-file): Implement TRASH argument.
5363         (tramp-get-remote-trash): New defun.
5365 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
5367         * net/tramp-compat.el (tramp-compat-delete-file): Use
5368         `symbol-value' for backward compatibility.
5370         * net/tramp.el (tramp-handle-make-symbolic-link)
5371         (tramp-handle-load)
5372         (tramp-do-copy-or-rename-file-via-buffer)
5373         (tramp-do-copy-or-rename-file-directly)
5374         (tramp-do-copy-or-rename-file-out-of-band)
5375         (tramp-handle-process-file, tramp-handle-call-process-region)
5376         (tramp-handle-shell-command, tramp-handle-file-local-copy)
5377         (tramp-handle-insert-file-contents, tramp-handle-write-region)
5378         (tramp-delete-temp-file-function): Use `delete-file' instead
5379         of `tramp-compat-delete-file'.
5381         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
5382         (tramp-fish-handle-make-symbolic-link)
5383         (tramp-fish-handle-process-file): Use `delete-file' instead
5384         of `tramp-compat-delete-file'.
5386         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
5387         `delete-file' instead of `tramp-compat-delete-file'.
5389         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
5390         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
5391         `tramp-compat-delete-file'.
5393         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
5394         `delete-file' instead of `tramp-compat-delete-file'.
5396         * net/tramp-smb.el (tramp-smb-handle-copy-file)
5397         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5398         (tramp-smb-handle-write-region): Use `delete-file' instead of
5399         `tramp-compat-delete-file'.
5400         (tramp-smb-handle-delete-directory): Use 'trash as arg.
5402 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
5404         * dired.el (dired-delete-file): New arg TRASH.
5405         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
5406         (dired-do-flagged-delete, dired-do-delete): Use trash.
5408         * speedbar.el (speedbar-item-delete): Allow trashing.
5410         * files.el (delete-directory): New arg TRASH.
5412         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
5413         (ange-ftp-rename-remote-to-remote)
5414         (ange-ftp-rename-local-to-remote)
5415         (ange-ftp-rename-remote-to-local, ange-ftp-load)
5416         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
5417         `delete-file'.
5418         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
5419         allow trashing.
5421         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
5422         handle new TRASH arg of `delete-file'.
5424         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
5425         (tramp-handle-make-symbolic-link, tramp-handle-load)
5426         (tramp-do-copy-or-rename-file-via-buffer)
5427         (tramp-do-copy-or-rename-file-directly)
5428         (tramp-do-copy-or-rename-file-out-of-band)
5429         (tramp-handle-process-file, tramp-handle-call-process-region)
5430         (tramp-handle-shell-command, tramp-handle-file-local-copy)
5431         (tramp-handle-insert-file-contents, tramp-handle-write-region)
5432         (tramp-delete-temp-file-function): Use null TRASH arg in
5433         tramp-compat-delete-file call.
5435         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
5436         (tramp-fish-handle-delete-file)
5437         (tramp-fish-handle-make-symbolic-link)
5438         (tramp-fish-handle-process-file): Use null TRASH arg in
5439         `tramp-compat-delete-file' call.
5441         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
5442         arg in `tramp-compat-delete-file' call.
5444         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
5445         (tramp-gvfs-handle-write-region): Use null TRASH arg in
5446         `tramp-compat-delete-file' call.
5448         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
5449         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
5450         `tramp-compat-delete-file' call.
5452         * net/tramp-smb.el (tramp-smb-handle-copy-file)
5453         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5454         (tramp-smb-handle-write-region): Use null TRASH arg in
5455         tramp-compat-delete-file call.
5456         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
5457         (tramp-smb-handle-delete-file): Rename arg.
5459         * diff.el (diff-sentinel):
5460         * epg.el (epg--make-temp-file, epg-decrypt-string)
5461         (epg-verify-string, epg-sign-string, epg-encrypt-string):
5462         * jka-compr.el (jka-compr-partial-uncompress)
5463         (jka-compr-call-process, jka-compr-write-region):
5464         * server.el (server-sentinel): Remove optional arg from
5465         delete-file, reverting 2010-05-03 change.
5467 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
5469         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
5470         font-lock-constant-face, not obsolete font-lock-reference-face.
5472 2010-05-27  Kenichi Handa  <handa@m17n.org>
5474         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
5475         element of GSTRING is nil.
5477 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5479         * emacs-lisp/smie.el (smie-forward-token-function)
5480         (smie-backward-token-function): New vars.
5481         (smie-backward-sexp, smie-forward-sexp)
5482         (smie-indent-hanging-p, smie-indent-calculate): Use them.
5483         (smie-default-backward-token): Rename from smie-backward-token and
5484         skip comments.
5485         (smie-default-forward-token): Rename from smie-forward-token and
5486         skip comments.
5487         (smie-next-sexp): Handle nil results from next-token.
5488         (smie-indent-calculate): Add a new case for special `fixindent' comments.
5490 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
5492         * progmodes/verilog-mode.el (verilog-type-font-keywords):
5493         Use font-lock-constant-face, not obsolete font-lock-reference-face.
5495 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
5497         * htmlfontify.el (hfy-face-resolve-face): New function.
5498         (hfy-face-to-style): Use it (Bug#6279).
5500 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5502         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
5503         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
5505 2010-05-26  Glenn Morris  <rgm@gnu.org>
5507         * emulation/edt.el (edt-load-keys): Use locate-library.
5509 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
5511         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
5512         (log-edit-changelog-entries): Doc fix.
5513         (log-edit-changelog-insert-entries): Args changed.
5514         Rename relative filenames in ChangeLog entries.  Delete tabs.
5515         (log-edit-insert-changelog-entries): Reorganize return value of
5516         `log-edit-changelog-entries' to pass filenames to
5517         log-edit-changelog-insert-entries.
5519 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5521         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
5522         `image-dired-dired-insert-marked-thumbs' to
5523         `image-dired-dired-toggle-marked-thumbs'.
5525         * image-dired.el: Require cl when compiling.
5526         (image-dired-dired-toggle-marked-thumbs): Rename from
5527         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
5528         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
5529         to 'no-dir.  Skip files whose names don't match
5530         `image-file-name-regexp'.  When file has a thumbnail overlay,
5531         delete it.  (Bug#5270)
5533 2010-05-25  Juri Linkov  <juri@jurta.org>
5535         * image-mode.el (image-mode): Add image-after-revert-hook to
5536         after-revert-hook.
5537         (image-after-revert-hook): New function.  (Bug#5669)
5539 2010-05-25  Juri Linkov  <juri@jurta.org>
5541         * image.el (image-animated-p): When delay between animated images
5542         is 0, set it to 10 (0.1 sec).  (Bug#6258)
5544 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
5546         * net/tramp.el (tramp-handle-insert-directory): Don't use
5547         `forward-word', its default syntax could be changed.
5549 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
5551         * net/tramp.el (tramp-progress-reporter-update): New defun.
5552         (with-progress-reporter): Use it.
5553         (tramp-process-actions):
5554         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
5555         current message, in order to let progress reporter continue
5556         afterwards.  (Bug#6257)
5558 2010-05-25  Glenn Morris  <rgm@gnu.org>
5560         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
5561         Add :version.
5563 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
5565         * net/rcirc.el (rcirc-default-user-name): Change to "user".
5566         (rcirc-default-full-name): Change to "unknown".
5567         (rcirc-user-name-history): Add variable.
5569 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
5570             Jonathan Rockway  <jon@jrock.us>
5572         * net/rcirc.el (rcirc-server-alist): Add :pass.
5573         (rcirc): When prompting for connection parameters, also prompt for
5574         username and password.
5575         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
5576         value to server when connecting.
5578 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5580         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
5581         (smie-merge-prec2s): Pass the tables as separate args.
5582         (smie-bnf-precedence-table): Adjust call accordingly.
5583         (smie-prec2-levels): Set levels at the end.
5585         Replace Lisp calls to delete-backward-char by delete-char.
5586         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
5587         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
5588         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
5589         * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
5590         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
5591         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
5592         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
5593         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
5594         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
5595         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
5596         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
5597         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
5598         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
5599         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
5600         delete-backward-char by calls to delete-char.
5602 2010-05-25  Kenichi Handa  <handa@m17n.org>
5604         * language/hebrew.el (hebrew-shape-gstring): New function.
5605         Register it in composition-function-table for all Hebrew combining
5606         characters.
5608 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5610         * epa.el (epa--select-keys): Don't explicitly delete the window since
5611         that can fail (e.g. sole window in frame).  Use dedication instead.
5613 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
5615         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
5617 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
5619         * image.el (image-refresh): Define as an alias for image-flush.
5621         * image-mode.el (image-toggle-display-image): Caller changed.
5623 2010-05-21  Juri Linkov  <juri@jurta.org>
5625         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
5626         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
5627         whitespace, call wildcard-to-regexp on substrings and concat them
5628         with "\\|".  (Bug#6114)
5630 2010-05-21  Alan Mackenzie  <acm@muc.de>
5632         * progmodes/cc-engine.el (c-parse-state-get-strategy):
5633         Replace parameter `here' with `here-' and `here-plus', which sandwich
5634         any pertinent CPP construct.
5635         (c-remove-stale-state-cache-backwards): Fix a bug which happens
5636         when doing (c-parse-state) in a CPP construct: Exclude any "new"
5637         CPP construct from taking part in the scanning.
5639 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
5641         * net/tramp.el (tramp-do-copy-or-rename-file)
5642         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
5643         Tune `with-progress-reporter' messages.
5644         (tramp-handle-vc-registered):
5645         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
5646         (tramp-fish-handle-insert-file-contents)
5647         (tramp-fish-maybe-open-connection):
5648         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5649         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
5650         (tramp-imap-handle-insert-file-contents)
5651         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
5653 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
5655         * add-log.el (change-log-font-lock-keywords):
5656         Highlight all authors in multi-author entries.
5658         * smerge-mode.el (smerge-refine-ignore-whitespace)
5659         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
5660         Fix typos in docstrings.
5661         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
5663 2010-05-21  Glenn Morris  <rgm@gnu.org>
5665         * progmodes/fortran.el (fortran-mode):
5666         * progmodes/f90.el (f90-mode): Derive from prog-mode.
5668         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
5669         having a relative path in src/Makefile.in.
5671 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5673         * help-mode.el (help-make-xrefs): For Info node links turn
5674         newlines into spaces.  Link node names with newlines are matched
5675         by help-xref-info-regexp and buttonized, this change ensures they
5676         can be followed successfully with RET.  (Bug#6206)
5678 2010-05-20  Juri Linkov  <juri@jurta.org>
5680         * locate.el (locate): Use pop-to-buffer instead of
5681         switch-to-buffer-other-window.  (Bug#6204)
5683 2010-05-20  Juri Linkov  <juri@jurta.org>
5685         * replace.el (replace-highlight): Fix lazy-highlighting
5686         for `M-s w str M-% str RET'.
5688 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
5690         * isearch.el (isearch-yank-word-or-char): Pull next subword
5691         when `subword-mode' is activated.  (Bug#6220)
5693 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
5695         * isearch.el (isearch-update-post-hook): New hook.
5696         (isearch-update): Use the new hook.  (Bug#6225)
5698 2010-05-20  Juri Linkov  <juri@jurta.org>
5700         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
5701         [f1], [help], and (char-to-string help-char) instead of "\C-h".
5702         (Bug#6222)
5704 2010-05-20  Juri Linkov  <juri@jurta.org>
5706         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
5707         (Bug#6223)
5709 2010-05-20  Juri Linkov  <juri@jurta.org>
5711         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
5712         FILE-NAME to read from the minibuffer when called interactively
5713         with prefix argument instead of using buffer-file-name.
5714         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
5716         * dired.el: Update autoloads.
5718 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
5720         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
5721         nxml-finish-element, for consistency with SGML mode.
5723         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
5724         octave-close-block.
5726 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
5728         * composite.el: Require cl when compiling.
5729         (reference-point-alist, compose-gstring-for-graphic)
5730         (compose-gstring-for-terminal): Fix typos in docstrings.
5732 2010-05-19  Juri Linkov  <juri@jurta.org>
5734         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
5735         set-window-parameter.
5737 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5739         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
5740         where appropriate.
5741         (tramp-maybe-open-connection): Use it.
5743 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
5745         * simple.el (move-end-of-line): Make sure we are at line beginning
5746         before backing up to end of previous line.
5748 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5750         * password-cache.el (password-cache-remove): Fix docstring.
5752         * net/secrets.el: Autoload the widget functions.
5753         (secrets-search-items, secrets-create-item)
5754         (secrets-get-attributes, secrets-expand-item): Attributes will be
5755         stored on the password database without leading ":", as all other
5756         clients do as well.
5757         (secrets-mode): Fix docstring.
5758         (secrets-show-secrets): Provide it as autoloaded command only when
5759         D-Bus support is available.  Check existence of Secret Service API.
5761 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5763         * indent.el (indent-region): Deactivate region (bug#6200).
5765 2010-05-19  Glenn Morris  <rgm@gnu.org>
5767         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
5769 2010-05-19  Kenichi Handa  <handa@m17n.org>
5771         * composite.el: Register compose-gstring-for-graphic in
5772         composition-function-table only for combining characters (Mn, Mc, Me).
5774 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
5776         * calc/calc-trail.el (calc-trail-isearch-forward)
5777         (calc-trail-isearch-backward): Ensure that the new window
5778         point is set correctly.
5780 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5782         * subr.el (read-quoted-char): Resolve modifiers after key
5783         remapping (bug#6212).
5785 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
5787         Add visualization code for secrets.
5788         * net/secrets.el (secrets-mode): New major mode.
5789         (secrets-show-secrets, secrets-show-collections)
5790         (secrets-expand-collection, secrets-expand-item)
5791         (secrets-tree-widget-after-toggle-function)
5792         (secrets-tree-widget-show-password): New defuns.
5794 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5796         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
5797         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
5798         handled in smie-next-sexp.
5799         (smie-indent-calculate): Provide a starting indentation (so the
5800         recursion is well-founded ;-).
5802         Fix handling of non-associative equal levels.
5803         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
5804         when it's not needed.
5805         (smie-op-left, smie-op-right): New functions.
5806         (smie-next-sexp): New function, extracted from smie-backward-sexp.
5807         Better handle equal levels to distinguish the associative case from
5808         the "multi-keyword construct" case.
5809         (smie-backward-sexp, smie-forward-sexp): Use it.
5811 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
5813         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
5815         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
5816         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
5818 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5820         Provide a simple generic indentation engine and use it for Prolog.
5821         * emacs-lisp/smie.el: New file.
5822         * progmodes/prolog.el (prolog-smie-op-levels)
5823         (prolog-smie-indent-rules): New var.
5824         (prolog-mode-variables): Use them to configure SMIE.
5825         (prolog-indent-line, prolog-indent-level): Remove.
5827 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
5829         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
5830         order before computing the averages.
5832 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
5834         * calc/calc-vec.el (calc-histogram):
5835         (calcFunc-histogram): Allow vectors as inputs.
5836         (math-vector-avg): New function.
5838         * calc/calc-ext.el (math-group-float): Have the number of digits
5839         being grouped depend on the radix (Bug#6189).
5841 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
5843         * version.el (emacs-copyright, emacs-version): Don't define here,
5844         now that emacs.c defines it.
5846 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
5848         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
5849         "Describe Language Environment" menu item.
5851         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
5853         Bidi-sensitive movement with arrow keys.
5854         * subr.el (right-arrow-command, left-arrow-command): New functions.
5856         * bindings.el (global-map): Bind them to right and left arrow keys.
5858         Don't override standard definition of convert-standard-filename.
5859         * files.el (convert-standard-filename): Call
5860         w32-convert-standard-filename and dos-convert-standard-filename on
5861         the corresponding systems.
5863         * w32-fns.el (w32-convert-standard-filename): Rename from
5864         convert-standard-filename.  Doc fix.
5866         * dos-fns.el (dos-convert-standard-filename): Doc fix.
5867         (convert-standard-filename): Don't defalias.
5868         (register-name-alist, make-register, register-value)
5869         (set-register-value, intdos): Obsolete aliases for the
5870         corresponding dos-* functions and variables.
5871         (dos-intdos): Add a doc string.
5873 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
5875         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
5876         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
5877         (math-compose-tex-func):
5878         * calc/calccomp.el (math-compose-expr):
5879         * calc/calc-ext.el (math-format-flat-expr-fancy):
5880         * calc/calc-store.el (calc-read-var-name):
5881         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
5883         * calc/calc.el (var-π, var-φ, var-γ): New variables.
5884         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
5885         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
5886         (math-standard-units): Add units.
5888 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5890         * progmodes/asm-mode.el (asm-mode):
5891         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
5893         * pcomplete.el (pcomplete-completions-at-point): New function,
5894         extracted from pcomplete-std-complete.
5895         (pcomplete-std-complete): Use it.
5897 2010-05-15  Glenn Morris  <rgm@gnu.org>
5899         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
5900         Remove references to CVS, RCS and Old directories.
5902 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
5904         * calc/calc-bin.el (math-format-twos-complement): Group digits when
5905         appropriate.
5907 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5909         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
5910         (sh-mode-syntax-table): Give it a default value instead.
5911         (sh-header-marker): Make buffer-local.
5912         (sh-mode): Move make-local-variable to the corresponding setq.
5913         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
5914         Use complete-with-action.
5916         * simple.el (prog-mode): New (abstract) major mode.
5917         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
5918         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
5920 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
5922         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
5923         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
5924         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
5925         (sql-make-alternate-buffer-name, sql-placeholders-filter)
5926         (sql-escape-newlines-filter, sql-input-sender)
5927         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
5929 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
5931         Add TeX open-block and close-block keybindings to SGML, and vice versa.
5933         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
5934         latex-open-block and C-c / to latex-close-block.
5936         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
5937         and C-c C-e to sgml-close-tag.
5939 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
5941         * net/tramp.el (with-progress-reporter): Create reporter object
5942         only when the message would be displayed.  Handle nested calls.
5943         (tramp-handle-load, tramp-handle-file-local-copy)
5944         (tramp-handle-insert-file-contents, tramp-handle-write-region)
5945         (tramp-maybe-send-script, tramp-find-shell):
5946         Use `with-progress-reporter'.
5947         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
5948         Fix message text.
5950         * net/tramp-smb.el (tramp-smb-handle-copy-file)
5951         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5952         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
5953         Use `with-progress-reporter'.
5955 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
5957         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
5958         process everytime when spellchecking from the minibuffer (bug#6143).
5960 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5962         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
5964         * dos-fns.el: Add "dos-" prefix for namespace control.
5965         (convert-standard-filename): Define as alias for
5966         dos-convert-standard-filename but only if applicable.
5968 2010-05-12  Alan Mackenzie  <acm@muc.de>
5970         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
5971         Push the mark at the start of these functions when appropriate.
5973 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5975         * minibuffer.el (completion-cycle-threshold): New custom var.
5976         (completion--do-completion): Use it.
5977         (minibuffer-complete): Use cycling if appropriate.
5979 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
5981         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
5982         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
5984 2010-05-11  Juri Linkov  <juri@jurta.org>
5986         * scroll-all.el (scroll-all-check-to-scroll):
5987         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
5989 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5991         * iimage.el (iimage-mode-map): Move initialization into declaration.
5992         (iimage-mode-buffer): Use with-silent-modifications.
5993         Simplify calling convention.  Adjust callers.
5994         (iimage-mode): Don't run hook redundantly.
5996         * minibuffer.el (completion-pcm--pattern->regex):
5997         Fix last change (bug#6160).
5999 2010-05-10  Juri Linkov  <juri@jurta.org>
6001         Remove nodes visited during Isearch from the Info history.
6002         * info.el (Info-isearch-initial-history)
6003         (Info-isearch-initial-history-list): New variables.
6004         (Info-isearch-start): Record initial values of
6005         Info-isearch-initial-history and Info-isearch-initial-history-list.
6006         Add Info-isearch-end to isearch-mode-end-hook.
6007         (Info-isearch-end): New function.
6009 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
6011         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
6012         format string, in order to work around a bug in pdksh.
6013         Reported by Gilles Pion <gpion@lfdj.com>.
6014         (tramp-handle-verify-visited-file-modtime): Do not send a command
6015         when the connection is not established.
6016         (tramp-handle-set-file-times): Simplify the check for utc.
6018 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
6020         Fix use of `filter-buffer-substring' (rework previous change).
6021         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
6022         (cua-repeat-replace-region):
6023         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
6024         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
6025         (cua-cut-region-to-global-mark): Use it.
6027 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
6029         * progmodes/sql.el: Version 2.1.
6030         (sql-product-alist): Redesign structure of product info.
6031         (sql-product, sql-user, sql-server, sql-database): Safe variables.
6032         (sql-port, sql-port-history): New variables.
6033         (sql-interactive-product): New variable.
6034         (sql-send-terminator): New variable.
6035         (sql-imenu-generic-expression): Add "Types" imenu entry.
6036         (sql-oracle-login-params, sql-sqlite-login-params)
6037         (sql-mysql-login-params, sql-solid-login-params)
6038         (sql-sybase-login-params, sql-informix-login-params)
6039         (sql-ingres-login-params, sql-ms-login-params)
6040         (sql-postgres-login-params, sql-interbase-login-params)
6041         (sql-db2-login-params, sql-linter-login-params)
6042         (sql-oracle-scan-on): New variables.
6043         (sql-mode-map): Add C-c C-i to start interactive mode.
6044         (sql-mode-menu): Update existing menu entries.
6045         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
6046         (sql-mode-oracle-font-lock-keywords)
6047         (sql-mode-postgres-font-lock-keywords)
6048         (sql-mode-ms-font-lock-keywords)
6049         (sql-mode-sybase-font-lock-keywords)
6050         (sql-mode-informix-font-lock-keywords)
6051         (sql-mode-interbase-font-lock-keywords)
6052         (sql-mode-ingres-font-lock-keywords)
6053         (sql-mode-solid-font-lock-keywords)
6054         (sql-mode-mysql-font-lock-keywords)
6055         (sql-mode-sqlite-font-lock-keywords)
6056         (sql-mode-db2-font-lock-keywords)
6057         (sql-mode-linter-font-lock-keywords): Update initialization to
6058         reduce run-time complexity.
6059         (sql-add-product, sql-del-product): New functions.
6060         (sql-set-product-feature, sql-get-product-feature): New functions.
6061         (sql-product-font-lock): Update product API.
6062         (sql-add-product-keywords): New function.
6063         (sql-highlight-product): Update product API.
6064         (sql-help-list-products): New function.
6065         (sql-help): Dynamically lists free and non-free products.
6066         (sql-get-login): Correct bug in handling history and added
6067         prompt for port.
6068         (sql-copy-column): Copy without properties.
6069         (sqli-input-sender): Apply filters to SQLi input.
6070         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
6071         Implement as a filter.
6072         (sql-escape-newlines-filter): Implement as a filter.
6073         (sql-remove-tabs-filter): New function.
6074         (sql-send-magic-terminator): New function.
6075         (sql-send-string): Implement magic terminator.
6076         (sql-send-region): Use `sql-send-string'.
6077         (sql-interactive-mode): Use product API.
6078         (sql-product-interactive): Use product API.
6079         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
6080         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
6081         (sql-db2, sql-linter): Use `sql-product-interactive'.
6082         (sql-connect): New function.
6083         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
6084         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
6085         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
6086         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
6087         Use `sql-connect'.
6089 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6091         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
6092         New custom variable.
6093         (completion-pcm--string->pattern): Use it.
6094         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
6095         Make it handle any symbol as `any'.
6096         (completion-pcm--merge-completions): Extract common suffix for the new
6097         `prefix' symbol as well.
6098         (completion-substring--all-completions): Use the new `prefix' symbol.
6100 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
6102         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
6103         not bound.
6104         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
6105         (tramp-compat-funcall): New defmacro.
6106         (tramp-compat-line-beginning-position)
6107         (tramp-compat-line-end-position)
6108         (tramp-compat-temporary-file-directory)
6109         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
6110         (tramp-compat-copy-file, tramp-compat-copy-directory)
6111         (tramp-compat-delete-file, tramp-compat-delete-directory)
6112         (tramp-compat-number-sequence, tramp-compat-process-running-p)
6113         * net/tramp.el (top, with-progress-reporter)
6114         (tramp-rfn-eshadow-setup-minibuffer)
6115         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
6116         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
6117         (tramp-completion-mode-p, tramp-check-for-regexp)
6118         (tramp-open-connection-setup-interactive-shell)
6119         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
6120         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
6121         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
6122         * net/tramp-cmds.el (tramp-cleanup-all-connections)
6123         (tramp-reporter-dump-variable, tramp-load-report-modules)
6124         (tramp-append-tramp-buffers)
6125         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
6127         * net/tramp-imap.el (top): Autoload `epg-make-context'.
6129 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6131         * progmodes/compile.el (compilation-buffer-modtime): Rename from
6132         buffer-modtime.  Adjust users.
6134 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
6136         * international/mule.el (auto-coding-alist): Only purecopy
6137         car of each item, not the whole list (Bug#6083).
6139 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
6141         * progmodes/js.el (js-mode): Make paragraph variables local before
6142         calling c-setup-paragraph-variables (Bug#6071).
6144 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
6146         * composite.el (compose-region, reference-point-alist): Fix typos
6147         in the doc strings.
6149 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
6151         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
6152         gnuplot's "set" command.
6154 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
6156         * abbrev.el (last-abbrev-text): Doc fix.
6157         (abbrev-prefix-mark): Don't escape parenthesis.
6159 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
6161         * composite.el (find-composition): Doc fix.
6163 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
6165         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
6166         (sql-oracle-program, sql-sqlite-options)
6167         (sql-query-placeholders-and-send): Doc fixes.
6168         (sql-set-product, sql-interactive-mode): Reflow docstrings.
6169         (sql-imenu-generic-expression, sql-buffer)
6170         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
6171         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
6172         (sql-mode-sybase-font-lock-keywords)
6173         (sql-mode-informix-font-lock-keywords)
6174         (sql-mode-interbase-font-lock-keywords)
6175         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
6176         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
6177         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
6178         (sql-product-feature, sql-highlight-product)
6179         (comint-line-beginning-position, sql-rename-buffer)
6180         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
6181         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
6182         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
6183         Fix typos in docstrings.
6185 2010-05-08  Juri Linkov  <juri@jurta.org>
6187         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
6188         property instead of `invisible' and `after-string' (bug#5998).
6190 2010-05-08  Juri Linkov  <juri@jurta.org>
6192         * image-mode.el (image-mode-as-text): Fix typo in docstring.
6194 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
6196         * filecache.el (file-cache-add-directory-list)
6197         (file-cache-add-directory-recursively): Fix typos in docstrings.
6199 2010-05-08  Kenichi Handa  <handa@m17n.org>
6201         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
6202         (gujarati-composable-pattern): Fix typo.
6204 2010-05-08  Kenichi Handa  <handa@m17n.org>
6206         * language/indian.el (oriya-composable-pattern)
6207         (tamil-composable-pattern, malayalam-composable-pattern):
6208         Add two-part vowels to "v" (vowel sign).
6210 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
6212         * files.el (copy-directory): Handle symlinks (Bug#5982).
6214 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
6216         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
6217         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
6218         (Bug#5846).
6220 2010-05-08  Glenn Morris  <rgm@gnu.org>
6222         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
6224         * minibuffer.el (completion-at-point): Doc fix.
6226 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6228         * electric.el (Electric-command-loop): Minor tweak.
6230         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
6231         better with dedicated windows.
6233 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
6235         * Version 23.2 released.
6237 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
6238             Stefan Monnier  <monnier@iro.umontreal.ca>
6240         Highlight vendor specific properties.
6241         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
6242         (css-proprietary-property): New face.
6243         (css-font-lock-keywords): Use them.
6245 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
6247         * cus-start.el (all): Add native condition for tool-bar-* symbols.
6249 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6251         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
6252         * files.el (auto-mode-alist): Remove redundant entries.
6254         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
6255         * simple.el (auto-save-mode): Move from files.el.
6256         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
6258 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6260         * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
6262 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6264         * mail/binhex.el (binhex-decode-region-internal)
6265         * mail/uudecode.el (uudecode-decode-region-internal)
6266         * net/dns.el (dns-read-string-name, dns-write, dns-read)
6267         (dns-read-type, dns-query)
6268         * pgg-parse.el (pgg-parse-armor)
6269         * pgg.el (pgg-verify-region)
6270         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
6271         XEmacs.
6273         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
6275 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
6277         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
6279         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
6280         * emulation/cua-base.el (cua-repeat-replace-region):
6281         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
6282         (cua-cut-region-to-global-mark):
6283         Remove text properties with `set-text-properties'.
6285 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
6287         * net/tramp.el (top, with-progress-reporter):
6288         Use `symbol-function' inside `funcall'.
6290         * net/tramp-compat.el (tramp-compat-file-attributes)
6291         (tramp-compat-delete-file, tramp-compat-delete-directory):
6292         Handle only `wrong-number-of-arguments' error.
6294         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
6295         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
6296         inside `funcall'.
6298 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6300         * minibuffer.el (completion--sreverse, completion--common-suffix):
6301         New functions.
6302         (completion-pcm--merge-completions): Extract common suffix when safe.
6304         * emacs-lisp/easy-mmode.el (define-minor-mode):
6305         Make :variable more flexible.
6306         * files.el (auto-save-mode): Use it to define using define-minor-mode.
6308 2010-05-05  Juri Linkov  <juri@jurta.org>
6310         Add `slow' and `history' tags to the desktop data.
6312         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
6313         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
6314         (Info-finder-find-node): Require `finder.el' to be able
6315         to restore node from the desktop.
6316         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
6317         data `Info-history' and `slow' tag in the assoc list.
6318         (Info-restore-desktop-buffer): Don't restore nodes with the
6319         `slow' tag.  Restore `Info-history'.
6321 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
6323         Add FORCE argument to `delete-file'.
6325         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
6326         forcing to delete the temporary file.
6327         (ange-ftp-delete-file): Add FORCE arg.
6328         (ange-ftp-rename-remote-to-remote)
6329         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
6330         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
6331         Force file deletion.
6333         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
6335         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
6336         (tramp-handle-make-symbolic-link, tramp-handle-load)
6337         (tramp-do-copy-or-rename-file-via-buffer)
6338         (tramp-do-copy-or-rename-file-directly)
6339         (tramp-do-copy-or-rename-file-out-of-band)
6340         (tramp-handle-process-file, tramp-handle-call-process-region)
6341         (tramp-handle-shell-command, tramp-handle-file-local-copy)
6342         (tramp-handle-insert-file-contents, tramp-handle-write-region)
6343         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
6345         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
6346         (tramp-fish-handle-make-symbolic-link)
6347         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
6349         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6350         Use `tramp-compat-delete-file'.
6352         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
6353         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
6355         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
6356         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
6358         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
6359         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
6360         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
6361         `tramp-compat-delete-file'.
6363 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6365         Minor cleanups.
6366         * subr.el (add-minor-mode): Use push.
6367         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
6368         * emulation/edt.el (edt-select-mode): Simplify.
6370         Use define-minor-mode in more cases.
6371         * term/tvi970.el (tvi970-set-keypad-mode):
6372         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
6373         (normal-erase-is-backspace-mode):
6374         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
6375         (set-scroll-bar-mode-1): (Re)move to its sole caller.
6376         (get-scroll-bar-mode): New function.
6377         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
6379         Use define-minor-mode for less obvious cases.
6380         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
6381         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
6382         * international/iso-ascii.el (iso-ascii-mode):
6383         * frame.el (auto-raise-mode, auto-lower-mode):
6384         * composite.el (global-auto-composition-mode): Use define-minor-mode.
6386 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
6388         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
6389         in order to see error messages for failed logins.
6391 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
6393         * diff.el (diff-sentinel):
6395         * epg.el (epg--make-temp-file, epg-decrypt-string)
6396         (epg-verify-string, epg-sign-string, epg-encrypt-string):
6398         * jka-compr.el (jka-compr-partial-uncompress)
6399         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
6401         * server.el (server-sentinel): Use delete-file's new FORCE arg
6402         (Bug#6070).
6404 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6406         Use define-minor-mode where applicable.
6407         * view.el (view-mode):
6408         * type-break.el (type-break-query-mode)
6409         (type-break-mode-line-message-mode):
6410         * textmodes/reftex.el (reftex-mode):
6411         * term/vt100.el (vt100-wide-mode):
6412         * tar-mode.el (tar-subfile-mode):
6413         * savehist.el (savehist-mode):
6414         * ibuf-ext.el (ibuffer-auto-mode):
6415         * composite.el (auto-composition-mode):
6416         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
6417         Use define-minor-mode.
6418         (vhdl-mode): Use static mode-line format.
6419         (vhdl-mode-line-update): Delete.
6420         (vhdl-create-mode-menu, vhdl-activate-customizations)
6421         (vhdl-hs-minor-mode): Don't bother calling it.
6423 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6425         * simple.el (with-wrapper-hook): Move.
6426         (buffer-substring-filters): Mark obsolete.
6427         (filter-buffer-substring-functions): New variable.
6428         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
6430 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
6431             Michael Albinus  <michael.albinus@gmx.de>
6433         Implement compression for inline methods.
6435         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
6436         (tramp-copy-size-limit): Allow also nil.
6437         (tramp-inline-compress-commands): New defconst.
6438         (tramp-find-inline-compress, tramp-get-inline-compress)
6439         (tramp-get-inline-coding): New defuns.
6440         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
6441         replaced by `tramp-get-inline-coding'.
6442         (tramp-handle-file-local-copy, tramp-handle-write-region)
6443         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
6445 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6447         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
6448         Remove unused functions.
6450         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
6451         Set find-tag-default-function as a variable rather than a property.
6453         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
6454         * progmodes/etags.el (tags-completion-at-point-function):
6455         Remove left over interactive spec.  Add autoloading stub.
6456         (complete-tag): Use tags-completion-at-point-function.
6458 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
6460         * minibuffer.el (tags-completion-at-point-function): Fix return value.
6462 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
6464         * ido.el (ido-init-completion-maps): Remove C-v binding.
6465         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
6467 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
6469         * minibuffer.el (tags-completion-at-point-function): New function.
6470         (completion-at-point-functions): Use it.
6472         * progmodes/etags.el (complete-tag): Revert last change.
6474 2010-04-29  Alan Mackenzie  <acm@muc.de>
6476         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
6477         off-by-one error (in end of macro position).
6479 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6481         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
6482         firefox is absent.  Don't autoload.
6483         (browse-url-galeon-program): Don't autoload.
6485 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
6487         * bindings.el (complete-symbol): Move into minibuffer.el.
6489         * minibuffer.el (complete-tag): Move from etags.el.  If tags
6490         completion cannot be performed, return nil instead of signalling
6491         an error.
6492         (completion-at-point): Make it an alias for complete-symbol.
6493         (complete-symbol): Move from bindings.el, and replace with the
6494         body of completion-at-point.
6496         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
6498 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
6500         * net/tramp.el (tramp-remote-selinux-p): New defun.
6501         (tramp-handle-file-selinux-context)
6502         (tramp-handle-set-file-selinux-context): Use it.
6504 2010-04-28  Sam Steingold  <sds@gnu.org>
6506         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
6507         `safe-local-variable' if the value is a string or a symbol with
6508         the property `bug-reference-url-format'.
6510 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
6512         * progmodes/bug-reference.el (bug-reference-url-format):
6513         Revert 2010-04-27 change due to security risk.
6515 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6517         Make it possible to locally disable a globally enabled mode.
6518         * simple.el (fundamental-mode): Run fundamental-mode-hook.
6519         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
6520         rather than kill-all-local-variables so it runs fundamental-mode-hook.
6521         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6522         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
6523         that subsequent hooks get a chance to disable it.
6525 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6527         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6528         Avoid re-enabling a minor mode after the user turned the minor mode
6529         off if MODE-enable-in-buffers is run twice (typically once from
6530         fundamental-mode's after-change-major-mode-hook and a second time from
6531         run-mode-hook's own after-change-major-mode-hook).
6533         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
6535 2010-04-27  Sam Steingold  <sds@gnu.org>
6537         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
6538         `safe-local-variable' if the value is a string or a function, as
6539         documented and implemented on 2010-04-02.
6541 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
6543         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
6544         when method is 'kill.
6546 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
6548         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
6549         condition in default directory check.
6550         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
6551         Kill ispell process when killing its associated buffer.
6553 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
6555         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
6556         but we aren't using it.
6558 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
6560         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
6561         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
6563 2010-04-24  Glenn Morris  <rgm@gnu.org>
6565         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
6566         Ignore VCS-ignore files, and deleted nextstep preferences files.
6567         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
6568         (authors-ambiguous-files): New list.
6569         (authors-valid-file-names): Add some deleted files.
6570         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
6571         (authors-disambiguate-file-name): New function.  (Bug#5501)
6572         (authors-canonical-file-name): Doc fix.
6573         Don't warn about obsolete files.
6574         (authors-canonical-file-name, authors-scan-el):
6575         Use authors-disambiguate-file-name.
6577         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
6578         Add autoload cookies.
6579         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
6580         (generated-autoload-file): Set file-local value to "htmlfontify.el".
6581         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
6582         They have definitions / compiler macros in cl.el.
6583         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
6584         Replace manual autoloads with generated ones.
6585         (htmlfontify-unload-rgb-file): Remove autoload.
6586         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
6588 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6590         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
6591         (byte-compile-setq-default): Optimize for the
6592         single-var case and don't call byte-compile-form in this case to avoid
6593         inf-loop with byte-compile-set-default.
6595         * progmodes/compile.el (compilation-start): Abbreviate default directory.
6597 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
6599         Implement SELINUX backends.
6601         * net/tramp.el (tramp-file-name-handler-alist):
6602         Add `file-selinux-context' and `set-file-selinux-context'.
6603         (tramp-handle-file-selinux-context)
6604         (tramp-handle-set-file-selinux-context): New defuns.
6605         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
6606         Handle PRESERVE-SELINUX-CONTEXT.
6608         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6609         Add `file-selinux-context' and `set-file-selinux-context'.
6610         (tramp-gvfs-handle-file-selinux-context)
6611         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
6612         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
6614         * net/ange-ftp.el (ange-ftp-copy-file):
6615         * net/tramp-fish.el (tramp-fish-handle-copy-file):
6616         * net/tramp-imap.el (tramp-imap-handle-copy-file):
6617         * net/tramp-smb.el (tramp-smb-handle-copy-file):
6618         Add PRESERVE-SELINUX-CONTEXT.
6620 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
6622         Synchronize with Tramp repository.
6624         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
6625         (tramp-action-process-alive, tramp-action-out-of-band)
6626         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
6627         (tramp-exists-file-name-handler): Fix docstring.
6628         (with-progress-reporter): New defmacro.
6629         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
6630         (tramp-maybe-open-connection): Use it.
6632 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
6634         Detect ssh 'ControlMaster' argument automatically in some cases.
6636         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
6637         (tramp-default-method): Use it.
6639 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
6641         * net/tramp.el (tramp-handle-copy-file): Add new optional
6642         parameter `preserve-selinux-context'.
6643         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
6645 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
6647         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
6648         Ensure, that non remote files are still checked.  Oops.
6650 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
6652         Fix Bug#5840.
6654         * icomplete.el (icomplete-completions): Use `non-essential'.
6656         * net/tramp.el (tramp-connectable-p): New defun.
6657         (tramp-handle-expand-file-name)
6658         (tramp-completion-handle-file-name-all-completions)
6659         (tramp-completion-handle-file-name-completion): Use it.
6661 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6663         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
6665 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
6667         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
6669         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
6671         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
6672         is present.
6674         * info.el (info-tool-bar-map): Add labels.
6676         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
6678         * cus-edit.el (custom-commands): Add labels for tool bar.
6679         (custom-buffer-create-internal, Custom-mode): Adjust for
6680         labels in custom-commands.
6682         * dynamic-setting.el: Renamed from font-setting.el.
6684 2010-04-21  John Wiegley  <jwiegley@gmail.com>
6686         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
6687         toggles the use of virtual buffers.
6688         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
6689         (ido-toggle-virtual-buffers): New function.
6691 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
6693         Use `define-derived-mode'; fix window selection; doc fixes.
6694         * play/tetris.el (tetris, tetris-update-speed-function)
6695         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
6696         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
6697         (tetris-rotate-next, tetris-end-game, tetris-start-game)
6698         (tetris-pause-game): Fix typos in docstrings.
6699         (tetris-mode-map, tetris-null-map):
6700         Move initialization into declaration.
6701         (tetris-mode): Define with `define-derived-mode';
6702         set show-trailing-whitespace to nil.
6703         (tetris): Prefer window already displaying the "*Tetris*" buffer.
6705 2010-04-21  Karel Klíč  <kklic@redhat.com>
6707         * files.el (backup-buffer): Handle SELinux context, and return it
6708         if a backup was made by renaming.
6709         (backup-buffer-copy): Set SELinux context to the target file.
6710         (basic-save-buffer): Set SELinux context of the newly written file.
6711         (basic-save-buffer-1): Now it also returns any SELinux context.
6712         (basic-save-buffer-2): Set SELinux context of the newly created file,
6713         and return it.
6714         * net/tramp.el (tramp-file-name-for-operation):
6715         Add file-selinux-context.
6717 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6719         Make the log-edit comments use RFC822 format throughout.
6721         * vc.el (vc-checkin, vc-modify-change-comment):
6722         Adjust to new vc-start/finish-logentry.
6723         (vc-find-conflicted-file): New command.
6724         (vc-transfer-file): Adjust to new vc-checkin.
6725         (vc-next-action): Improve scoping.
6727         * vc-hg.el (vc-hg-log-edit-mode): Remove.
6728         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
6730         * vc-git.el (vc-git-log-edit-mode): Remove.
6731         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
6732         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
6734         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
6735         (vc-start-logentry): Remove argument `extra'.
6736         (vc-finish-logentry): Remove extra args.
6738         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
6739         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
6740         (vc-bzr-conflicted-files): New function.
6742         * log-edit.el (log-edit-extra-flags)
6743         (log-edit-before-checkin-process): Remove.
6744         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
6745         (log-edit-headers-alist): New var.
6746         (log-edit-header-contents-regexp): New const.
6747         (log-edit-match-to-eoh): New function.
6748         (log-edit-font-lock-keywords): Use them.
6749         (log-edit): Insert a "Summary:" header as default.
6750         (log-edit-mode): Mark font-lock rules as case-insensitive.
6751         (log-edit-done): Cleanup headers.
6752         (log-view-process-buffer): Remove.
6753         (log-edit-extract-headers): New function to replace it.
6755 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
6757         * subr.el (default-direction-reversed): Remove obsolescence info.
6759 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6761         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
6762         windows/frames.
6764         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
6765         I.e. include text after point in the completion region.
6766         Also, return nil when we're not after/in a symbol.
6768         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
6769         default enable-multibyte-characters.
6771 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6773         * international/mule.el: Help the user choose a valid coding-system.
6774         (read-buffer-file-coding-system): New function.
6775         (set-buffer-file-coding-system): Use it.  Prompt the user if the
6776         coding-system cannot encode all the chars.
6778         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
6779         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
6780         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
6781         Don't use *vc-bzr-shelve*.
6783 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
6785         Fix the version number for added files.
6786         * vc-hg.el (vc-hg-working-revision): Check if the file is
6787         registered after hg parent fails (Bug#5961).
6789 2010-04-19  Glenn Morris  <rgm@gnu.org>
6791         * htmlfontify.el (htmlfontify-buffer)
6792         (htmlfontify-copy-and-link-dir): Autoload entry points.
6794 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
6796         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
6797         name relative to the project root (Bug#5960).
6799 2010-04-19  Glenn Morris  <rgm@gnu.org>
6801         * vc-git.el (vc-git-print-log): Doc fix.
6803 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
6805         * ido.el (ido-file-internal): Fix 2009-12-02 change.
6807 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
6809         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
6810         default settings (Bug#5928).
6812 2010-04-19  Glenn Morris  <rgm@gnu.org>
6814         * progmodes/fortran.el (fortran-match-and-skip-declaration):
6815         New function.
6816         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
6818 2010-04-19  Kenichi Handa  <handa@m17n.org>
6820         * language/indian.el (malayalam-composable-pattern): Fix previous
6821         change (add U+0D4D "SIGN VIRAMA").
6822         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
6823         (tamil-composable-pattern): Fix typo in the regexp.
6824         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
6825         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
6826         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
6828 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
6830         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
6831         paragraph-separate (Bug#5821).
6833 2010-04-19  Juri Linkov  <juri@jurta.org>
6835         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
6837         * info.el (Info-find-node-2): Comment out code that skips
6838         breadcrumbs line.
6839         (Info-mouse-follow-link): New command.
6840         (Info-link-keymap): New keymap.
6841         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
6842         Return a string with links instead of inserting breadcrumbs
6843         to the Info buffer.
6844         (Info-fontify-node): Comment out code that inserts breadcrumbs.
6845         Instead of putting the `invisible' text property over the Info
6846         header, make an overlay over the Info header with the `invisible'
6847         property and `after-string' set to the string returned by
6848         `Info-breadcrumbs'.
6850 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
6852         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
6853         Reported by monkey@sandpframing.com.
6855 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6857         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
6858         (tmm-get-keymap): Add key-binding shortcuts now that they're not
6859         available in the "keyseq cache" any more.
6861         * custom.el (defcustom): Add edebug spec.
6863 2010-04-18  Juri Linkov  <juri@jurta.org>
6865         Test for special mode-class in view-buffer instead of view-file (bug#5513).
6867         * view.el (view-file, view-buffer): Move test for special mode-class
6868         from view-file to view-buffer.
6870         * tar-mode.el (tar-extract): Turn if's into one cond
6871         like in arc-mode.el.
6873 2010-04-18  Juri Linkov  <juri@jurta.org>
6875         Add 7z archive format support (bug#5475).
6877         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
6878         (archive-7z-extract): New defcustom.
6879         (archive-find-type): Add magic string for 7z.
6880         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
6881         If `stderr-file' is non-nil, use `(t stderr-file)' for the
6882         `buffer' arg of `call-process'.
6883         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
6884         call the function `archive-7z-extract' with the variable
6885         `archive-7z-extract' let-bound to `archive-zip-extract'.
6886         (archive-7z-summarize, archive-7z-extract): New functions.
6888         * international/mule.el (auto-coding-alist):
6889         * files.el (auto-mode-alist): Add 7z file extension.
6891 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6893         * loadup.el: Setup hash-cons for pure data.
6895         Fix duplicate entries in cedet's loaddefs.el files.
6896         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
6897         Should make most file-local generated-autoload-file unnecessary.
6898         (print-readably): Silence warnings.
6899         (autoload-find-destination): Take load-name as an arg to make sure
6900         it's the same as the one that will be in the file.
6901         (autoload-generate-file-autoloads): Adjust to above changes.
6902         Try to make the dataflow a bit simpler.
6904         * cvs-status.el (cvs-refontify): Remove unused.
6906 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
6908         * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
6910         * calc/calc-bin.el (calc-radix): Have the "O" option turn on
6911         twos-complement mode.
6913 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
6915         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
6916         'calc-option'.  Add `calc-option-prefix-help' to calc-help autoloads.
6917         (calc-inverse): Add "Option" to message, as appropriate.
6918         (calc-hyperbolic): Add "Option" to message, as appropriate.
6919         (calc-option, calc-is-option): New functions.
6921         * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
6922         (calc-option-prefix-help): New function.
6924         * calc/calc-misc.el (calc-help): Add "Option" entry.
6926         * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
6927         (calc-option-flag): New variable.
6928         (calc-do): Set `calc-option-flag to nil.
6929         (calc-set-mode-line): Add "Opt " as appropriate.
6931 2010-04-16  Juri Linkov  <juri@jurta.org>
6933         Move scrolling commands from simple.el to window.el
6934         because their primitives are implemented in window.c.
6936         * simple.el (scroll-error-top-bottom)
6937         (scroll-up-command, scroll-down-command, scroll-up-line)
6938         (scroll-down-line, scroll-other-window-down)
6939         (beginning-of-buffer-other-window, end-of-buffer-other-window):
6940         * window.el (scroll-error-top-bottom)
6941         (scroll-up-command, scroll-down-command, scroll-up-line)
6942         (scroll-down-line, scroll-other-window-down)
6943         (beginning-of-buffer-other-window, end-of-buffer-other-window):
6944         Move from simple.el to window.el because their primitives are
6945         implemented in window.c.
6947 2010-04-16  Juri Linkov  <juri@jurta.org>
6949         * isearch.el (isearch-lookup-scroll-key): Check both
6950         `isearch-scroll' and `scroll-command' properties.
6951         (scroll-up, scroll-down): Remove `isearch-scroll' property.
6953         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
6955         * simple.el (scroll-up-command, scroll-down-command)
6956         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
6958 2010-04-15  Juri Linkov  <juri@jurta.org>
6960         * simple.el (scroll-up-command, scroll-down-command)
6961         (scroll-up-line, scroll-down-line): Put `scroll-command'
6962         property on the these symbols.  Remove them from
6963         `scroll-preserve-screen-position-commands'.
6965         * mwheel.el (mwheel-scroll): Put `scroll-command' and
6966         `isearch-scroll' properties on the `mwheel-scroll' symbol.
6967         Remove it from `scroll-preserve-screen-position-commands'.
6969         * isearch.el (isearch-allow-scroll): Doc fix.
6971 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
6973         * net/tramp.el (tramp-error-with-buffer): Don't show the
6974         connection buffer when we are in completion mode.
6975         (tramp-file-name-handler): Catch the error for some operations
6976         when we are in completion mode.  This gives the user the chance to
6977         correct the file name in the minibuffer.
6979 2010-04-15  Glenn Morris  <rgm@gnu.org>
6981         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
6983 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
6985         Simplify by using `define-derived-mode'.
6986         * info.el (Info-mode):
6987         * calendar/todo-mode.el (todo-mode):
6988         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
6989         (gomoku-mode-map): Move initialization into declaration.
6991 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
6993         Fix Bug#5840.
6994         * ido.el (ido-file-name-all-completions-1):
6995         * minibuffer.el (minibuffer-completion-help):
6996         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
6998 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7000         * simple.el (non-essential): New var.
7002         Add a new field `location' to bookmarks for non-file bookmarks.
7003         * bookmark.el (bookmark-location): Use the new field, if present.
7004         (bookmark-insert-location): Undo last change, not needed any more.
7005         * man.el (Man-bookmark-make-record):
7006         * woman.el (woman-bookmark-make-record): Add `location' field.
7008 2010-04-14  Juri Linkov  <juri@jurta.org>
7010         * simple.el (scroll-error-top-bottom): New defcustom.
7011         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
7013         * emulation/pc-select.el (pc-select-override-scroll-error):
7014         Obsolete in favor of `scroll-error-top-bottom'.
7016 2010-04-14  Juri Linkov  <juri@jurta.org>
7018         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
7019         `scroll-up-command' and `M-v' to `scroll-down-command'.
7021         * emulation/cua-rect.el (cua--init-rectangles):
7022         * forms.el (forms--change-commands):
7023         * image-mode.el (image-mode-map):
7024         Remap scroll-down-command and scroll-up-command
7025         in addition to scroll-down and scroll-up.
7027 2010-04-14  Juri Linkov  <juri@jurta.org>
7029         * mwheel.el (scroll-preserve-screen-position-commands):
7030         Add mwheel-scroll to this list of commands.
7032         * simple.el (scroll-preserve-screen-position-commands):
7033         Add scroll-up-command, scroll-down-command, scroll-up-line,
7034         scroll-down-line to this list of commands.
7036 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7038         * obsolete/complete.el: Move from lisp/complete.el.
7040         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
7042         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
7043         to the minor mode function now turns the mode ON unconditionally.
7045 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7047         * vc-dir.el (vc-dir-kill-line): New command.
7048         (vc-dir-mode-map): Bind it to C-k.
7050         * bookmark.el (bookmark-insert-location): Handle a nil filename.
7052         * woman.el: Add bookmark declarations to silence the compiler.
7053         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
7054         step to compatibility between man and woman bookmarks.
7055         Adjust for Man-default-bookmark-title renaming.
7056         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
7058         * man.el: Add bookmark declarations to silence the compiler.
7059         (Man-name-local-regexp): Make it match NAME as well.
7060         (Man-getpage-in-background): Return the buffer.
7061         (Man-notify-when-ready): Use `case'.
7062         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
7063         Don't hardcode "NAME".  Simplify.
7064         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
7065         Rename from Man-bookmark-make-record.
7066         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
7067         we have the actual man-args.  Use Man-getpage-in-background rather
7068         than `man' since the arg is already processed.  Let bookmark.el do the
7069         window handling.  Only wait for the relevant process.
7070         Don't forget to autoload.
7072         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
7074 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7076         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
7077         New functions.
7078         (woman-mode): Setup bookmark support.
7080         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
7081         (man-bookmark-jump): New functions.
7082         (Man-mode): Setup bookmark support.
7084 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
7086         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
7087         recognize ssh-keygen prompt (Bug#2817).
7089 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
7091         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
7093 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
7095         Synchronize with Tramp repository.
7097         * net/tramp.el (tramp-completion-function-alist)
7098         (tramp-file-name-regexp, tramp-chunksize)
7099         (tramp-local-coding-commands, tramp-remote-coding-commands):
7100         Fix docstring.
7101         (tramp-remote-process-environment): Use `format' instead of `concat'.
7102         (tramp-handle-directory-files-and-attributes)
7103         (tramp-get-remote-path): Use `copy-tree'.
7104         (tramp-handle-file-name-all-completions): Backward/ XEmacs
7105         compatibility: Use `completion-ignore-case' if
7106         `read-file-name-completion-ignore-case' does not exist.
7107         (tramp-do-copy-or-rename-file-directly): Do not use
7108         `tramp-handle-file-remote-p'.
7109         (tramp-do-copy-or-rename-file-out-of-band):
7110         Use `tramp-compat-delete-directory'.
7111         (tramp-do-copy-or-rename-file-out-of-band)
7112         (tramp-compute-multi-hops, tramp-maybe-open-connection):
7113         Use `format-spec-make'.
7114         (tramp-find-foreign-file-name-handler)
7115         (tramp-advice-make-auto-save-file-name)
7116         (tramp-set-auto-save-file-modes): Remove superfluous check for
7117         `stringp'.  This is done inside `tramp-tramp-file-p'.
7118         (tramp-debug-outline-regexp): New defconst.
7119         (tramp-get-debug-buffer): Use it.
7120         (tramp-check-for-regexp): Use (forward-line 1).
7121         (tramp-set-auto-save-file-modes): Adapt version check.
7123         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
7124         Wrap call of `featurep' for 2nd argument.
7125         (tramp-compat-make-temp-file): Simplify fallback implementation.
7126         (tramp-compat-copy-tree): Remove function.
7127         (tramp-compat-delete-directory): Provide implementation for older
7128         Emacsen.
7130         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
7131         Do not use `tramp-fish-handle-file-attributes.
7133         * net/trampver.el: Update release number.
7135 2010-04-10  Glenn Morris  <rgm@gnu.org>
7137         * progmodes/compile.el (compilation-save-buffers-predicate):
7138         Add missing :version tag.
7140 2010-04-09  Sam Steingold  <sds@gnu.org>
7142         * progmodes/compile.el (compilation-save-buffers-predicate):
7143         Remove the "autoload" cookie.
7145         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
7146         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
7147         and `bug-reference-prog-mode' can be used in hooks directly.
7149 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
7151         Add --author support to git commit.
7152         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
7153         (vc-git-log-edit-mode): New minor mode.
7154         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
7155         New declarations.
7157 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
7159         * vc-hooks.el, vc-git.el: Improve documentation comments.
7161 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7163         Fix some of the problems in defsubst* (bug#5728).
7164         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
7165         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
7167 2010-04-07  Sam Steingold  <sds@gnu.org>
7169         * progmodes/compile.el (compilation-save-buffers-predicate):
7170         New custom variable.
7171         (compile, recompile): Pass it to `save-some-buffers'.
7173 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
7175         * wid-edit.el (widget-choose): Move cursor to the second line of
7176         the buffer (Bug#5695).
7178 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
7180         Add new VC methods: vc-log-incoming and vc-log-outgoing.
7181         * vc.el (vc-print-log-setup-buttons): New function split out from
7182         vc-print-log-internal.
7183         (vc-log-internal-common): New function, a parametrized version of
7184         vc-print-log-internal.
7185         (vc-print-log-internal): Just call vc-log-internal-common with the
7186         right arguments.
7187         (vc-incoming-outgoing-internal):
7188         (vc-log-incoming, vc-log-outgoing): New functions.
7189         (vc-log-view-type): New permanent local variable.
7191         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
7193         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
7194         of the dynamic bound vc-short-log.
7195         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
7197         * vc-git.el (vc-git-log-outgoing): New function.
7198         (vc-git-log-view-mode): Use vc-log-view-type instead
7199         of the dynamic bound vc-short-log.
7201         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
7202         of the dynamic bound vc-short-log.  Highlight the tag.
7203         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
7204         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
7205         (vc-hg-incoming-mode): Remove.
7206         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
7208 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
7210         Fix default-directory for vc-root-diff.
7211         * vc.el (vc-root-diff): Bind default-directory to the root
7212         directory for the diff command.
7214 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
7216         * progmodes/verilog-mode.el (verilog-forward-sexp):
7217         (verilog-calc-1): Support "disable fork" and "fork wait" multi
7218         word keywords, suggested by Steve Pearlmutter.
7219         (verilog-pretty-declarations): Support lineup of declarations in
7220         port lists.
7221         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
7222         fix bug for /* / comments.
7223         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
7224         Speed up and simplfy as this is never called with a bound.
7225         (verilog-pretty-declarations): Enhance to line up declarations
7226         inside a parameter list, suggested by Alan Morgan.
7227         (verilog-pretty-expr): Tune assignment regular expression match
7228         string for corner cases; also use markers instead of character
7229         number as indent changes the later.
7231 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
7233         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
7234         as missing keyword.
7235         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
7236         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
7237         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
7238         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
7239         Tennant.
7240         (verilog-keywords):
7241         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
7242         1800-2009 keywords, including "global.".
7244 2010-04-06  John Wiegley  <jwiegley@gmail.com>
7246         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
7247         appearing in buffer list (if a live buffer name matched a recentf
7248         file basename).  Should use uniquify to offer a real solution.
7250 2010-04-06  John Wiegley  <jwiegley@gmail.com>
7252         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
7253         comment to code, and add a :version tag.
7254         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
7256 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
7258         Enable recentf-mode if using virtual buffers.
7259         * ido.el (recentf-list): Declare for byte-compiler.
7260         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
7261         (ido-make-buffer-list): Simplify.
7262         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
7264 2010-04-05  Juri Linkov  <juri@jurta.org>
7266         Scrolling commands which scroll a line instead of full screen.
7267         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
7269         * simple.el (scroll-up-line, scroll-down-line): New commands.
7270         Put property isearch-scroll=t on them.
7272         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
7273         Remove commands.
7275 2010-04-05  Juri Linkov  <juri@jurta.org>
7277         Scrolling commands which do not signal errors at top/bottom.
7278         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
7280         * simple.el (scroll-up-command, scroll-down-command): New commands.
7281         Put property isearch-scroll=t on them.
7283         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
7284         `scroll-down-command' and [next] from `scroll-up' to
7285         `scroll-up-command'.
7287         * emulation/cua-base.el: Put property CUA=move on
7288         `scroll-up-command' and `scroll-down-command'.
7289         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
7290         and `scroll-down-command' to `cua-scroll-down'.
7292 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
7294         * help.el (describe-mode): Return nil.
7296 2010-04-04  John Wiegley  <jwiegley@gmail.com>
7298         * ido.el (ido-use-virtual-buffers): New variable to indicate
7299         whether "virtual buffer" support is enabled for IDO.
7300         (ido-virtual): Face used to indicate virtual buffers in the list.
7301         (ido-buffer-internal): If a buffer is chosen, and no such buffer
7302         exists, but a virtual buffer of that name does (which would be why
7303         it was in the list), recreate the buffer by reopening the file.
7304         (ido-make-buffer-list): If virtual buffers are being used, call
7305         `ido-add-virtual-buffers-to-list' before the make list hook.
7306         (ido-virtual-buffers): New variable which contains a copy of the
7307         current contents of the `recentf-list', albeit pared down for the
7308         sake of speed, and with proper faces applied.
7309         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
7310         create a list of "virtual buffers" to present to the user in
7311         addition to the currently open set.  Note that this logic could
7312         get rather slow if that list is too large.  With the default
7313         `recentf-max-saved-items' of 200, there is little speed penalty.
7315 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7317         * font-lock.el: Require CL when compiling.
7318         (font-lock-turn-on-thing-lock): Use `case'.
7320 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
7322         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
7323         Zaretskii.
7325 2010-04-02  Juri Linkov  <juri@jurta.org>
7327         * ehelp.el (electric-help-orig-major-mode):
7328         New buffer-local variable.
7329         (electric-help-mode): Set it to original major-mode.  Doc fix.
7330         (with-electric-help): Use `electric-help-orig-major-mode' instead
7331         of (default-value 'major-mode).  Doc fix.
7332         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
7334 2010-04-02  Sam Steingold  <sds@gnu.org>
7336         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
7337         `vc-hg-command' with a list of flags.
7339         * progmodes/bug-reference.el (bug-reference-bug-regexp):
7340         Also accept "patch" and "RFE".
7341         (bug-reference-fontify): `bug-reference-url-format' can also be a
7342         function to be able to handle the bug kind.
7343         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
7345 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
7347         * tmm.el (tmm-get-keymap): Check with symbolp before passing
7348         value to fboundp, it may not be a symbol.
7350 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
7352         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
7354 2010-03-31  Juri Linkov  <juri@jurta.org>
7356         * simple.el (next-line, previous-line): Re-throw a signal
7357         with `signal' instead of using `ding'.
7358         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
7360 2010-03-31  Juri Linkov  <juri@jurta.org>
7362         * simple.el (keyboard-escape-quit): Raise deselecting the active
7363         region higher than exiting the minibuffer.
7364         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
7366 2010-03-31  Juri Linkov  <juri@jurta.org>
7368         * image.el (image-animated-p): Use `image-metadata' instead of
7369         `image-extension-data'.  Get GIF extenstion data from metadata
7370         property `extension-data'.
7372 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7374         * simple.el (append-to-buffer): Simplify.
7376 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
7378         * textmodes/artist.el (artist-mode): Fix typo in docstring.
7379         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
7381 2010-03-31  Kenichi Handa  <handa@m17n.org>
7383         * language/sinhala.el (composition-function-table): Fix regexp for
7384         the new Unicode specification.
7386         * language/indian.el (devanagari-composable-pattern)
7387         (tamil-composable-pattern, kannada-composable-pattern)
7388         (malayalam-composable-pattern): Adjust for the new Unicode
7389         specification.
7390         (bengali-composable-pattern, gurmukhi-composable-pattern)
7391         (gujarati-composable-pattern, oriya-composable-pattern)
7392         (telugu-composable-pattern): New variables to cope with the new
7393         Unicode specification.  Use them in composition-function-table.
7395 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7397         Make tmm-menubar work for the Buffers menu again (bug#5726).
7398         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
7399         vectors rather than cons cells, as used in menu-bar-update-buffers.
7401 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
7403         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
7404         (js-insert-and-indent): Revert 2009-08-15 change, restoring
7405         electric punctuation for "{}();,:" (Bug#5586).
7407         * mail/sendmail.el (mail-default-directory): Doc fix.
7409 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
7411         * mail/sendmail.el (mail-default-directory): Doc fix.
7413 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
7415         * subr.el (version-regexp-alist, version-to-list)
7416         (version-list-<, version-list-=, version-list-<=)
7417         (version-list-not-zero, version<, version<=, version=): Doc fix.
7418         (Bug#5744).
7420 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
7422         * vc.el (vc-root-diff): Doc fix.
7424 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
7426         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
7428         * simple.el (append-to-buffer): Fix last change.
7430 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
7432         * simple.el (append-to-buffer): Ensure that point is preserved if
7433         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
7434         (Bug#5749)
7436 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7438         * files.el (auto-mode-case-fold): Change default to t.
7440 2010-03-30  Juri Linkov  <juri@jurta.org>
7442         * dired-x.el (dired-omit-mode): Doc fix.
7444 2010-03-30  Juri Linkov  <juri@jurta.org>
7446         * replace.el (occur-accumulate-lines): Move occur-engine related
7447         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
7448         to be located after `occur-engine'.
7450 2010-03-30  Juri Linkov  <juri@jurta.org>
7452         Make occur handle multi-line matches cleanly with context.
7453         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
7455         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
7456         (occur-engine): Add local variables `ret', `prev-after-lines',
7457         `prev-lines'.  Use more arguments for `occur-context-lines'.
7458         Set first elem of its returned list to `data', and the second elem
7459         to `prev-after-lines'.  Don't print the separator line.
7460         In the end, print remaining context after-lines.
7461         (occur-context-lines): Add new arguments `begpt', `endpt',
7462         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
7463         after-lines of the previous match with before-lines of the
7464         current match and not overlap them.  Return a list with two
7465         values: the output line and the list of context after-lines.
7467 2010-03-30  Juri Linkov  <juri@jurta.org>
7469         * replace.el (occur-accumulate-lines): Fix a bug where the first
7470         context line at the beginning of the buffer was missing.
7472 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
7474         * files.el: Make bidi-display-reordering safe variable for boolean
7475         values.
7477 2010-03-29  Phil Hagelberg  <phil@evri.com>
7478             Chong Yidong  <cyd@stupidchicken.com>
7480         * subr.el: Extend progress reporters to perform "spinning".
7481         (progress-reporter-update, progress-reporter-do-update):
7482         Handle non-numeric value arguments.
7483         (progress-reporter--pulse-characters): New var.
7485 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
7487         * progmodes/compile.el (compilation-start): Fix regexp detection
7488         of initial cd command (Bug#5771).
7490 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
7492         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
7494 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
7496         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
7497         * progmodes/gdb-mi.el: Restore.
7498         * progmodes/gdb-ui.el: Remove.
7499         * progmodes/gud.el: Re-accommodate for gdb-mi.el.
7501 2010-03-25  Glenn Morris  <rgm@gnu.org>
7503         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
7504         all dired buffers, even tramp ones.  (Bug#5755)
7506 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7508         Add "union tags" in mpc.el.
7509         * mpc.el: Remove backward compatibility code.
7510         (mpc-browser-tags): Change default.
7511         (mpc--find-memoize-union-tags): New var.
7512         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
7513         (mpc-cmd-find): Handle the case where the playlist does not exist.
7514         Handle union-tags.
7515         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
7516         (mpc-cmd-add): Use mpc-cmd-flush.
7517         (mpc-tagbrowser-tag-name): New fun.
7518         (mpc-tagbrowser-buf): Use it.
7519         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
7521 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7523         Misc cleanup.
7524         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
7525         Use replace-regexp-in-string.
7526         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
7527         (makefile-imake-mode-syntax-table): Move init into defvar.
7528         (makefile-mode): Use define-derived-mode.
7530         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
7531         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
7532         not be present any more.
7534 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7536         * faces.el (set-face-attribute): Fix typo in docstring.
7537         (face-valid-attribute-values): Reflow docstring.
7539 2010-03-24  Glenn Morris  <rgm@gnu.org>
7541         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
7543 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
7545         * indent.el (indent-for-tab-command): Doc fix.
7547 2010-03-24  Alan Mackenzie  <acm@muc.de>
7549         * progmodes/cc-engine.el (c-remove-stale-state-cache):
7550         Fix off-by-one error.  Fixes bug #5747.
7552 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7554         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
7555         (image-dired-read-comment): Doc fix.
7557         * json.el (json-object-type, json-array-type, json-key-type)
7558         (json-false, json-null, json-read-number):
7559         * minibuffer.el (completion-in-region-functions):
7560         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
7561         (cal-tex-cursor-week):
7562         * emacs-lisp/trace.el (trace-function):
7563         * eshell/em-basic.el (eshell/printnl):
7564         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
7565         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
7566         * obsolete/levents.el (allocate-event, event-key, event-object)
7567         (event-point, event-process, event-timestamp, event-to-character)
7568         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
7569         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
7570         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
7571         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
7572         (reftex-highlight-selection): Fix typos in docstrings.
7574 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7576         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
7578 2010-03-24  Glenn Morris  <rgm@gnu.org>
7580         * mail/rmail.el (rmail-highlight-face): Restore option deleted
7581         2008-02-13 without comment; mark it obsolete.
7582         (rmail-highlight-headers): Use rmail-highlight-face once more.
7584 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
7586         * woman.el (woman2-process-escapes): Only consume the newline if
7587         the filler character is on a line by itself (Bug#5729).
7589 2010-03-24  Kenichi Handa  <handa@m17n.org>
7591         * language/indian.el (devanagari-composable-pattern): Add more
7592         consonants.
7594 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
7596         * net/trampver.el: Update release number.
7598 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
7600         * net/tramp.el (tramp-find-executable):
7601         Use `tramp-get-connection-buffer'.  Make the regexp for checking
7602         output of "wc -l" more robust.
7603         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
7604         (tramp-open-connection-setup-interactive-shell): Remove workaround
7605         for OpenSolaris bug, it is not needed anymore.
7607 2010-03-24  Glenn Morris  <rgm@gnu.org>
7609         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
7611 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
7613         * files.el (auto-mode-alist): Accept more verilog file patterns.
7615 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7617         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
7619 2010-03-24  Glenn Morris  <rgm@gnu.org>
7621         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
7622         log-edit-before-checkin-process.
7624         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
7626         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
7628         * vc-dispatcher.el (vc-start-logentry): Doc fix.
7629         (log-view-process-buffer, log-edit-extra-flags): Declare.
7631         * log-edit.el (log-edit-before-checkin-process): Doc fix.
7633 2010-03-23  Sam Steingold  <sds@gnu.org>
7635         Fix bug#5620: recalculate all markers on compilation buffer
7636         modifications, not on file modifications.
7637         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
7638         the buffer modification time, for buffers not associated with files.
7639         (compilation-mode): Create it.
7640         (compilation-filter): Update it.
7641         (compilation-next-error-function): Use it instead of
7642         `visited-file-modtime' for timestamp.
7644 2010-03-23  Juri Linkov  <juri@jurta.org>
7646         Implement Occur multi-line matches.
7647         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
7649         * replace.el (occur): Doc fix.
7650         (occur-engine): Set `begpt' to the beginning of the first line.
7651         Set `endpt' to the end of the last match line.  At first, count
7652         line numbers between `origpt' and `begpt'.  Split out code from
7653         `out-line' variable to new let-bindings `match-prefix' and
7654         `match-str'.  In `out-line' add non-numeric prefix to all
7655         non-first lines of multi-line matches.  Finally, count lines
7656         between `begpt' and `endpt' and add to `lines'.
7658 2010-03-23  Juri Linkov  <juri@jurta.org>
7660         * replace.el (occur-accumulate-lines, occur-engine):
7661         Use `occur-engine-line' instead of duplicate code.
7662         (occur-engine-line): New function created from duplicate code
7663         in `occur-accumulate-lines' and `occur-engine'.
7665         * replace.el (occur-engine-line): Add optional arg `keep-props'.
7666         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
7668 2010-03-23  Juri Linkov  <juri@jurta.org>
7670         * finder.el: Remove TODO tasks.
7672         * info.el (Info-finder-find-node): Add node "all"
7673         with all package info.  Handle a list of multiple keywords
7674         separated by comma.
7675         (info-finder): In interactive use with a prefix argument,
7676         use `completing-read-multiple' to read a list of keywords
7677         separated by comma.
7679 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7681         Add a new completion style `substring'.
7682         * minibuffer.el (completion-basic--pattern): New function.
7683         (completion-basic-try-completion, completion-basic-all-completions):
7684         Use it.
7685         (completion-substring--all-completions)
7686         (completion-substring-try-completion)
7687         (completion-substring-all-completions): New functions.
7688         (completion-styles-alist): New style `substring'.
7690 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7692         Get rid of .elc files after removal of the corresponding .el.
7693         * Makefile.in (compile-clean): New target.
7694         (compile-main): Use it.
7696 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
7698         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
7699         don't do make there.  When compiling with separate object dir, there
7700         is no Makefile there.
7702 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7704         Get rid of the ELCFILES abomination, again.
7705         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
7706         (all, compile): Don't call compile-last.
7707         (compile-main): Build the "elcfiles" list dynamically.
7708         (compile-targets): New (internal) target.
7710 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
7712         * Makefile.in (top_srcdir): Define.
7713         (abs_top_builddir): Define.
7714         (srcdir): Don't append `/..'.
7715         (EMACS): Use ${abs_top_builddir}.
7716         (all, compile, compile-always, compile-last): Don't set emacswd.
7717         (update-subdirs, update-authors): Use $(top_srcdir) instead of
7718         $(srcdir).
7719         (lisp): Use $(srcdir) instead of @srcdir@.
7721 2010-03-21  Juri Linkov  <juri@jurta.org>
7723         Fix message of multi-line occur regexps and multi-buffer header lines.
7724         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
7726         * replace.el (occur-1): Don't display regexp if it is longer
7727         than window-width.  Use `query-replace-descr' to display regexp.
7728         (occur-engine): Don't display regexp in the buffer header for
7729         multi-buffer occur.  Display a separate header line with total
7730         match count and regexp for multi-buffer occur.
7731         Use `query-replace-descr' to display regexp.
7733 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7735         * net/secrets.el: Fix parenthesis.
7736         (secrets-enabled): Fix parenthesis.
7738 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7740         Use more relative file and directory names.
7741         * Makefile.in (EMACS): Arrange for it to work when we chdir.
7742         (setwins, setwins_almost, setwins_for_subdirs):
7743         Don't `cd'; output relative names.
7744         (all, compile, compile-always, compile-last): Set emacswd.
7745         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
7746         Just cd to the lisp source dir so we can use relative file names.
7748         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
7750 2010-03-20  Glenn Morris  <rgm@gnu.org>
7752         * textmodes/rst.el: Use faces for font-lock customization, and make the
7753         old -face variables obsolete.
7754         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
7755         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
7756         (rst-block-face, rst-external-face, rst-definition-face)
7757         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
7758         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
7759         Make obsolete.
7760         (rst-font-lock-keywords-function): Update for above changes.
7762 2010-03-20  Juri Linkov  <juri@jurta.org>
7764         * s-region.el:
7765         * obsolete/s-region.el: Move to obsolete.
7767 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
7769         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
7771 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
7773         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
7775 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
7777         Add special markup processing for commit logs.
7778         * log-edit.el (log-edit-extra-flags): New variable.
7779         (log-edit): Add new argument MODE.  Use that mode when non-nil
7780         instead of the log-view-mode.
7781         (log-view-process-buffer): New function.
7783         * vc.el: Document that the checkin method takes optional
7784         arguments.  Document new backend specific method: log-view-mode.
7785         (vc-default-log-edit-mode): New function.
7786         (vc-checkin): Use a backend specific log-view-mode.
7787         Pass extra arguments to the checkin method.
7788         (vc-modify-change-comment): Pass a dummy extra argument.
7790         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
7791         log-edit.
7792         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
7793         (vc-finish-logentry): Process the log buffer before passing it
7794         down.  Pass log-edit-extra-flags.
7796         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
7797         command.
7798         (log-edit-extra-flags, log-edit-before-checkin-process):
7799         New declarations.
7801         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
7802         command.
7803         (log-edit-extra-flags, log-edit-before-checkin-process):
7804         New declarations.
7805         (vc-hg-log-edit-mode): New derived mode.
7807         * vc-arch.el (vc-arch-checkin):
7808         * vc-cvs.el (vc-cvs-checkin):
7809         * vc-git.el (vc-git-checkin):
7810         * vc-mtn.el (vc-mtn-checkin):
7811         * vc-rcs.el (vc-rcs-checkin):
7812         * vc-sccs.el (vc-sccs-checkin):
7813         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
7815 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7817         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
7818         parent typo).
7820 2010-03-19  Glenn Morris  <rgm@gnu.org>
7822         * password-cache.el (password-cache, password-cache-expiry): Autoload.
7824 2010-03-18  Glenn Morris  <rgm@gnu.org>
7826         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
7828         * replace.el (query-replace-history): Give it a doc string.
7829         (map-query-replace-regexp): Use query-replace-from-history-variable
7830         and query-replace-to-history-variable.
7832         * mail/hashcash.el (declare-function): Remove duplicate definition.
7834         * mail/emacsbug.el (report-emacs-bug-pretest-address):
7835         Make it an obsolete alias for report-emacs-bug-address.
7836         (message-strip-special-text-properties): Declare.
7837         (report-emacs-bug): Remove test for a pretest bug address.
7838         Combine message-mode-specific code.
7840         * mail/supercite.el: Don't require sendmail.
7841         (mh-in-header-p): Declare rather than using with-no-warnings.
7842         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
7843         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
7845         * calendar/cal-french.el: Convert to utf-8.
7847         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
7848         Emacs scripts.
7850 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
7852         * net/secrets.el (secrets-enabled): New variable.  Use it instead
7853         of a subfeature.
7855 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
7857         * net/secrets.el (top): Register the D-Bus signals only when the
7858         service "org.freedesktop.secrets" can be pinged.
7859         Provide subfeature `enabled'.
7861 2010-03-14  Juri Linkov  <juri@jurta.org>
7863         Add finder unknown keywords.
7865         * finder.el (finder-unknown-keywords): New function.
7867         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
7868         to create a Finder node with unknown keywords.
7870 2010-03-14  Juri Linkov  <juri@jurta.org>
7872         * finder.el (finder-compile-keywords): Replace `princ' with
7873         `prin1' on a list of symbols interned from keyword strings.
7875         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
7876         a comma, then split keywords using a comma and optional whitespace.
7877         Otherwise, split by whitespace.
7879         * complete.el:
7880         * face-remap.el:
7881         * log-view.el:
7882         * net/hmac-def.el:
7883         * net/hmac-md5.el:
7884         * net/netrc.el:
7885         * progmodes/mixal-mode.el: Fix keywords.
7887 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
7889         * Makefile.in (ELCFILES): Add net/secrets.elc.
7891         * net/secrets.el: New file.
7893 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
7895         * facemenu.el (list-colors-display, list-colors-print): New arg
7896         callback.  Use it to allow selecting colors.
7898         * wid-edit.el (widget-image-insert): Insert image prop even if the
7899         current display is non-graphic.
7900         (widget-field-value-set): New fun.
7901         (editable-field): Use it.
7902         (widget-field-value-get): Clean up unused var.
7903         (widget-color-value-create, widget-color--choose-action):
7904         New funs.  Allow using list-colors-display to choose color.
7906 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
7908         * cus-edit.el: Resort topmost custom groups.
7909         (custom-buffer-sort-alphabetically): Default to t.
7910         (customize-apropos): Use apropos-parse-pattern.
7911         (custom-search-field): New var.
7912         (custom-buffer-create-internal): Add custom-apropos search field.
7913         (custom-add-parent-links): Don't display parent doc.
7914         (custom-group-value-create): Don't sort top-level custom group.
7915         (custom-magic-value-create): Show visibility button before option name.
7917         (custom-variable-state): New fun, from custom-variable-state-set.
7918         (custom-variable-state-set): Use it.
7919         (custom-group-value-create): Hide options with standard values
7920         using the :hidden-states property.  Use progress reporter.
7922         (custom-show): Simplify.
7923         (custom-visibility): Disable images by default.
7924         (custom-variable): New property :hidden-states.
7925         (custom-variable-value-create): Enable images for
7926         custom-visibility widgets.  Use :hidden-states property to
7927         determine initial visibility.
7929         * wid-edit.el (widget-image-find): Give images center ascent.
7930         (visibility): Add :on-image and :off-image properties.
7931         (widget-visibility-value-create): Use them.
7933 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
7935         * cus-edit.el (processes): Remove from development group.
7936         (oop, hypermedia): Delete group.
7937         (comm): Promote to top-level group.
7939         * net/browse-url.el (browse-url):
7940         * net/xesam.el (xesam):
7941         * net/tramp.el (tramp):
7942         * net/goto-addr.el (goto-address):
7943         * net/ange-ftp.el (ange-ftp): Put in comm group.
7945         * view.el (view): Remove from editing group.
7947         * uniquify.el (uniquify): Put in files group.
7949         * net/browse-url.el (browse-url):
7950         * ps-print.el (postscript): Put in external group.
7952         * cus-edit.el (outlines):
7953         * textmodes/text-mode.el (text-mode-hook):
7954         * textmodes/table.el (table):
7955         * textmodes/picture.el (picture):
7956         * outline.el (outlines): Put in wp group.
7958         * nxml/nxml-mode.el (nxml): Remove from wp group.
7960         * net/tramp-imap.el (tramp-imap): Put in tramp group.
7962         * mail/metamail.el (metamail): Remove from hypermedia group.
7964         * cus-edit.el (abbrev):
7965         * whitespace.el (whitespace):
7966         * vcursor.el (vcursor):
7967         * reveal.el (reveal):
7968         * hl-line.el (hl-line): Put in convenience group.
7970         * epg-config.el (epg): Put in data group.
7972         * emulation/pc-select.el (pc-select): Put in emulations group.
7974         * calculator.el (calculator): Put in applications group.
7976 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
7978         Add .dir-locals.el support for file-less buffers.
7979         * files.el (hack-local-variables): Split out code to apply local
7980         variable settings ...
7981         (hack-local-variables-apply): ... here.  New function.
7982         (hack-dir-local-variables): Use the default directory for when the
7983         buffer does not have an associated file.
7984         (hack-dir-local-variables-non-file-buffer): New function.
7985         * diff-mode.el (diff-mode):
7986         * vc-annotate.el (vc-annotate-mode):
7987         * vc-dir.el (vc-dir-mode):
7988         * log-edit.el (log-edit-mode):
7989         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
7991 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
7993         Add support for shelving snapshots and for showing shelves.
7994         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
7995         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
7996         New functions.
7997         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
7998         (vc-bzr-extra-menu-map): Map them.
8000 2010-03-11  Glenn Morris  <rgm@gnu.org>
8002         * cus-edit.el (customize-changed-options-previous-release):
8003         Bump to 23.1.
8005         * image.el (image-animate-max-time): Fix :version tag.
8007 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
8009         * Branch for 23.2.
8011 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8013         * vc-git.el (vc-git-revision-table): Include remote branches.
8015 2010-03-10  Kim F. Storm  <storm@cua.dk>
8017         Animated image API.
8018         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
8020         * image.el (image-animate-max-time): New defcustom.
8021         (image-animated-types): New defconst.
8022         (create-animated-image, image-animate-timer)
8023         (image-animate-start, image-animate-stop, image-animate-timeout)
8024         (image-animated-p): New functions.
8026         * image-mode.el (image-toggle-display-image):
8027         Replace `create-image' with `create-animated-image'.
8029 2010-03-09  Miles Bader  <miles@gnu.org>
8031         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
8032         instead of "format:"; this ensures that the output is
8033         newline-terminated.
8035 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
8037         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
8038         that all errors are caught, and that the return value is always a
8039         list (Bug#5692).
8041 2010-03-08  Kenichi Handa  <handa@m17n.org>
8043         * language/misc-lang.el (windows-1256): New coding system.
8044         (cp1256): New alias of windows-1256 (bug#5690).
8046 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
8048         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
8049         call to rfc822-bad-address.  (Bug#5692)
8051 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
8053         * vc-git.el (vc-git-annotate-extract-revision-at-line):
8054         Use vc-git-root as default directory for revision path (Bug#5657).
8056 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
8058         * calculator.el (calculator): Don't bind split-window-keep-point
8059         (Bug#5674).
8061 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8063         * vc-git.el: Re-flow to fit into 80 columns.
8064         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
8065         Remove spurious `quote' element in each case alternative.
8066         (vc-git-show-log-entry): Use prog1.
8067         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
8069 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8071         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
8073 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
8075         * macros.el (insert-kbd-macro): Look up keyboard macro using the
8076         definition, not the name (Bug#5481).
8078 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
8080         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
8081         argument with a local variable.  (Bug#5670)
8083 2010-03-02  Juri Linkov  <juri@jurta.org>
8085         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
8087 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
8089         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
8090         error when FILENAME and NEWNAME are existing remote directories.
8092         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
8093         parameter DIR-FLAG.
8095 2010-03-02  Glenn Morris  <rgm@gnu.org>
8097         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
8098         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
8100 2010-03-01  Kenichi Handa  <handa@m17n.org>
8102         * language/burmese.el (burmese-composable-pattern): Rename from
8103         myanmar-composable-pattern.
8105         * international/characters.el (script-list):
8106         * international/fontset.el (script-representative-chars):
8107         Change myanmar to burmese.
8108         (otf-script-alist): Likewise.
8109         (setup-default-fontset): Likewise.  Re-fix :otf spec.
8111 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8113         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
8115 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
8117         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
8119 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
8121         * net/tramp.el (tramp-handle-write-region): START can be a string.
8122         Take care in the checks.  Reported by Dan Davison
8123         <davison@stats.ox.ac.uk>.
8125 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
8127         * net/dbus.el (dbus-introspect, dbus-get-property)
8128         (dbus-set-property, dbus-get-all-properties):
8129         Use `dbus-call-method' when noninteractive.  (Bug#5645)
8131 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
8133         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
8134         * emacs-lisp/elint.el (elint-add-required-env):
8135         * calendar/icalendar.el (icalendar--add-diary-entry):
8136         * calc/calcalg2.el (math-tracing-integral):
8137         * files.el (recover-session-finish): Use with-current-buffer
8138         instead of save-excursion.
8140 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8142         Fix in-buffer completion when after-change-functions modify the buffer.
8143         * minibuffer.el (completion--replace): New function.
8144         (completion--do-completion): Use it and use relative movement.
8146 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
8148         * international/fontset.el (setup-default-fontset): Fix :otf spec.
8150 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
8152         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
8153         Allow the characters _<> in the stack entry (Bug#5653).
8155 2010-02-26  Kenichi Handa  <handa@m17n.org>
8157         * language/burmese.el: Fix entries in composition-function-table.
8158         (myanmar-composable-pattern): New variable.
8160         * international/fontset.el (setup-default-fontset): Add an entry
8161         for myanmar.
8163         * international/characters.el (script-list): Add Myanmar
8164         Extended-A.
8166 2010-02-26  Glenn Morris  <rgm@gnu.org>
8168         * custom.el (custom-initialize-delay): Doc fix.
8170         * mail/sendmail.el (send-mail-function): Autoload the call
8171         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
8173 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
8175         * files.el (hack-local-variables-filter): For eval forms, also
8176         check safe-local-variable-p (Bug#5636).
8178 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
8180         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
8181         setting the modes by `ignore-errors'.  It might fail, for example
8182         if the file is not owned by the user but the group.
8183         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
8185 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
8187         * files.el (directory-listing-before-filename-regexp): Use
8188         stricter matching for iso-style dates, to avoid false matches with
8189         date-like filenames (Bug#5597).
8191         * htmlfontify.el (htmlfontify): Doc fix.
8193         * eshell/eshell.el (eshell): Doc fix.
8195         * startup.el (fancy-about-screen): In mode-line, apply
8196         mode-line-buffer-id face only to the buffer name (Bug#5613).
8198 2010-02-20  Kevin Ryde  <user42@zip.com.au>
8200         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8201         In `watcom' anchor regexp to start of line, to avoid slowness
8202         (Bug#5599).
8204 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
8206         * subr.el (remove-yank-excluded-properties): Explain in a comment
8207         why `category' property is removed.
8209 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
8211         * isearch.el (isearch-update-post-hook, isearch-update): Revert
8212         2010-02-17 change.
8214 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
8216         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
8217         (icalendar--convert-weekly-to-ical)
8218         (icalendar--convert-yearly-to-ical)
8219         (icalendar--convert-block-to-ical)
8220         (icalendar--convert-cyclic-to-ical)
8221         (icalendar--convert-anniversary-to-ical): Take care of time
8222         specifications where hour has 1-digit only (Bug#5549).
8224 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
8226         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
8227         of disassemble output in GDB 7.1.
8229 2010-02-19  Glenn Morris  <rgm@gnu.org>
8231         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
8232         property.  (Bug#5593)
8234 2010-02-18  Sam Steingold  <sds@gnu.org>
8236         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
8238 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8240         Use abbreviated file names in bookmarks (bug#5591).
8241         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
8242         calls to expand-file-name.
8243         (bookmark-relocate): Use abbreviated file names in bookmarks.
8244         (bookmark-load): Use abbreviated file names in messages.
8246 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
8248         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
8249         expand "." and "..".  Reported by Thierry Volpiatto
8250         <thierry.volpiatto@gmail.com>.
8252 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
8254         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
8255         permissions of the temporary file to "0600".  In case the remote
8256         file has no read permissions for the owner, there might be
8257         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
8259 22010-02-18  Glenn Morris  <rgm@gnu.org>
8261         * emacs-lisp/authors.el (authors-renamed-files-alist):
8262         Add entries for INSTALL.CVS.
8264 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
8266         * vc-bzr.el: Fix typo in Known Bugs section.
8268         * isearch.el (isearch-update-post-hook): New hook.
8269         (isearch-update): Use the new hook.
8271 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
8273         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
8274         Fix errors in copying directories.
8275         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
8276         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
8277         (tramp-handle-delete-file)
8278         (tramp-handle-dired-recursive-delete-directory)
8279         (tramp-handle-write-region): Flush also the cache for the upper
8280         directory.
8282 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
8284         * simple.el (save-interprogram-paste-before-kill): Doc fix.
8286         * cus-edit.el (hardware): Doc fix.
8288         * man.el (man): Add to external custom group.
8290         * delim-col.el (columns): Move to wp custom group.
8292         * doc-view.el (doc-view): Add to data custom group.
8294         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
8296         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
8297         by ispell-parse-output (Bug#5575).
8299 2010-02-16  Kenichi Handa  <handa@m17n.org>
8301         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
8302         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
8303         (skkdic-convert): Use `euc-japan' coding system for writing.
8305 2010-02-16  Glenn Morris  <rgm@gnu.org>
8307         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
8308         tex-main-file before using it.  (Bug#5562)
8310 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8312         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
8313         warnings, since it is annoying for the user to see them each time he
8314         runs the code.
8316 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
8318         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
8319         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
8320         instead of PROC for caching "first-password-request".  Otherwise,
8321         new processes would not profit from passwords already entered.
8323         * net/tramp-cache.el (tramp-dump-connection-properties):
8324         Don't save "first-password-request" property.
8326 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
8328         * outline.el (outline-head-from-level):
8329         * simple.el (with-wrapper-hook):
8330         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
8331         (elint-defun, elint-buffer-env, elint-top-form-logged)
8332         (elint-unbound-variable):
8333         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
8334         Fix typos in docstrings.
8336 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
8338         * files.el (insert-directory): When WILDCARD-REGEXP and
8339         FULL-DIRECTORY-P are nil, insert the file entry instead of the
8340         whole directory.  (Bug#5551)
8342         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
8343         dired's alignment sanity.  (Bug#5516)
8345 2010-02-14  Juri Linkov  <juri@jurta.org>
8347         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
8348         Remove remaining ^H with their preceding chars.  (Bug#5566)
8350 2010-02-13  Glenn Morris  <rgm@gnu.org>
8352         * simple.el (transpose-subr): Give it a doc-string.
8354         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
8355         Doc fixes.
8357 2010-02-12  Juri Linkov  <juri@jurta.org>
8359         * arc-mode.el (archive-unique-fname): Make directories for nested
8360         archives.  (Bug#5540)
8362 2010-02-12  Juri Linkov  <juri@jurta.org>
8364         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
8366 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8368         * subr.el (copy-overlay): Handle deleted overlays.
8370         * man.el (Man-completion-table): Don't signal an error if we can't run
8371         manual-program (bug#4056).
8373 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
8375         * textmodes/artist.el (artist-mt): Fix typos in docstring.
8377 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8379         * info.el (Info-bookmark-jump): Simplify.
8381         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
8382         (bookmark-default-handler): Accept new bookmark field `buffer'.
8384 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
8386         * iswitchb.el (iswitchb-completions): Revert last change.
8388 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
8390         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
8391         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
8392         This prevents file names like "~/" being listed literally.
8394 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
8396         * term/xterm.el (xterm-maybe-set-dark-background-mode):
8397         Remove dead code.  (Bug#5546)
8399 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
8401         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
8402         correctly (Bug#5548).
8404 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
8406         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
8407         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
8409 2010-02-08  Kenichi Handa  <handa@m17n.org>
8411         * international/mule-util.el (with-coding-priority): Add autoload
8412         cookie for putting `lisp-indent-function'.
8414 2010-02-07  Glenn Morris  <rgm@gnu.org>
8416         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
8417         Move F2003 named interfaces from keywords-2 to keywords-1, and
8418         use function-name-face rather than constant-face.
8419         Simplify "abstract interface" regexp.
8421 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
8423         * eshell/esh-util.el (eshell-file-attributes): New optional arg
8424         ID-FORMAT.  Pass it to `file-attributes'.
8426         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
8428 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
8430         * faces.el (set-face-attribute): Allow calling
8431         internal-set-lisp-face-attribute with 'unspecified family and
8432         foundry argument (Bug#5536).
8434 2010-02-07  Glenn Morris  <rgm@gnu.org>
8436         * progmodes/f90.el (f90-font-lock-keywords-2)
8437         (f90-looking-at-type-like, f90-looking-at-program-block-end):
8438         Handle F2003 named interfaces.
8440 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
8442         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
8443         beg and end before calling c-get-state-before-change-functions.
8445 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
8447         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
8449 2010-02-05  Juri Linkov  <juri@jurta.org>
8451         * doc-view.el (doc-view-mode):
8452         * image-mode.el (image-mode): Put property mode-class=special.
8453         (Bug#4896)
8455 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
8457         * vc-svn.el (vc-svn-revision-table): New function.
8459 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
8461         * net/ange-ftp.el (ange-ftp-insert-directory):
8462         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
8463         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
8464         Handle also directories.  (Bug#5478)
8466 2010-02-05  Glenn Morris  <rgm@gnu.org>
8468         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
8470 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
8472         * startup.el (command-line-1): Convert options beginning with a
8473         single dash as well (Bug#5519).
8475 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8477         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
8478         * minibuffer.el (completion-initials-expand): Only check the presence
8479         of delims *within* the boundaries, since otherwise the / delim is
8480         always found for files.
8482         Fix up various corner case problems.
8483         * doc-view.el (doc-view-last-page-number): New function.
8484         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
8485         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
8486         (doc-view-kill-proc): Avoid inf-loop in freak cases.
8487         (doc-view-reconvert-doc): Use the new recursive delete-directory.
8488         (doc-view-convert-current-doc): Don't create the resolution.el file
8489         here any more.
8490         (doc-view-pdf/ps->png): Do it here instead.
8491         (doc-view-already-converted-p): Check that resolution.el is present.
8492         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
8493         windows that are not yet showing images.
8495 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
8497         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
8498         `dired-uncache' for every elemnt which is an absolute file name.
8500         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
8501         directory, handle its directory component.
8502         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
8503         function is called permanently and creates noise, otherwise.
8505         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
8506         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
8507         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
8509 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
8511         * macros.el (apply-macro-to-region-lines):
8512         Minor simplification.  (Bug#5485)
8514 2010-02-04  Glenn Morris  <rgm@gnu.org>
8516         * mail/rmail.el (rmail-show-message-1): Handle malformed
8517         quoted-printable text.  (Bug#5441)
8519         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
8521         * simple.el (visual-line-mode): Capitalize lighter.
8523 2010-02-03  John Wiegley  <jwiegley@gmail.com>
8525         * iswitchb.el (iswitchb-completions): Add bookmark files to the
8526         list of files considered for "virtual buffer" completions.
8528 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
8530         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
8531         also in case of (and (not full) (not wildcard)).  This is needed
8532         when dired is called with a list of files, which are not in
8533         `default-directory'.  (Bug#5478)
8535 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8537         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
8539 2010-02-02  Juri Linkov  <juri@jurta.org>
8541         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
8542         from unidiff to allow function-line after @@.
8544 2010-02-02  Juri Linkov  <juri@jurta.org>
8546         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
8547         '(RCS SCCS) with inverted condition.
8549 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
8551         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
8552         messages.
8554 2010-02-01  Juri Linkov  <juri@jurta.org>
8556         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
8557         compare with "pkunzip" and "pkzip" instead of only "pkzip".
8558         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
8559         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
8561 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8563         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
8564         (doc-view-revert-buffer): New command.
8565         (doc-view-mode-map): Use it.
8567 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
8569         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
8570         pending merge is detected.
8572 2010-01-31  Juri Linkov  <juri@jurta.org>
8574         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
8575         beginning of interactive spec like all other grep commands do.
8576         Put "all" in front of "gz".  (Bug#5260)
8578 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
8580         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
8582 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
8584         * dirtrack.el (dirtrack): Warn instead of signalling error if the
8585         regexp is incorrect (Bug#5476).
8587 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
8589         * net/tramp.el (tramp-handle-insert-directory): Handle also
8590         symlinks, when FILENAME is not in `default-directory'.
8592 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
8594         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
8595         FILE is not in `default-directory'.  (Bug#5478)
8597         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
8598         of SWITCHES.  Handle the case, FILENAME is not in
8599         `default-directory'.  (Bug#5478)
8600         (tramp-register-file-name-handlers): Add safe-magic property.
8602 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
8604         * arc-mode.el (archive-zip-extract): Quote the argument passed to
8605         unzip (Bug#5475).
8607 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
8609         * progmodes/flymake.el (flymake-allowed-file-name-masks)
8610         (flymake-master-make-header-init): Add other C++ filename masks.
8611         (flymake-find-possible-master-files)
8612         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
8614 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
8616         Fix some busybox annoyances.
8618         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
8619         not responding." string.
8620         (tramp-open-connection-setup-interactive-shell): Dump stty
8621         settings.  Enable "neveropen" arg for all `tramp-send-command'
8622         calls.  Handle "=" in variable values properly.
8623         (tramp-find-inline-encoding): Raise an error, when no encoding is
8624         found.
8625         (tramp-wait-for-output): Check, whether PROC buffer is available.
8626         Remove spurious " ^H" sequences, sent by busybox.
8627         (tramp-get-ls-command): Suppress coloring, if possible.
8629 2010-01-28  Glenn Morris  <rgm@gnu.org>
8631         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
8633         * log-edit.el (log-edit-strip-single-file-name): Add missing
8634         :safe, :group, and :version tags.
8636 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
8638         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
8639         buffers.  (Bug#5477)
8641 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
8643         * files.el (delete-directory): Handle moving to trash without
8644         first doing recursion (Bug#5436).
8646 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
8648         * vc-hooks.el (vc-path): Mark as obsolete.
8650 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
8652         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
8653         names too.
8655         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
8656         for the short log.
8657         (vc-bzr-log-view-mode): Adjust regexp for the above change.
8659 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
8661         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
8663         * vc-bzr.el (vc-bzr-revision-table): New function.
8665 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
8667         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
8668         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
8670 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
8672         Remove support for adding --signoff on commit.
8673         Future support will use an incompatible generic mechanism.
8674         * vc-git.el (vc-git-add-signoff): Remove variable.
8675         (vc-git-toggle-signoff): Remove function.
8676         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
8678         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
8679         from xterm-set-background-mode.  Return t if the background mode
8680         was set.
8681         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
8682         earlier, call it again in case the background mode has changed.
8684 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
8686         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
8687         (Bug#3541).
8689 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
8691         * emacs-lisp/assoc.el (aelement): Doc fix.
8692         (aput, adelete, amake): Use lexical-let (Bug#5450).
8694 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
8696         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
8697         is the same as subprogram call, not declaration.  (Bug#5435).
8699 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
8701         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
8702         (tramp-smb-maybe-open-connection): Use it.
8704 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
8706         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
8708 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8710         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
8711         just because we see "encoding: 8bit".
8712         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
8714 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
8716         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
8718 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
8720         * jka-compr.el (jka-compr-load): If load-file is not in
8721         load-history, try its file-truename version.  (bug#5447)
8723 2010-01-21  Alan Mackenzie  <acm@muc.de>
8725         Fix a situation where deletion of a cpp construct throws an error.
8726         * progmodes/cc-engine.el (c-invalidate-state-cache):
8727         Before invoking c-with-all-but-one-cpps-commented-out, check that the
8728         special cpp construct is still in the buffer.
8729         (c-parse-state): Record the special cpp with markers, not numbers.
8731 2010-01-21  Kenichi Handa  <handa@m17n.org>
8733         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
8734         process last-command-event, as it is now decoded first (Bug#5380).
8736 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
8738         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
8740 2010-01-20  Glenn Morris  <rgm@gnu.org>
8742         * indent.el (tab-always-indent): Fix custom-type.
8744 2010-01-19  Alan Mackenzie  <acm@muc.de>
8746         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
8747         buffer throws "args out of range".
8748         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
8749         playing the role of delimiter.
8751 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
8753         * progmodes/ada-mode.el: Fix bug#5400.
8754         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
8755         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
8756         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
8757         Improve comments in "is" portion.  Handle null procedure declaration.
8758         (ada-move-to-end): Improve doc string.
8760 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
8762         * ido.el (ido-cur-list): Initialize to nil.
8763         Remove obsolete information from commentary.
8764         (ido-choice-list): Initialize to nil.
8765         (ido-get-bufname): Reject minibuffers.
8766         (ido-make-buffer-list): If "default" is a nonexistent
8767         buffer, ignore it, as per the function's comment.
8768         (ido-kill-buffer-internal): New function.
8769         (ido-kill-buffer-at-head): Use it.
8770         (ido-visit-buffer): Likewise.
8772 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
8774         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
8776 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
8778         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
8779         Fix typos in chart titles.
8781         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
8782         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
8783         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
8784         (describe-class, eieio-describe-generic, describe-generic):
8785         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
8786         (eieio-speedbar-expand):
8787         * emulation/viper-cmd.el (viper-exec-form-in-vi)
8788         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
8789         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
8790         (viper-del-backward-char-in-replace, viper-backward-indent)
8791         (viper-brac-function, viper-register-to-point, viper-submit-report):
8792         * net/tramp.el (tramp-remote-coding-commands):
8793         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
8794         Fix typos in docstrings.
8796 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
8798         * mail/sendmail.el (mail-yank-original): Set the mark if the
8799         specified function for yanking does not do it.
8801 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
8803         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
8805         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
8806         resyncing a directory.
8808 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
8810         * progmodes/ada-mode.el: Fix bug#1920.
8811         (ada-ident-re): Delete ., allow multibyte characters.
8812         (ada-goto-label-re): New; matches goto labels.
8813         (ada-block-label-re): New; matches block labels.
8814         (ada-label-re): New; matches both.
8815         (ada-named-block-re): Deleted; callers changed to use
8816         `ada-block-label-re' instead.
8817         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
8818         Use `ada-block-label-re'.
8819         (ada-indent-on-previous-lines): Improve handling of goto labels.
8820         (ada-get-indent-block-start): Special-case block label.
8821         (ada-get-indent-label): Split into `ada-indent-block-label' and
8822         `ada-indent-goto-label'.
8823         (ada-goto-stmt-start, ada-goto-next-non-ws):
8824         Optionally ignore goto labels.
8825         (ada-goto-next-word): Simplify.
8826         (ada-indent-newline-indent-conditional): Insert newline before
8827         trying to fix indentation; doc fix.
8829 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
8831         * calc/calc.el (calc-command-flags): Give it an initial value.
8833 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
8835         * files.el (minibuffer-with-setup-hook):
8836         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
8837         (artist-key-draw-continously, artist-key-do-continously-continously)
8838         (artist-key-set-point-continously, artist-mouse-draw-continously):
8839         Fix typos in docstrings.
8841 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
8843         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
8844         return t (Bug#3898).
8846 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
8848         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
8849         can parse the output of the external commands (Bug#5279).
8851 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
8853         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
8855 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
8857         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
8859         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
8861         * startup.el (command-line): Remove unused --icon-type arg.
8862         Handle --display arg, passing it to command-line-1 (Bug#5392).
8864 2010-01-16  Mario Lang  <mlang@delysid.org>
8866         * emacs-lisp/chart.el (chart-translate-namezone):
8867         * textmodes/artist.el (artist-compute-popup-menu-table):
8868         Remove duplicated words in doc-strings.
8870 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
8872         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
8873         to mairix-search to suppress threading (Bug#5342).
8875 2010-01-15  Kenichi Handa  <handa@m17n.org>
8877         * international/mule-cmds.el (canonicalize-coding-system-name):
8878         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
8880 2010-01-15  Glenn Morris  <rgm@gnu.org>
8882         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
8884         * wid-edit.el (widget-keymap): Doc fix.
8886         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
8887         former seems to be more widely accepted by various svn versions.
8889 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
8891         * find-cmd.el (find-constituents):
8892         * vc-arch.el (vc-arch-root):
8893         * window.el (window-body-height, pop-up-frames):
8894         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
8895         * progmodes/ada-stmt.el (ada-if):
8896         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
8897         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
8898         (ispell-encoding8-command, ispell-aspell-supports-utf8)
8899         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
8901         * progmodes/flymake.el (flymake-post-syntax-check):
8902         Fix typo in error message.
8904 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
8906         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
8907         which is always a string.  (Bug#5313)
8909 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
8911         * progmodes/ada-xref.el (ada-default-prj-properties):
8912         Simplify previous change.
8914 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
8916         * progmodes/ada-xref.el (ada-default-prj-properties):
8917         Default ada_project_path to $ADA_PROJECT_PATH.
8919 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
8921         * progmodes/ada-mode.el (ada-create-keymap):
8922         Override `narrow-to-defun' with `ada-narrow-to-defun'.
8924 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
8926         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
8927         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
8928         (ada-get-current-indent, ada-imenu-generic-expression)
8929         (ada-which-function): Check for it.
8931 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
8933         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
8934         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
8936 2010-01-14  Glenn Morris  <rgm@gnu.org>
8938         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
8940 2010-01-14  Kenichi Handa  <handa@m17n.org>
8942         * composite.el (auto-composition-mode): Make it a buffer local
8943         variable (permanent-local).
8944         (auto-composition-function): Set the default value to
8945         auto-compose-chars.
8946         (auto-composition-mode): Make it a simple function, not a minor mode.
8947         (global-auto-composition-mode): Likewise.
8948         (turn-on-auto-composition-if-enabled): Delete it.
8950 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
8952         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
8954 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
8956         * files.el (copy-directory): Compute target for recursive
8957         directories with identical names.  (Bug#5343)
8959 2010-01-12  Glenn Morris  <rgm@gnu.org>
8961         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
8962         it to bug-gnu-emacs rather than emacs-pretest-bug.
8964 2010-01-11  Sam Steingold  <sds@gnu.org>
8966         * imenu.el (imenu-default-create-index-function): Detect infinite
8967         loops caused by imenu-prev-index-position-function.
8969 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
8971         * htmlfontify.el (htmlfontify-load-rgb-file)
8972         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
8973         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
8974         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
8975         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
8976         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
8977         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
8978         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
8979         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
8980         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
8981         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
8982         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
8983         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
8984         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
8985         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
8986         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
8987         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
8988         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
8989         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
8990         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
8991         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
8992         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
8993         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
8994         backslash-quoting from parentheses, etc.
8996 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
8998         * progmodes/js.el: Autoload javascript-mode alias.
9000 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
9002         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
9003         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
9004         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
9005         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
9006         Fix typos in docstrings.
9007         (ffap-url-regexp): Doc fix.
9008         (ffap-at-mouse): Fix typo in message.
9010 2010-01-11  Glenn Morris  <rgm@gnu.org>
9012         * version.el (emacs-copyright): Set copyright year to 2010.
9014 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9016         * format.el (format-annotate-function): Only set
9017         write-region-post-annotation-function after running to-fn so as not to
9018         affect nested write-region calls (bug#5273).
9020 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
9022         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
9023         wisent/python.el.
9025 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
9027         * man.el (Man-goto-section): Signal error if the section is not
9028         found (Bug#5317).
9030 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
9032         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
9033         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
9035 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
9037         * progmodes/compile.el: Don't treat compile-command as safe if
9038         compilation-read-command might be nil (Bug#4218).
9040 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
9042         * startup.el (command-line-1): Use orig-argi to check for ignored X and
9043         NS options.
9045 2010-01-08  Kenichi Handa  <handa@m17n.org>
9047         * international/fontset.el (build-default-fontset-data):
9048         Exclude characters in scripts kana, hangul, han, or cjk-misc.
9050 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
9052         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
9053         to `create-file-buffer' as it expects, not just a buffer name.
9054         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
9055         to help uniquify.  (Bug#3224)
9057 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
9059         * font-setting.el (font-setting-change-default-font): Use user-spec
9060         instead of name.
9062 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9064         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
9066 2010-01-05  Tom Tromey  <tromey@redhat.com>
9068         * progmodes/python.el (python-font-lock-keywords):
9069         Handle qualified decorators (Bug#881).
9071 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
9073         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
9074         in a lightweight checkout.
9076 2010-01-05  Kenichi Handa  <handa@m17n.org>
9078         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
9080 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
9082         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
9084 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
9086         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
9087         checkouts.  (Bug#618)
9088         (vc-bzr-log-view-mode): Also highlight the author.
9089         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
9090         (vc-bzr-shelve-menu-map):
9091         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
9092         (vc-bzr-shelve-apply): Make prompt more explicit.
9094 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
9096         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
9097         They are valid characters in URL paths (rfc3986), and at least
9098         Firefox does not understand the encoded version (Bug#3166).
9100 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
9102         * progmodes/octave-mod.el (octave-end-keywords)
9103         (octave-block-begin-or-end-regexp, octave-block-match-alist):
9104         Add "end" keyword (Bug#3061).
9105         (octave-end-as-array-index-p): New function.
9106         (calculate-octave-indent): Use it.
9108 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9110         * bookmark.el: Consistently put the text property on the bookmark name.
9111         (bookmark-bmenu-marks-width): Bump back to 2, to include
9112         annotation marks.
9113         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
9114         property on the bookmark name, instead of not putting it at all.
9115         (bookmark-bmenu-list): Fix where we put the text property.
9117 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9119         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
9120         for showing buffer modified state (as added in the previous change).
9122 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9124         * bookmark.el: Show modified state of bookmark buffer more accurately.
9125         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
9126         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
9127         (with-buffer-modified-unmodified): New macro.
9128         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
9129         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
9130         Use new macro to preserve the buffer modified state.
9132 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9134         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
9135         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
9136         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
9137         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
9138         (bookmark-bmenu-rename, bookmark-bmenu-locate)
9139         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
9140         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
9142 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
9144         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9145         Make the lines in the generated doc string shorter.  (Bug#4668)
9147 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
9149         * net/rcirc.el: Add follow-link binding (Bug#4738).
9151 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
9153         * Makefile.in (bzr-update): Rename from cvs-update.
9154         (cvs-update): New target for backward compatibility.
9156         * makefile.w32-in (bzr-update): Rename from cvs-update.
9157         (cvs-update): New target for backward compatibility.
9159 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9161         * bookmark.el: Remove gratuitous gratitude.
9163 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9165         * bookmark.el (bookmark-bmenu-any-marks): New function.
9166         (bookmark-bmenu-save): Clear buffer modification if no marks.
9168 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9170         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
9171         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
9172         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
9173         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
9175         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
9176         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
9177         To: emacs-devel {_AT_} gnu.org
9178         Subject: bookmark.el bug report
9179         Date: Mon, 28 Dec 2009 14:19:16 +0800
9180         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
9182 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9184         * bookmark.el: Improvements suggested by Drew Adams:
9185         (bookmark-bmenu-ensure-position): New name for
9186         `bookmark-bmenu-check-position'.  Just ensure the position,
9187         don't return any meaningful value.
9188         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
9189         New constants.
9191 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
9193         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
9194         (bookmark-yank-point, bookmark-bmenu-check-position):
9195         Fix typos in docstrings.
9196         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
9197         (bookmark-name-from-full-record, bookmark-get-position)
9198         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
9199         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
9200         Remove useless quoting of parenthesis, etc. in docstrings.
9202         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
9203         (ediff-append-custom-diff): Fix typo in error message.
9204         (ediff-meta-mark-equal-files): Fix typos in messages.
9206         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
9208         * net/imap-hash.el (imap-hash-make): Doc fix.
9209         (imap-hash-test): Fix typo in error message; reflow docstring.
9210         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
9211         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
9212         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
9213         Fix typos in docstrings.
9214         (imap-hash-open-connection): Fix typo in error message.
9216         * play/gomoku.el (gomoku): Fix typos in docstring.
9218         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
9219         (gdb-jsonify-buffer): Fix typos in docstring.
9220         (gdb-goto-breakpoint): Fix typo in error message.
9221         ("Display Other Windows"): Fix typo in help message.
9222         (gdb-speedbar-expand-node): Fix typo in question.
9224         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
9225         (idlwave-html-system-help-location, idlwave-html-help-location)
9226         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
9227         (idlwave-help-browser-generic-args, idlwave-help-directory)
9228         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
9229         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
9230         (idlwave-online-help, idlwave-help-html-link)
9231         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
9232         Fix typos in docstrings.
9233         (idlwave-help-with-source, idlwave-help-find-routine-definition):
9234         Reflow docstrings.
9235         (idlwave-help-assistant-start): Fix typo in error message.
9237         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
9238         (octave-electric-space): Fix typos in docstrings.
9240 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
9242         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
9244 2010-01-01  Juri Linkov  <juri@jurta.org>
9246         * comint.el (comint-input-ring-size): Make it a defcustom and
9247         increase the default to 500 (Bug#5148).
9249 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
9251         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
9252         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
9253         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
9255 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
9257         Show working revision correctly for mercurial.
9258         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
9259         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
9261 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
9263         Declare some functions for the byte-compiler.
9264         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
9265         (speedbar-timer-fn, speedbar-change-expand-button-char)
9266         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
9268 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
9270         This changeset reverts GDB Graphical Interface to use annotations.
9271         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
9273 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
9275         Make vc-dir work on subdirectories of the bzr root.
9276         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
9277         file names relative to it.
9278         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
9279         relative directory to vc-bzr-after-dir-status.
9281 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
9283         * font-lock.el (font-lock-refresh-defaults): New function, which
9284         can be used to let font-lock react to external changes in
9285         variables like font-lock-defaults and keywords.
9286         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
9288 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
9290         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
9292         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
9294 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
9296         Supersede color.diff settings in git log (bug#5211).
9298         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
9299         escape chars in its output when the user has color.diff set to `always'.
9300         This fix works on git 1.4.2 and newer (released on 2006-08-13).
9302 2009-12-26  Kevin Ryde  <user42@zip.com.au>
9304         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
9305         node.  Keep previous "Index" name to work with past coreutils too.
9307         * man.el (man): Revise docstring a bit to show -a and -l as
9308         examples.  Add -k description since support for it has otherwise
9309         been a secret.  (Further to bug#3717.)
9310         (Man-bgproc-sentinel): When "-k foo" produces no output show error
9311         "no matches" rather than "Can't find manpage", as the latter reads
9312         like -k was interpreted as a page name, which is not so.  (Bug#5431)
9314 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
9316         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
9317         switches.  Check also for //SUBDIRED// line.
9319 2009-12-25  Kenichi Handa  <handa@m17n.org>
9321         * language/indian.el (devanagari-composable-pattern): Fixed to
9322         handle ZWNJ and ZWJ.  Use it in composition-function-table for
9323         Devanagari.
9324         (malayalam-composable-pattern): Fix previous change.
9326 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9328         * ps-print.el (ps-face-attributes): It was not returning the
9329         attribute face for faces specified as string.  Reported by harven
9330         <harven@free.fr>.  (Bug#5254)
9331         (ps-print-version): New version 7.3.5.
9333 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
9335         * calendar/icalendar.el (icalendar--convert-tz-offset):
9336         Fix timezone names.
9337         (icalendar--convert-tz-offset): Fix the "last-day-problem".
9338         (icalendar--add-diary-entry): Remove the trailing blank that
9339         diary-make-entry inserts.
9341 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
9343         Make `file-expand-wildcards' work for remote files.
9345         * files.el (file-expand-wildcards): In case of remote files, check
9346         only local file name part for wildcards.  Provide feature 'files
9347         and subfeature 'remote-wildcards.  (Bug#5198)
9349         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
9350         if there is already an established connection.
9351         (tramp-advice-file-expand-wildcards): Remove it.
9353         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
9354         (tramp-advice-file-expand-wildcards): Move from tramp.el.
9355         Activate advice for older GNU Emacs versions.  (Bug#5237)
9357 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
9359         Some doc fixes (more needed).
9361         * find-cmd.el (find-constituents): Reflow docstring.
9362         (find-cmd, find-prune, find-command): Fix typos in docstrings.
9363         (find-generic): Doc fix.
9365 2009-12-17  Juri Linkov  <juri@jurta.org>
9367         Fix regression from 23.1 to allow multiple modes in Local Variables.
9369         * files.el (hack-local-variables-filter): While ignoring duplicates,
9370         don't take `mode' into account.
9371         (hack-local-variables-filter, hack-dir-local-variables):
9372         Don't remove duplicate `mode' from local-variables-alist (like `eval').
9374 2009-12-17  Juri Linkov  <juri@jurta.org>
9376         Make `dired-diff' safer.  (Bug#5225)
9378         * dired-aux.el (dired-diff): Signal an error when `file' equals to
9379         `current' or when `file' is a directory of the `current' file.
9381 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
9383         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
9384         unconditionally preloaded files.
9386 2009-12-16  Juri Linkov  <juri@jurta.org>
9388         Revert to old 23.1 logic of using the file at the mark as default.
9389         * dired-aux.el (dired-diff): Use the file at the mark as default
9390         if it's not the same as the current file, and the target dir is
9391         the current dir or the mark is active.  Add the current file
9392         as the arg of `dired-dwim-target-defaults'.  Use the default file
9393         in the prompt.  (Bug#5225)
9395 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
9397         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
9398         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
9399         (tramp-check-for-regexp): Check also, when an echoing shell stops
9400         to echo sent commands.
9402 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
9404         * Makefile.in: Revert last change (Bug#5191).
9406 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
9408         * vc-hg.el (vc-hg-print-log): Fix argument order.
9409         (vc-hg-working-revision): Make sure the command is executed in a
9410         known environment so that we can parse the output.  (Bug#4417)
9412 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
9414         * progmodes/python.el (python-symbol-completions): Remove text
9415         properties from symbol string before calling python-send-receive.
9417 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
9419         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
9420         when there are values for both file and line.  (Bug#5060)
9422 2009-12-14  Juri Linkov  <juri@jurta.org>
9424         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
9425         whitespace after the file name of the first line of unified format,
9426         because git-diff doesn't output whitespace and file modification time
9427         after the file name.
9429 2009-12-14  David Kastrup  <dak@gnu.org>
9431         * info.el (Info-hide-cookies-node): Before hiding a cookie,
9432         check if it already has the `display' property added by
9433         `Info-display-images-node', and not put the `invisible' property
9434         in this case.
9436 2009-12-13  Glenn Morris  <rgm@gnu.org>
9438         * mail/emacsbug.el (message-sort-headers): Define for compiler.
9439         (report-emacs-bug): In message-mode, sort manually before storing
9440         original report text.  (Bug#5178)
9441         Remove superfluous save-excursion.
9443 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
9445         * net/dbus.el (dbus-property-handler): Filter lambda forms out
9446         when responding to "GetAll" properties.
9448 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
9450         * simple.el (compose-mail): Remove mail-setup-with-from from
9451         customization checks.
9453 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
9455         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
9456         RAR archives created on Unix systems.
9458 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9460         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
9461         the varalias that was accidentally removed by the 2009-11-19 change
9462         (bug#5186).
9464 2009-12-12  Kenichi Handa  <handa@m17n.org>
9466         * language/indian.el (indian-compose-regexp): New function.
9467         (malayalam-composable-pattern): Fix the pattern.
9468         (composition-function-table): Set malayalam-composable-pattern for
9469         Malayalam characters.
9471 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
9473         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
9474         rather than down-mouse-1, based on follow-link conventions.
9476         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
9477         are compiled.
9479 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
9481         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
9482         (verilog-vmm-statement-re, verilog-ovm-statement-re)
9483         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
9484         (verilog-leap-to-head, verilog-backward-token):
9485         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
9487 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
9489         * progmodes/verilog-mode.el (verilog-auto-lineup)
9490         (verilog-nameable-item-re): Cleanup user-visible spelling and
9491         documentation errors.  One reported by Gary Delp.
9492         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
9493         (verilog-read-decls): Fix AUTOWIRE with types declared in a
9494         package, bug195.  Reported by Pierre-David Pfister.
9496 2009-12-11  Glenn Morris  <rgm@gnu.org>
9498         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
9500         * mail/emacsbug.el: No longer require sendmail.
9501         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
9502         (report-emacs-bug-orig-text): Doc fix.
9503         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
9504         New local variables, to adapt to different mail-user-agents.
9505         (report-emacs-bug): Fix test for a gnu.org address.
9506         Use overlays for emphasis, since font-lock defeats 'face property.
9507         Pretest bugs also end up at the newsgroup these days.
9508         Stop message-mode stripping text properties.
9509         Set and use the new buffer-local variables.
9510         (report-emacs-bug-hook): Add doc-string.
9511         Remove some unnecessary save-excursions and simplify.
9512         Use the appropriate hook and send-command.
9514         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
9515         capitalization of some menu entries.
9517 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9519         * whitespace.el (whitespace-display-char-on):
9520         Ensure `buffer-display-table' is unique when two or more windows are
9521         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
9522         New version 12.1.
9524 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
9526         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
9527         characters in the Attribute field.
9529 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
9531         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
9533 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9535         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
9536         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9537         Disregard autoload-excludes.
9538         (update-directory-autoloads): Obey autoload-excludes here instead.
9539         But don't store its contents in no-autoloads and remove entries that
9540         refer to excludes files.
9542 2009-12-10  Glenn Morris  <rgm@gnu.org>
9544         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
9545         (expand-mail-aliases): Define for compiler.
9547         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
9548         Define for compiler.
9550         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
9551         appropriate for the mail-user-agent in use.
9553 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
9555         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
9557 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
9559         Fix short log parsing and fontification.
9560         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
9561         Fix fontification for the [merge] label.
9563 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
9565         Drop some properties to avoid surprises (bug#5002).
9566         * htmlfontify.el (hfy-ignored-properties): New defcustom.
9567         (hfy-fontify-buffer): Use it.
9569 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9571         Minor cleanup.
9572         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
9573         Adjust all callers.
9574         (ffap-locate-file): Remove unused arg `dir-ok' and make other
9575         args compulsory.  Adjust callers.
9576         (ffap-gopher-at-point): Remove unused var `name'.
9578         Get rid of the ELCFILES abomination.
9579         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
9580         (compile-elcfiles): New phony target.
9581         (compile-main): Compute ELCFILES dynamically.
9582         (compile-clean): New target to remove left-over elc files.
9583         (compile, all): Use it.
9585 2009-12-09  Kenichi Handa  <handa@etlken>
9587         * international/mule-diag.el: Require help-mode instead of help-fns.
9589 2009-12-09  Kenichi Handa  <handa@m17n.org>
9591         * international/mule-cmds.el (ucs-names): Supply sufficiently
9592         fine ranges instead of pre-calculating accurate ranges.
9593         Iterate with bigger gc-cons-threshold.
9595 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
9597         Add support for stashing a snapshot of the current tree.
9598         * vc-git.el (vc-git-stash-snapshot): New function.
9599         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
9601 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
9603         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
9604         instead of `(beginning|end)-of-line'.
9606 2009-12-08  Glenn Morris  <rgm@gnu.org>
9608         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
9610         * Makefile.in (ELCFILES): Regenerate.
9612 2009-12-07  Juri Linkov  <juri@jurta.org>
9614         Don't lazy-highlight the comint output in history Isearch mode.
9616         * comint.el (comint-history-isearch-search): Instead of
9617         `comint-line-beginning-position', use `comint-after-pmark-p'
9618         to check if point if before the process mark, and go to
9619         `process-mark' in this case.
9621 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9623         * textmodes/tex-mode.el (latex-complete)
9624         (latex-indent-or-complete): Remove.
9625         (latex-mode): Set completion-at-point-functions instead.
9627         Provide a standard completion command and hook it into TAB.
9628         * minibuffer.el (completion-at-point-functions): New var.
9629         (completion-at-point): New command.
9630         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
9631         * progmodes/python.el (python-mode-map): Use completion-at-point.
9632         (python-completion-at-point): Rename from python-partial-symbol and
9633         adjust for use in completion-at-point-functions.
9634         (python-mode): Setup completion-at-point for Python completion.
9635         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
9636         extracted from lisp-complete-symbol.
9637         (lisp-complete-symbol): Use it.
9638         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
9639         setup completion-at-point for Elisp completion.
9640         (emacs-lisp-mode-map, lisp-interaction-mode-map):
9641         Use completion-at-point.
9642         * ielm.el (ielm-map): Use completion-at-point.
9643         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
9644         * progmodes/sym-comp.el: Move to...
9645         * obsolete/sym-comp.el: Move from progmodes.
9647 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
9649         Prevent save-buffer in Rmail buffers from using the coding-system
9650         of the current message, and from clobbering the encoding mnemonics
9651         in the mode line (Bug#4623).
9653         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
9654         flag, too.
9655         (rmail-message-encoding): New variable.
9656         (rmail-write-region-annotate): Record the encoding of the current
9657         message in rmail-message-encoding.
9658         (rmail-after-save-hook): New function, restores the encoding of
9659         the current message after the message collection is saved.
9661 2009-12-07  Juri Linkov  <juri@jurta.org>
9663         * progmodes/grep.el (grep-read-files): Use `completing-read'
9664         instead of `read-string'.  Set its `collection' arg to
9665         `read-file-name-internal'.  (Bug#4301)
9667 2009-12-07  Juri Linkov  <juri@jurta.org>
9669         Correctly restore original Isearch point.  (Bug#4994)
9671         * isearch.el (isearch-mode): Move `isearch-push-state' after
9672         `(run-hooks 'isearch-mode-hook)'.
9673         (isearch-cancel): When `isearch-push-state-function' is defined,
9674         let-bind `isearch-cmds' to the first state (the last element of
9675         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
9676         function and restores the original point).  Otherwise, move point
9677         to `isearch-opoint'.
9679 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9681         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
9682         chars that don't have names, so the table can be built much faster at
9683         run-time.
9685 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
9687         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
9688         change.  Suggested by David Kastrup.
9690         * simple.el (compose-mail): Check for incompatibilities and warn.
9691         (compose-mail-user-agent-warnings): New option.
9693 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
9695         Support showing a single log entry from vc-annotate.
9696         * vc.el (print-log): Add a new argument: START-REVISION.
9697         (vc-print-log-internal): Add a new optional argument and
9698         pass it to the backend.
9699         (vc-print-log, vc-print-root-log): Adjust callers.
9700         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
9701         buffer already displays the requested log entry, use it.
9702         Otherwise display only the log entry in question.
9703         * vc-svn.el (vc-svn-print-log):
9704         * vc-mtn.el (vc-mtn-print-log):
9705         * vc-hg.el (vc-hg-state):
9706         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
9707         (vc-git-show-log-entry): Return t on success.
9708         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
9709         (vc-bzr-show-log-entry): Return t on success.
9710         * vc-rcs.el (vc-rcs-print-log):
9711         * vc-sccs.el (vc-sccs-print-log):
9712         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
9714 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
9716         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
9717         Add menus to the meta mode.  (Bug#5043)
9719 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
9721         * ediff-init.el (ediff-event-key): Use event-to-character instead of
9722         event-key.
9724         * ediff.el (ediff-buffers-internal): Add unwind-protect.
9726 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
9728         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
9729         Berbain <raphael.berbain@gmail.com>.
9731         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
9732         characters.
9733         (tramp-initial-end-of-output): New defconst.
9734         (tramp-methods, tramp-find-shell)
9735         (tramp-open-connection-setup-interactive-shell)
9736         (tramp-maybe-open-connection): Use it.
9737         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
9738         existence of `#' and `$'.
9740         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
9741         `tramp-initial-end-of-output'.
9743 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
9745         Get the background mode from the terminal for xterm, and set
9746         faces accordingly.
9747         * term/xterm.el (xterm-set-background-mode): New function.
9748         (terminal-init-xterm): Use it in case xterm supports background
9749         color queries.  Recompute faces after getting the background
9750         color.
9752 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
9754         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
9755         number comment back on its own line, for easier parsing.
9757 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9759         Make it work for non-file buffers (bug#5102).
9760         * doc-view.el (doc-view-current-cache-dir):
9761         Use doc-view-buffer-file-name rather than buffer-file-name.
9762         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
9764 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
9766         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
9767         author field is too short.
9769 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
9771         * vc-git.el (vc-git-print-log): Handle a limit argument.
9772         Display the short log in graph form and with labels.
9773         (vc-git-log-view-mode): Handle labels.
9775         Make vc-revert change VC state from 'added to 'unregistered.
9776         * vc-git.el (vc-git-revert): Call git reset first.
9778 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
9780         * net/newst-backend.el, net/newst-plainview.el:
9781         * net/newst-reader.el, net/newst-ticker.el:
9782         * net/newst-treeview.el, net/newsticker.el:
9783         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
9785 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
9787         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
9789         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
9790         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
9791         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
9792         Update annotation regexp.
9794         * simple.el (beginning-of-visual-line): Constrain to field
9795         boundaries (Bug#5106).
9797 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
9799         * xml.el (xml-substitute-numeric-entities): Move
9800         newsticker--decode-numeric-entities in newst-backend.el to
9801         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
9802         * net/newst-backend.el (newsticker--parse-generic-feed)
9803         (newsticker--parse-generic-items)
9804         (newsticker--decode-numeric-entities): Move
9805         newsticker--decode-numeric-entities in newst-backend.el to
9806         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
9808 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
9810         * progmodes/js.el (js--js-not): Add null to the list of values.
9812 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
9814         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
9816 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9818         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
9819         delimiter if it is at the end of the current line.
9820         (bibtex-generate-url-list): Fix docstring.
9822 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9824         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
9825         minibuffer's content with itself.
9826         Fold the confirm-after-completion case into the `confirm' case.
9827         (completion-pcm-word-delimiters): Add : and / to the delimiters.
9829 2009-12-06  Kevin Ryde  <user42@zip.com.au>
9831         * ffap.el (ffap-rfc-path): Make this a defcustom since
9832         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
9834         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
9835         manuals, similar to existing setup for help-mode.  (Bug#3913.)
9837 2009-12-05  Juri Linkov  <juri@jurta.org>
9839         Save and restore dired buffer's point positions too.  (Bug#4880)
9841         * dired.el (dired-save-positions): Return in the first element
9842         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
9843         Doc fix.
9844         (dired-restore-positions): First restore buffer's position.
9845         While restoring window's positions, check if window still displays
9846         the original buffer.
9848 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
9850         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
9851         if possible.
9853         * shell.el (shell): Require ansi-color (Bug#5113).
9855         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
9857         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
9859 2009-12-05  Alan Mackenzie  <acm@muc.de>
9861         * progmodes/cc-mode.el (c-before-hack-hook)
9862         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
9863         `c-file-style' to work again.  This reversion restores the current
9864         software to its state in Emacs 23.1.  (Bug#4146)
9866 2009-12-05  Kevin Ryde  <user42@zip.com.au>
9868         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
9869         comment-start-skip to comment-end-skip as comment (Bug#4781).
9871 2009-12-05  Juri Linkov  <juri@jurta.org>
9873         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
9874         for virtual nodes.  (Bug#4147)
9875         (Info-find-node-2): Set `Info-current-node-virtual' to nil
9876         when moving from a virtual node.
9877         (Info-mode-menu): Add `Info-virtual-index' to the menu.
9878         (Info-mode): Add `Info-virtual-index' to the docstring.
9880 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9882         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
9883         track of the buffer position of the end of a BibTeX entry as this
9884         position may change during reformatting.
9885         (bibtex-format-entry): Remove whitespace before processing
9886         numerical fields so that we recognize the latter properly.
9887         (bibtex-reformat): Do not use push which changes the global value
9888         of bibtex-entry-format.
9889         (bibtex-field-braces-alist, bibtex-field-strings-alist)
9890         (bibtex-field-re-init): Replace only space characters by regexp
9891         for whitespace.
9892         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
9893         (bibtex-initialize): Also update bibtex-strings.
9894         (bibtex-kill-field): Preserve white space at end of entry.
9895         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
9896         Update bibtex-reference-keys.
9898 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9900         * minibuffer.el (completion-pcm--merge-try): Also consider placing
9901         point after a star, if that's the only place where modifications can
9902         make progress.
9904 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
9906         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
9907         in docstrings.
9909 2009-12-04  Juri Linkov  <juri@jurta.org>
9911         * proced.el (proced): Call `(proced-update t)' to update process
9912         information instead of only running proced-post-display-hook.
9913         (proced-send-signal): Add a leading space to the buffer name
9914         " *Marked Processes*" to make this buffer ephemeral.
9916 2009-12-04  Juri Linkov  <juri@jurta.org>
9918         * dired.el (dired-auto-revert-buffer): New defcustom.
9919         (dired-internal-noselect): Use it.
9921 2009-12-04  Juri Linkov  <juri@jurta.org>
9923         Change roles of modes and functions in image-mode.el (Bug#5062).
9925         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
9926         in `auto-mode-alist'.
9927         (image-mode-previous-major-mode): New variable.
9928         (image-minor-mode-map): Rename from `image-mode-text-map'.
9929         (image-mode): Move graceful error-handling code from
9930         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
9931         (image-minor-mode): Remove all image-handling code.
9932         Replace `image-mode-text-map' with `image-minor-mode-map'.
9933         Check for `image-type' in mode-line format string.
9934         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
9935         (image-mode-as-text): New function with most code from
9936         `image-mode-maybe'.
9937         (image-toggle-display-text): Move code that removes image
9938         properties from `image-toggle-display' to here.
9939         (image-toggle-display-image): New function with code that adds
9940         image properties copied from `image-toggle-display'.
9941         (image-toggle-display): Remove most code with leaving only code
9942         that toggles between `image-mode-as-text' and `image-mode'.
9944 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
9946         * net/newst-treeview.el
9947         (newsticker--treeview-list-highlight-start): Restored call to
9948         save-excursion: Selected item was stuck.
9949         (newsticker--treeview-list-select): New.
9950         (newsticker--treeview-item-show-text)
9951         (newsticker--treeview-item-show)
9952         (newsticker--treeview-item-update): Use new
9953         newsticker-treeview-item-mode.
9954         (newsticker-treeview-update): Keep current item.
9955         (newsticker-treeview-next-new-or-immortal-item): Doc change.
9956         (newsticker--treeview-first-feed): Doc change.
9957         (newsticker-treeview-list-menu)
9958         (newsticker-treeview-item-menu): Added menu entries.
9959         (newsticker-treeview-item-mode): New.
9961         * net/newst-backend.el (newsticker-customize): Delete other
9962         windows.
9964 2009-12-04  Sam Steingold  <sds@gnu.org>
9966         * log-view.el (log-view-mode-map): "q" calls quit-window,
9967         like in all the other non-self-insert buffers.
9969 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9971         Minor cleanup.
9972         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
9973         key decoding rather than do it manually via last-input-event +
9974         ascii-character.
9975         (term-exec): Use delete-and-extract-region.
9976         (term-handle-ansi-terminal-messages): Remove unused var `end'.
9977         (term-process-pager): Remove unused var `i'.
9978         (term-dynamic-simple-complete): Make obsolete.
9979         (serial-update-config-menu): Remove unused vars `y' and `str'.
9980         (term-update-mode-line): Remove unused var `temp'.
9982 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
9984         Limit the number of log entries displayed by default.
9985         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
9986         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
9987         using a prefix argument.
9989 2009-12-03  Glenn Morris  <rgm@gnu.org>
9991         * progmodes/idlwave.el (class): Restore still useful declaration.
9993 2009-12-03  Alan Mackenzie  <acm@muc.de>
9995         Enhance `c-parse-state' to run efficiently in "brace deserts".
9997         * progmodes/cc-mode.el (c-basic-common-init):
9998         Call c-state-cache-init.
9999         (c-neutralize-syntax-in-and-mark-CPP): Rename from
10000         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
10001         placing `category' properties value 'c-cpp-delimiter at its boundaries.
10003         * progmodes/cc-langs.el (c-before-font-lock-function):
10004         c-extend-and-neutralize-syntax-in-CPP has been renamed
10005         c-neutralize-syntax-in-and-mark-CPP.
10007         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
10008         with `category' properties now, not `syntax-table' ones.
10010         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
10011         enhanced (but slower) version of c-end-of-macro that won't land
10012         inside a literal or on another awkward character.
10013         (c-state-cache-too-far, c-state-cache-start)
10014         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
10015         (c-state-nonlit-pos-cache-limit, c-state-point-min)
10016         (c-state-point-min-lit-type, c-state-point-min-lit-start)
10017         (c-state-min-scan-pos, c-state-brace-pair-desert)
10018         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
10019         buffer local variables.
10020         (c-state-literal-at, c-state-lit-beg)
10021         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
10022         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
10023         (c-state-cache-top-paren, c-state-cache-after-top-paren)
10024         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
10025         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
10026         (c-renarrow-state-cache)
10027         (c-append-lower-brace-pair-to-state-cache)
10028         (c-state-push-any-brace-pair, c-append-to-state-cache)
10029         (c-remove-stale-state-cache)
10030         (c-remove-stale-state-cache-backwards, c-state-cache-init)
10031         (c-invalidate-state-cache-1, c-parse-state-1)
10032         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
10033         (c-parse-state): Enhance and refactor.
10034         (c-debug-parse-state): Amend to deal with all the new variables.
10036         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
10037         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
10038         modify to use category text properties rather than syntax-table ones.
10039         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
10040         to switch off/on the syntactic paren property of C++ template
10041         delimiters using the category property.
10042         (c-with-<->-as-parens-suppressed): Macro to invoke code with
10043         template delims suppressed.
10044         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
10045         New constant/macros which apply category properties to the start
10046         and end of preprocessor constructs.
10047         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
10048         "comment out" the syntactic value of characters in preprocessor
10049         constructs.
10050         (c-with-cpps-commented-out)
10051         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
10052         with characters in all or all but one preprocessor constructs
10053         "commented out".
10055 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10057         * proced.el (proced-filter-alist): Use regexp-quote.
10059 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
10061         Cleanup.
10062         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
10063         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
10064         arguments.  Expand `default-directory'.
10066         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
10067         the benefit of returning an expanded localname.
10068         (tramp-tramp-file-p): Handle the case NAME is not a string.
10070 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
10072         Add support for bzr shelve/unshelve.
10073         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
10074         (vc-bzr-extra-menu-map): New variables.
10075         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
10076         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
10077         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
10078         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
10079         (vc-bzr-dir-extra-headers): Display shelves.
10081         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
10083 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10085         * textmodes/bibtex.el (bibtex-complete-internal):
10086         Use completion-in-region.
10087         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
10089 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
10091         Support applying stashes.  Improve UI.
10092         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
10093         (vc-git-stash-apply, vc-git-stash-pop)
10094         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
10095         (vc-git-stash-menu): New functions.
10096         (vc-git-stash-menu-map): New variable.
10097         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
10099 2009-12-03  Glenn Morris  <rgm@gnu.org>
10101         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
10102         (vc-print-log-internal): Fix previous change.
10103         (vc-revert): Correct pluralization.
10105 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10107         * progmodes/make-mode.el (makefile-special-targets-list): No need for
10108         it to be an alist any more.
10109         (makefile-complete): Use completion-in-region.
10111         * progmodes/octave-mod.el (octave-complete-symbol):
10112         Use completion-in-region.
10114         Misc cleanup.
10115         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
10116         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
10117         (idlwave-complete-class): Don't quote lambda.
10118         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
10119         (idlwave-mode-map): Move initialization into declaration.
10120         (idlwave-action-and-binding): Use backquotes.
10121         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
10122         Simplify.
10123         (idlwave-is-pointer-dereference): Remove unused var `pos'.
10124         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
10125         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
10126         `parts', and `all-parts'.
10127         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
10128         (idlwave-convert-xml-system-routine-info): Remove unused string
10129         `version-string'.
10130         (idlwave-display-user-catalog-widget): Use dolist.
10131         (idlwave-scanning-lib): Declare dynamically-scoped var.
10132         (idlwave-scan-library-catalogs): Remove unused var `flags'.
10133         (completion-highlight-first-word-only): Declare to silence bytecomp.
10134         (idlwave-popup-select): Tighten scope of `resp'.
10135         (idlwave-find-struct-tag): Remove unused var `beg'.
10136         (idlwave-after-load-rinfo-hook): Declare.
10137         (idlwave-sintern-class-info): Remove unused var `taglist'.
10138         (idlwave-find-class-definition): Remove unused var `list'.
10139         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
10140         (idlwave-what-module-find-class): Remove unused var `classes'.
10142 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
10144         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
10146 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10148         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
10149         buffers visited.  Remove redundant current-buffer-saving.
10151 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10153         Use completion-in-buffer and remove uses of dynamic scoping.
10154         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
10155         (pascal-buffer-to-use, pascal-flag): Don't declare.
10156         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
10157         (pascal-get-completion-decl, pascal-keyword-completion):
10158         Add `pascal-str' argument, save-excursion,
10159         return the found completions, and don't filter with pascal-pred.
10160         (pascal-completion-cache): New var.
10161         (pascal-completion): Don't switch buffer any more (it was never
10162         necessary).  Don't save-excursion any more (it's done by the called
10163         subroutines).  Use a cache to avoid redundant computations.
10164         Use complete-with-action rather than pascal-completion-response and
10165         let it apply the predicate as well.
10166         (pascal-complete-word): Use completion-in-buffer when
10167         pascal-toggle-completions is nil.
10168         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
10169         not used any more.
10170         (pascal-comp-defun): Don't change buffer any more.
10171         Use complete-with-action rather than pascal-completion-response and
10172         let it apply the predicate as well.
10173         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
10174         when neded.
10176 2009-12-02  Kenichi Handa  <handa@m17n.org>
10178         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
10179         shape for all Indic scripts.
10181 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10183         Use completion-in-buffer.
10184         * wid-edit.el (widget-field-text-end): New function.
10185         (widget-field-value-get): Use it.
10186         (widget-string-complete, widget-file-complete)
10187         (widget-color-complete): Use it and completion-in-region.
10188         (widget-complete): Don't narrow the buffer.
10190 2009-12-02  Glenn Morris  <rgm@gnu.org>
10192         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
10193         (rmail-select-summary): Use rmail-pop-to-buffer.
10194         * mail/rmailsum.el: Replace all pop-to-buffer calls with
10195         rmail-pop-to-buffer, to prevent horizontal splits.
10197         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
10198         save-excursion with save-current-buffer.
10199         Widen before searching.  (Bug#5093)
10200         (diary-list-sexp-entries): Remove superfluous save-excursion.
10202 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
10204         * woman.el (woman-make-bufname): Handle man-pages with "." in the
10205         name.  (Bug#5038)
10207 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
10209         * ido.el (ido-file-internal): Handle filenames at point that do
10210         not have a directory part.  (Bug#5049)
10212 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
10214         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
10215         (mpc-songs-jump-to, mpc-resume): Doc fixes.
10217 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
10219         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
10220         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
10221         any more.
10223 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10225         * comint.el (comint-insert-input): Ignore clicks to the right of
10226         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
10228         * vc.el (vc-print-log-internal): Don't wait for the process to
10229         terminate before setting up the major mode.
10231         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
10232         in case.
10234         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
10235         the last element.
10237         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
10239 2009-12-01  Glenn Morris  <rgm@gnu.org>
10241         * window.el (window--display-buffer-2): Fix previous changes.
10243 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
10245         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
10247 2009-12-01  Glenn Morris  <rgm@gnu.org>
10249         * Makefile.in (ELCFILES): Add mpc.elc.
10251 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10253         * mpc.el: New file.
10255 2009-12-01  Glenn Morris  <rgm@gnu.org>
10257         * window.el (window-to-use): Define for compiler.
10259         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
10260         consistent with others (no final period).
10262         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
10263         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
10265 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
10267         Make vc-print-log buttons work.
10268         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
10270 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
10272         * savehist.el (savehist-autosave-interval): Allow setting to nil
10273         through customize.  (Bug#5056)
10275 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
10277         Fix references to jit-lock properties.
10278         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
10279         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
10280         (perl-font-lock-special-syntactic-constructs):
10281         Quote jit-lock-defer-multiline property.
10283 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
10285         * vc-git.el (vc-git-registered): Call vc-git-root only once.
10287 2009-11-30  Juri Linkov  <juri@jurta.org>
10289         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
10290         value `buffer' of `multi-isearch-next-buffer-current-function'.
10291         Use `(current-buffer)' when `buffer' is nil.
10292         (multi-isearch-next-buffer-from-list): Don't fallback to
10293         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
10295 2009-11-30  Juri Linkov  <juri@jurta.org>
10297         * misearch.el (multi-isearch-read-buffers): Move canonicalization
10298         of buffers with `get-buffer' to `multi-isearch-buffers'.
10299         (multi-isearch-buffers, multi-isearch-buffers-regexp):
10300         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
10301         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
10302         FILES with `expand-file-name' converting relative file names
10303         to absolute.  Doc fix.  (Bug#4727)
10305 2009-11-30  Juri Linkov  <juri@jurta.org>
10307         * misearch.el (multi-isearch-read-buffers)
10308         (multi-isearch-read-matching-buffers): New functions.
10309         (multi-isearch-buffers, multi-isearch-buffers-regexp):
10310         Use them in the `interactive' spec.  Doc fix.
10311         (multi-isearch-read-files, multi-isearch-read-matching-files):
10312         New functions.
10313         (multi-isearch-files, multi-isearch-files-regexp):
10314         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
10316 2009-11-30  Juri Linkov  <juri@jurta.org>
10318         * doc-view.el (doc-view-continuous):
10319         Rename from `doc-view-continuous-mode'.
10320         (doc-view-menu): Move "Toggle display" to the top.
10321         Add submenu "Continuous" with radio buttons "Off"/"On"
10322         and "Save as Default".
10323         (doc-view-scroll-up-or-next-page)
10324         (doc-view-scroll-down-or-previous-page)
10325         (doc-view-next-line-or-next-page)
10326         (doc-view-previous-line-or-previous-page): Rename
10327         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
10329 2009-11-30  Juri Linkov  <juri@jurta.org>
10331         * comint.el (comint-mode-map): Rebind `M-r' from
10332         `comint-previous-matching-input' to
10333         `comint-history-isearch-backward-regexp'.
10334         Unbind `M-s' to allow global key binding `M-s'.
10335         Add menu items for `comint-history-isearch-backward' and
10336         `comint-history-isearch-backward-regexp'.  (Bug#3746)
10338 2009-11-30  Juri Linkov  <juri@jurta.org>
10340         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
10341         For def=recenter, replace `recenter' with `recenter-top-bottom'
10342         that is called with `this-command' and `last-command' let-bound
10343         to `recenter-top-bottom'.  When the last `def' was not `recenter',
10344         set `recenter-last-op' to nil.  (Bug#4981)
10346 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10348         Minor cleanup and simplification.
10349         * filecache.el (file-cache-add-directory)
10350         (file-cache-add-directory-recursively)
10351         (file-cache-add-from-file-cache-buffer)
10352         (file-cache-delete-file-regexp, file-cache-delete-directory)
10353         (file-cache-files-matching-internal, file-cache-display): Use dolist.
10354         (file-cache-temp-minibuffer-message): Delete function.
10355         (file-cache-minibuffer-complete): Use minibuffer-message instead.
10357         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
10358         Don't signal an error when bumping into EOB in tr, s, or y.
10360 2009-11-29  Juri Linkov  <juri@jurta.org>
10362         * startup.el (fancy-about-text): Fix wording of Guided Tour.
10363         (Bug#4960)
10365         * descr-text.el (describe-char-unidata-list): Use lowercase name
10366         for "Unicode name" like in other tags.
10368 2009-11-29  Juri Linkov  <juri@jurta.org>
10370         * ediff-util.el (ediff-minibuffer-with-setup-hook):
10371         New compatibility macro.
10372         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
10374 2009-11-29  Juri Linkov  <juri@jurta.org>
10376         Add defcustom to define the cycling order of `recenter-top-bottom'.
10377         (Bug#4981)
10379         * window.el (recenter-last-op): Doc fix.
10380         (recenter-positions): New defcustom.
10381         (recenter-top-bottom): Rewrite to use `recenter-positions'.
10382         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
10384 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
10386         Improve integration of Tramp and ange-ftp in eshell.
10388         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
10389         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
10390         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
10392         * eshell/esh-util.el (top): Require also Tramp when compiling.
10393         (eshell-directory-files-and-attributes): Check for FTP remote
10394         connection.
10395         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
10396         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
10397         (eshell-file-attributes): Handle ".".  Return `entry'.
10399         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
10400         (ange-ftp-directory-files-and-attributes)
10401         (ange-ftp-real-directory-files-and-attributes): New defuns.
10403         * net/tramp.el (tramp-maybe-open-connection): Open the remote
10404         shell with "exec" when possible.  This prevents trailing prompts
10405         in `start-file-process'.
10407 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10409         Try and remove assumptions about point-min==1.
10410         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
10411         (rng-compute-mode-line-string): Show the validation percentage in
10412         terms of the narrowed text, not the widened text.
10413         (rng-do-some-validation): Don't catch internal errors when debugging.
10414         (rng-first-error): Simplify.
10415         (rng-after-change-function): Remove work around.  AFAIK the bug has
10416         been fixed a while ago.
10418         * image-mode.el (image-minor-mode): Exit more gracefully when the image
10419         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
10421         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
10423         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
10424         `cd' doesn't always do it for us (bug#5067).
10426         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
10427         on 2009-10-25 as part of some other change (bug#5067).
10429 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10431         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
10432         `suspicious'.
10433         (byte-compile-warnings): Use byte-compile-warning-types.
10434         (byte-compile-save-excursion): Warn about use of set-buffer right
10435         after save-excursion.
10437         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
10438         the excursion as well.
10440 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
10442         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
10443         providing a Tramp related implementation of "su" and "sudo".
10444         (eshell-unix-initialize): Add "su" and "sudo".
10446 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
10448         * net/socks.el (socks-send-command): Convert binary request to
10449         unibyte before sending.  This fixes mishandling of some port
10450         numbers such as 129.
10452 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10454         * help.el (describe-bindings-internal): Remove `interactive'.
10456         * man.el (Man-completion-table): Trim a terminating "(".
10457         Remove the space between name page a section.
10458         Add the command's description on the `help-echo' property.
10459         Remove `process-connection-type' binding since it's unused by
10460         call-process.
10461         Provide completion for the "<section> <name>" format as well.
10462         (Man-default-man-entry): Remove spurious var shadowing the argument.
10464 2009-11-26  Kevin Ryde  <user42@zip.com.au>
10466         * log-view.el: Add "Keywords: tools", since its other keywords
10467         aren't in finder-known-keywords, and following vc.el.
10469         * sha1.el (sha1-string-external): default-directory "/" in case
10470         otherwise non-existent.  process-connection-type pipe for touch of
10471         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
10473 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10475         Misc coding convention cleanups.
10476         * htmlfontify.el (hfy-init-kludge-hook): Rename from
10477         hfy-init-kludge-hooks.
10478         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
10479         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
10480         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
10481         and push.
10482         (hfy-slant, hfy-weight): Use tables rather than code.
10483         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
10484         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
10485         (hfy-face-attr-for-class): Initialize `face-spec' directly.
10486         (hfy-face-to-css): Remove `nconc' with single arg.
10487         (hfy-p-to-face-lennart): Use `or'.
10488         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
10489         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
10490         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
10491         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
10492         (hfy-force-fontification): Use run-hooks.
10494 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
10496         Various minor fixes.
10497         * htmlfontify.el (hfy-default-header): Add toggle_invis since
10498         Javascript belongs in the header, not the body.
10499         (hfy-javascript): Remove.
10500         (hfy-fontify-buffer): Don't insert it any more.
10501         (hfy-face-at): Handle (face0 face1 face2) style face properties.
10502         Fix bug in invis handling when there were no invis props in a chunk.
10504 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10506         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
10508 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
10510         * finder.el (finder-mode-map): Add a menu.
10512 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
10514         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
10515         "unsigned" structs.
10517         (verilog-leap-to-head, verilog-backward-token): Handle "disable
10518         fork" statement better.
10520 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
10522         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
10523         (verilog-delete-auto, verilog-delete-empty-auto-pair)
10524         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
10525         Reported by Clay Douglass.
10527         (verilog-auto-inst, verilog-auto-star-safe)
10528         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
10529         Fix removing "// Interfaces" when saving .* expansions.  Reported by
10530         Pierre-David Pfister.
10532 2009-11-26  Glenn Morris  <rgm@gnu.org>
10534         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
10535         the scope.
10537 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
10539         * vc-annotate.el (vc-annotate-revision-previous-to-line):
10540         Really use previous revision.
10542 2009-11-25  Kevin Ryde  <user42@zip.com.au>
10544         * man.el (Man-completion-table): default-directory "/" in case
10545         doesn't otherwise exist.  process-environment COLUMNS=999 so as
10546         not to truncate long names.  process-connection-type pipe to avoid
10547         any chance of hitting the pseudo-tty TIOCGWINSZ.
10548         (man): completion-ignore-case t for friendliness and since man
10549         itself is case-insensitive on the command line.
10550         Further to Bug#3717.
10552         * arc-mode.el: Add "Keywords: files", so the details in its
10553         commentary can be reached from finder-by-keyword.
10554         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
10555         editing mode, but it's comms related and sgml-mode.el has "comm"
10556         on that basis too.
10557         * textmodes/bibtex-style.el: Add "Keywords: tex".
10558         * international/isearch-x.el, international/ja-dic-cnv.el:
10559         * international/ja-dic-utl.el, international/kkc.el:
10560         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
10562 2009-11-25  Juri Linkov  <juri@jurta.org>
10564         * man.el (Man-completion-table): Modify regexp to include
10565         section names to completion strings.  (Bug#3717)
10567 2009-11-25  Juri Linkov  <juri@jurta.org>
10569         Search recursively in gzipped files.  (Bug#4982)
10571         * progmodes/grep.el (grep-highlight-matches): Add new options
10572         `always' and `auto'.  Doc fix.
10573         (grep-process-setup): Check `grep-highlight-matches' for
10574         `auto-detect' to determine the need to compute grep defaults.
10575         Move Windows/DOS specific --colors settings handling
10576         to `grep-compute-defaults'.  Check `grep-highlight-matches'
10577         to get the value of "--color=".
10578         (grep-compute-defaults): Compute `grep-highlight-matches' when it
10579         has the value `auto-detect'.  Move Windows/DOS specific settings
10580         from `grep-process-setup'.
10581         (zrgrep): New command with alias `rzgrep'.
10583 2009-11-25  Juri Linkov  <juri@jurta.org>
10585         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
10586         to nil instead of switching off view-mode.  (Bug#4896)
10588 2009-11-25  Juri Linkov  <juri@jurta.org>
10590         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
10592         * mwheel.el (mwheel-scroll-up-function)
10593         (mwheel-scroll-down-function): New defvars.
10594         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
10595         `scroll-up', and `mwheel-scroll-down-function' instead of
10596         `scroll-down'.
10598         * doc-view.el (doc-view-scroll-up-or-next-page)
10599         (doc-view-scroll-down-or-previous-page): Add optional ARG.
10600         Use this ARG in the call to image-scroll-up/image-scroll-down.
10601         Change `interactive' spec to "P".  Goto next/previous page only
10602         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
10603         SPC/DEL case).  Doc fix.
10604         (doc-view-next-line-or-next-page)
10605         (doc-view-previous-line-or-previous-page): Rename arg to ARG
10606         for consistency.
10607         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
10608         `doc-view-scroll-up-or-next-page', and buffer-local
10609         `mwheel-scroll-down-function' to
10610         `doc-view-scroll-down-or-previous-page'.
10612 2009-11-25  Juri Linkov  <juri@jurta.org>
10614         Provide additional default values (directories at other Dired
10615         windows) via M-n in the minibuffer of some Dired commands.
10617         * dired-aux.el (dired-diff, dired-compare-directories)
10618         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
10619         `minibuffer-default' in `minibuffer-with-setup-hook'.
10620         (dired-dwim-target-directory): Find a window that displays Dired
10621         buffer instead of failing when the next window is not Dired.
10622         Use `get-window-with-predicate' to find for the next Dired window.
10623         (dired-dwim-target-defaults): New function.
10625         * ediff-util.el (ediff-read-file-name):
10626         Use `dired-dwim-target-defaults' to set `minibuffer-default'
10627         in `minibuffer-with-setup-hook'.
10629 2009-11-25  Juri Linkov  <juri@jurta.org>
10631         Provide additional default values (file name at point or at the
10632         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
10634         * minibuffer.el (read-file-name-defaults): New function.
10635         (read-file-name): Reset `minibuffer-default' to nil when
10636         it duplicates initial input `insdef'.
10637         Bind `minibuffer-default-add-function' to lambda that
10638         calls `read-file-name-defaults' in `minibuffer-selected-window'.
10639         (minibuffer-insert-file-name-at-point): New command.
10641         * files.el (file-name-at-point-functions): New defcustom.
10642         (find-file-default): Remove defvar.
10643         (find-file-read-args): Don't use `find-file-default'.
10644         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
10645         to `read-file-name'.
10646         (find-file-literally): Use `read-file-name' with
10647         `confirm-nonexistent-file-or-buffer'.
10649         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
10651         * dired.el (dired-read-dir-and-switches):
10652         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
10653         to `read-file-name'.
10654         (dired-file-name-at-point): New function.
10655         (dired-mode): Add hook `dired-file-name-at-point' to
10656         `file-name-at-point-functions'.
10658 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10660         Really make the *Completions* window soft-dedicated (bug#5030).
10661         * window.el (window--display-buffer-2): Add `dedicated' argument.
10662         (display-buffer): Pass it when needed so the dedicated flag is set
10663         after calling set-window-buffer, which would otherwise reset it.
10665 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10667         * progmodes/meta-mode.el (meta-complete-symbol):
10668         * progmodes/etags.el (complete-tag):
10669         * mail/mailabbrev.el (mail-abbrev-complete-alias):
10670         Use completion-in-region.
10672         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
10673         (dabbrev-completion): Use completion-in-region.
10674         (dabbrev--abbrev-at-point): Simplify regexp.
10676         * abbrev.el (abbrev--before-point): Use word-motion functions
10677         if :regexp is not specified (bug#5031).
10679         * subr.el (string-prefix-p): New function.
10681         * man.el (Man-completion-cache): New var.
10682         (Man-completion-table): Use it.
10684         * vc.el (vc-print-log-internal): Make `limit' optional for better
10685         compatibility (e.g. with vc-annotate.el).
10687 2009-11-24  Kevin Ryde  <user42@zip.com.au>
10689         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
10690         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
10692         * emacs-lisp/elint.el (elint-add-required-env): Better error message
10693         when .el source file not found or other error.
10695 2009-11-24  Markus Triska  <markus.triska@gmx.at>
10697         * linum.el (linum-update-window): Ignore intangible (bug#4996).
10699 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10701         Handle the [back] button properly (bug#4979).
10702         * descr-text.el (describe-text-properties): Add a `buffer' argument.
10703         Use help-setup-xref, help-buffer, and with-help-window.
10704         (describe-char): Add `buffer' argument.
10705         Pass proper command to help-setup-xref.  Don't meddle with
10706         help-xref-stack-item directly.
10707         (describe-text-category): Use with-help-window and help-buffer.
10709         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
10710         for the displayed buffer (bug#4887).
10712         * man.el (Man-completion-table): New function.
10713         (man): Use it.
10715 2009-11-24  David Reitter  <david.reitter@gmail.com>
10717         * vc-git.el (vc-git-registered): Use checkout directory (where
10718         .git is) rather than the file's directory and a relative path spec
10719         to work around a bug in git.
10721 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
10723         Improve handling of processes on remote hosts.
10725         * eshell/esh-util.el (eshell-path-env): New defvar.
10726         (eshell-parse-colon-path): New defun.
10727         (eshell-file-attributes): Use `eshell-parse-colon-path'.
10729         * eshell/esh-ext.el (eshell-search-path):
10730         Use `eshell-parse-colon-path'.
10731         (eshell-remote-command): Remove argument HANDLER.
10732         (eshell-external-command): Check for FTP remote connection.
10734         * eshell/esh-proc.el (eshell-gather-process-output):
10735         Use `file-truename', in order to start also symlinked files.
10736         Apply `start-file-process' instead of `start-process'.
10737         Shorten `command' to the local file name part.
10739         * eshell/em-cmpl.el (eshell-complete-commands-list):
10740         Use `eshell-parse-colon-path'.
10742         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
10744         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
10745         to `eshell-directory-change-hook'.
10747 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
10749         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
10750         because it could be enabled automatically if view-read-only is non-nil.
10752 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
10754         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
10755         made on 2009-11-22.
10757 2009-11-24  Glenn Morris  <rgm@gnu.org>
10759         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
10760         deleted variable bookmark-bmenu-bookmark-column.
10762 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10764         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
10766 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
10768         * net/browse-url.el (browse-url-filename-alist): On Windows, add
10769         two slashes to the "file:" prefix.
10770         (browse-url-file-url): De-munge Cygwin filenames before passing
10771         them to Windows browser.
10772         (browse-url-default-windows-browser): Use call-process.
10774 2009-11-23  Juri Linkov  <juri@jurta.org>
10776         Implement DocView Continuous mode.  (Bug#4896)
10777         * doc-view.el (doc-view-continuous-mode): New defcustom.
10778         (doc-view-mode-map): Bind C-n/<down> to
10779         `doc-view-next-line-or-next-page', C-p/<up> to
10780         `doc-view-previous-line-or-previous-page'.
10781         (doc-view-next-line-or-next-page)
10782         (doc-view-previous-line-or-previous-page): New commands.
10784 2009-11-23  Juri Linkov  <juri@jurta.org>
10786         Implement Isearch in comint input history.  (Bug#3746)
10787         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
10788         `isearch-mode-hook'.
10789         (comint-history-isearch): New defcustom.
10790         (comint-history-isearch-backward)
10791         (comint-history-isearch-backward-regexp): New commands.
10792         (comint-history-isearch-message-overlay): New buffer-local variable.
10793         (comint-history-isearch-setup, comint-history-isearch-end)
10794         (comint-goto-input, comint-history-isearch-search)
10795         (comint-history-isearch-message, comint-history-isearch-wrap)
10796         (comint-history-isearch-push-state)
10797         (comint-history-isearch-pop-state): New functions.
10799 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
10801         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
10802         return.
10803         (tramp-handle-make-symbolic-link)
10804         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
10805         Quote file names.
10806         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
10807         (tramp-handle-process-file): Use it.
10809 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10811         * window.el (move-to-window-line-last-op): Remove.
10812         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
10814 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
10816         Make M-r mirror the new cycling behavior of C-l.
10817         * window.el (move-to-window-line-last-op): New var.
10818         (move-to-window-line-top-bottom): New command.
10819         (global-map): Bind M-r move-to-window-line-top-bottom.
10821 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
10823         * dired-x.el (dired-guess-shell-alist-default):
10824         Support xz format.  (Bug#4953)
10826 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
10828         * emulation/viper-cmd.el: Use viper-last-command-char instead of
10829         last-command-char/last-command-event.
10830         (viper-prefix-arg-value): Do correct conversion of event-char for
10831         XEmacs.
10833         * emulation/viper-util.el, emulation/viper.el:
10834         Use viper-last-command-char instead of
10835         last-command-char/last-command-event.
10837         * ediff-init.el, ediff-mult.el, ediff-util.el:
10838         Replace last-command-char and last-command-event
10839         with (ediff-last-command-char) everywhere.
10841         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
10842         created in fundamental mode.
10844         * ediff.el (ediff-version): Revert the change of interactive-p to
10845         called-interactively-p.
10847 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
10849         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
10850         generation from word-movement command names.
10852 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
10854         * cus-start.el (all): Add native condition for font-use-system-font.
10856 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
10858         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
10859         Correct the patch from 2009-11-18.  (Bug#3910)
10861 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
10863         * progmodes/subword.el: Rename from lisp/subword.el.
10865         * subword.el: Rename to progmodes/subword.el.
10867         * Makefile.in (ELCFILES): Adapt to subword.el move.
10869 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10870             Stefan Monnier  <monnier@iro.umontreal.ca>
10872         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
10873         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
10874         (bookmark-bmenu-show-filenames): Use push.
10875         (bookmark-bmenu-hide-filenames): Use local var instead of
10876         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
10877         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
10878         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
10879         filenames now that the bookmark names are always available.
10881 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10883         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
10884         (bookmark-search-pattern): Move and leave unbound.
10885         (bookmark-bmenu-mode-map): Change binding.
10886         (bookmark-read-search-input): Simplify.
10887         Don't use text-char-description.  Don't error on non-char events.
10888         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
10889         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
10890         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
10891         Use a local var for the timer.
10892         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
10893         (i.e. bookmark-bmenu-search).
10895 2009-11-21  Glenn Morris  <rgm@gnu.org>
10897         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
10899 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
10901         * net/browse-url.el (browse-url-default-windows-browser):
10902         Use cygstart for cygwin.
10904 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
10906         * bookmark.el: Formatting and doc fixes only:
10907         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
10908         (bookmark-bmenu-search): Wrap to fit within 80 columns.
10909         Minor grammar and punctuation fixes in doc string.
10910         (bookmark-read-search-input): Adjust to fit within 80 columns.
10912 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
10914         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
10915         (c-backward-into-nomenclature): Adapt to subword renaming.
10917         * subword.el (subword-forward, subword-backward, subword-mark)
10918         (subword-kill, subword-backward-kill, subword-transpose)
10919         (subword-downcase, subword-upcase, subword-capitalize)
10920         (subword-forward-internal, subword-backward-internal):
10921         Rename from forward-subword, backward-subword, mark-subword,
10922         kill-subword, backward-kill-subword, transpose-subwords,
10923         downcase-subword, upcase-subword, capitalize-subword,
10924         forward-subword-internal, backward-subword-internal.
10926 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10928         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
10929         New options.
10930         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
10931         New vars.
10932         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
10933         (bookmark-bmenu-filter-alist-by-regexp)
10934         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
10935         (bookmark-bmenu-search): New command.
10936         (bookmark-bmenu-mode-map): Bind it.
10938 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
10940         * progmodes/cc-cmds.el: declare-functioned forward-subword and
10941         backward-subword to quit the byte-compiler.
10943         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
10945         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
10947         * progmodes/cc-cmds.el (c-update-modeline)
10948         (c-forward-into-nomenclature, c-backward-into-nomenclature):
10949         Refer to subword.el functions instead of cc-subword.el.
10951         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
10952         subword.el functions instead of cc-subword.el.
10954         * progmodes/cc-subword.el: Rename to subword.el.
10955         * subword.el: Rename from progmodes/cc-subword.el.
10956         (subword-mode-map): Rename from c-subword-mode-map.
10957         (subword-mode): Rename from c-subword-mode.
10958         (global-subword-mode): New global minor mode.
10959         (forward-subword): Rename from c-forward-subword.
10960         (backward-subword): Rename from c-backward-subword.
10961         (mark-subword): Rename from c-mark-subword.
10962         (kill-subword): Rename from c-kill-subword.
10963         (backward-kill-subword): Rename from c-backward-kill-subword.
10964         (transpose-subwords): Rename from c-tranpose-subword.
10965         (downcase-subword): Rename from c-downcase-subword.
10966         (capitalize-subword): Rename from c-capitalize-subword.
10967         (forward-subword-internal): Rename from c-forward-subword-internal.
10968         (backward-subword-internal): Rename from c-backward-subword-internal.
10970 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
10972         * vc.el (vc-deduce-fileset): Allow non-state changing operations
10973         from a dired buffer.
10974         (vc-dired-deduce-fileset): New function.
10975         (vc-root-diff, vc-print-root-log): Use it.
10977         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
10978         nil LIMIT argument to vc-print-log-internal.
10980 2009-11-20  Glenn Morris  <rgm@gnu.org>
10982         * Makefile.in (ELCFILES): Regenerate.
10984 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
10986         * calc/calc.el (calc-set-mode-line):
10987         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10988         (math-format-number): Rename `math-format-complement-signed' to
10989         `math-format-twos-complement'.
10991         * calc/calc-bin.el (math-format-twos-complement): Rename from
10992         math-format-complement-signed.
10993         (calc-radix): Rename `calc-complement-signed-mode' to
10994         `calc-twos-complement-mode'.
10995         (calc-octal-radix, calc-hex-radix): Add an argument for
10996         two's complement.
10998         * calc/calc-embed.el (calc-embedded-mode-vars):
10999         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
11001         * calc/calc-ext.el (calc-init-extensions):
11002         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
11003         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
11005         * calc/calc-units.el (math-build-units-table-buffer):
11006         Let `calc-twos-complement-mode' be nil.
11008         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
11009         entries.
11011         * calc/calc-vec.el (calcFunc-vunpack):
11012         * calc/calc-aent.el (calc-do-calc-eval):
11013         * calc/calc-forms.el (math-format-date):
11014         * calc/calc-graph.el (calc-graph-plot):
11015         * calc/calc-math.el (math-use-emacs-fn):
11016         * calc/calccomp.el (math-compose-expr):
11017         Let `calc-twos-complement-mode' be nil.
11019 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11021         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
11022         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
11023         * minibuffer.el (completion-in-region-functions): New hook.
11024         (completion-in-region): New function.
11025         * emacs-lisp/lisp.el (lisp-complete-symbol):
11026         * pcomplete.el (pcomplete-std-complete): Use it.
11028 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11030         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
11031         (latex-complete-alist): New vars.
11032         (latex-string-prefix-p, latex-complete-bibtex-keys)
11033         (latex-complete-envnames, latex-complete-refkeys)
11034         (latex-complete-data): New functions.
11035         (latex-complete, latex-indent-or-complete): New commands.
11037         * window.el (display-buffer-mark-dedicated): New var.
11038         (display-buffer): Obey it.
11039         * minibuffer.el (minibuffer-completion-help): Use it.
11041         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
11043         * filecache.el (file-cache-add-file): Use push and cons.
11044         (file-cache-delete-file-regexp): Use push.
11045         (file-cache-complete): Use completion-in-region.
11047         * simple.el (with-wrapper-hook): Fix thinko.
11049         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
11050         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
11051         Use with-current-buffer and string-to-number.
11052         (hfy-fallback-colour-values): Use assoc-string.
11053         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
11054         (hfy-face-at): Remove unused var `found-face'.
11055         (hfy-compile-stylesheet): Remove unused var `css'.
11056         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
11057         and `orig-buffer'.
11058         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
11059         Use with-current-buffer.
11060         (hfy-text-p): Use expand-file-name and fewer setq.
11062 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
11064         * htmlfontify.el, hfy-cmap.el: New files.
11066 2009-11-19  Juri Linkov  <juri@jurta.org>
11068         * minibuffer.el (completions-format): New defcustom.
11069         (completion--insert-strings): Implement vertical format.
11071         * simple.el (switch-to-completions): Move point to the first
11072         completion when point was at the beginning of the buffer.
11074 2009-11-19  Juri Linkov  <juri@jurta.org>
11076         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
11078         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
11080 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
11082         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
11083         (mail-signature): Change default to t.
11084         (mail-from-style): Deprecate `system-default' value.
11085         (mail-insert-from-field): For default value of mail-from-style,
11086         default to `angles' unless `angles' needs quoting and `parens'
11087         does not.
11088         (mail-citation-prefix-regexp): Use citation regexp from
11089         message-mode.
11091 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
11093         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
11094         Set variables for computing the prompt for reading password.
11096 2009-11-19  Glenn Morris  <rgm@gnu.org>
11098         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
11100         * textmodes/flyspell.el (sgml-lexical-context): Declare.
11102         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
11103         (newsticker-treeview-listwindow-height): Fix custom type.
11105 2009-11-19  Kenichi Handa  <handa@m17n.org>
11107         * descr-text.el (describe-char-padded-string): Compose with TAB
11108         only if there's a font for CH.
11109         (describe-char): Fix the condition for detecting a trivial composition.
11111 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
11113         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
11114         more accurate version of the regexp.  (Bug#3910)
11116 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
11118         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
11120 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
11122         * font-setting.el (font-use-system-font): Declare for byte-compiler.
11123         (font-setting-change-default-font): Fix typo in docstring.
11125 2009-11-18  Alan Mackenzie  <acm@muc.de>
11127         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
11129 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
11131         * font-setting.el (font-use-system-font): Move ...
11133         * cus-start.el (all): ... to here.
11135 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
11137         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
11138         Don't set `ad-return-value' if `ad-do-it' doesn't.
11140         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
11141         modification time.
11143 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
11145         * menu-bar.el: Put "Use system font" in Option-menu.
11146         (menu-bar-options-save): Add font-use-system-font.
11148         * loadup.el: If feature system-font-setting or font-render-setting is
11149         there, load font-setting.
11151         * Makefile.in (ELCFILES): Add font-settings.el.
11152         * font-setting.el: New file.
11154 2009-11-17  Glenn Morris  <rgm@gnu.org>
11156         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
11158         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
11159         Preserve point in the list buffer.  (Bug#4939)
11160         Use point-at-eol.
11161         (newsticker--treeview-list-update-highlight)
11162         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
11164 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
11166         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
11167         Remove.
11169         * calc/calc-ext.el (calc-init-extensions): Remove references to
11170         symclip.
11172         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
11174         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
11175         * calc/calc-help.el (calc-b-prefix-help): Remove references to
11176         `calc-symclip'.
11178 2009-11-16  Kevin Ryde  <user42@zip.com.au>
11180         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11181         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
11183         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
11184         (lm-keywords-list): Allow comma-only separator like "foo,bar".
11185         Ignore trailing spaces by omit-nulls to split-string (fixing
11186         regression from Emacs 21 due to the incompatible split-string
11187         change).  (Bug #4928.)
11189 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
11191         * vc.el (vc-log-show-limit): Default to 2000.
11192         (vc-print-log-internal): Insert buttons to request more entries
11193         when limiting the output.
11195         * vc-sccs.el (vc-sccs-print-log):
11196         * vc-rcs.el (vc-rcs-print-log):
11197         * vc-cvs.el (vc-cvs-print-log):
11198         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
11199         LIMIT is non-nil.
11201 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
11203         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
11204         error when `tramp-gvfs-dbus-event-vector' is set.
11205         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
11207 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11209         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
11211 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
11213         * net/dbus.el (dbus-unregister-service): New defun.
11214         (dbus-register-property): Register the handlers of
11215         "org.freedesktop.DBus.Properties" for SERVICE.
11216         (dbus-property-handler): Fix docstring.
11218 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11220         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
11221         Quote doc string reference in defvaralias as it is not in special form.
11222         (byte-compile-output-docform): Doc fix.
11224 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
11226         * calc/calc.el (math-2-word-size, math-half-2-word-size)
11227         (calc-complement-signed-mode): New variables.
11228         (calc-set-mode-line): Add indicator for twos-complements.
11229         (math-format-number): Format twos-complement notation.
11231         * calc/calc-bin.el (calc-word-size): Reset the variables
11232         `math-2-word-size' and `math-half-2-word-size'.
11233         (math-format-complement-signed, math-symclip, calcFunc-symclip)
11234         (calc-symclip): New functions.
11236         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
11238         * calc/calc-embed.el (calc-embedded-mode-vars):
11239         Add `calc-complement-signed-mode' to the list of modes.
11241         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
11242         (calc-b-oper-keys): Add `calc-symclip' to list.
11244         * calc/calc-ext.el (math-read-number-fancy): Read complement
11245         signed numbers.
11246         (calc-init-extensions): Add binding for `calc-symclip'.
11247         Add autoload for `calcFunc-symclip' and `calc-symclip'.
11249         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
11250         `calc-symclip'.
11251         (calc-modes-menu): Add item for twos complement mode.
11253         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
11255 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
11257         * register.el (jump-to-register, insert-register): Handle Semantic
11258         tags.  From commented-out advice in semantic/senator.el.
11260 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
11262         * vc.el (vc-log-show-limit): New variable.
11263         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
11264         when using a prefix argument.
11265         (vc-print-log-internal): Add new argument LIMIT.
11267         * vc-svn.el (vc-svn-print-log):
11268         * vc-mtn.el (vc-mtn-print-log):
11269         * vc-hg.el (vc-hg-print-log):
11270         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
11271         pass it to the log command when set.  Make the BUFFER argument
11272         non-optional.
11274         * vc-sccs.el (vc-sccs-print-log):
11275         * vc-rcs.el (vc-rcs-print-log):
11276         * vc-git.el (vc-git-print-log):
11277         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
11278         ignore it.  Make the BUFFER argument non-optional
11280         * bindings.el (mode-line-buffer-identification): Do not purecopy.
11282 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
11284         * dired.el (dired-mode-map): Move encryption items to "Operate"
11285         menu (Bug#4703).
11287         * strokes.el (strokes-update-window-configuration): Make strokes
11288         buffer current before erasing (Bug#4906).
11290 2009-11-15  Juri Linkov  <juri@jurta.org>
11292         * simple.el (set-mark-default-inactive): Add :type, :group
11293         and :version.  (Bug#4876)
11295 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
11297         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
11298         (archive-unique-fname): ... here.  (Bug#4929)
11300 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11302         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
11303         with a real fix.
11305         * novice.el (disabled-command-function): Add useful args.
11306         Setup the help buffer so that [back] works.
11307         Remove redundant call to help-mode.
11308         (disabled-command-function): Use `case'.
11309         (en/disable-command): New function extracted from enable-command.
11310         (enable-command, disable-command): Use it.
11312 2009-11-14  Glenn Morris  <rgm@gnu.org>
11314         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
11315         constants.  (Bug#4913)
11317         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
11319 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
11321         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
11322         defined in C that have no doc-strings.  (Bug#1063)
11324 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
11326         * cus-edit.el (data, files):
11327         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
11329 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
11331         * simple.el (shell-command): Doc fix (Bug#4891).
11333         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
11335 2009-11-14  Glenn Morris  <rgm@gnu.org>
11337         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
11338         statements for vc-diff, emerge-quit, and rmail-cease-edit.
11339         If they are already loaded, eval-after-load will do the right thing.
11341         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
11342         compiling.
11344         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
11346         * simple.el (x-selection-owner-p): Declare.
11347         (read-mail-command): Use custom radio type rather than choice.
11348         (completion-no-auto-exit): Doc fix.
11350         * custom.el (defgroup):
11351         * epg-config.el (epg): Doc fixes.
11353 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
11355         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
11356         * international/ccl.el (define-ccl-program): Do not purecopy the
11357         docstring, defconst does it anyway.
11359 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11361         * add-log.el (add-change-log-entry): Avoid displaying the changelog
11362         a second time.
11364         * x-dnd.el (x-dnd-maybe-call-test-function):
11365         * window.el (split-window-vertically):
11366         * whitespace.el (whitespace-help-on):
11367         * vc-rcs.el (vc-rcs-consult-headers):
11368         * userlock.el (ask-user-about-lock-help)
11369         (ask-user-about-supersession-help):
11370         * type-break.el (type-break-force-mode-line-update):
11371         * time-stamp.el (time-stamp-conv-warn):
11372         * terminal.el (te-set-output-log, te-more-break, te-filter)
11373         (te-sentinel, terminal-emulator):
11374         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
11375         (term-write-input-ring, term-check-source, term-start-output-log):
11376         (term-display-buffer-line, term-dynamic-list-completions):
11377         (term-ansi-make-term, serial-term):
11378         * subr.el (selective-display):
11379         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
11380         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
11381         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
11382         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
11383         (speedbar-remove-localized-speedbar-support)
11384         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
11385         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
11386         (speedbar-buffers-line-directory):
11387         * simple.el (shell-command-on-region, append-to-buffer)
11388         (prepend-to-buffer):
11389         * shadowfile.el (shadow-save-todo-file):
11390         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
11391         (scroll-bar-maybe-set-window-start):
11392         * sb-image.el (speedbar-image-dump):
11393         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
11394         (load-save-place-alist-from-file):
11395         * ps-samp.el (ps-print-message-from-summary):
11396         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
11397         (ps-background-image, ps-begin-job, ps-do-despool):
11398         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
11399         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
11400         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
11401         (pr-call-process, pr-file-list, pr-interface-save):
11402         * novice.el (disabled-command-function)
11403         (enable-command, disable-command):
11404         * mouse.el (mouse-buffer-menu-alist):
11405         * mouse-copy.el (mouse-kill-preserving-secondary):
11406         * macros.el (kbd-macro-query):
11407         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
11408         * informat.el (batch-info-validate):
11409         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
11410         * hippie-exp.el (try-expand-dabbrev-visible):
11411         * help-mode.el (help-make-xrefs):
11412         * help-fns.el (describe-variable):
11413         * generic-x.el (bat-generic-mode-run-as-comint):
11414         * finder.el (finder-mouse-select):
11415         * find-dired.el (find-dired-sentinel):
11416         * filesets.el (filesets-file-close):
11417         * files.el (list-directory):
11418         * faces.el (list-faces-display, describe-face):
11419         * facemenu.el (list-colors-display):
11420         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
11421         * epg.el (epg--process-filter, epg-cancel):
11422         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
11423         (epa--read-signature-type):
11424         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
11425         (emerge-file-names):
11426         * ehelp.el (electric-helpify):
11427         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
11428         * ediff-vers.el (rcs-ediff-view-revision):
11429         * ediff-util.el (ediff-setup):
11430         * ediff-mult.el (ediff-append-custom-diff):
11431         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
11432         (ediff-wordify):
11433         * echistory.el (Electric-command-history-redo-expression):
11434         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11435         * disp-table.el (describe-display-table):
11436         * dired.el (dired-find-buffer-nocreate):
11437         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
11438         * dabbrev.el (dabbrev--same-major-mode-p):
11439         * chistory.el (list-command-history):
11440         * apropos.el (apropos-documentation):
11441         * allout.el (allout-obtain-passphrase):
11442         (allout-copy-exposed-to-buffer):
11443         (allout-verify-passphrase): Use with-current-buffer.
11445 2009-11-13  Glenn Morris  <rgm@gnu.org>
11447         * Makefile.in (ELCFILES): Regenerate.
11449 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
11451         * net/dbus.el (dbus-registered-objects-table): Rename from
11452         `dbus-registered-functions-table', because it contains also properties.
11453         (dbus-unregister-object): Unregister also properties.
11454         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
11455         Use a timeout of 500 msec, in order to not block.
11456         (dbus-register-property, dbus-property-handler): New defuns.
11458 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11460         * simple.el (minibuffer-default-add-completions): Drop deprecated
11461         4th arg.
11463 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
11465         * textmodes/artist.el (artist-mouse-choose-operation):
11466         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
11467         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
11468         (artist-compute-up-event-key): New function.
11469         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
11471 2009-11-13  Kenichi Handa  <handa@m17n.org>
11473         * language/japan-util.el: Make sure that the value of jisx0208
11474         property is jisx0208 character.
11476 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
11478         * international/mule.el (auto-coding-regexp-alist): Only purecopy
11479         car or each item, not the whole list.
11481 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11483         * minibuffer.el (minibuffer-completion-help):
11484         Use minibuffer-hide-completions.
11486 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
11488         * dired.el (dired-save-positions, dired-restore-positions): New funs.
11489         (dired-revert): Use them (bug#4880).
11491 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
11493         * tooltip.el (tooltip-frame-parameters): Undo previous change.
11495 2009-11-12  Juri Linkov  <juri@jurta.org>
11497         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
11498         New functions.
11499         (find-file-literally-at-point): Alias of `ffap-literally'.
11501 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
11503         * textmodes/ispell.el (ispell-skip-region-alist):
11504         * textmodes/css-mode.el (auto-mode-alist):
11505         * progmodes/compile.el (auto-mode-alist):
11506         * international/mule.el (ctext-non-standard-encodings-alist)
11507         (ctext-non-standard-encodings-regexp):
11508         * simple.el (shell-command-switch, text-read-only):
11509         * replace.el (occur-mode-map):
11510         * paths.el (rmail-file-name):
11511         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
11512         * find-file.el (ff-special-constructs):
11513         * files.el (file-name-handler-alist):
11514         * composite.el: Purecopy strings.
11516         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
11518 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
11520         * widget.el (define-widget): Purecopy the docstring.
11521         * international/mule-cmds.el (charset): Do not purecopy the
11522         docstring here, define-widget does it.
11524         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
11525         * textmodes/bibtex-style.el (auto-mode-alist):
11526         * progmodes/inf-lisp.el (inferior-lisp-prompt):
11527         * progmodes/compile.el (compile-command):
11528         * language/korea-util.el (default-korean-keyboard):
11529         * international/mule-conf.el (file-coding-system-alist):
11530         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
11531         * tooltip.el (tooltip-frame-parameters):
11532         * newcomment.el (comment-end, comment-padding):
11533         * dired.el (dired-trivial-filenames):
11534         * comint.el (comint-file-name-prefix): Purecopy initial values.
11536 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
11538         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
11539         (tramp-advice-minibuffer-electric-tilde): Unload advices via
11540         `tramp-unload'.
11541         (tramp-advice-make-auto-save-file-name)
11542         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
11543         after removing the advice.
11545 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
11547         * progmodes/grep.el (grep-regexp-alist):
11548         * international/mule-cmds.el (iso-2022-control-alist):
11549         * emacs-lisp/timer.el (timer-duration-words):
11550         * subr.el (version-separator, version-regexp-alist):
11551         * minibuffer.el (completion-styles-alist):
11552         * faces.el (face-attribute-name-alist, list-faces-sample-text):
11553         Change defvars to defconsts.
11555         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
11556         * loadup.el ("international/mule-conf"): Load the byte compiled version.
11557         * international/mule-conf.el: Allow to be byte compiled.
11559         * international/mule.el (define-charset): Purecopy props.
11560         (load-with-code-conversion): Purecopy doc string and file name.
11561         (put-charset-property): Purecopy strings.
11562         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
11564         * international/mule-cmds.el (register-input-method): Purecopy arguments.
11565         (define-char-code-property): Correctly purecopy the table.
11567         * international/ccl.el (define-ccl-program): Purecopy the docstring.
11569         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
11571         * subr.el (add-hook): Purecopy strings.
11572         (eval-after-load): Purecopy load-history-regexp and the form.
11574         * custom.el (custom-declare-group): Purecopy load-file-name.
11576         * subr.el (menu-bar-separator): New defconst.
11577         * net/eudc.el (eudc-tools-menu):
11578         * international/mule-cmds.el (set-coding-system-map)
11579         (mule-menu-keymap):
11580         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11581         * vc-hooks.el (vc-menu-map):
11582         * replace.el (occur-mode-map):
11583         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
11584         (menu-bar-edit-menu, menu-bar-goto-menu)
11585         (menu-bar-custom-menu, menu-bar-showhide-menu)
11586         (menu-bar-options-menu, menu-bar-tools-menu)
11587         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
11588         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
11589         (menu-bar-help-menu):
11590         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
11591         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
11593         * term/x-win.el (x-gtk-stock-map):
11594         * progmodes/vera-mode.el (auto-mode-alist):
11595         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
11596         (inferior-lisp-program, inferior-lisp-load-command):
11597         * progmodes/hideshow.el (hs-special-modes-alist):
11598         * progmodes/gud.el (same-window-regexps):
11599         * progmodes/grep.el (grep-program, find-program, xargs-program):
11600         * net/telnet.el (same-window-regexps):
11601         * net/rlogin.el (same-window-regexps):
11602         * language/ethiopic.el (font-ccl-encoder-alist):
11603         * vc-sccs.el (vc-sccs-master-templates):
11604         * vc-rcs.el (vc-rcs-master-templates):
11605         * subr.el (cl-assertion-failed):
11606         * simple.el (next-error-overlay-arrow-position):
11607         * lpr.el (lpr-command):
11608         * locate.el (locate-ls-subdir-switches):
11609         * info.el (same-window-regexps, info)
11610         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
11611         * image-mode.el (image-mode, auto-mode-alist):
11612         * hippie-exp.el (hippie-expand-ignore-buffers):
11613         * format.el (format-alist):
11614         * find-dired.el (find-ls-subdir-switches, find-grep-options)
11615         (find-name-arg):
11616         * facemenu.el (facemenu-keybindings):
11617         * dired.el (dired-listing-switches, dired-chown-program):
11618         * diff.el (diff-switches, diff-command):
11619         * cus-edit.el (same-window-regexps):
11620         * bindings.el (mode-line-mule-info)
11621         (mode-line-buffer-identification): Purecopy strings.
11623 2009-11-11  Juri Linkov  <juri@jurta.org>
11625         * simple.el (dired-get-filename) <declare-function>:
11626         Tell the byte-compiler about dired-get-filename.
11627         (shell-command): In Dired mode, get filename from the current line
11628         as the default value.
11630 2009-11-10  Glenn Morris  <rgm@gnu.org>
11632         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
11633         * calendar/holidays.el, progmodes/cperl-mode.el:
11634         Update x-popup-menu declarations.
11636         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
11637         (list-load-path-shadows): Use dolist.
11638         (list-load-path-shadows): Use with-current-buffer.
11640 2009-11-10  Juri Linkov  <juri@jurta.org>
11642         * minibuffer.el (read-file-name): Support a list of default values
11643         in `default-filename'.  Use the first file name where only one
11644         element is required.  Doc fix.
11646 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
11648         * net/dbus.el (dbus-unregister-object): Release service, if no
11649         other method is registered for it.
11651 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
11653         * bookmark.el (bookmark-completing-read): Sort bookmark names if
11654         bookmark-sort-flag is non-nil (Bug#4653).
11656 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
11658         * emulation/cua-base.el: Add CUA property to some CC mode commands
11659         (Bug#4100).
11661 2009-11-08  Kevin Ryde  <user42@zip.com.au>
11663         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
11664         at end of sentence (Bug#4818).
11666 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
11668         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11669         Handle "see declaration of" MSFT statements (Bug#4100).
11671 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
11673         * net/tramp.el (tramp-advice-make-auto-save-file-name)
11674         (tramp-advice-file-expand-wildcards): Unload via
11675         `ad-remove-advice'.
11677         * net/trampver.el: Update release number.
11679 2009-11-08  Kevin Ryde  <user42@zip.com.au>
11681         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
11682         `ad-do-it'.
11684 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
11686         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
11687         in order to keep context in SELinux.
11689 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
11691         * dired-aux.el (dired-query): Place cursor in echo area and allow
11692         C-g.
11694         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
11695         menu item if not on a directory (Bug#4701).
11697 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
11699         Sync with Tramp 2.1.17.
11701         * net/tramp.el (tramp-handle-copy-directory): Don't use
11702         `file-remote-p' (due to compatibility).
11704         * net/tramp-compat.el (tramp-compat-copy-directory)
11705         (tramp-compat-delete-directory): New defuns.
11707         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
11708         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
11709         `tramp-compat-delete-directory'.
11711         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
11712         (tramp-smb-handle-delete-directory): Use
11713         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
11715         * net/trampver.el: Update release number.
11717 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
11719         * tar-mode.el (tar-copy): Call write-region on the right buffer
11720         (Bug#4857).
11722         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
11723         by hand, if necessary (Bug#4878).
11725 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
11727         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
11728         align size column (Bug#4839).
11730         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
11731         statement.
11733 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11735         * progmodes/ld-script.el (auto-mode-alist):
11736         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
11738         * cus-face.el (custom-declare-face): Purecopy face spec.
11740 2009-11-06  Kenichi Handa  <handa@m17n.org>
11742         * international/uni-bidi.el: Re-generated.
11743         * international/uni-category.el: Re-generated.
11744         * international/uni-combining.el: Re-generated.
11745         * international/uni-mirrored.el: Re-generated.
11747 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11749         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
11750         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
11751         (tex-start-options, slitex-run-command, latex-run-command)
11752         (tex-run-command, tex-directory):
11753         * textmodes/ispell.el (ispell-html-skip-alists)
11754         (ispell-tex-skip-alists, ispell-tex-skip-alists):
11755         * textmodes/fill.el (adaptive-fill-first-line-regexp):
11756         (adaptive-fill-regexp):
11757         * textmodes/dns-mode.el (auto-mode-alist):
11758         * progmodes/python.el (interpreter-mode-alist):
11759         * progmodes/etags.el (tags-compression-info-list):
11760         * progmodes/etags.el (tags-file-name):
11761         * net/browse-url.el (browse-url-galeon-program)
11762         (browse-url-firefox-program):
11763         * mail/sendmail.el (mail-signature-file)
11764         (mail-citation-prefix-regexp):
11765         * international/mule-conf.el (eight-bit):
11766         * international/latexenc.el (latex-inputenc-coding-alist):
11767         * international/fontset.el (x-pixel-size-width-font-regexp):
11768         * emacs-lisp/warnings.el (warning-type-format):
11769         * emacs-lisp/trace.el (trace-buffer):
11770         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
11771         (emacs-lisp-mode-map):
11772         * calendar/holidays.el (holiday-solar-holidays)
11773         (holiday-bahai-holidays, holiday-islamic-holidays)
11774         (holiday-christian-holidays, holiday-hebrew-holidays)
11775         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
11776         (hebrew-holidays-1, holiday-oriental-holidays)
11777         (holiday-general-holidays):
11778         * x-dnd.el (x-dnd-known-types):
11779         * tool-bar.el (tool-bar):
11780         * startup.el (site-run-file):
11781         * shell.el (shell-dumb-shell-regexp):
11782         * rfn-eshadow.el (file-name-shadow-tty-properties)
11783         (file-name-shadow-properties):
11784         * paths.el (remote-shell-program, news-directory):
11785         * mouse.el ([C-down-mouse-3]):
11786         * menu-bar.el (menu-bar-tools-menu):
11787         * jka-cmpr-hook.el (jka-compr-load-suffixes)
11788         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
11789         (jka-compr-compression-info-list):
11790         * isearch.el (search-whitespace-regexp):
11791         * image-file.el (image-file-name-extensions):
11792         * find-dired.el (find-ls-option):
11793         * files.el (directory-listing-before-filename-regexp)
11794         (directory-free-space-args, insert-directory-program)
11795         (list-directory-brief-switches, magic-fallback-mode-alist)
11796         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
11797         (automount-dir-prefix):
11798         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
11799         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
11800         (face-font-registry-alternatives, face-font-registry-alternatives)
11801         (face-font-family-alternatives):
11802         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
11803         (facemenu-foreground-menu, facemenu-face-menu):
11804         * epa-hook.el (epa-file-name-regexp):
11805         * dnd.el (dnd-protocol-alist):
11806         * textmodes/rst.el (auto-mode-alist):
11807         * button.el (default-button): Purecopy strings.
11809 2009-11-06  Glenn Morris  <rgm@gnu.org>
11811         * Makefile.in (ELCFILES): Update.
11813 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11815         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
11816         * emacs-lisp/levents.el: Move to obsolete/levents.el.
11818         * nxml/xsd-regexp.el (xsdre-gen-categories):
11819         * nxml/xmltok.el (xmltok-parse-entity):
11820         * nxml/rng-parse.el (rng-parse-validate-file):
11821         * nxml/rng-maint.el (rng-format-manual)
11822         (rng-manual-output-force-new-line):
11823         * nxml/rng-loc.el (rng-save-schema-location-1):
11824         * nxml/rng-cmpct.el (rng-c-parse-file):
11825         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
11826         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
11828 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
11830         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
11831         Remove extra save-excursions and make-variable-buffer-local's.
11832         Suggested by Stefan Monnier.
11834         (verilog-getopt-file, verilog-module-inside-filename-p)
11835         (verilog-set-define): Merge GNU 1.35 and repair changes from
11836         switching to using with-current-buffer.
11838         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
11839         being treated as a number and confusing AUTORESET.
11840         Reported by Dan Dever.
11842         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
11843         Add verilog-auto-ignore-concat to fix backward compatibility with
11844         older verilog-modes.  Reported by Dan Katz.
11846         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
11847         containing closing anchors "...$".
11849         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
11850         Reported by Wade Smith.
11852         (verilog-batch-execute-func): Comment on function usage.
11854 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
11856         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
11857         for labels.
11859         (verilog-label-re, verilog-calc-1): Support proper indent of named
11860         asserts.
11862         (verilog-backward-token, verilog-basic-complete-re)
11863         (verilog-beg-of-statement, verilog-indent-re): Support proper
11864         indent of the assert statement at the beginning of a block of text.
11866         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
11867         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
11868         tokens as begins.
11870 2009-11-05  Glenn Morris  <rgm@gnu.org>
11872         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
11873         Emacs 19.  (Bug#1531)
11874         (byte-compile-fix-header): Update for the above change.
11875         Drop test for epoch::version.
11877         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
11878         * cus-dep.el (custom-make-dependencies):
11879         * finder.el (finder-compile-keywords):
11880         Use autoload-rubric's feature argument.
11882         * calendar/diary-lib.el (top-level): Make load behave more like require.
11884         * vc-git.el (vc-git-stash-map): Move definition before use.
11886 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
11888         * custom.el (custom-declare-group): Purecopy standard-value.
11889         (custom-declare-group): Purecopy custom-prefix.
11891         * international/mule.el (load-with-code-conversion):
11892         Call do-after-load-evaluation unconditionally.
11894         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
11896 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11898         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
11900 2009-11-04  Glenn Morris  <rgm@gnu.org>
11902         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
11903         (byte-compile-compatibility): Remove option.
11904         (byte-compile-close-variables, byte-compile-fix-header)
11905         (byte-compile-insert-header, byte-compile-output-docform)
11906         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
11907         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
11908         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
11909         (byte-compile-insert, byte-compile-defun):
11910         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
11911         (byte-defop-compiler19): Remove.
11912         Without byte-compile-compatibility, the 'emacs19-opcode property is not
11913         used by anything.  Replace all calls with byte-defop-compiler.
11915 2009-11-04  Juri Linkov  <juri@jurta.org>
11917         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
11918         (menu-bar-options-menu): Don't quote the `prop' arg of
11919         `menu-bar-make-mm-toggle'.
11921 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
11923         * calendar/calendar.el (cal-loaddefs):
11924         * calendar/diary-lib.el (diary-loaddefs):
11925         * calendar/holidays.el (hol-loaddefs):
11926         * eshell/esh-module.el (esh-groups): Load rather than require.
11928 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11930         * calendar/todo-mode.el (todo-add-category): Don't hardcode
11931         point-min==1.
11932         (todo-top-priorities): Only display-buffer when called interactively.
11933         (todo-item-start): Don't save excursion point.
11934         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
11935         (todo-insert-item-here, todo-file-item, todo-remove-item):
11936         Adjust uses of todo-item-start and todo-item-end.
11938         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
11939         (autoload-rubric): Don't use any more.
11941         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
11942         and only put a prop if it is non-nil.
11944 2009-11-03  Juri Linkov  <juri@jurta.org>
11946         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
11947         (menu-bar-options-menu): Fix list quoting (Bug#4429).
11949         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
11950         and "Menu" to make top-level menu item visually one unit (like
11951         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
11952         multi-word menu items).  Fix :help string for quit-window.
11954 2009-11-03  Glenn Morris  <rgm@gnu.org>
11956         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
11957         (byte-compile-file-form-define-abbrev-table)
11958         (byte-compile-file-form-custom-declare-variable)
11959         (byte-compile-variable-ref, byte-compile-defvar):
11960         Whether or not a warning is enabled should only affect whether we issue
11961         the warning, not whether or not we collect the relevant data.
11962         Eg warnings can be turned on and off throughout the course of a file.
11964         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
11965         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
11967 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11969         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
11970         * play/mpuz.el (mpuz-create-buffer):
11971         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
11972         (lm-print-y,s,noise, lm-print-w0, lm-init):
11973         * play/gomoku.el (gomoku-prompt-for-move):
11974         * play/fortune.el (fortune-in-buffer):
11975         * play/dissociate.el (dissociated-press):
11976         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
11977         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
11978         * mail/supercite.el (sc-eref-show):
11979         * mail/smtpmail.el (smtpmail-send-it):
11980         * mail/rmailsum.el (rmail-summary-next-labeled-message)
11981         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
11982         (rmail-summary-undelete-many, rmail-summary-rmail-update)
11983         (rmail-summary-goto-msg, rmail-summary-expunge)
11984         (rmail-summary-get-new-mail, rmail-summary-search-backward)
11985         (rmail-summary-add-label, rmail-summary-output-menu)
11986         (rmail-summary-output-body):
11987         * mail/rfc822.el (rfc822-addresses):
11988         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
11989         * mail/mailpost.el (post-mail-send-it):
11990         * mail/hashcash.el (hashcash-generate-payment):
11991         * mail/feedmail.el (feedmail-run-the-queue)
11992         (feedmail-queue-send-edit-prompt-help-first)
11993         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
11994         (feedmail-deduce-address-list):
11995         * eshell/esh-ext.el (eshell-remote-command):
11996         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
11997         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
11998         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
11999         (viper-save-string-in-file, viper-valid-marker):
12000         * emulation/viper-keym.el (viper-toggle-key):
12001         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
12002         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
12003         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
12004         * emulation/viper-cmd.el (viper-exec-form-in-vi)
12005         (viper-exec-form-in-emacs, viper-brac-function):
12006         * emulation/viper.el (viper-delocalize-var):
12007         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
12008         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
12009         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
12010         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
12011         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
12012         * emulation/edt.el (edt-electric-helpify):
12013         * emulation/cua-rect.el (cua--rectangle-aux-replace):
12014         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
12015         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
12016         (cua-indent-to-global-mark-column):
12017         * calendar/diary-lib.el (calendar-mark-1):
12018         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
12019         Use with-current-buffer.
12020         * emulation/viper.el (viper-delocalize-var): Use dolist.
12022 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
12024         * comint.el (comint-replace-by-expanded-history-before-point):
12025         Replace !! with the previous input string literally (Bug#1795).
12027 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
12029         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
12030         to be made up of whitespace.
12032 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
12034         * minibuffer.el (read-file-name): Don't use file dialogs for
12035         remote directories (Bug#99).
12037 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
12039         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
12041 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
12043         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
12044         instead of deleting the window or frame.
12046 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
12048         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
12049         Support face colors.
12051         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
12052         New function.  Support face colors (Bug#1168).
12053         (tex-common-initialization): Use it.
12055         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
12056         mode allows it (Bug#1168).
12058 2009-10-31  Juri Linkov  <juri@jurta.org>
12060         * facemenu.el (list-colors-display): Don't mark buffer as
12061         modified (Bug#3948).
12063 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
12065         * international/mule-diag.el (list-character-sets-1): Minor
12066         message fix (Bug#3526).
12068         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
12069         face property (Bug#4834).
12070         (etags-list-tags, etags-tags-apropos-additional)
12071         (etags-tags-apropos, tags-select-tags-table): Add follow-link
12072         property.
12074         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
12075         items.
12077 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12079         * textmodes/two-column.el (2C-split):
12080         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
12081         * textmodes/tex-mode.el (tex-set-buffer-directory):
12082         * textmodes/spell.el (spell-region, spell-string):
12083         * textmodes/reftex.el (reftex-erase-buffer):
12084         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
12085         * textmodes/reftex-toc.el (reftex-toc-promote-action):
12086         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
12087         (reftex-select-item):
12088         * textmodes/reftex-ref.el (reftex-label-info-update)
12089         (reftex-offer-label-menu):
12090         * textmodes/reftex-index.el (reftex-index-change-entry)
12091         (reftex-index-phrases-info):
12092         * textmodes/reftex-global.el (reftex-create-tags-file)
12093         (reftex-save-all-document-buffers, reftex-ensure-write-access):
12094         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
12095         (reftex-view-crossref-from-bibtex):
12096         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
12097         (reftex-extract-bib-entries-from-thebibliography)
12098         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
12099         * textmodes/refbib.el (r2b-capitalize-title):
12100         (r2b-convert-buffer, r2b-help):
12101         * textmodes/page-ext.el (pages-directory)
12102         (pages-directory-goto-with-mouse):
12103         * textmodes/bibtex.el (bibtex-validate-globally):
12104         * textmodes/bib-mode.el (bib-capitalize-title):
12105         * textmodes/artist.el (artist-clear-buffer, artist-system):
12106         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
12107         (local-set-scheme-interaction-buffer, xscheme-process-filter)
12108         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
12109         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
12110         (xscheme-send-control-g-interrupt, xscheme-start-process)
12111         (xscheme-process-sentinel, xscheme-cd):
12112         * progmodes/verilog-mode.el (verilog-read-always-signals)
12113         (verilog-set-define, verilog-getopt-file)
12114         (verilog-module-inside-filename-p):
12115         * progmodes/sh-script.el:
12116         * progmodes/python.el (python-pdbtrack-get-source-buffer)
12117         (python-pdbtrack-grub-for-buffer, python-execute-file):
12118         * progmodes/octave-inf.el (inferior-octave):
12119         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
12120         (idlwave-shell-compile-helper-routines, idlwave-set-local)
12121         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
12122         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
12123         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
12124         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
12125         (idlwave-shell-filter, idlwave-shell-examine-highlight)
12126         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
12127         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
12128         (idlwave-shell-examine-display, idlwave-shell-run-region)
12129         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
12130         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
12131         * progmodes/idlw-help.el (idlwave-help-get-special-help)
12132         (idlwave-help-get-help-buffer):
12133         * progmodes/gud.el (gud-basic-call, gud-find-class)
12134         (gud-tooltip-activate-mouse-motions-if-enabled):
12135         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
12136         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
12137         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
12138         (ebrowse-tags-next-file):
12139         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
12140         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
12141         (ebnf-eps-finish-and-write):
12142         * progmodes/cpp.el (cpp-edit-save):
12143         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
12144         * progmodes/cc-defs.el (c-emacs-features):
12145         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
12146         (antlr-directory-dependencies):
12147         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
12148         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
12149         (ada-find-any-references, ada-make-filename-from-adaname)
12150         (ada-make-body-gnatstub):
12151         * obsolete/rnews.el (news-list-news-groups):
12152         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
12153         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
12154         * net/rcirc.el (rcirc-debug):
12155         * net/newst-treeview.el (newsticker--treeview-list-add-item)
12156         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
12157         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
12158         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
12159         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
12160         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
12161         (newsticker--treeview-list-clear-highlight)
12162         (newsticker--treeview-list-update-highlight)
12163         (newsticker--treeview-list-highlight-start)
12164         (newsticker--treeview-tree-update-highlight)
12165         (newsticker--treeview-get-selected-item)
12166         (newsticker-treeview-mark-list-items-old)
12167         (newsticker--treeview-set-current-node):
12168         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
12169         * net/newst-backend.el (newsticker--get-news-by-funcall)
12170         (newsticker--get-news-by-wget, newsticker--image-get)
12171         (newsticker--image-sentinel):
12172         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
12173         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
12174         (eudc-ph-close-session):
12175         * net/eudc.el (eudc-save-options):
12176         * language/thai-word.el (thai-update-word-table):
12177         * language/japan-util.el (japanese-string-conversion):
12178         * international/titdic-cnv.el (tsang-quick-converter)
12179         (ziranma-converter, ctlau-converter):
12180         * international/mule-cmds.el (describe-language-environment):
12181         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
12182         (skkdic-convert-postfix, skkdic-convert-prefix):
12183         (skkdic-convert-okuri-nasi, skkdic-convert):
12184         * emacs-lisp/re-builder.el (reb-update-overlays):
12185         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
12186         * emacs-lisp/gulp.el (gulp-send-requests):
12187         * emacs-lisp/find-gc.el (trace-call-tree):
12188         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
12189         (eieio-describe-generic):
12190         * emacs-lisp/eieio-base.el (eieio-persistent-read):
12191         * emacs-lisp/edebug.el (edebug-outside-excursion):
12192         * emacs-lisp/debug.el (debugger-make-xrefs):
12193         * emacs-lisp/cust-print.el (custom-prin1-to-string):
12194         * emacs-lisp/chart.el (chart-new-buffer):
12195         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
12196         Use with-current-buffer.
12197         * textmodes/artist.el (artist-system): Don't call
12198         copy-sequence on a fresh string.
12199         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
12201 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
12203         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
12204         is no item to edit.  (Bug#4820)
12205         (todo-top-priorities): Restore point and restore narrowing in Todo
12206         buffer.  (Bug#4820)
12208 2009-10-31  Glenn Morris  <rgm@gnu.org>
12210         * net/ange-ftp.el (top-level): Don't require dired when compiling.
12211         (comint-last-output-start, comint-last-input-start)
12212         (comint-last-input-end): Don't defvar when compiling.
12213         (ange-ftp-process-file): Use bound-and-true-p.
12215         * pcmpl-rpm.el (top-level): Move provide statement to end.
12216         (pcmpl-rpm): Remove unused custom group.
12218         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
12220         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
12222         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
12223         (byte-compile-warnings): Add `constants' as an option.
12224         (byte-compile-callargs-warn, byte-compile-arglist-warn)
12225         (display-call-tree): Update for byte-compile-fdefinition possibly
12226         returning `(macro lambda ...)'.  (Bug#4778)
12227         (byte-compile-variable-ref, byte-compile-setq-default):
12228         Respect `constants' member of byte-compile-warnings.
12230 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12232         * vc-bzr.el (vc-bzr-revision-keywords): New var.
12233         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
12234         to "submit:".
12236 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
12238         * textmodes/ispell.el (ispell-skip-region-alist):
12239         * international/mule-conf.el (eight-bit):
12240         * international/fontset.el (font-encoding-alist):
12241         * startup.el (pure-space-overflow-message):
12242         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
12243         * paths.el (gnus-nntp-service, rmail-spool-directory)
12244         (term-file-prefix):
12245         * files.el (save-some-buffers-action-alist):
12246         * cmuscheme.el (same-window-buffer-names):
12247         * ielm.el (same-window-buffer-names):
12248         * shell.el (same-window-buffer-names):
12249         * mail/sendmail.el (same-window-buffer-names):
12250         * progmodes/inf-lisp.el (same-window-buffer-names):
12251         * bindings.el (mode-line-client)
12252         (mode-line-column-line-number-mode-map):
12253         * language/tibetan.el (tibetan-precomposition-rule-regexp)
12254         (tibetan-precomposed-regexp): Purecopy string arguments.
12256 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12258         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
12259         (calcDigit-nondigit):
12260         * calc/calc-yank.el (calc-copy-to-buffer):
12261         * calc/calc-units.el (calc-invalidate-units-table):
12262         * calc/calc-trail.el (calc-trail-yank):
12263         * calc/calc-store.el (calc-insert-variables):
12264         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
12265         * calc/calc-prog.el (calc-read-parse-table):
12266         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
12267         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
12268         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
12269         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
12270         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
12271         (calc-graph-name, calc-graph-find-command, calc-graph-view)
12272         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
12273         * calc/calc-ext.el (calc-realign):
12274         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
12275         (calc-embedded-finish-edit, calc-embedded-make-info)
12276         (calc-embedded-finish-command, calc-embedded-stack-change):
12277         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
12279         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
12280         shell-dynamic-complete-filename in preference to
12281         comint-dynamic-complete-filename.
12283         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12284         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
12285         Don't consider whether the display supports colors.
12286         (bookmark-import-new-list): Use dolist.
12287         (bookmark-bmenu-mode-map): Move initialization into declaration.
12288         (bookmark-bmenu-list): Use dolist, simplify.
12289         (bookmark-show-all-annotations): Use save-selected-window and dolist.
12290         (menu-bar-final-items): Use push.
12292 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
12294         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
12295         it works on remote files.
12296         (vc-hg-diff): Don't pass any `--cwd' argument.
12298 2009-10-27  Kevin Ryde  <user42@zip.com.au>
12300         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
12301         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
12302         (Further to Bug#3921).
12304 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
12306         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
12307         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
12308         calling `tramp-imap-put-file'.  Add file size to the call.
12309         (tramp-imap-get-file-entries): Compute also user name, file size,
12310         and date.
12311         (tramp-imap-handle-insert-directory): Insert uid and gid.
12312         (tramp-imap-handle-file-attributes): Transform uid and gid
12313         according to `id-format'.
12314         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
12315         size in header X-Size.
12317 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
12319         * simple.el (transpose-subr): Give clearer error when the mark
12320         is not set.  (Bug#4807)
12322 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
12324         * net/tramp.el (tramp-perl-file-truename): New defconst.
12325         Perl code contributed by yary <not.com@gmail.com> (tiny change).
12326         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
12327         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
12328         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
12330         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
12331         Ignore `dired-call-process'.
12332         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
12334 2009-10-26  Julian Scheid  <julians37@gmail.com>
12336         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
12337         (tramp-get-remote-readlink): New defun.
12338         (tramp-handle-file-truename): Use it.
12339         (tramp-handle-file-exists-p): Check file-attributes cache, assume
12340         file exists if cache value present.
12341         (tramp-check-cached-permissions): New defun.
12342         (tramp-handle-file-readable-p): Use it.
12343         (tramp-handle-file-writable-p): Likewise.
12344         (tramp-handle-file-executable-p): Likewise.
12345         (tramp-handle-file-name-all-completions): Try using Perl to get
12346         partial completions.  When perl not available, combine `cd' and
12347         `ls' into single remote operation and use shell expansion to get
12348         partial remote directory contents.  Set `file-exists-p' cache for
12349         directory and any files returned by ls.  Change cache handling to
12350         support partial directory contents.  Use error message emitted by
12351         remote `cd' or Perl code for local tramp-error.
12352         (tramp-do-copy-or-rename-file-directly): Avoid separate
12353         tramp-send-command-and-check call.
12354         (tramp-handle-process-file): Merge three remote ops into one.
12355         Do not flush all caches when `process-file-side-effects' is set.
12356         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
12357         file-attributes shows uid/gid to be set already.
12359 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
12361         * textmodes/tex-mode.el (tex-dvi-view-command)
12362         (tex-show-queue-command, tex-open-quote):
12363         * progmodes/ruby-mode.el (auto-mode-alist)
12364         (interpreter-mode-alist): Purecopy strings.
12366         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
12368         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
12369         string for the hook, keymap and abbrev table.
12371         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
12373         * x-dnd.el (x-dnd-xdnd-to-action):
12374         * startup.el (fancy-startup-text, fancy-about-text): Change to
12375         defconst from defvar.
12377         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
12379         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
12380         Purecopy initialization strings.
12382         * mail/sendmail.el (mail-header-separator)
12383         (mail-personal-alias-file):
12384         * mail/rmail.el (rmail-default-dont-reply-to-names)
12385         (rmail-ignored-headers, rmail-retry-ignored-headers)
12386         (rmail-highlighted-headers, rmail-secondary-file-directory)
12387         (rmail-secondary-file-regexp):
12388         * files.el (null-device, file-name-invalid-regexp)
12389         (locate-dominating-stop-dir-regexp)
12390         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
12391         (interpreter-mode-alist): Use mapcar instead of mapc.
12393         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
12395         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
12396         (completion-ignored-extensions):
12397         (debug-ignored-errors): Purecopy strings.
12399 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12401         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
12402         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
12403         (pcomplete--here): Use push.
12405         * subr.el (all-completions): Declare the 4th arg obsolete.
12407 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12409         * pcomplete.el (pcomplete-unquote-argument-function): New var.
12410         (pcomplete-unquote-argument): New function.
12411         (pcomplete--common-suffix): Always pay attention to case.
12412         (pcomplete--table-subvert): Quote and unquote the text.
12413         (pcomplete--common-quoted-suffix): New function.
12414         (pcomplete-std-complete): Use it and pcomplete-begin.
12416         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
12417         we're inside a dedicated or minibuffer window.
12419 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
12421         * bookmark.el: Update documentation, especially documentation
12422         of `bookmark-alist' and of the bookmark file format.
12423         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
12425 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
12427         * mail/emacsbug.el (report-emacs-bug): Clarify that the
12428         keybindings apply to the mail buffer (Bug#4003).  Shrink help
12429         window to buffer.
12431         * whitespace.el (whitespace-mode, whitespace-newline-mode)
12432         (global-whitespace-mode, global-whitespace-newline-mode)
12433         (whitespace-toggle-options, global-whitespace-toggle-options):
12434         Doc fix (Bug#3660).
12436         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
12437         of xmltok-start before the end tag was inserted (Bug#2840).
12439         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
12440         patterns that are preceded by an open-paren (Bug#1320).
12442 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
12444         * files.el (delete-directory): Delete symlinks to directories with
12445         delete-file (Bug#4739).
12447 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
12449         * vc.el (vc-backend-for-registration): Rename from
12450         vc-get-backend-for-registration.  Update callers.
12452         * international/mule-cmds.el (set-language-info-alist):
12453         Purecopy lang-env.
12454         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
12455         (charset): Purecopy the name.
12456         (define-char-code-property): Purecopy string arguments.
12458         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
12459         Purecopy string arguments.
12461         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
12462         * ediff-hook.el (menu-bar-ediff-menu):
12463         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
12464         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
12466 2009-10-24  Glenn Morris  <rgm@gnu.org>
12468         * comint.el (comint-dynamic-list-completions):
12469         * term.el (term-dynamic-list-completions): Use choose-completion rather
12470         than obsolete alias mouse-choose-completion.
12472         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
12473         file-cache-choose-completion.
12474         (file-cache-choose-completion): Handle an optional event argument.
12475         (file-cache-mouse-choose-completion): Make it an obsolete alias.
12477         * progmodes/octave-mod.el (octave-complete-symbol):
12478         Use choose-completion if mouse-choose-completion is ever removed.
12480         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
12481         use.
12483         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
12484         compiler.
12486         * vc-hooks.el (vc-responsible-backend): Fix declaration.
12488 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12490         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
12491         Ignore `pred' now that we receive one.
12492         Handle test-completion specially.
12494 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
12496         * vc.el (vc-responsible-backend): Throw an error if not backend is
12497         found.  Remove the REGISTER argument.  Move the code dealing with
12498         REGISTER ...
12499         (vc-get-backend-for-registration): ... here.  New function.
12500         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
12501         of vc-responsible-backend, pass the file name instead of the
12502         directory name.
12504 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12506         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
12507         New funs.
12508         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
12509         (pcomplete-comint-setup): Don't modify a global var via
12510         accidental side-effects.
12511         (pcomplete-shell-setup): Adjust call accordingly.
12512         (pcomplete-parse-comint-arguments): Use push.
12514 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
12516         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
12517         Allow uncapitalized info node names (Bug#3921).
12519         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
12520         to the DEBUG file (Bug#3781).
12522 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
12524         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
12525         dictionary entry (Bug#4579).
12527 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
12529         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
12530         from `rfn-eshadow-update-overlay-hook' when unloading.
12531         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
12532         "rsyncc".  Adjust doc string.
12533         (tramp-temp-buffer-file-name): New buffer-local defvar.
12534         (tramp-handle-insert-file-contents, tramp-handle-write-region):
12535         Keep temporary file when indicated by method ("rsync" and
12536         "rsyncc").
12537         (tramp-handle-write-region): Handle APPEND.
12538         (tramp-delete-temp-file-function): New defun.  Added to
12539         `kill-buffer-hook'.
12541 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
12543         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
12545 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
12547         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
12548         (color-name-rgb-alist, tty-standard-colors)
12549         (tty-color-mode-alist): Change to defconst.
12551         * simple.el (mark-inactive): Purecopy message.
12553         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
12554         (global-map, yank-menu):
12555         * textmodes/ispell.el (ispell-menu-map):
12556         * net/eudc.el (eudc-tools-menu):
12557         * international/mule-cmds.el (describe-language-environment-map)
12558         (setup-language-environment-map, set-coding-system-map)
12559         (mule-menu-keymap):
12560         * vc-hooks.el (vc-menu-entry, vc-menu-map):
12561         * replace.el (occur-mode-map):
12562         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
12564 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
12566         * calc/calc.el (math-read-number, math-read-number-simple): Use
12567         `save-match-data'.
12569 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12571         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
12572         rather than fiddling with global-map bindings, since it should only
12573         affect per-terminal settings.
12574         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
12576         * minibuffer.el (completion-table-with-terminator): Allow to specify
12577         the terminator-regexp.
12579         * simple.el (switch-to-completions): Look for *Completions* in other
12580         frames as well.
12582         * pcomplete.el: Allow the use of completion-tables.
12583         (pcomplete-std-complete): New command.
12584         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
12585         (pcomplete--here): Use a function for `form' rather than an expression,
12586         so it can be byte-compiled.
12587         (pcomplete-here, pcomplete-here*): Adjust accordingly.
12588         Add edebug declaration.
12589         (pcomplete-show-completions): Remove unused var `curbuf'.
12590         (pcomplete-do-complete, pcomplete-stub):
12591         Don't assume `completions' is a list of strings any more.
12593 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
12595         * find-dired.el (find-name-arg): Fix typo in docstring.
12597 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12599         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
12600         (pcmpl-linux-fs-types): Same, and update to new modules layout.
12602         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
12603         pcomplete-entries.
12605         * comint.el (comint-read-input-ring, comint-write-input-ring)
12606         (comint-substitute-in-file-name)
12607         (comint-dynamic-complete-as-filename)
12608         (comint-dynamic-simple-complete)
12609         (comint-dynamic-list-filename-completions)
12610         (comint-dynamic-list-completions)
12611         (comint-redirect-results-list-from-process): Minor simplifications.
12613 2009-10-21  Kevin Ryde  <user42@zip.com.au>
12615         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
12616         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
12617         the first form.  And insert a blank line after ";;; Code" since
12618         that's usual style.  (Bug#4612)
12620         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
12622 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12624         * minibuffer.el (completion-table-with-terminator): Properly implement
12625         boundaries, in case `terminator' appears in the suffix.
12626         (completion--embedded-envvar-table): Don't return boundaries if
12627         there's no valid completion.  Simplify.
12628         (completion-file-name-table): New completion table extracted from
12629         completion--file-name-table.
12630         (completion--file-name-table): Use it.
12631         (read-file-name-predicate): Declare obsolete.
12632         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
12633         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
12634         completion-file-name-table, and use the `pred' argument.
12635         * files.el (locate-file-completion-table): Use the `pred' arg rather
12636         than read-file-name-predicate.
12637         (abbreviate-file-name): Use \` rather than ^ for BOS.
12639 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
12641         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
12642         vc-responsible-backend to register, it causes problems.
12644 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12646         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
12648 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
12650         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
12651         (tramp-smb-handle-file-attributes): Use it.
12652         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
12653         (tramp-smb-handle-insert-directory): Use `mapc' rather than
12654         `mapcar'.  Use `tramp-smb-get-stat-capability'.
12655         Add `dired-filename' text properties.
12656         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
12657         (tramp-smb-maybe-open-connection): Simplify check for smbclient
12658         version.
12660 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12662         * subr.el (read-key-delay): Reduce to 0.01.
12663         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
12664         (bug#4751).
12666 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12668         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
12670         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
12671         (Info-menu): Remove unused vars `last' and `completions'.
12672         (Info-index-nodes): Remove unused var `node'.
12674         * info.el (Info-complete-menu-item): Use complete-with-action.
12676 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
12678         Make vc-annotate work through copies and renames.
12679         * vc-annotate.el (vc-annotate-extract-revision-at-line):
12680         Return the file name too.
12681         (vc-annotate-revision-at-line)
12682         (vc-annotate-find-revision-at-line)
12683         (vc-annotate-revision-previous-to-line)
12684         (vc-annotate-show-log-revision-at-line): Update to get the file
12685         name from vc-annotate-extract-revision-at-line.
12686         (vc-annotate-show-diff-revision-at-line-internal): Change the
12687         argument to mean whether to show a file diff or not.  Get the file
12688         name from vc-annotate-extract-revision-at-line.
12689         (vc-annotate-show-diff-revision-at-line):
12690         Update vc-annotate-show-diff-revision-at-line call.
12691         (vc-annotate-warp-revision): Add an optional file argument.
12693         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
12694         (vc-git-annotate-extract-revision-at-line): Also return the file
12695         name if found.
12697         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
12698         command.  Remove unused code.
12699         (vc-hg-annotate-re): Update to match --follow output.
12700         (vc-hg-annotate-extract-revision-at-line): Also return the file
12701         name if found.
12703         * vc.el: Update annotate-extract-revision-at-line documentation.
12705 2009-10-18  Kevin Ryde  <user42@zip.com.au>
12707         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
12708         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
12710         * net/browse-url.el (browse-url): Identify alist with "consp and
12711         not functionp" and let all other things go down the `apply' leg,
12712         as suggested by Stefan.  (Further to bug#4531.)
12714 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
12716         * minibuffer.el (read-file-name): Check for repeat before putting
12717         a default argument in file-name-history (Bug#4657).
12719         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
12720         read syntax (Bug#4737).
12722         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
12724 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
12726         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
12727         (html-tag-alist, html-tag-help): Add descriptions for undocumented
12728         entries and make note of obsolete tags.
12730 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12732         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
12734 2009-10-18  Glenn Morris  <rgm@gnu.org>
12736         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
12737         grep, so that binary files (eg international/uni-bidi.el) can match.
12738         Remove test for "UnicodeData" files, since it is hopefully unnecessary
12739         now, and in any case the file header format has changed.
12741 2009-10-17  Glenn Morris  <rgm@gnu.org>
12743         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
12744         (flyspell-get-word, flyspell-large-region)
12745         (flyspell-auto-correct-previous-word): Doc/error message fixes.
12747 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
12749         * Makefile.in (ELCFILES): Add ede/shell.
12751 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
12753         * term/common-win.el (x-colors): Purecopy it.
12755 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12757         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
12758         permissive for when the buffer is empty.
12759         (tar-header-block-tokenize): Decode the username and groupname.
12760         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
12762 2009-10-17  Eric Ludlam  <zappo@gnu.org>
12764         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
12765         contains multibyte characters, choose first applicable coding
12766         system automatically.
12768 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12770         * international/mule-cmds.el (select-safe-coding-system): If the file
12771         has a coding cookie, use it regardless of any other setting (bug#4712).
12773 2009-10-17  Glenn Morris  <rgm@gnu.org>
12775         * foldout.el (foldout-mouse-swallow-events):
12776         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
12778         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
12779         (dired-keep-marker-copy, dired-keep-marker-hardlink)
12780         (dired-keep-marker-symlink, dired-dwim-target)
12781         (dired-copy-preserve-time): Do not autoload these defcustoms.
12783         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
12784         messages from messing up the file coding.  (Bug#4623)
12786 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
12788         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
12789         if no match is found for the current dictionary.  (Bug#4578)
12791         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
12792         optional, since that is how it is documented, and this is often called
12793         with a nil argument.  (Bug#4577)
12794         (flyspell-external-point-words, flyspell-auto-correct-word)
12795         (flyspell-correct-word-before-point, flyspell-word-search-forward)
12796         (flyspell-word-search-backward): Remove nil argument in calls to
12797         flyspell-get-word, since it is not needed now.
12799 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
12801         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
12803 2009-10-16  Glenn Morris  <rgm@gnu.org>
12805         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
12807 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
12809         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
12810         (ange-ftp-file-size): New function.
12811         (ange-ftp-file-attributes): Use it.
12813 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
12815         * net/tramp-smb.el (tramp-smb-version): New defvar.
12816         (tramp-smb-maybe-open-connection): Use it, in order to avoid
12817         repeated checks.
12819 2009-10-16  Glenn Morris  <rgm@gnu.org>
12821         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
12822         Maybe copy some custom properties from old to new name.  (Bug#4706)
12824 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
12826         * subr.el (error, sit-for, start-process-shell-command)
12827         (start-file-process-shell-command): Set the calling convention
12828         after the function definition.
12830 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12832         * subr.el (error, sit-for, start-process-shell-command)
12833         (start-file-process-shell-command): Use the new
12834         set-advertised-calling-convention feature.
12836 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
12838         * international/ucs-normalize.el (ucs-normalize-version):
12839         Change to 1.2.
12840         (check-range): Adjust for Unicode 5.2.
12842 2009-10-15  Juri Linkov  <juri@jurta.org>
12844         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
12845         to the `menu-item' format.
12847 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
12849         * net/tramp.el (tramp-replace-environment-variables): Do not fail
12850         if the environment variable does not exist.
12852         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12853         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
12854         parameter.
12855         (tramp-smb-handle-add-name-to-file)
12856         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12857         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12858         (tramp-smb-handle-file-attributes)
12859         (tramp-smb-do-file-attributes-with-stat)
12860         (tramp-smb-handle-file-local-copy)
12861         (tramp-smb-handle-insert-directory)
12862         (tramp-smb-handle-make-directory)
12863         (tramp-smb-handle-make-directory-internal)
12864         (tramp-smb-handle-make-symbolic-link)
12865         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
12866         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
12867         (tramp-smb-maybe-open-connection): Apply the changed parameters.
12868         (tramp-smb-read-file-entry): Read Disk names in compressed format.
12869         Handle long file names.
12870         (tramp-smb-get-cifs-capabilities): Check, whether the connection
12871         process is running.
12872         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
12873         Read share names with "-g" option.
12875 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
12877         * net/rcirc.el (rcirc-view-log-file): New command.
12878         (rcirc-track-minor-mode-map): Remove C-c ` binding.
12879         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
12880         specified.
12882 2009-10-15  Glenn Morris  <rgm@gnu.org>
12884         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
12885         from the second command-line argument.
12886         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
12887         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
12888         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
12889         w32-batch-update-autoloads.
12890         * emacs-lisp/autoload.el (autoload-make-program): New variable.
12891         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
12893         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
12894         the headers cannot be located.  Simplify, subtracting superflous
12895         save-excursions.
12897 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12899         Replace completion-base-size by completion-base-position to fix bugs
12900         such as (bug#4699).
12901         * simple.el (completion-base-position): New var.
12902         (completion-base-size): Mark as obsolete.
12903         (choose-completion): Make it work for mouse events as well.
12904         Pass the new base-position to choose-completion-string.
12905         (choose-completion-guess-base-position): New function, extracted from
12906         choose-completion-delete-max-match.
12907         (choose-completion-delete-max-match): Use it.  Make obsolete.
12908         (choose-completion-string): Use the new base-position info.
12909         (completion-root-regexp): Delete.
12910         (completion-setup-function): Preserve completion-base-position.
12911         Eliminate obsolete base-size manipulation.
12912         * minibuffer.el (display-completion-list): Don't mess with base-size.
12913         (minibuffer-completion-help): Set completion-base-position instead.
12914         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
12915         choose-completion.
12916         * textmodes/bibtex.el (bibtex-complete):
12917         * emacs-lisp/crm.el (crm--choose-completion-string):
12918         Adjust to new calling convention.
12919         * complete.el (partial-completion-mode): Use minibufferp to avoid
12920         bumping into incompatible change to choose-completion-string-functions.
12921         * ido.el (ido-choose-completion-string): Make its calling convention
12922         more permissive.
12923         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
12924         base-size manipulation.
12925         (comint-dynamic-list-input-ring): Use dotimes and push.
12926         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
12927         fundamental-mode.  Use `or'.
12929 2009-10-14  Juri Linkov  <juri@jurta.org>
12931         * misearch.el (multi-isearch-next-buffer-from-list)
12932         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
12934 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12936         * Makefile.in (compile-onefile): Load `bytecomp' rather than
12937         `bytecomp.el'.
12939         * minibuffer.el (completion-pcm--merge-completions): Make sure the
12940         string we return is all made up of text from the completions rather
12941         than part from the completions and part from the input (bug#4219).
12943         * ido.el (ido-everywhere): Use define-minor-mode.
12945         * buff-menu.el (list-buffers, ctl-x-map):
12946         Mark the entry points with ;;;###autoload cookies.
12948 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12950         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
12951         correctly in the detached head case.
12952         (vc-git-print-log): Remove unused binding.
12954         * vc.el (vc-responsible-backend): When a directory is passed for
12955         for registration create a VC repository if no backend is
12956         responsible for the directory argument.
12957         (vc-deduce-fileset): Tell vc-responsible-backend to register.
12959         * vc.el: Move comments about RCS and SCCS ...
12960         * vc-rcs.el:
12961         * vc-sccs.el: ... here, respectively.
12963 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12965         * minibuffer.el (completion--file-name-table): Return nil if there's
12966         no file completion, even if substitute-in-file-name changed
12967         the string (bug#4708).
12969 2009-10-13  Juri Linkov  <juri@jurta.org>
12971         * files-x.el (read-file-local-variable-value): Don't filter out
12972         minor modes from mode name completion (bug#4664).
12974 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
12976         * international/mule-cmds.el (ucs-names): Remove exclusion of
12977         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
12979 2009-10-13  Kenichi Handa  <handa@m17n.org>
12981         * international/uni-name.el: Regenerated.
12983 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
12985         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
12986         should be automatically buffer-local, but isn't.)
12988 2009-10-12  Sam Steingold  <sds@gnu.org>
12990         * progmodes/compile.el (compilation-next-error-function): Fix the
12991         timestamps if the buffer has been visited before.
12992         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
12993         non-anchored patterns, like the perl one (bug#3928).
12995 2009-10-12  Glenn Morris  <rgm@gnu.org>
12997         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
12998         Let-bind `size'.
13000 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
13002         * proced.el (proced-unload-function): New function.
13004         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
13005         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
13006         Doc fix.
13008         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
13010 2009-10-11  Juri Linkov  <juri@jurta.org>
13012         * files-x.el (read-file-local-variable-value):
13013         Provide default value only for bound variables (bug#4664).
13015 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
13017         * net/tramp.el (tramp-local-host-p): Function shall return nil for
13018         connection methods like smb.
13020         * net/tramp-cache.el (tramp-flush-connection-property): The hash
13021         can be empty.
13023         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
13024         (tramp-smb-file-name-handler-alist): Add handlers for
13025         `add-name-to-file', `make-symbolic-link'.
13026         (tramp-smb-handle-add-name-to-file)
13027         (tramp-smb-do-file-attributes-with-stat)
13028         (tramp-smb-handle-make-symbolic-link)
13029         (tramp-smb-get-cifs-capabilities): New defuns.
13030         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
13031         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
13032         (tramp-smb-handle-file-local-copy)
13033         (tramp-smb-handle-make-directory-internal)
13034         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
13035         The file name syntax depends on cifs capabilities.
13036         (tramp-smb-handle-file-attributes):
13037         Call `tramp-smb-do-file-attributes-with-stat' if possible.
13038         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
13039         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
13041 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
13043         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
13044         (eieio-defclass): Apply deftype handler and setf-method properties
13045         directly.
13046         (eieio-add-new-slot): Avoid union function from cl library.
13047         (eieio--typep): New function.
13048         (eieio-perform-slot-validation): Use it.
13050 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
13052         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
13053         Update documentation to refer to the variables documented in r1.135.
13054         (Bug#4188)
13056 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
13058         * bookmark.el (Info-suffix-list): Remove this unused variable.
13059         (bookmark-current-point): Remove this obsolete variable.
13060         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
13061         Adjust for removal of bookmark-current-point.
13063         (bookmarks-already-loaded, bookmark-current-buffer)
13064         (bookmark-yank-point): Document.  (Bug#4188)
13066 2009-10-10  Glenn Morris  <rgm@gnu.org>
13068         * frame.el (frame-height): Doc fix.
13070         * calendar/calendar.el (calendar-split-width-threshold): New option.
13071         (calendar-basic-setup): Use calendar-split-width-threshold.
13073 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
13075         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
13076         Ideographic Supplement" range (U+1F200..U+1F2FF).
13078 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
13080         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
13081         since the list will have been rebuilt anyway.  (Bug#4349)
13083 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
13085         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
13086         (bookmark-bmenu-execute-deletions): Don't save here, as
13087         bookmark-delete will now do so if necessary.
13088         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
13089         (Bug#4348)
13091 2009-10-09  Glenn Morris  <rgm@gnu.org>
13093         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
13095 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
13097         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
13098         (bookmark-jump-other-window): Just invoke bookmark-jump with new
13099         argument now, so the two function's behaviors will match.  (Bug#3645)
13101 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
13103         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
13104         (tramp-file-name-real-host, tramp-file-name-port):
13105         Apply `save-match-data'.
13107         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
13108         case both directories are remote.
13109         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
13110         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
13112 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
13114         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
13116 2009-10-07  Glenn Morris  <rgm@gnu.org>
13118         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
13119         of concat.
13121 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13123         * files-x.el (read-file-local-variable): Include some
13124         non-user-variables in the completion table (bug#4664).
13126 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
13128         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
13129         message.
13131         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
13132         (tramp-smb-file-name-handler-alist): Add handler for
13133         `copy-directory', `expand-file-name', `set-file-modes'.
13134         (tramp-smb-handle-copy-directory)
13135         (tramp-smb-handle-expand-file-name)
13136         (tramp-smb-handle-set-file-modes): New defuns.
13137         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
13138         (tramp-smb-handle-file-attributes): Simplify check for retrieving
13139         entry.
13140         (tramp-smb-handle-insert-directory): Don't flush the cache.
13141         (tramp-smb-maybe-open-connection): Check for samba client and
13142         server versions.
13144 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
13146         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
13147         to not error out of search for "^lisp=" fails.
13149 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
13151         * makefile.w32-in (WINS_UPDATES): New macro.
13152         (custom-deps, finder-data, autoloads): Use it.
13154 2009-10-07  Glenn Morris  <rgm@gnu.org>
13156         * Makefile.in (autoloads): Revert previous change.
13157         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
13158         the list of preloaded files passed on the command-line, get
13159         it from src/Makefile.
13161         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
13162         show the original buffer rather than a random one.
13164 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
13166         * help.el (describe-no-warranty): Place point in a slightly better
13167         position in the GPLv3 text.
13169 2009-10-06  Sam Steingold  <sds@gnu.org>
13171         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
13172         the comm attribute is present before calling regexp-quote.
13174 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
13176         * play/animate.el (animate-string): For good effect, make sure
13177         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
13179         * play/animate.el (animate-sequence, animate-birthday-present):
13180         * misc.el (butterfly): Don't set `indent-tabs-mode'.
13182 2009-10-06  Glenn Morris  <rgm@gnu.org>
13184         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
13186         * emacs-lisp/autoload.el (autoload-excludes): New variable.
13187         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
13188         (batch-update-autoloads): Process a string value of autoload-excludes,
13189         set during the build process.
13190         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
13192         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
13193         inside with-parsed...  macro so that `v' is defined.
13195         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
13196         * progmodes/fortran.el (fortran-end-of-block)
13197         (fortran-beginning-of-block):
13198         Also push mark in the macro case.
13200         * emerge.el (emerge-show-file-name):
13201         * calc/calc.el (calc-quit):
13202         * calc/calc-misc.el (calc-big-or-small):
13203         * calc/calc-graph.el (calc-graph-view):
13204         * calc/calc-ext.el (calc-reset):
13205         * calendar/calendar.el (calendar-basic-setup):
13206         Use window-full-height-p.
13208         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
13209         header we don't understand, don't insert another.  (Bug#4624)
13210         If changing mime charset, insert the new one in the right place.
13212 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
13214         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
13215         (cal-tex-cursor-month): Correctly increment the end date for diary and
13216         holiday listing.  (Bug#4626)
13218 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13220         * help-fns.el (describe-function-1): Don't burp if the function is not
13221         a symbol.
13223 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
13225         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
13226         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
13227         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
13228         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
13230         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
13231         (eieio-default-superclass): Reflow docstrings.
13232         (this, class-option-assoc, defclass, eieio-class-un-autoload)
13233         (eieio-unbind-method-implementations, defmethod)
13234         (eieio-validate-slot-value, eieio-validate-class-slot-value)
13235         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
13236         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
13237         (eieio-slot-originating-class-p, eieio-slot-name-index)
13238         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
13239         (constructor, initialize-instance, no-next-method, object-print)
13240         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
13241         Fix typos in docstrings.
13242         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
13243         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
13244         (next-method-p): Doc fixes.
13245         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
13246         Fix typos in error messages.
13247         (eieio-defmethod): Fix typo in description of generic method.
13249         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
13250         (eieio-persistent-save-interactive, slot-missing):
13251         Fix typos in docstrings.
13252         (eieio-instance-inheritor-slot-boundp): Doc fix.
13254         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
13255         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
13257         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
13258         (eieio-custom-object-apply-reset):
13259         Fix typos in docstrings and error messages.
13261         * emacs-lisp/eieio-datadebug.el (data-debug-show):
13262         Fix typo in docstring.
13264         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
13265         (eieio-browse-tree): Doc fix.
13266         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
13267         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
13268         Fix typos in docstrings.
13270         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
13271         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
13272         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
13273         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
13274         Reflow docstrings.
13276 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
13278         * vc-hg.el (log-view-vc-backend): Declare for compiler.
13279         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
13280         Set log-view-vc-backend so that diff can work.
13282         * log-view.el (log-view-diff): Use vc-diff-internal instead of
13283         vc-version-diff.
13284         (vc-diff-internal): Autoload this instead of vc-version-diff.
13286 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
13288         * simple.el (eval-expression): Doc fix.
13290         * progmodes/cwarn.el (cwarn-mode): Doc fix.
13292 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
13294         * files.el (directory-files-no-dot-files-regexp): New defconst.
13295         (delete-directory): Use it.
13296         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
13298         * net/tramp.el (tramp-verbose): Fix docstring.
13299         (tramp-methods): Add recursive option to `tramp-copy-args'.
13300         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
13301         "scp1_old", "scp2_old", "rsync", "rsyncc".
13302         (tramp-default-method): Check also for `auth-source-user-or-password'.
13303         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
13304         Add handler for `copy-directory'.
13305         (tramp-handle-copy-directory): New defun.
13306         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
13307         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
13308         Optimize sent command.
13310 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13312         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
13313         window if necessary.
13315         * calendar/calendar.el (calendar-basic-setup): Don't call
13316         switch-to-buffer in a dedicated window.
13318 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
13320         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
13321         don't do anything related to relocating, just return nil.
13322         (bookmark-error-no-filename): New error.
13323         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
13324         bookmark has no file.  Don't even attempt to handle things that
13325         are not files; the whole point of custom handlers is to keep that
13326         knowledge elsewhere anyway.  Tighten some comments.
13327         (bookmark-file-or-variation-thereof): Remove now-unused function.
13328         (bookmark-location): Doc string fix.
13329         (Bug#4250)
13331 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
13333         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
13334         don't use a file dialog, because they usually don't know how to read
13335         a directory target from the user.  (Bug#4230)
13336         Also, make sure the prompt can display directories as well as files.
13338 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
13340         * bookmark.el (bookmark-set, bookmark-buffer-name):
13341         Improve doc strings.  (Bug#1193)
13343 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
13345         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
13346         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
13347         (bookmark-get-annotation, bookmark-set-annotation)
13348         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
13349         (bookmark-set-position, bookmark-get-front-context-string)
13350         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
13351         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
13352         (bookmark-jump-other-window, bookmark-handle-bookmark)
13353         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
13354         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
13355         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
13356         Improve doc strings to say whether bookmark can be a string or
13357         a record or both, and make other consistency and clarity fixes.
13358         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
13359         (bookmark-default-annotation-text, bookmark-yank-word)
13360         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
13361         (bookmark-import-new-list, bookmark-maybe-rename)
13362         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13363         (bookmark-bmenu-bookmark): Give these doc strings.
13364         (bookmark-bmenu-check-position): Give this a doc string, but also
13365         add a FIXME comment about how the function may be pointless.
13366         (bookmark-default-handler): Rework doc string and change a
13367         parameter name, to clarify that this takes a bookmark record
13368         not a bookmark name.
13369         (bookmark-set): Change a parameter name to indicate its meaning,
13370         and improve the doc string a bit.
13371         (Bug#4188)
13373 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
13375         * bookmark.el (bookmark-alist): Document the new `handler' element
13376         in the param alist.
13377         (bookmark-make-record-function): Adjust documentation for above.
13378         (Bug#4193)
13380 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
13382         * info.el (Info-bookmark-make-record): Document this function.
13383         (Info-bookmark-jump): Document with a doc string, not just a comment.
13384         (Bug#4203)
13386 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
13388         * files.el (copy-directory): New defun.
13390         * dired-aux.el (dired-copy-file-recursive): Use it.
13392 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13394         * files-x.el (modify-dir-local-variable)
13395         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
13396         docstrings.
13398         * recentf.el (recentf-unload-function): New function.
13400 2009-10-04  Glenn Morris  <rgm@gnu.org>
13402         * window.el (window-full-height-p): Add doc string.
13404 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
13406         * window.el (window-full-height-p): New function.  (Bug#4543)
13408 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
13410         * vc.el: Remove commented out code.
13411         (vc-derived-from-dir-mode): Remove, unused.
13412         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
13414 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
13416         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
13417         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
13418         there could be recursive loading when `default-directory' is a
13419         remote file name.  (Bug#4614)
13421 2009-10-03  Glenn Morris  <rgm@gnu.org>
13423         * calendar/calendar.el (calendar-basic-setup): Handle the case where
13424         the frame is wide.
13425         (calendar-generate-window): Test for shrinkability rather than width.
13427         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
13428         reusing existing buffers, in case we happen to visit two files with the
13429         same basename.  (Bug#4593)
13431 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
13433         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
13434         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
13435         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
13436         subdirs of cedet as well.
13437         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
13439 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13441         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
13442         Obey advertised-signature-table.
13444         * help-fns.el (help-function-arglist): Don't check
13445         advertised-signature-table.
13446         (describe-function-1): Do it here instead so it also applies to subrs.
13448 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
13450         * simple.el (start-file-process): Say in the doc-string, that file
13451         handlers might not support pty association, if PROGRAM is nil.
13453         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
13454         HOST and USER are strings.  They are nil, when there are
13455         incomplete entries in ~/.netrc, for example.
13456         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
13457         root directory ("device busy" error otherwise).
13459         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
13460         Flush file properties of created directory.
13462 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
13464         * makefile.w32-in (WINS_BASIC): Remove cedet.
13465         (WINS_CEDET): Add cedet.
13466         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
13468 2009-10-02  Kevin Ryde  <user42@zip.com.au>
13470         * net/browse-url.el (browse-url): Pass any symbol in
13471         browse-url-browser-function to `apply', since if you've mistakenly put
13472         an unbound symbol then the error is clearer.  (Bug#4531)
13474 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
13476         * allout.el (allout-init, allout-back-to-current-heading)
13477         (allout-beginning-of-current-entry, allout-ascend-to-depth)
13478         (allout-ascend, allout-up-current-level, allout-end-of-level)
13479         (allout-previous-visible-heading, allout-forward-current-level)
13480         (allout-backward-current-level, allout-show-children):
13481         * apropos.el (apropos-describe-plist):
13482         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
13483         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
13484         * completion.el (add-completion, add-permanent-completion):
13485         * descr-text.el (describe-text-category, describe-char):
13486         * desktop.el (desktop-lazy-abort):
13487         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
13488         * dired.el (dired-build-subdir-alist):
13489         * ediff.el (ediff-version):
13490         * elide-head.el (elide-head, elide-head-show):
13491         * emerge.el (emerge-version):
13492         * env.el (getenv):
13493         * face-remap.el (variable-pitch-mode):
13494         * faces.el (describe-face):
13495         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
13496         (dired-at-point):
13497         * files.el (find-file-existing, auto-save-mode):
13498         * font-lock.el (font-lock-fontify-buffer):
13499         * help-fns.el (describe-function, describe-variable)
13500         (describe-syntax, describe-categories):
13501         * help.el (view-lossage, describe-bindings, describe-key)
13502         (describe-mode):
13503         * hexl.el (hexl-current-address):
13504         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
13505         * info.el (Info-goto-emacs-key-command-node):
13506         * log-edit.el (log-edit-insert-cvs-template)
13507         (log-edit-insert-cvs-rcstemplate):
13508         * menu-bar.el (menu-bar-mode):
13509         * mouse.el (mouse-appearance-menu):
13510         * newcomment.el (comment-indent-new-line):
13511         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
13512         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
13513         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
13514         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
13515         * recentf.el (recentf-mode):
13516         * savehist.el (savehist-mode, savehist-save):
13517         * shadowfile.el (shadow-copy-files):
13518         * simple.el (kill-ring-save, next-line, previous-line)
13519         (normal-erase-is-backspace-mode):
13520         * strokes.el (strokes-update-window-configuration)
13521         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
13522         (strokes-xpm-for-stroke):
13523         * time.el (emacs-uptime, emacs-init-time):
13524         * tutorial.el (tutorial--describe-nonstandard-key)
13525         (tutorial--detailed-help):
13526         * type-break.el (type-break-mode)
13527         (type-break-mode-line-message-mode, type-break-query-mode)
13528         (type-break-guesstimate-keystroke-threshold):
13529         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
13530         * version.el (emacs-version):
13531         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
13532         * winner.el (winner-mode):
13533         * calendar/timeclock.el (timeclock-in, timeclock-out)
13534         (timeclock-status-string, timeclock-change)
13535         (timeclock-workday-remaining-string)
13536         (timeclock-workday-elapsed-string)
13537         (timeclock-when-to-leave-string):
13538         * calendar/todo-mode.el (todo-add-category):
13539         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
13540         * emacs-lisp/autoload.el (update-file-autoloads):
13541         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
13542         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
13543         (checkdoc-message-text, checkdoc-defun):
13544         * emacs-lisp/debug.el (debugger-list-functions):
13545         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13546         * emacs-lisp/eieio-opt.el (eieio-describe-class)
13547         (eieio-describe-generic):
13548         * emacs-lisp/lisp-mnt.el (lm-synopsis):
13549         * emacs-lisp/shadow.el (list-load-path-shadows):
13550         * emulation/cua-base.el (cua-mode):
13551         * emulation/edt.el (edt-set-scroll-margins):
13552         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
13553         (tpu-toggle-regexp, tpu-toggle-search-direction)
13554         (tpu-toggle-rectangle, tpu-toggle-control-keys):
13555         * emulation/tpu-extras.el (tpu-set-scroll-margins):
13556         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
13557         (viper-set-parsing-style-toggling-macro)
13558         (viper-set-emacs-state-searchstyle-macros):
13559         * emulation/viper.el (viper-set-hooks):
13560         * eshell/esh-mode.el (eshell-truncate-buffer):
13561         * international/mule-cmds.el (prefer-coding-system)
13562         (describe-input-method, describe-language-environment):
13563         * international/mule-diag.el (list-character-sets)
13564         (describe-character-set, describe-coding-system)
13565         (describe-fontset, list-fontsets, list-input-methods):
13566         * mail/sendmail.el (mail-signature):
13567         * net/ange-ftp.el (ange-ftp-copy-file):
13568         * net/browse-url.el (browse-url):
13569         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
13570         * net/quickurl.el (quickurl-add-url):
13571         * net/rcirc.el (names, topic):
13572         * net/xesam.el (xesam-mode):
13573         * play/5x5.el (5x5-new-game):
13574         * play/yow.el (apropos-zippy):
13575         * progmodes/ada-mode.el (ada-mode-version):
13576         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
13577         (f90-end-of-block)
13578         (f90-beginning-of-block):
13579         * progmodes/fortran.el (fortran-end-of-block)
13580         (fortran-beginning-of-block):
13581         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
13582         * progmodes/python.el (python-describe-symbol, python-shell):
13583         * term/ns-win.el (ns-print-buffer):
13584         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
13585         * textmodes/flyspell.el (flyspell-mode-on):
13586         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
13587         (pages-directory-for-addresses):
13588         * textmodes/table.el (table-recognize-cell)
13589         (table-query-dimension, table-generate-source)
13590         (table-insert-sequence, table--warn-incompatibility):
13591         * textmodes/tex-mode.el (tex-validate-buffer):
13592         * textmodes/texinfmt.el (texinfmt-version)
13593         (texinfo-format-buffer):
13594         Use `called-interactively-p' instead of `interactive-p'.
13596 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
13598         * image-mode.el (image-toggle-display):
13599         * emacs-lisp/elp.el (elp-instrument-function):
13600         * emacs-lisp/advice.el (ad-make-advised-definition):
13601         * emacs-lisp/easy-mmode.el (define-minor-mode):
13602         * net/browse-url.el (browse-url-maybe-new-window):
13603         * progmodes/sh-script.el (sh-learn-buffer-indent):
13604         Pass new argument 'any to `called-interactively-p'.
13606 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
13608         * international/uni-bidi.el:
13609         * international/uni-category.el:
13610         * international/uni-combining.el:
13611         * international/uni-comment.el:
13612         * international/uni-decimal.el:
13613         * international/uni-decomposition.el:
13614         * international/uni-digit.el:
13615         * international/uni-lowercase.el:
13616         * international/uni-mirrored.el:
13617         * international/uni-name.el:
13618         * international/uni-numeric.el:
13619         * international/uni-old-name.el:
13620         * international/uni-titlecase.el:
13621         * international/uni-uppercase.el:
13622         Regenerate from Unicode 5.2.0 data.
13624 2009-10-01  Glenn Morris  <rgm@gnu.org>
13626         * Makefile.in (ELCFILES): Regenerate.
13628 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13630         * subr.el (interactive-p): Mark obsolete.
13631         (called-interactively-p): Make the optional-ness of `kind' obsolete.
13632         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
13633         advertised-signature-table for subroutines as well.
13635         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
13636         (set-advertised-calling-convention): New function.
13637         (make-obsolete, define-obsolete-function-alias)
13638         (make-obsolete-variable, define-obsolete-variable-alias):
13639         Make the optional-ness of `when' obsolete.
13640         (define-obsolete-face-alias): Make `when' non-optional.
13641         * help-fns.el (help-function-arglist):
13642         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
13643         Use advertised-signature-table.
13645 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
13647         * files.el (delete-directory): New defun.  The original function
13648         in fileio.c has been renamed to `delete-directory-internal'.
13650         * dired.el (dired-delete-file): Call `delete-directory' with
13651         RECURSIVE parameter.
13653         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
13654         parameter RECURSIVE.  Implementation is missing.
13656         * net/tramp.el (tramp-handle-make-directory): Flush upper
13657         directory's file properties.
13658         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
13659         (tramp-handle-dired-recursive-delete-directory): Flush directory
13660         properties after the remove command only.
13662         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
13663         Handle optional parameter RECURSIVE.
13665         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
13666         Handle optional parameter RECURSIVE.
13668         * net/tramp-smb.el (tramp-smb-errors): Add error message for
13669         connection timeout.
13670         (tramp-smb-handle-delete-directory): Handle optional parameter
13671         RECURSIVE.
13673 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13675         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
13676         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
13677         (byte-compile-defmacro): Use backquotes.
13679         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
13681         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
13682         has no associated file.
13683         (vc-resynch-buffer): Use vc-dir-buffers.
13685 2009-10-01  Glenn Morris  <rgm@gnu.org>
13687         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
13688         (chart-file-count):
13689         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
13690         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
13691         * emacs-lisp/eieio-opt.el (eieio-describe-class):
13692         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
13693         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
13694         (eieio-copy-parents-into-subclass, make-instance, class-children)
13695         (eieio-generic-form):
13697         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
13698         match-data.  (Bug#4555).
13700         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
13701         rather than parsing it as a regexp.  This relaxes the layout
13702         requirements and makes errors easier to detect.
13703         (check-declare-verify): Check file is regular.
13704         (check-declare-directory): Doc fix.
13705         * subr.el (declare-function): Doc fix.
13707         * ibuffer.el (ibuffer-format-qualifier):
13708         * isearch.el (hi-lock-regexp-okay):
13709         * calc/calc.el (math-zerop):
13710         * mail/uce.el (rmail-msgbeg, rmail-msgend):
13711         * term/w32-win.el (setup-default-fontset, set-fontset-font):
13712         Remove unused declarations.
13714 2009-09-30  Eric Ludlam  <zappo@gnu.org>
13716         * emacs-lisp/eieio.el (boolean-p): Delete.
13718 2009-09-30  Glenn Morris  <rgm@gnu.org>
13720         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
13722         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
13723         filename is not a string.
13725 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
13727         * files.el (safe-local-eval-forms): Fix typo.
13729 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13731         * vc-hooks.el (vc-dir-buffers): New var.
13732         (vc-state-refresh): New function.
13733         (vc-state): Use it.
13734         (vc-after-save): Always ask the backend to recompute the new state.
13735         Always call vc-dir if necessary, using vc-dir-buffers.
13736         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
13737         Use vc-dir-buffers.
13738         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
13739         (vc-dir-prepare-status-buffer, vc-dir-update)
13740         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
13741         Don't call expand-file-name on default-directory.
13743 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13745         * speedbar.el (speedbar-item-delete):
13746         * calc/calc-prog.el (calc-kbd-if):
13747         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
13749         * epa.el (epa-key-list-mode-map):
13750         * hi-lock.el (hi-lock-menu): Fix typos in menus.
13752         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
13753         (hs-show-hook): Fix typo in docstring.
13755 2009-09-29  Glenn Morris  <rgm@gnu.org>
13757         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
13758         file-name-nondirectory call preventing location of cedet files.
13759         (check-declare-verify): Use literal search rather than re-search.
13760         Add basic defmethod and defclass, and define-overloadable-function.
13762         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13763         Use tramp-compat-file-attributes rather than nonexistent
13764         tramp-compat-handle-file-attributes.
13766         * Makefile.in (lisptagsfiles4): New.
13767         (AUTOGENEL): Add cedet loaddefs files.
13768         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
13769         (update-elclist, compile-always, backup-compiled-files)
13770         (bootstrap-clean): Add yet another directory level.
13771         (update-elclist): Use LC_COLLATE rather than COLLATE.
13772         (ELCFILES): Update, via `make update-elclist'.
13774 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13776         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
13777         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
13778         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
13780 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
13782         * Makefile.in (lisptagsfiles3): Define.
13783         (TAGS, TAGS-LISP): Use it.
13784         (update-elclist): Add third directory level to look for elc files.
13785         (compile-always): Likewise.
13786         (backup-compiled-files): Likewise.
13787         (bootstrap-clean): Likewise.
13788         (ELCFILES): Update.
13790 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
13792         * Makefile.in (ELCFILES): Add CEDET files.
13794 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
13796         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
13798         * net/tramp.el (top): Require tramp-imap.
13800         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13801         Use `tramp-compat-handle-file-attributes'.
13803 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13805         * net/tramp-imap.el: New package.
13807 2009-09-28  Eric Ludlam  <zappo@gnu.org>
13809         * emacs-lisp/chart.el:
13810         * emacs-lisp/eieio-base.el:
13811         * emacs-lisp/eieio-comp.el:
13812         * emacs-lisp/eieio-custom.el:
13813         * emacs-lisp/eieio-datadebug.el:
13814         * emacs-lisp/eieio-opt.el:
13815         * emacs-lisp/eieio-speedbar.el:
13816         * emacs-lisp/eieio.el: New files.
13818 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13820         * whitespace.el (whitespace-trailing-regexp)
13821         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
13822         Fix doc string.
13824 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
13826         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
13827         menu.
13829         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
13830         menu-bar-ediff-menu.
13832         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
13833         define-overloadable-function.
13835         * progmodes/autoconf.el: Provide autoconf as well, so that this
13836         file can be `require'd.
13838         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
13840         * emacs-lisp/autoload.el (generated-autoload-feature)
13841         (generated-autoload-load-name): New vars.
13842         (autoload-rubric, autoload-generate-file-autoloads): Use them.
13843         (make-autoload): Recognize define-overloadable-function and
13844         defclass forms (for EIEIO).
13846         * Makefile.in (update-subdirs): Exclude cedet directory.
13848 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
13850         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
13852         * faces.el: Default light-background background for region face to
13853         ns_selection_color under NS.
13855 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
13857         * net/imap-hash.el: New library, see NEWS.
13859         * Makefile.in (ELCFILES): Add imap-hash.el.
13861 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13863         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
13864         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
13865         * help-macro.el (make-help-screen): Avoid using an ambiguous function
13866         definition where the docstring could be taken for the return value.
13868 2009-09-26  Glenn Morris  <rgm@gnu.org>
13870         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
13871         Add option to only show images below a certain size.
13872         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
13873         save-excursion calls.
13875 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
13877         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
13878         subdirectories) and eieio.
13880 2009-09-26  Alan Mackenzie  <acm@muc.de>
13882         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
13883         buggy bracketing.  (Bug#4289)
13885         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
13886         character constants (as case labels).  (Bug#4289)
13888 2009-09-25  Juri Linkov  <juri@jurta.org>
13890         * files.el (safe-local-eval-forms): Allow time-stamp in
13891         before-save-hook (Bug#4554).
13893 2009-09-25  Drew Adams  <drew.adams@oracle.com>
13895         * menu-bar.el (list-buffers-directory): Doc fix.
13897 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13899         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
13900         Try and avoid copying twice the same paragraph.
13901         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
13902         Remove save-excursion.
13903         (log-edit-changelog-entry): Do it here instead.
13905 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
13907         * bs.el (bs--get-file-name): Use `list-buffers-directory'
13908         when available, instead of hardcoding mode names.  Doc fix.
13910         * menu-bar.el (list-buffers-directory): Add docstring.
13911         Make automatically buffer-local.
13913         * dired.el (dired-mode):
13914         * files.el (cd-absolute):
13915         * pcvs.el (cvs-temp-buffer):
13916         * pcvs-util.el (cvs-get-buffer-create):
13917         * shell.el (shell-mode):
13918         * vc-dir.el (vc-dir-mode):
13919         Don't make `list-buffers-directory' buffer local.
13921 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
13923         * comint.el (comint-exec, comint-run, make-comint):
13924         Doc fixes (Bug#4542).
13926 2009-09-25  Glenn Morris  <rgm@gnu.org>
13928         * mail/rmailmm.el (rmail-mime): New custom group.
13929         Move all defcustoms in this file into this group.
13930         (rmail-mime-media-type-handlers-alist): Revert previous change.
13931         (rmail-mime-show-images): New option.
13932         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
13933         references to it, since it wasn't actually used for anything.
13934         (rmail-mime-insert-image): New function.
13935         (rmail-mime-image): Use rmail-mime-insert-image.
13936         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
13937         obey the value of `rmail-mime-show-images' option.  Print the size of
13938         attachments.
13940 2009-09-25  David Engster  <deng@randomsample.de>
13942         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
13944 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13946         * whitespace.el: Does not highlight trailing spaces While point is
13947         at end of line.  Does not highligt spaces at beginning of buffer
13948         while point is at beginning of buffer.  Does not highlight spaces
13949         at end of buffer while point is at end of buffer.  (Bug#4177)
13950         New version 12.0.
13951         (whitespace-display-mappings): Adjust initialization.
13952         (whitespace-point, whitespace-font-lock-refontify): New vars.
13953         (whitespace-color-on, whitespace-color-off): Adjust code.
13954         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
13955         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
13956         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
13958 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
13960         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
13962         * textmodes/sgml-mode.el: Remove xml-mode alias.
13964         * files.el (auto-mode-alist, conf-mode-maybe)
13965         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
13967 2009-09-24  Alan Mackenzie  <acm@muc.de>
13969         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
13970         c-forward-conditionals, but it doesn't move point and doesn't set
13971         the mark.
13972         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
13973         (c-down-conditional-with-else, c-backward-conditional)
13974         (c-forward-conditional): Refactor to use c-scan-conditionals.
13976 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13978         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
13979         (help-default-arg-highlight): Remove.
13980         (help-highlight-arg): New function.
13981         (help-do-arg-highlight): Use it.
13982         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
13984 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13986         * term.el (term-set-scroll-region, term-handle-ansi-escape):
13987         Undo last change, which didn't fix the problem and introduced others.
13989 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
13991         * progmodes/gdb-mi.el: Don't require speedbar.
13992         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
13994 2009-09-24  Glenn Morris  <rgm@gnu.org>
13996         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
13998         * term/ns-win.el (ns-reg-to-script): Define for compiler.
14000         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
14001         there is no newline after the final mime boundary.  (Bug#4539)
14002         Move markers on insertion so that any buttons inserted don't end up in
14003         the next part of a multipart message.
14004         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
14005         (rmail-mime-bulk-handler): Optionally handle images.
14006         (rmail-mime-image): New button action.
14007         (rmail-mime-image-handler): New function.
14008         (rmail-mime-mode): New mode.
14009         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
14011 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14013         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
14014         than just dropping elements from it (bug#4504).
14016         * term.el (term-set-scroll-region): Don't move cursor any more.
14017         (term-handle-ansi-escape): Call term-goto here instead.
14018         Suggested by Ivan Kanis <apple@kanis.eu>.
14020         * term.el: Require CL.
14021         (term-ansi-reset): New function.
14022         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
14023         (term-handle-colors-array): Simplify.
14025 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
14027         * allout.el (allout-overlay-interior-modification-handler)
14028         (allout-obtain-passphrase):
14029         * epa-file.el (epa-file-write-region):
14030         * ps-print.el (ps-begin-job):
14031         * vc-hooks.el (vc-toggle-read-only):
14032         * vc-rcs.el (vc-rcs-rollback):
14033         * vc-sccs.el (vc-sccs-rollback):
14034         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
14035         (vc-version-diff, vc-revert, vc-rollback):
14036         * wdired.el (wdired-check-kill-buffer):
14037         * emacs-lisp/authors.el (authors):
14038         * net/socks.el (socks-open-connection):
14039         * net/zeroconf.el (zeroconf-service-add-hook):
14040         * obsolete/vc-mcvs.el (vc-mcvs-register):
14041         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
14042         (gdb-select-frame):
14043         * progmodes/grep.el (lgrep, rgrep):
14044         * progmodes/idlw-help.el (idlwave-help-check-locations)
14045         (idlwave-help-html-link, idlwave-help-assistant-open-link):
14046         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
14047         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
14048         (reftex-toc-rename-label): Fix typos in error messages.
14050         * dired-aux.el (dired-do-shell-command): Reflow docstring.
14051         (dired-copy-how-to-fn): Doc fix.
14052         (dired-files-attributes, dired-read-shell-command):
14053         Fix typos in docstrings.
14055         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
14056         (dired-x-find-file-other-window): Reflow docstrings.
14057         (dired-omit-marker-char, dired-read-shell-command)
14058         (dired-x-submit-report): Fix typos in docstrings.
14060         * shell.el (shell-mode-hook):
14061         * view.el (View-scroll-line-forward):
14062         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
14063         Fix typos in docstrings.
14065         * net/dig.el (dig-invoke): Fix typo in docstring.
14066         (query-dig): Reflow docstring.
14068         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
14069         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
14070         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
14071         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
14072         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
14073         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
14074         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
14075         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
14076         (idlwave-completion-map, idlwave-current-indent)
14077         (idlwave-custom-ampersand-surround, idlwave-customize)
14078         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
14079         (idlwave-define-abbrev, idlwave-determine-class-special)
14080         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
14081         (idlwave-end-block-reg, idlwave-end-of-statement)
14082         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
14083         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
14084         (idlwave-explicit-class-listed, idlwave-file-header)
14085         (idlwave-fill-paragraph, idlwave-find-class-definition)
14086         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
14087         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
14088         (idlwave-in-quote, idlwave-indent-action-table)
14089         (idlwave-indent-expand-table, idlwave-indent-line)
14090         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
14091         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
14092         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
14093         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
14094         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
14095         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
14096         (idlwave-outlawed-buffers, idlwave-popup-select)
14097         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
14098         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
14099         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
14100         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
14101         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
14102         (idlwave-statement-type, idlwave-struct-skip)
14103         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
14104         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
14105         (idlwave-what-module-find-class): Fix typos in docstrings.
14106         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
14107         (idlwave-calculate-cont-indent, idlwave-expand-equal)
14108         (idlwave-find-module, idlwave-find-structure-definition)
14109         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
14110         (idlwave-list-load-path-shadows, idlwave-next-statement)
14111         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
14112         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
14113         (idlwave-template): Reflow docstrings.
14115         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
14116         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
14117         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
14118         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
14119         (idlwave-shell-display-line, idlwave-shell-display-wframe)
14120         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
14121         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
14122         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
14123         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
14124         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
14125         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
14126         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
14127         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
14128         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
14129         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
14130         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
14131         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
14132         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
14133         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
14134         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
14135         Fix typos in docstrings.
14136         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
14137         (idlwave-shell-hide-output, idlwave-shell-mode)
14138         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
14139         Reflow docstrings.
14141         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
14143 2009-09-24  Ivan Kanis  <apple@kanis.eu>
14145         * term.el (term-bold-attribute): New var.
14146         (term-handle-colors-array): Use it.
14148 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
14150         * progmodes/gdb-mi.el (gdb-version): New variable.
14151         (gdb-non-stop-handler): Set gdb-version.
14152         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
14153         Condition "--thread" option on gdb-version.
14154         (gdb-invalidate-threads): Remove unused argument.
14156 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14158         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
14159         to looking-back to avoid ridiculous slow down in large files (bug#4511).
14161 2009-09-23  Glenn Morris  <rgm@gnu.org>
14163         * mail/rmail.el (rmail-reply): Don't try to add a References header when
14164         replying to mail without References or Message-Id.  (Bug#4525)
14166 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
14168         * term/ns-win.el (ns-reg-to-script): New variable.
14170 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
14172         * epg.el (epg-wait-for-status): Preserve existing 'error results.
14174 2009-09-22  Sam Steingold  <sds@gnu.org>
14176         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
14177         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
14178         to 1 because hg returns status 1 when nothing is found.
14179         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
14181 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14183         * textmodes/fill.el: Convert to utf-8 encoding.
14184         (fill-french-nobreak-p): Remove redundant » and « inherited from our
14185         pre-Unicode days.
14187         * add-log.el (change-log-fill-forward-paragraph): New function.
14188         (change-log-mode): Use it so fill-region DTRT.
14189         Set fill-indent-according-to-mode here rather than in
14190         change-log-fill-paragraph.
14191         (change-log-fill-paragraph): Remove.
14193 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
14195         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
14196         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
14198 2009-09-22  Glenn Morris  <rgm@gnu.org>
14200         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
14201         the scroll-bar scroll the calendar window rather than the buffer.
14203         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
14204         commands that move point (as opposed to scrolling).
14206         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
14208         * emacs-lisp/elint.el (elint): New custom group.
14209         (elint-log-buffer): Make it a defcustom.
14210         (elint-scan-preloaded, elint-ignored-warnings)
14211         (elint-directory-skip-re): New options.
14212         (elint-builtin-variables): Doc fix.
14213         (elint-preloaded-env): New variable.
14214         (elint-unknown-builtin-args): Add an entry for encode-time.
14215         (elint-extra-errors): Make it a variable rather than a constant.
14216         (elint-preloaded-skip-re): New constant.
14217         (elint-directory): Skip files matching elint-directory-skip-re.
14218         (elint-features): New variable, local to linted buffers.
14219         (elint-update-env): Initialize elint-features.  Possibly add
14220         elint-preloaded-env to the buffer's environment.
14221         (elint-get-top-forms): Bind elint-current-pos, for log messages.
14222         Skip quoted forms.
14223         (elint-init-form): New function, extracted from elint-init-env.
14224         Make non-list forms a warning rather than an error.
14225         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
14226         easy-menu-define, put that adds an error-condition, and provide.
14227         When requiring cl, also require cl-macs.  Really require cl, to handle
14228         some cl macros.  Store required libraries in the list elint-features,
14229         so as not to re-load them.  Treat cc-require like require.
14230         (elint-init-env): Call elint-init-form to do the work.
14231         Handle eval-and-compile and such like.
14232         (elint-add-required-env): Do not clear messages.
14233         (elint-special-forms): Add handlers for function, defalias, if, when,
14234         unless, and, or.
14235         (elint-form): Add optional argument to ignore elint-special-forms,
14236         useful to prevent recursive calls from handlers.  Doc fix.
14237         Respect elint-ignored-warnings.
14238         (elint-form): Respect elint-ignored-warnings.
14239         (elint-bound-variable, elint-bound-function): New variables.
14240         (elint-unbound-variable): Respect elint-bound-variable.
14241         (elint-get-args): Respect elint-bound-function.
14242         (elint-check-cond-form): Add some simple handling for (f)boundp and
14243         featurep tests.
14244         (elint-check-defalias-form): New handler.
14245         (elint-check-let-form): Make an empty let a warning rather than an
14246         error.
14247         (elint-check-setq-form): Make an empty setq a warning rather than an
14248         error.  Respect elint-ignored-warnings.
14249         (elint-check-defvar-form): Accept null doc-strings.
14250         (elint-check-conditional-form): New handler.  Does some simple-minded
14251         checking of featurep and (f)boundp tests.
14252         (elint-put-function-args): New function.
14253         (elint-initialize): Use elint-scan-doc-file rather than
14254         elint-find-builtin-variables.  Use elint-put-function-args.
14255         Possibly scan preloaded-file-list.
14256         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
14257         extend to handle functions as well.
14259 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
14261         * linum.el (linum-delete-overlays, linum-update-window):
14262         Do not modify the right margin.  (Bug#3971)
14264 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
14266         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
14267         nxml-mode instead of xml-mode.
14269 2009-09-21  Kevin Ryde  <user42@zip.com.au>
14271         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
14273 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14275         * net/dig.el (dig-mode): Use define-derived-mode.
14277 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
14279         * vc-dispatcher.el (vc-do-command): Return the process object in
14280         the asynchronous case.  Use when instead of if.  Do not run
14281         vc-exec-after to display a message if not enabled.  (Bug#4463)
14283         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
14284         properties to the stash strings.
14285         (vc-git-stash-list): Return a list of strings.
14286         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
14287         (vc-git-stash-show-at-point): New functions.
14288         (vc-git-stash-map): New keymap.
14290         * register.el (ctl-x-r-map): Define the keys here instead of
14291         using autoload.
14293 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
14295         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
14296         list, to workaround performance problem (bug#4485).
14298 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
14300         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
14302 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
14304         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
14305         Document that this option is not recommended to use.
14307 2009-09-19  Glenn Morris  <rgm@gnu.org>
14309         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
14310         variable `var'.
14312         * calc/calc-alg.el (var):
14313         * calc/calcalg2.el (var): Define for compiler.
14315 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
14317         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
14318         Doc fix (Bug#3932).
14320         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
14322         * time-stamp.el (time-stamp-month-dd-yyyy)
14323         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
14324         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
14325         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
14326         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
14327         Remove functions that have been obsolete since 1995 (Bug#4436).
14329         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
14330         indent buffer only if called interactively (Bug#4452).
14332 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
14333             Eli Zaretskii  <eliz@gnu.org>
14335         This fixes bug#4197 (merged to bug#865, though not identical).
14336         * server.el (server-auth-dir): Add docstring note about FAT32.
14337         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
14338         but warn against using them.
14340 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
14342         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
14343         older GDB where there is no has_more field.
14345 2009-09-19  Glenn Morris  <rgm@gnu.org>
14347         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
14349 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
14351         * files.el (auto-mode-alist): Change default for XML files to nXML
14352         mode (Bug#4169).
14354 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
14356         * server.el (server-ensure-safe-dir): Pass 'integer
14357         to `file-attributes', as suggested.
14359 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14361         * dired-aux.el (dired-query-alist): Remove spurious backslash.
14362         (dired-query): Use read-key.
14364 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
14366         * cus-start.el (ns-use-qd-smoothing): Remove.
14368 2009-09-18  Glenn Morris  <rgm@gnu.org>
14370         * allout.el (top-level): Remove unnecessary progn.
14372         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
14374         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
14375         definition of abbrev table.
14377         * speedbar.el (speedbar-track-mouse):
14378         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
14379         * net/eudc.el (eudc-expand-inline):
14380         * net/newst-backend.el (newsticker--cache-read-feed):
14381         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
14382         condition-case handlers.
14384 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
14386         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
14387         (gdb-var-list): Add an element for has_more field.
14388         (gdb-non-stop-handler): Enable pretty printing for STL containers.
14389         (gdb-var-create-handler, gdb-var-list-children-handler-1)
14390         (gdb-var-update-handler-1): Parse output of dynamic variable
14391         objects (STL containers).
14392         (gdb-var-delete-1): Pass var1 as an explicit second argument.
14393         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
14395         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
14396         gdb-var-list.
14397         (gud-speedbar-buttons): Make node expandable if expression "has more"
14398         children.
14400 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
14402         * startup.el (emacs-quick-startup): Remove variable and all uses.
14403         (command-line): Set `inhibit-x-resources' instead.
14404         (command-line-1): Use `inhibit-x-resources' instead.
14406 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
14408         * subr.el: Fix last change to avoid using the `unless' macro,
14409         which breaks bootstrapping.
14411 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14413         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
14414         extended definitions, in case we reload subr.el after having
14415         loaded CL.
14416         (eval-next-after-load): Mark as obsolete.
14418 2009-09-17  Juri Linkov  <juri@jurta.org>
14420         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
14421         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
14422         (menu-bar-showhide-menu, menu-bar-tools-menu)
14423         (menu-bar-describe-menu, menu-bar-help-menu)
14424         (minibuffer-local-completion-map, minibuffer-local-map):
14425         Fix list quoting.
14427 2009-09-17  Glenn Morris  <rgm@gnu.org>
14429         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
14430         arguments, whether or not it has a handler.
14432         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
14434         * simple.el (hard-newline): Give it a doc-string.
14436         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
14437         (lisp-mode-syntax-table): Give them doc-strings.
14439 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
14441         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
14442         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
14443         (menu-bar-options-menu, menu-bar-showhide-menu)
14444         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
14445         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
14446         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
14447         (menu-bar-options-menu, menu-bar-tools-menu)
14448         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
14449         (menu-bar-help-menu):
14450         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
14451         string arguments.
14453         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
14454         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
14455         calls for the menu names and :help.
14457 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14459         * mouse.el (minor-mode-menu-from-indicator): Pay attention
14460         to :minor-mode-function (bug#4455).
14462 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14464         * startup.el (command-line): Initialize the window-system after
14465         processing the command-line.
14467         * textmodes/page.el (what-page): Make sure we don't inf-loop if
14468         page-delimiter matches the empty string.
14470 2009-09-16  Glenn Morris  <rgm@gnu.org>
14472         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
14473         byte-compile-not-obsolete-var.  It's a list now.
14474         (byte-compile-not-obsolete-funcs): New variable.
14475         (byte-compile-warn-obsolete): Don't warn about functions if they are in
14476         byte-compile-not-obsolete-funcs.
14477         (byte-compile-variable-ref, byte-compile-defvar): Update for
14478         byte-compile-not-obsolete-vars name-change and list nature.
14479         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
14480         and variables behind (f)boundp tests.
14481         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
14483 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
14485         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
14487 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14489         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
14490         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
14491         Don't autoload.
14493 2009-09-15  Stephen Eglen  <stephen@gnu.org>
14495         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
14496         the virtual-buffers, use the name of the buffer specified by
14497         find-file-noselect, as the match may be a symlink.  (This was a
14498         problem if the target and the symlink had different names.)
14500 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14502         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
14504         * desktop.el (desktop-path): Check user-emacs-directory.
14506         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
14508         * loadup.el: Use after-load-functions to GC after loading each file.
14509         Remove the explicit GC calls that used to be sprinkled around.
14511         * subr.el (after-load-functions): New hook.
14512         (do-after-load-evaluation): Run it.  Use string-match-p to detect
14513         `obsolete' packages, rather than painfully extracting the relevant
14514         directory name.
14516 2009-09-15  Glenn Morris  <rgm@gnu.org>
14518         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
14519         free variable `doc'.
14521         * dired.el (dired-mode-map): Add menu entry for async shell command.
14523         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
14524         variables, also consider the .elc files, since the .el files are
14525         normally gzipped (subsequent code locates the .el.gz from the .elc).
14527         * calc/calc-prog.el (arglist): Define for compiler.
14529         * calendar/diary-lib.el (diary-display-function): Change the default to
14530         fancy display.
14531         (body): Define for compiler.
14533         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
14534         (byte-compile-file-form, byte-compile-lambda)
14535         (byte-compile-top-level-body, byte-compile-form)
14536         (byte-compile-variable-ref, byte-compile-setq)
14537         (byte-compile-setq-default, byte-compile-body)
14538         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
14539         (batch-byte-compile): Give some more local variables with common names
14540         a "bytecomp-" prefix to avoid masking warnings about free variables.
14542         * startup.el (command-line-1): Give local variables with common names a
14543         distinguishing prefix, so as not to hide free variable warnings during
14544         bootstrap.
14546         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
14547         clever and add a suffix to make a unique name, just let the user decide
14548         whether or not to overwrite it.  If the input is a directory, write the
14549         default filename to that directory.  (Bug#4388)
14550         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
14551         is a filename-as-a-directory.
14553 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14555         * textmodes/page.el (what-page): Don't move to beginning of line.
14556         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
14558 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
14560         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
14562 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
14564         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
14565         * help.el (help-for-help-internal): Add purecopy calls for text.
14567         * vc.el (top): print-log method now takes an optional SHORTLOG
14568         argument.  Add a new method: root.
14569         (vc-root-diff, vc-print-root-log): New functions.
14570         (vc-log-short-style): New variable.
14571         (vc-print-log-internal): Add support for showing short logs.
14573         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
14574         vc-print-root-log and vc-print-root-diff.
14576         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
14577         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
14578         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
14579         short logs.
14581         * vc-cvs.el (vc-cvs-print-log):
14582         * vc-mtn.el (vc-mtn-print-log):
14583         * vc-rcs.el (vc-rcs-print-log):
14584         * vc-sccs.el (vc-sccs-print-log):
14585         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
14586         that is ignored for now.
14588         * vc-mtn.el (vc-mtn-annotate-command):
14589         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
14591 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14593         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
14594         to function-key-map, and give them ascii-character property.
14595         * term/x-win.el (x-alternatives-map):
14596         * term/ns-win.el (ns-alternatives-map):
14597         * term/internal.el (msdos-key-remapping-map):
14598         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
14600 2009-09-14  Glenn Morris  <rgm@gnu.org>
14602         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
14603         temp-buffers (2009-09-12).
14605 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14607         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
14608         the new read-key function.
14610 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
14612         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
14613         is defined (Bug#4405).
14615 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
14617         * recentf.el (recentf-cleanup): Use a hash table to find
14618         duplicates (Bug#4407).
14620 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
14622         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
14623         kp-0 to ascii equivalents (Bug#4325).
14625 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
14627         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
14629         * eshell/em-hist.el:
14630         * eshell/em-dirs.el (eshell-complete-user-reference):
14631         Declare pcomplete functions and variables to avoid compiler warnings.
14633 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
14635         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
14636         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
14637         * eshell/em-alias.el (eshell-aliases-file):
14638         * eshell/em-hist.el (eshell-history-file-name):
14639         Use expand-file-name instead of concat to make file names (Bug#4308).
14641 2009-09-13  Glenn Morris  <rgm@gnu.org>
14643         * ediff-merg.el (ediff-do-merge):
14644         * filesets.el (filesets-run-cmd):
14645         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
14646         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
14647         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
14648         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
14649         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
14650         Replace empty `let's with `progn'.
14652 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14654         * mail/sendmail.el (send-mail-function):
14655         * tooltip.el (tooltip-mode):
14656         * simple.el (transient-mark-mode):
14657         * rfn-eshadow.el (file-name-shadow-mode):
14658         * frame.el (blink-cursor-mode):
14659         * font-core.el (global-font-lock-mode):
14660         * files.el (temporary-file-directory)
14661         (small-temporary-file-directory, auto-save-file-name-transforms):
14662         * epa-hook.el (auto-encryption-mode):
14663         * composite.el (global-auto-composition-mode):
14664         Use custom-initialize-delay.
14665         * startup.el (command-line): Don't explicitly call
14666         custom-reevaluate-setting for all the above vars.
14667         * custom.el (custom-initialize-safe-set)
14668         (custom-initialize-safe-default): Delete.
14670 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14672         * term/x-win.el (x-initialize-window-system):
14673         * term/w32-win.el (w32-initialize-window-system):
14674         * term/ns-win.el (ns-initialize-window-system): Don't call
14675         mouse-wheel-mode since it's enabled globally by default already.
14677         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
14678         actually define the variable, but only silences the byte-compiler.
14679         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
14680         before looking it up.
14681         (mouse-wheel-scroll-amount): Also reset the bindings if this value
14682         is changed.
14684 2009-09-12  Glenn Morris  <rgm@gnu.org>
14686         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
14687         1000.
14688         (elint-add-required-env): Don't beep on error.
14689         (elint-forms): In case of error, return ENV unchanged.
14690         (elint-init-env): Skip non-list forms.
14691         (elint-log): Handle unknown file positions.
14693 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
14695         * epg.el (epg-make-context): Add autoload cookie.
14696         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
14697         (epg-decrypt-string, epg-start-verify, epg-verify-file)
14698         (epg-verify-string, epg-start-sign, epg-sign-file)
14699         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
14700         (epg-encrypt-string, epg-start-export-keys)
14701         (epg-export-keys-to-file, epg-export-keys-to-string)
14702         (epg-start-import-keys, epg-import-keys-from-file)
14703         (epg-import-keys-from-string, epg-start-receive-keys)
14704         (epg-receive-keys, epg-import-keys-from-server)
14705         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
14706         (epg-sign-keys, epg-start-generate-key)
14707         (epg-generate-key-from-file, epg-generate-key-from-string):
14708         Remove autoload cookie.
14710 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
14712         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
14713         reevaluation of trash-directory.
14715         * mwheel.el: Fix last change.
14716         (mouse-wheel-mode): New defvar.
14717         (mouse-wheel-mode): Remove autoload cookie.
14719 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14721         * mwheel.el (mwheel-installed-bindings): New var.
14722         (mouse-wheel-mode): Use it, so as to make sure we really remove all
14723         the bindings we set last time.  Use custom-initialize-delay.
14724         * loadup.el: Load mwheel after term/*-win.el.
14725         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
14726         and mouse-wheel-up-event now that their first evaluation is done
14727         sufficiently late to be correct.
14729         * startup.el (tutorial-directory): Make it a defcustom.
14730         Use custom-initialize-delay rather than eval-at-startup to set it.
14731         * image.el (image-load-path): Make it a defcustom.
14732         Use custom-initialize-delay rather than eval-at-startup to set it.
14733         * subr.el (eval-at-startup): Remove.
14734         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
14736         * subr.el (do-after-load-evaluation): Warn the user after loading an
14737         obsolete package.
14739 2009-09-12  Glenn Morris  <rgm@gnu.org>
14741         * proced.el (proced-mark-alt): Remove alias.
14742         (proced-mode-map): Remove proced-mark-alt.
14744         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
14745         Elint file and directory.  Remove initialization entry.
14747         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
14748         commands.
14749         (elint-current-buffer): Set mode-line-process.
14750         (elint-init-env): Handle define-derived-mode.
14751         Fix declare-function with unspecified arglist.  Guard against odd
14752         defalias statements (eg iso-insert's 8859-1-map).
14753         (elint-add-required-env): Use a temp buffer.
14754         (elint-form): Just print the function/macro name, not the whole form.
14755         Return env unchanged if we fail to parse a macro.
14756         (elint-forms): Guard against parse errors.
14757         (elint-output): New function, to handle batch mode.
14758         (elint-log-message): Add optional argument.  Use elint-output.
14759         (elint-set-mode-line): New function.
14761 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
14763         * emacs-lisp/elp.el (elp-not-profilable): Add more
14764         functions (Bug#4233).
14766 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
14768         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
14769         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
14771 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
14773         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
14774         (gdb-var-list-children): Use json parsing.
14776 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
14778         * progmodes/js.el (js--proper-indentation): Handle the case where
14779         char-before is null.  Reported by Deniz Dogan.
14781 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
14783         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
14785 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
14787         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
14788         (epg-digest-algorithm-alist): Add SHA224.
14789         (epg-context-set-passphrase-callback)
14790         (epg-context-set-progress-callback): Add description about
14791         callback function.
14793 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14795         * custom.el (custom-delayed-init-variables): New var.
14796         (custom-initialize-delay): New function.
14797         * startup.el (command-line): "Re"evaluate all vars in
14798         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
14799         explicitly any more.
14800         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
14801         to avoid creating a ~/.emacs.d at build-time (bug#4347).
14803         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
14805 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
14807         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
14808         (gdb-var-update-handler): Use json parsing.
14810 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
14812         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
14813         decode annotated text, regardless of language environment.  (Bug#2741)
14815 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14817         * Makefile.in (autoloads): Make rmail.el writable as well.
14819 2009-09-11  Glenn Morris  <rgm@gnu.org>
14821         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
14822         loaddefs.el.
14823         * dired.el: Regenerate with extracted autoloads.
14824         * Makefile.in (autoloads): Make dired.el writable.
14826         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
14827         * ibuffer.el: Regenerate with extracted autoloads.
14828         * Makefile.in (autoloads): Make ibuffer.el writable.
14830         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
14831         * version.el (emacs-copyright, emacs-major-version)
14832         (emacs-minor-version): Reformat doc-strings for make-docfile.
14834         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
14835         functions and variables, since they must be stuff specific to some other
14836         platform.
14837         (apropos-print): Make mouse-click message less specific about button.
14839         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
14840         that records where a macro was defined.
14841         * help-fns.el (describe-function-1): Mention if a function has a
14842         compiler-macro.
14843         * help-mode.el (help-function-cmacro): New button.
14845         * locate.el (top-level): Always require dired.
14846         (locate-mode-map): Initialize inside the defvar.
14848         * net/ange-ftp.el (dired-compress-file): Declare.
14849         (ange-ftp-dired-compress-file): Add doc string.
14851         * term/ns-win.el (x-display-name, x-setup-function-keys):
14852         Unify doc-strings with X versions.
14854 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14856         * emulation/crisp.el (crisp-mode-map): Move initialization
14857         into declaration.
14858         (crisp-mode): Use define-minor-mode.
14860         * progmodes/xscheme.el (xscheme-evaluation-commands):
14861         Put a :advertised-binding property rather than using
14862         advertised-xscheme-send-previous-expression.
14863         (advertised-xscheme-send-previous-expression): Declare obsolete.
14864         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
14865         `advertised-undo'.
14866         (crisp-mode): Add corresponding bindings to
14867         undo's :advertised-binding instead.
14868         * dired.el (dired-mode-map): Put a :advertised-binding property rather
14869         than using dired-advertised-find-file.
14870         (dired-advertised-find-file):
14871         * simple.el (advertised-undo):
14872         * wid-edit.el (advertised-widget-backward): Declare obsolete.
14873         (widget-keymap): Put a :advertised-binding property rather
14874         than using advertised-widget-backward.
14875         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
14876         than using advertised-undo.
14877         * tutorial.el (tutorial--default-keys): Adjust accordingly.
14879 2009-09-10  Simon South  <ssouth@slowcomputing.org>
14881         * progmodes/delphi.el (delphi-tab): Indent region when Transient
14882         Mark mode is enabled and region is active; otherwise indent or
14883         insert TAB as usual.
14884         (delphi-mode): Update description of TAB-key binding.
14886 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14888         * subr.el (define-key-rebound-commands): Mark obsolete.
14889         * startup.el (precompute-menubar-bindings): Remove.
14890         (normal-top-level): Remove obsolete code that tried to precompute
14891         menubar bindings.
14892         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
14893         define-key-rebound-commands and precompute-menubar-bindings.
14895 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14897         * net/imap.el (imap-interactive-login): Better messages.
14898         (imap-open): Fix bug with renamed buffer on reconnect.
14899         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14900         for easier debugging and cleaner code.  On successful (guessed based on
14901         server capabilities) secondary authentication, set imap-state
14902         correctly.
14903         (imap-last-authenticator): Define imap-last-authenticator as a variable
14904         to avoid warnings.
14906 2009-09-10  Glenn Morris  <rgm@gnu.org>
14908         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
14910         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
14911         (byte-compile-file-form-autoload): Don't warn about unknown functions
14912         where the autoload statement comes after the use.
14913         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
14914         that any handlers inside the body (eg require) are in turn respected.
14916         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
14917         effects.
14919         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
14920         and syntax and abbrev tables basic docs, if they don't have any.
14922         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
14924         * international/mule-cmds.el (top-level): Require cl when compiling.
14925         (view-hello-file): Use default-value rather than
14926         default-enable-multibyte-characters.
14928         * progmodes/fortran.el: Move all safe and risky properties into the
14929         defcustoms.
14931         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
14932         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
14933         * mail/undigest.el:
14934         Put autoloads in rmail.el rather than loaddefs.el.
14935         * mail/rmail.el: Regenerate with extracted autoloads.
14937         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
14938         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
14940 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
14942         Reported in thread for Bug#4375.
14943         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
14944         "-data-evaluate-expression" instead of print.
14945         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
14946         (gdb-tooltip-print): Parse output from above MI command.
14947         (gdb): Revert 2009-08-11 change.  User should detach inferior
14948         manually.
14950         Remove the word "separate" from IO functions as inferior
14951         output is now never displayed in the GUD buffer.
14953 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
14955         * startup.el (command-line-normalize-file-name): On Windows and
14956         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
14958 2009-09-10  Juri Linkov  <juri@jurta.org>
14960         * isearch.el (isearch-text-char-description): Propertize escape
14961         character sequences with the `escape-glyph' face.  (Bug#4344)
14963         * simple.el (shell-command): Set asynchronous process filter to
14964         `comint-output-filter'.  (Bug#4343)
14966         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
14967         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
14968         the list.  Move "asm" to the bottom.
14969         (grep-find-ignored-directories): Add `choice' with nil value
14970         to empty the list easily.
14971         (grep-find-ignored-files): New option.
14972         (grep-files-history): Set to nil by default instead of '("ch" "el").
14973         (grep-compute-defaults): Add "<X>" to `grep-template'.
14974         (grep-read-files): Bind new local variables `default-alias' and
14975         `default-extension'.  Use a list of default values for the file prompt.
14976         (lgrep): Add `--exclude=' command line options composed from
14977         `grep-find-ignored-files'.
14978         (rgrep): Add `-name' command line options composed from
14979         `grep-find-ignored-files'.  (Bug#4301)
14981 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14983         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
14984         (bug#4368).
14986 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14988         * calendar/time-date.el (autoload):
14989         Expand define-obsolete-function-alias into defalias and make-obsolete
14990         for old Emacsen that Gnus supports.
14991         (with-no-warnings): Define it for old Emacsen.
14992         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14993         is available.
14994         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14995         float-time is available; suppress compile warning for time-to-seconds.
14997 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14999         * net/imap.el (imap-message-map): Docstring fix.
15001 2009-09-09  Glenn Morris  <rgm@gnu.org>
15003         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
15004         line numbers too.  (Bug#4374)
15006 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15008         * smerge-mode.el (smerge-remove-props, smerge-refine):
15009         Use with-silent-modifications (bug#4342).
15011         * subr.el (with-silent-modifications): New macro.
15013 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
15015         * files.el (top-level): Require `cl' when compiling.
15017 2009-09-07  Glenn Morris  <rgm@gnu.org>
15019         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
15021         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
15022         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
15024 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
15026         * vc-git.el (vc-git-annotate-command): Use separator to parse
15027         arguments correctly.
15029 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
15031         * proced.el (proced-mode): Doc fix.
15033 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
15035         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
15036         lstat fails.
15037         (tramp-do-file-attributes-with-ls): Check for file existence at
15038         remote end.
15039         (tramp-do-file-attributes-with-stat): Likewise.
15040         (tramp-convert-file-attributes): Return nil when attr is nil.
15042 2009-09-05  Glenn Morris  <rgm@gnu.org>
15044         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
15045         properties to this button.
15046         (diary-fancy-display): Don't extend the button to the final newline.
15047         (diary-fancy-display-mode): Continue to define "q" as a local key.
15049         * calendar/cal-china.el (holiday-chinese): Make it slightly more
15050         efficient.
15052         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
15054         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
15055         (byte-compile-dest-file-function): New option.
15056         (byte-compile-dest-file): Doc fix.
15057         Obey byte-compile-dest-file-function.
15058         (byte-compile-cl-file-p): New function.
15059         (byte-compile-eval): Only suppress noruntime warnings about cl functions
15060         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
15061         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
15062         than for file being previously loaded.
15063         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
15064         (byte-compile-file-form-require): Handle the case where requiring a file
15065         indirectly causes CL to be loaded.
15067 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
15069         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
15070         before killing the old buffer, since by the time `kill-buffer' is
15071         run so many buffer variables have been set to nil that it may not
15072         behave as expected.  (Bug#4061)
15074 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
15076         * files.el (find-alternate-file): If the old buffer is modified
15077         and visiting a file, behave similarly to `kill-buffer' when
15078         killing it, thus reverting to the pre-1.878 behavior; see
15079         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
15080         for discussion.  Also, consult `buffer-file-name' as a variable
15081         not as a function, for consistency with the rest of the code.
15083 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
15085         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
15086         also when adding a new directory.
15088         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
15089         defun.
15091 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15093         * files.el (locate-file-completion-table): Make it provide boundary
15094         information, so partial-completion works better.
15096 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
15098         * mail/footnote.el (Footnote-text-under-cursor):
15099         Check footnote-text-marker-alist before using it (bug#4324).
15101 2009-09-04  Glenn Morris  <rgm@gnu.org>
15103         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
15104         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
15105         * play/solitaire.el, play/tetris.el:
15106         Remove leading * from defcustom and defface docs.
15108         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
15109         necessary.
15110         (diary-fancy-overriding-map): New variable.
15111         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
15112         Use view-mode.
15114         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
15115         goto-line.
15117 2009-09-03  Glenn Morris  <rgm@gnu.org>
15119         * arc-mode.el (archive-mode):
15120         * dos-fns.el (set-default-process-coding-system):
15121         * man.el (Man-getpage-in-background):
15122         * menu-bar.el (menu-bar-describe-menu):
15123         * server.el (server-process-filter):
15124         * startup.el (command-line):
15125         * tar-mode.el (tar-header-block-tokenize, tar-extract):
15126         * w32-fns.el (set-default-process-coding-system):
15127         * x-dnd.el (x-dnd-handle-file-name):
15128         * international/mule-cmds.el (mule-menu-keymap)
15129         (set-default-coding-systems, language-info-alist, set-language-info)
15130         (set-language-environment, standard-display-european-internal)
15131         (set-locale-environment):
15132         * international/mule-diag.el (mule-diag):
15133         * mail/emacsbug.el (report-emacs-bug):
15134         * mail/rmail.el (rmail-mode):
15135         * mail/sendmail.el (mail-setup):
15136         Use default-value rather than default-enable-multibyte-characters.
15138         * progmodes/f90.el: Move all safe properties into the defcustoms.
15139         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
15141         * calendar/appt.el (appt-check):
15142         * calendar/diary-lib.el (diary-set-header, diary-live-p)
15143         (diary-check-diary-file, diary-list-entries)
15144         (diary-include-other-diary-files, diary-simple-display)
15145         (diary-fancy-display, diary-print-entries)
15146         (diary-mark-included-diary-files, diary-make-entry):
15147         Don't call substitute-in-file-name on diary-file.
15149 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
15150             Stefan Monnier  <monnier@iro.umontreal.ca>
15152         * mail/footnote.el (footnote-prefix): Make it a defcustom.
15153         (footnote-mode-map): Move initialization into the declaration.
15154         (footnote-minor-mode-map): Define it rather than changing global-map.
15155         (footnote-mode): Use define-minor-mode.
15157 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
15159         * net/tramp.el (tramp-handle-file-attributes-with-ls)
15160         (tramp-do-file-attributes-with-perl)
15161         (tramp-do-file-attributes-with-stat): Rename from
15162         `tramp-handle-file-attributes-with-*'.
15163         (tramp-handle-file-attributes): Use them.
15164         (tramp-do-directory-files-and-attributes-with-perl)
15165         (tramp-do-directory-files-and-attributes-with-stat): Rename from
15166         `tramp-handle-directory-files-and-attributes-with-*'.
15167         (tramp-handle-directory-files-and-attributes): Use them.
15168         (tramp-method-out-of-band-p): Additional parameter SIZE.
15169         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
15170         (tramp-handle-write-region): Use it.
15171         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
15172         (tramp-handle-vc-registered): Check, whether the first run did
15173         return files to be tested.
15174         (tramp-advice-make-auto-save-file-name): Do not call directly
15175         `tramp-handle-make-auto-save-file-name', because this would bypass
15176         the locking mechanism.
15178         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
15179         (file-remote-p, process-file, start-file-process, set-file-times)
15180         (tramp-compat-file-attributes): Compatibility functions shall not
15181         call directly `tramp-handle-*', because this would bypass the
15182         locking mechanism.
15183         (tramp-compat-number-sequence): New defun.
15185 2009-09-02  Glenn Morris  <rgm@gnu.org>
15187         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
15188         alias for float-time.
15189         (time-to-number-of-days): In Emacs, use float-time.
15190         * net/newst-backend.el (time-add): Suppress warnings from compat
15191         function.
15192         * time.el (emacs-uptime, emacs-init-time):
15193         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
15194         Use float-time rather than time-to-seconds.
15196         * minibuffer.el (completion-initials-expand): Fix typo.
15198         * faces.el (modeline, modeline-inactive, modeline-highlight)
15199         (modeline-buffer-id):
15200         * info.el (info-menu-5): Mark these face aliases as obsolete.
15202 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
15204         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
15205         space ...
15206         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
15207         no "--thread" option.
15208         (gdb-stopped): Don't print "Switched to thread" message when it is
15209         unchanged.
15211 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15213         * minibuffer.el (completion-try-completion)
15214         (completion-all-completions): Remove ill-defined (and
15215         mistakenly installed and luckily never used nor documented)
15216         `completion-styles' property.
15217         (completion-initials-expand, completion-initials-all-completions)
15218         (completion-initials-try-completion): New functions.
15219         (completion-styles-alist): Add doc to each entry.
15220         Add new `initials' entry.
15222 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
15224         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
15225         MI command -var-evaluate-expression.
15226         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
15227         and tweak for case of string child.
15228         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
15230 2009-09-01  Glenn Morris  <rgm@gnu.org>
15232         * add-log.el (change-log-date-face, change-log-name-face)
15233         (change-log-email-face, change-log-file-face, change-log-list-face)
15234         (change-log-conditionals-face, change-log-function-face)
15235         (change-log-acknowledgement-face):
15236         * cus-edit.el (custom-invalid-face, custom-rogue-face)
15237         (custom-modified-face, custom-set-face, custom-changed-face)
15238         (custom-saved-face, custom-button-face, custom-button-pressed-face)
15239         (custom-documentation-face, custom-state-face, custom-comment-face)
15240         (custom-comment-tag-face, custom-variable-tag-face)
15241         (custom-variable-button-face, custom-face-tag-face)
15242         (custom-group-tag-face-1, custom-group-tag-face):
15243         * diff-mode.el (diff-header-face, diff-file-header-face)
15244         (diff-index-face, diff-hunk-header-face, diff-removed-face)
15245         (diff-added-face, diff-changed-face, diff-function-face)
15246         (diff-context-face, diff-nonexistent-face):
15247         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
15248         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
15249         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15250         (Info-title-4-face):
15251         * isearch.el (isearch-lazy-highlight-face):
15252         * log-view.el (log-view-file-face, log-view-message-face):
15253         * paren.el (show-paren-match-face, show-paren-mismatch-face):
15254         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15255         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15256         (cvs-msg-face):
15257         * smerge-mode.el (smerge-mine-face, smerge-other-face)
15258         (smerge-base-face, smerge-markers-face):
15259         * wid-edit.el (widget-documentation-face, widget-button-face)
15260         (widget-field-face, widget-single-line-field-face)
15261         (widget-inactive-face, widget-button-pressed-face):
15262         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
15263         (woman-addition-face):
15264         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
15265         (eshell-ls-executable-face, eshell-ls-readonly-face)
15266         (eshell-ls-unreadable-face, eshell-ls-special-face)
15267         (eshell-ls-missing-face, eshell-ls-archive-face)
15268         (eshell-ls-backup-face, eshell-ls-product-face)
15269         (eshell-ls-clutter-face):
15270         * eshell/em-prompt.el (eshell-prompt-face):
15271         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
15272         * obsolete/old-whitespace.el (whitespace-highlight-face):
15273         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
15274         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
15275         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
15276         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
15277         (antlr-font-lock-literal-face):
15278         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
15279         (ebrowse-root-class-face, ebrowse-file-name-face)
15280         (ebrowse-default-face, ebrowse-member-attribute-face)
15281         (ebrowse-member-class-face, ebrowse-progress-face):
15282         * progmodes/make-mode.el (makefile-space-face):
15283         * progmodes/sh-script.el (sh-heredoc-face):
15284         * textmodes/flyspell.el (flyspell-incorrect-face)
15285         (flyspell-duplicate-face):
15286         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
15287         * textmodes/texinfo.el (texinfo-heading-face):
15288         Mark face aliases with "-face" suffix as obsolete.
15290         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
15291         compiler.
15293         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
15294         (eudc-bob-sound-menu): Use defvar rather than defconst, since
15295         easy-menu-define wants to modify these.
15297         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
15299         * net/browse-url.el (browse-url-file-url):
15300         * term/internal.el (dos-codepage-setup):
15301         Use default-value rather than default-enable-multibyte-characters.
15303         * progmodes/etags.el (etags-goto-tag-location):
15304         * progmodes/flymake.el (flymake-highlight-line)
15305         (flymake-goto-file-and-line, flymake-goto-line):
15306         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
15307         (gdb-goto-breakpoint):
15308         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15309         * progmodes/python.el (python-find-function)
15310         (python-pdbtrack-track-stack-file):
15311         * progmodes/verilog-mode.el (verilog-surelint-off):
15312         * term/ns-win.el (ns-open-file-select-line):
15313         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
15314         Use forward-line rather than goto-line.
15316         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
15317         * textmodes/reftex-index.el (reftex-display-index):
15318         * textmodes/reftex-ref.el (reftex-offer-label-menu):
15319         * textmodes/reftex-toc.el (reftex-toc):
15320         Remove unnecessary bindings of default-major-mode (all are followed by
15321         major-mode check and possible mode switch).
15323 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
15325         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
15326         Handle watchpoints (bug#4282).
15327         (def-gdb-thread-buffer-command): Enable thread to be selected by
15328         clicking without selecting threads buffer first.
15329         (gdb-current-context-command): Use selected frame so that "up",
15330         "down" etc work in the GUD buffer.
15331         (gdb-update): Find selected frame before rendering stack buffer.
15332         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
15334 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15336         * progmodes/sym-comp.el (displayed-completions): Remove.
15337         (symbol-complete): Use minibuffer-complete.
15339 2009-08-31  Glenn Morris  <rgm@gnu.org>
15341         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
15343         * apropos.el (apropos-symbols-internal):
15344         Handle (obsolete) face aliases.
15346         * faces.el (describe-face): Adjust the output format to be more like
15347         describe-variable, and to mention (obsolete) face aliases.
15348         Adjust the whitespace so that help-setup-xref works.
15350         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
15351         * calendar/diary-lib.el (diary-button-face):
15352         Mark these face aliases as obsolete.
15354         * calendar/calendar.el (calendar-today): Doc fix.
15356 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
15358         * progmodes/gdb-mi.el (gdb-control-all-threads)
15359         (gdb-control-current-thread): Force tool bar update.
15360         (gdb-non-stop-handler): New function.
15361         (gdb-init-1): Use it to test if non-stop mode is supported.
15362         Remove unused gdbmi buffer type.
15364 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
15366         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
15367         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
15369 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
15371         * comint.el (comint-exec-1): Check command is non-null first.
15372         Part of gdb-mi.el change (2009-08-28).
15374 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15376         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
15378 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
15380         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
15381         instead of `dolist' to avoid a recursive require when bootstrapping.
15383 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15385         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
15387         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
15389         * net/imap.el (imap-send-command): Simplify.
15390         (imap-wait-for-tag): point-max -> buffer-size.
15392         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
15394         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
15395         with constant argument.
15397         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
15399         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
15401         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
15402         Change default, since most of our files don't have a history.
15403         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
15404         the user.
15406         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15407         Add comint-run.
15409         * calc/calc.el: Improve commenting convention.
15410         (calc-digit-map, toplevel): Simplify.
15412         * comint.el (comint-insert-input): Be careful to only set point if we
15413         don't delegate to some other command.
15415         * proced.el (proced-signal-list): Make it an alist.
15416         (proced-grammar-alist): Capitalize names.
15417         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
15418         Disable undo manually and make it read-only.
15419         Use completion-annotate-function.
15421         * minibuffer.el (minibuffer-message): If the current buffer is not
15422         a minibuffer, insert the message in the echo area rather than at the
15423         end of the buffer.
15424         (completion-annotate-function): New variable.
15425         (minibuffer-completion-help): Use it.
15426         (completion--embedded-envvar-table): Environment vars are
15427         always case-sensitive.
15429 2009-08-30  Glenn Morris  <rgm@gnu.org>
15431         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
15432         from fortran-current-defun.
15433         (fortran-beginning-of-subprogram): Be more precise about finding the
15434         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
15435         (fortran-end-of-subprogram): Simplify.
15436         (fortran-current-defun): Use fortran-start-prog-re.
15438 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
15440         * subr.el (do-after-load-evaluation): Simplify.
15442 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
15444         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
15446         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
15447         (vc-rcs-print-log): Use it.
15449         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
15451 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15453         * paths.el (abbrev-file-name): Move to abbrev.el.
15454         * abbrev.el (abbrev-file-name): Move from paths.el.
15455         Obey user-emacs-directory.
15456         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
15457         user-emacs-directory.
15458         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
15459         abbrev-file-name and calc-settings-file any more.
15460         * startup.el (command-line): Recompute abbrev-file-name and
15461         abbreviated-home-dir.
15462         (normal-no-mouse-startup-screen): Improve the generic code and get rid
15463         of the special code for when C-h bindings haven't been changed.
15464         (display-startup-echo-area-message): Use with-current-buffer.
15465         (command-line-1): Use a list of strings, rather than a list of lists
15466         of strings for longopts.
15468         * files.el (get-free-disk-space): Use / for default-directory.
15470         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
15471         Use with-current-buffer.
15473         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
15474         Recognize immutable variables like most-positive-fixnum.
15475         (byte-compile-setq-default): Check and warn if trying to assign
15476         to an immutable variable, or a non-variable.
15478         * progmodes/cc-vars.el (c-comment-continuation-stars):
15479         * progmodes/cc-engine.el (c-looking-at-bos):
15480         * progmodes/cc-cmds.el (c-toggle-auto-state)
15481         (c-forward-into-nomenclature, c-backward-into-nomenclature)
15482         (c-comment-line-break-function): Add version of obsolescence.
15484 2009-08-28  Juri Linkov  <juri@jurta.org>
15486         * files.el (magic-fallback-mode-alist): Add ZIP magic number
15487         associated with `archive-mode'.
15489         * image.el (image-type-header-regexps): Use only JPEG magic number
15490         to determine JPEG images, and don't use `image-jpeg-p' because
15491         Emacs can display non-JFIF non-Exif JPEG images.
15493 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
15495         * arc-mode.el (archive-mode):
15496         * emacs-lisp/re-builder.el (re-builder-unload-function):
15497         Protect against the default value of `major-mode' being nil.
15499 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
15501         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
15502         Fix typos in docstrings.
15504         * progmodes/js.el (js--macro-decl-re): Doc fix.
15505         (js--plain-method-re, js--split-name): Refloc docstring.
15506         (js--class-styles, js--make-merged-item, js--splice-into-items):
15507         Fix typos in docstrings; reflow docstrings.
15508         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
15509         (js--variable-decl-matcher, js--inside-pitem-p)
15510         (js--parse-state-at-point, js--get-all-known-symbols)
15511         (js--symbol-history, js-find-symbol, js--js-references)
15512         (js--moz-interactor, js--js-encode-value, js--read-tab):
15513         Fix typos in docstrings.
15515 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15517         * textmodes/reftex.el (reftex-get-file-buffer-force):
15518         * progmodes/verilog-mode.el (verilog-batch-execute-func):
15519         * emulation/viper.el (viper-go-away, viper-set-hooks):
15520         * emacs-lisp/re-builder.el (re-builder-unload-function):
15521         * emacs-lisp/bytecomp.el (byte-compile-file):
15522         * ses.el (ses-unload-function):
15523         * hexl.el (hexl-find-file):
15524         * files.el (normal-mode):
15525         * ehelp.el (with-electric-help):
15526         * autoinsert.el (auto-insert-alist):
15527         * arc-mode.el (archive-mode):
15528         Use (default-value 'major-mode) instead of default-major-mode.
15530         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
15531         * international/mule.el (load-with-code-conversion):
15532         * emacs-lisp/debug.el (debug):
15533         * ediff-vers.el (ediff-rcs-get-output-buffer):
15534         * dired.el (dired-internal-noselect): Don't let-bind
15535         default-major-mode around code that doesn't use it.
15536         E.g. buffer creation via get-buffer-create doesn't use it.
15538 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
15540         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
15541         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
15542         when writing the temp file.  Otherwise, epa-file gets confused.
15543         (tramp-register-file-name-handlers): Make it a defun.  Move also
15544         `epa-file-handler' to the front of `file-name-handler-alist'.
15546 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15548         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
15549         start right after a ^M.
15550         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
15551         (tramp-completion-file-name-regexp-separate)
15552         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
15553         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
15554         Don't modify last-coding-system-used by accident.
15555         (tramp-completion-file-name-handler): Apply the checks here,
15556         instead during registration.
15557         (tramp-register-file-name-handlers): Renamed from
15558         `tramp-register-file-name-handler'.  Register both
15559         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
15560         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
15562 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
15564         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
15565         Remove variable ...
15566         (gdb-init-1, gdb-display-separate-io-buffer)
15567         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
15568         references to it.
15569         (gdb-inferior-io-mode): Use make-comint-in-buffer.
15570         (gdb-inferior-filter): Use comint-output-filter to stop
15571         echoing and remove ^M characters.
15573 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15575         * emulation/viper-init.el (viper-restore-cursor-type):
15576         * emulation/cua-base.el (cua--update-indications):
15577         Replace default-cursor-type with (default-value 'cursor-type).
15579         * mail/sendmail.el (mail-recover-1):
15580         * international/mule-diag.el (describe-current-coding-system-briefly)
15581         (describe-current-coding-system):
15582         * international/mule-cmds.el (select-safe-coding-system)
15583         (select-message-coding-system)
15584         (set-language-environment-coding-systems, set-locale-environment):
15585         * hexl.el (hexl-insert-multibyte-char):
15586         * dos-w32.el (find-buffer-file-type-coding-system):
15587         * simple.el (what-cursor-position):
15588         Replace uses of default-buffer-file-coding-system
15589         with (default-value 'buffer-file-coding-system).
15591         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
15592         Replace uses of default-cursor-in-non-selected-windows
15593         with (default-value 'cursor-in-non-selected-windows).
15594         Use with-current-buffer.
15596         * mail/feedmail.el: Use CL macros.
15597         (feedmail-run-the-queue, feedmail-send-it-immediately):
15598         * dos-w32.el (find-buffer-file-type): Replace uses of
15599         default-buffer-file-type with (default-value 'buffer-file-type).
15601 2009-08-28  Glenn Morris  <rgm@gnu.org>
15603         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
15604         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
15605         Use default-value of major-mode rather than default-major-mode.
15607 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15609         * Makefile.in (update-elcfiles): Report left over elc files.
15611         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
15612         expand-file-name and with-current-buffer.
15613         (mail-get-names, mail-directory): Use with-current-buffer.
15615         * vc.el (vc-read-revision): New function.
15616         (vc-version-diff, vc-merge): Use it.
15618 2009-08-27  Sam Steingold  <sds@gnu.org>
15620         * simple.el (kill-do-not-save-duplicates): New user option.
15621         (kill-new): When it is non-nil, and the new string is the same as
15622         the latest kill, set replace to t to avoid duplicates in kill-ring.
15624 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
15626         * net/tramp.el (tramp-handle-process-file): Do not flush all
15627         caches when `process-file-side-effects' is set.
15628         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
15629         instead of `tramp-find-file-exists-command'.
15630         Unset `process-file-side-effects'.
15632 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
15634         * net/tramp.el (tramp-methods): New method "rsyncc".
15635         (top): Add completion function for "rsyncc".
15636         (tramp-message-show-message): New defvar.
15637         (tramp-message, tramp-error): Use it.
15638         (tramp-do-copy-or-rename-file-directly): Extend check for direct
15639         remote copying.
15640         (tramp-do-copy-or-rename-file-out-of-band): Handle new
15641         `tramp-methods' entry `copy-env' of "rsyncc".
15642         (tramp-vc-registered-read-file-names): New defconst.
15643         (tramp-vc-registered-file-names): New defvar.
15644         (tramp-handle-vc-registered): Implement optimization strategy.
15645         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
15646         (tramp-vc-file-name-handler): New defun.
15647         (tramp-get-ls-command, tramp-get-test-command)
15648         (tramp-get-file-exists-command, tramp-get-remote-ln)
15649         (tramp-get-remote-perl, tramp-get-remote-stat)
15650         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
15652         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
15653         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
15654         timestamps.
15655         (tramp-get-file-property): Check for timestamps in
15656         `tramp-cache-inhibit-cache'.
15657         (tramp-set-file-property): Write timestamp.
15659 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15661         * language/japan-util.el (japanese-symbol-table): Add entries for
15662         cp932-2-byte.
15664         * international/characters.el: Add category `j' to cp932-2-byte.
15666 2009-08-27  Kenichi Handa  <handa@m17n.org>
15668         * international/fontset.el (build-default-fontset-data): New macro.
15669         (setup-default-fontset): Use build-default-fontset-data for CJK,
15670         tibetan, ethiopic, and ipa.
15672 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15674         * cus-start.el (default-major-mode): Customize `major-mode' instead.
15675         (enable-multibyte-characters): Not customizable any more.
15677         * subr.el (default-mode-line-format, default-header-line-format)
15678         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
15679         (default-direction-reversed, default-truncate-lines)
15680         (default-left-margin, default-tab-width, default-case-fold-search)
15681         (default-left-margin-width, default-right-margin-width)
15682         (default-left-fringe-width, default-right-fringe-width)
15683         (default-fringes-outside-margins, default-scroll-bar-width)
15684         (default-vertical-scroll-bar, default-indicate-empty-lines)
15685         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
15686         (default-fringe-cursor-alist, default-scroll-up-aggressively)
15687         (default-scroll-down-aggressively, default-fill-column)
15688         (default-cursor-type, default-buffer-file-type)
15689         (default-cursor-in-non-selected-windows)
15690         (default-buffer-file-coding-system, default-major-mode)
15691         (default-enable-multibyte-characters): Mark as obsolete.
15693 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
15695         * vc-dir.el (vc-dir-update): Remove debug helper.
15697         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
15699 2009-08-26  Sam Steingold  <sds@gnu.org>
15701         * simple.el (save-interprogram-paste-before-kill): New user option.
15702         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
15703         save the interprogram-paste into kill-ring before overriding it
15704         with the Emacs kill.
15706 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
15708         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
15709         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
15710         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
15711         and move to vc-rcs.el.
15712         (vc-default-next-revision): Rename to vc-rcs-next-revision and
15713         move to vc-rcs.el.
15714         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
15715         (vc-rcs-update-changelog): Remove.
15716         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
15717         and move to vc-rcs.el.
15719         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
15720         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
15721         renaming.
15722         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
15723         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
15724         vc.el, renamed to be RCS specific.
15726         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
15727         New functions.
15728         (vc-cvs-update-changelog): Move here from vc.el.
15730         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
15731         New functions.
15733 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15735         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
15737 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
15739         * vc-git.el (vc-git-register): Use "git add" for directories.
15740         (vc-git-stash, vc-git-stash-show): New functions.
15741         (vc-git-extra-menu-map): Bind them.
15743         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
15744         directory correctly in case the item is a directory itself.
15746         * vc.el: Document the desired behavior for reverted files in the
15747         `added' state.
15748         (vc-default-prettify-state-info): Remove function, unused.
15750         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
15752 2009-08-26  Glenn Morris  <rgm@gnu.org>
15754         * bindings.el (standard-mode-line-format): Reposition dashes in
15755         which-func entry.  (Bug#4217)
15757         * files.el (enable-local-variables, enable-local-eval)
15758         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
15759         the defcustoms.
15760         (auto-mode-alist, ignored-local-variables)
15761         (save-some-buffers-action-alist): Move risky declarations to the
15762         definitions.
15763         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
15764         (font-lock-defaults, format-alist, imenu--index-alist)
15765         (imenu-generic-expression, input-method-alist, minor-mode-alist)
15766         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
15767         (mode-line-modified, mode-line-mule-info, mode-line-position)
15768         (mode-line-process, mode-line-remote, outline-level)
15769         (parse-time-rules, rmail-output-file-alist)
15770         (special-display-buffer-names, vc-mode):
15771         Move risky declarations to the relevant files.
15772         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
15773         (mode-line-modified, mode-line-process, mode-line-position)
15774         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
15775         * font-core.el (font-lock-defaults):
15776         * format.el (format-alist):
15777         * vc-hooks.el (vc-mode):
15778         * window.el (special-display-buffer-names):
15779         * international/mule-cmds.el (input-method-alist):
15780         Define riskiness here (dumped file) rather than in files.el.
15781         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
15782         * imenu.el (imenu-generic-expression, imenu--index-alist):
15783         * outline.el (outline-level):
15784         * time.el (display-time-string):
15785         * calendar/parse-time.el (parse-time-rules):
15786         * mail/rmailout.el (rmail-output-file-alist):
15787         Autoload riskiness here, rather than placing in files.el.
15789 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
15791         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
15793 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
15795         * simple.el (process-file-side-effects): New defvar.
15797         * dired-aux.el (dired-show-file-type):
15798         * vc.el (vc-diff-internal):
15799         * vc-arch.el (vc-arch-diff):
15800         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
15801         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
15802         * vc-git.el (vc-git-registered, vc-git-working-revision)
15803         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
15804         (vc-git--empty-db-p):
15805         * vc-hooks.el (vc-user-login-name):
15806         * vc-svn.el (vc-svn-registered, vc-svn-state)
15807         (vc-svn-dir-extra-headers, vc-svn-find-revision):
15808         * progmodes/grep.el (grep-probe): Let-bind
15809         `process-file-side-effects' with nil.
15811         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
15813         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
15814         daemon.  Replace ping by checking for running service for bluez
15815         and zeroconf.  (Bug#4239)
15817 2009-08-25  Kevin Ryde  <user42@zip.com.au>
15819         * net/dig.el (dig): Add autoload cookie.
15821 2009-08-25  Glenn Morris  <rgm@gnu.org>
15823         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
15824         load-history for absolute file-names.
15825         (byte-compile-file-form-require): Warn about use of the cl package.
15827         * format.el (format-alist): Doc fix.
15829         * play/bubbles.el (top-level): Don't require cl at run-time.
15831         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
15832         run-time cl).
15834 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
15836         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
15837         from cl package.
15838         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
15840 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
15842         * calc/calc-alg.el (math-trig-rewrite)
15843         (math-hyperbolic-trig-rewrite): New functions.
15844         (calc-simplify): Simplify trig functions when asked.
15846 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15848         * diff-mode.el (diff-find-source-location): Avoid goto-line.
15850 2009-08-24  Kenichi Handa  <handa@m17n.org>
15852         * language/ind-util.el (mapthread): Delete it.
15853         (combinatorial): New function.
15854         (indian--puthash-cv): Use combinatorial instead of mapthread.
15856 2009-08-22  Kevin Ryde  <user42@zip.com.au>
15858         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
15859         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
15860         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
15861         Clarify docstring that the value is strings not symbols.
15862         (checkdoc-list-of-strings-p): New function.
15864 2009-08-22  Glenn Morris  <rgm@gnu.org>
15866         * files.el (auto-mode-alist):
15867         * hippie-exp.el (he-concat-directory-file-name):
15868         * lpr.el (lpr-windows-system, printer-name):
15869         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
15870         * ps-print.el (ps-windows-system):
15871         * startup.el (command-line):
15872         * emulation/viper-ex.el (viper-glob-function):
15873         * international/mule-cmds.el (set-language-environment-coding-systems):
15874         * net/ange-ftp.el (ange-ftp-write-region):
15875         * obsolete/fast-lock.el (fast-lock-cache-name):
15876         Remove code for defunct system-types emx, macos, mswindows, next-mach,
15877         unisoft-unix, vax-vms, win32, w32.
15879         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
15880         given name if the pattern is not more specific.
15882         * calendar/lunar.el (lunar-phase-names): New option.
15883         (lunar-phase): Doc fix.
15884         (lunar-cycles-per-year): New constant.
15885         (lunar-index): New function.
15886         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
15887         (lunar-phase-name): Use lunar-phase-names.
15888         (calendar-lunar-phases): Use format.
15889         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
15891         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
15892         Copy imenu-example--name-and-position function here for own use.
15893         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
15895         * bs.el (bs--redisplay):
15896         * cus-edit.el (custom-redraw):
15897         * ibuffer.el (ibuffer-bury-buffer):
15898         * server.el (server-goto-line-column):
15899         * startup.el (command-line-1):
15900         * strokes.el (strokes-xpm-for-stroke):
15901         * term.el (term-display-buffer-line):
15902         * view.el (View-goto-line):
15903         * calc/calc.el (calc-do, calc-trail-buffer):
15904         * play/gamegrid.el (gamegrid-add-score-insecure):
15905         * progmodes/ada-mode.el (ada-compile-goto-error):
15906         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
15907         (ebrowse-select-1st-to-9nth):
15908         * progmodes/cperl-mode.el (cperl-time-fontification):
15909         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
15910         * progmodes/gud.el (gud-display-line):
15911         (idlwave-shell-display-line):
15912         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
15913         * progmodes/make-mode.el (makefile-browser-toggle):
15914         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
15915         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
15916         * textmodes/picture.el (picture-draw-rectangle):
15917         * textmodes/reftex-index.el (reftex-index-goto-letter):
15918         (reftex-select-jump-to-previous):
15919         * textmodes/reftex-sel.el (reftex-find-start-point)
15920         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
15921         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
15922         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
15923         * textmodes/tex-mode.el (tex-compilation-parse-errors):
15924         * textmodes/two-column.el (2C-associated-buffer):
15925         Use forward-line rather than goto-line.
15927         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
15928         goto-line.
15930         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
15931         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
15932         (quick-check-list-to-regexp): Declare.
15934         * progmodes/make-mode.el (makefile-browser-insert-selection):
15935         Use goto-char rather than goto-line.
15937         * progmodes/prolog.el (compilation-error-regexp-alist)
15938         (compilation-forget-errors): Declare.
15940 2009-08-22  Juri Linkov  <juri@jurta.org>
15942         * progmodes/grep.el (lgrep, rgrep): At the beginning
15943         set `dir' to `default-directory' unless `dir' is a non-nil
15944         readable directory.  (Bug#4052)
15945         (lgrep, rgrep): Change a weird way to report an error
15946         from using `read-string' to using `error'.
15947         Instead of using interactive arguments in the function body,
15948         add new argument `confirm'.
15950 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15952         * textmodes/remember.el (remember-buffer):
15953         * progmodes/cperl-mode.el (cperl-vc-header-alist):
15954         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
15955         (icalendar-extract-ical-from-buffer):
15956         * net/newst-treeview.el (newsticker-groups-filename):
15957         * net/newst-backend.el (newsticker-cache-filename):
15958         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
15959         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
15960         (speedbar-add-ignored-path-regexp, speedbar-line-path)
15961         (speedbar-buffers-line-path, speedbar-path-line)
15962         (speedbar-buffers-line-path):
15963         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
15964         (epg-sign-keys):
15965         * epa.el (epa-display-verify-result):
15966         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
15968 2009-08-21  Glenn Morris  <rgm@gnu.org>
15970         * progmodes/js.el (inferior-moz-process): Fix declaration.
15972         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
15974         * obsolete/rnewspost.el (news-mail-reply):
15975         Use goto-char rather than goto-line.
15977         * term/ns-win.el (ns-open-file-select-line):
15978         Use line-beginning-position rather than goto-line.
15980         * apropos.el (apropos-command):
15981         * ehelp.el (electric-helpify):
15982         * printing.el (pr-show-setup):
15983         * strokes.el (strokes-help):
15984         * tutorial.el (tutorial--describe-nonstandard-key)
15985         (tutorial--detailed-help):
15986         * woman.el (woman-mini-help, woman-display-extended-fonts):
15987         * calc/calc-help.el (calc-describe-key):
15988         * emulation/edt.el (edt-electric-helpify):
15989         * international/mule-diag.el (mule-diag):
15990         * play/yow.el (apropos-zippy):
15991         * progmodes/python.el (python-describe-symbol):
15992         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
15993         * textmodes/table.el (*table--cell-describe-mode)
15994         (*table--cell-describe-bindings):
15995         Use help-print-return-message rather than the now obsolete alias.
15997         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
15998         (calendar-cursor-to-visible-date):
15999         * play/5x5.el (5x5-position-cursor):
16000         * play/decipher.el (decipher):
16001         * play/gomoku.el (gomoku-goto-xy):
16002         * play/landmark.el (lm-goto-xy):
16003         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
16004         (mpuz-paint-digit):
16005         Use forward-line, not goto-line.
16007         * mail/rmail.el (rmail-obsolete): Delete custom group.
16008         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
16009         (rmail-remote-password, rmail-remote-password-required):
16010         Remove unneeded :set-after and :set properties.
16012 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
16014         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
16016 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
16018         * loadup.el: Remove leftover macos code.
16020         * vc-git.el (vc-git-annotate-command): Run asynchronously.
16021         Explicitly pass the date format to git blame so that user local
16022         so that the output format can be parsed.
16024 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
16026         * net/dbus.el (top): Don't check for (getenv
16027         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
16029 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
16031         * log-edit.el (log-edit-strip-single-file-name): New var.
16032         (log-edit-insert-changelog): Use it.  Bug#3571
16034 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16036         * subr.el (read-passwd): Use read-key so keypad keys work as well.
16037         Bug#3287
16039         * help.el (help-print-return-message): Rename from
16040         print-help-return-message.
16042         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
16043         cvs-mode-map parent hack.
16044         (log-view-mode): Derive from special-mode.
16046         * linum.el (linum-mode): window-size-change-functions is redundant.
16047         Adapt to new window-configuration-change-hook behavior.
16048         (linum-after-size, linum-after-config): Remove.
16050         * imenu.el (imenu-example--name-and-position)
16051         (imenu-example--lisp-extract-index-name)
16052         (imenu-example--create-lisp-index, imenu-example--create-c-index):
16053         Mark as obsolete.
16055         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
16056         (inferior-prolog-mode): Use it.
16057         (inferior-prolog-load-file): Reset list of errors.
16059 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16061         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
16063         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
16065 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
16067         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
16068         is running already.
16070 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16072         * subr.el (listify-key-sequence-1): Use normal syntax since those
16073         integers are nowadays always represented by the same (positive) number
16074         on all platforms.
16075         (read-key-empty-map): New const.
16076         (read-key-delay): New var.
16077         (read-key): New function.
16078         (force-mode-line-update): Use with-current-buffer.
16079         (locate-user-emacs-file): Don't forget to abbreviate the file name.
16080         (start-process-shell-command, start-file-process-shell-command):
16081         Discourage the use of command-args.
16083 2009-08-19  Glenn Morris  <rgm@gnu.org>
16085         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
16087 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16089         * simple.el (choose-completion-string): Don't rely on
16090         minibuffer-completing-file-name and ad-hoc checks to decide whether
16091         to continue completion or not.
16093         * minibuffer.el (minibuffer-hide-completions): New function.
16094         (completion--do-completion): Use it.
16095         (completions-annotations): New face.
16096         (completion--insert-strings): Use it.
16097         (completion-pcm--delim-wild-regex): Add docstring.
16098         (completion-pcm--string->pattern): Add support for 0-width delimiters
16099         in completion-pcm--delim-wild-regex.
16101 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16103         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
16104         Remove unused var `buffer-modified-p'.
16106         * minibuffer.el (completion--do-completion): Move point for the #b001
16107         case as well (bug#4176).
16108         (minibuffer-complete, minibuffer-complete-word): Don't move point.
16110 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
16112         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
16113         and :session buses.
16115 2009-08-18  Kenichi Handa  <handa@m17n.org>
16117         * international/ucs-normalize.el (ucs-normalize-version):
16118         Change to 1.1.
16119         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
16120         (utf-8-hfs): Make it perform normalization on encoding too.
16122         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
16123         (sentence-end-without-space): Delete duplicated chars.
16124         (sentence-end-base): Likewise.
16126         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
16127         (html-mode): Delete duplicated chars from sentence-end-base.
16129         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
16130         (texinfo-mode): Delete duplicated chars from sentence-end-base.
16132 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
16134         * files.el (hack-one-local-variable): If the mode function is for
16135         a minor mode, pass it an argument (Bug#4148).
16137 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
16139         * net/tramp.el (tramp-register-completion-file-name-handler):
16140         Check also for (member 'partial-completion completion-styles).
16142 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
16144         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
16145         abbrev (Bug#3943).
16147 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
16149         * progmodes/cperl-mode.el: Merge upstream 6.2.
16150         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
16151         (cperl-forward-re): Check cperl-brace-recursing.
16152         (cperl-highlight-charclass): New function.
16153         (cperl-find-pods-heres): Use it.
16154         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
16155         (cperl-beautify-regexp-piece): Fix column calculation.
16156         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
16157         (cperl-beautify-level): Don't process entire regexp.
16158         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
16159         calling man.
16160         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
16161         (cperl-init-faces): Build a list in the normal way.
16163 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
16165         * calendar/parse-time.el (parse-time-string-chars): Save match
16166         data.
16168 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16170         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
16171         (sql-product): Use it.
16172         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
16173         (sql-set-product): Add completion.
16174         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
16175         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
16176         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
16177         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
16178         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
16179         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
16180         (sql-highlight-db2-keywords): Remove.
16181         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
16182         (sql-highlight-product): Use derived-mode-p.
16183         (sql-set-sqli-buffer): Use with-current-buffer.
16184         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
16185         Simplify.
16187         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
16189         * term.el: Fix commenting convention, turn comments into docstrings.
16191 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
16193         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
16195 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
16197         * calendar/parse-time.el (parse-time-string-chars): Compute using
16198         character classes, to handle non-ascii characters (Bug#3190).
16200 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
16202         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
16203         another heredoc if the user adds another < (Bug#3226).
16205         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
16206         Don't initialize based on window-system (Bug#4124).
16208         * facemenu.el (facemenu-read-color): Use a completion function
16209         that accepts any defined color, such as RGB triplets (Bug#3677).
16211         * files.el (get-free-disk-space): Change fallback default
16212         directory to /.  Expand DIR argument before switching to fallback.
16213         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
16215 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
16217         * files.el (load-library): Doc fix.
16219 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
16221         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
16222         (viper-if-string): Redefine C-s in the minibuffer to insert the last
16223         incremental search string.
16225         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
16226         XEmacs.
16228         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
16229         (ediff-merge-region-is-non-clash)
16230         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
16231         Also check if the job is really a merge job.
16233         * ediff.el (ediff-current-file): New function.
16235 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
16237         * progmodes/js.el: Edit docstrings throughout to follow Emacs
16238         conventions.
16239         (js-insert-and-indent): Delete function.
16240         (js-mode-map): Don't bind keys to js-insert-and-indent.
16241         (js-beginning-of-defun): Rename from js--beginning-of-defun.
16242         (js-end-of-defun): Rename from js--end-of-defun.
16243         (js-auto-indent-flag): Delete variable.
16245 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
16247         * progmodes/js.el: Remove proclaim statement.
16248         Defvar which-func-imenu-joiner-function to silence compiler.
16250         * files.el (auto-mode-alist): Use js-mode for .js files.
16252         * progmodes/js2-mode.el: Remove file.
16254         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
16256         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
16258         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
16260 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
16261             Karl Landstrom  <karl.landstrom@brgeight.se>
16263         * progmodes/js.el: New file.
16265 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
16267         * timezone.el (timezone-parse-date): Add ability to understand ISO
16268         basic format (minimal separators) dates in addition to the
16269         already-supported extended format dates.
16271 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
16273         * international/ucs-normalize.el: Add a `coding' file variable.
16275         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
16277 2009-08-14  Sam Steingold  <sds@gnu.org>
16279         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
16281 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
16283         * faces.el (help-argument-name): Define it here instead of
16284         help-fns.el, because in daemon mode help-fns.el may be loaded when
16285         faces are still uninitialized (Bug#1078).
16287         * help-fns.el (help-argument-name): Move defface to faces.el.
16289 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
16291         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
16292         create buffer with a pty but no process so that GDB can make the
16293         inferior the controlling process.
16295 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
16297         * international/ucs-normalize.el: New file.
16299 2009-08-13  Richard Stallman  <rms@gnu.org>
16301         * mail/rmail.el (rmail-get-attr-names):
16302         Accept an attribute header that is too short.
16304         * mail/rmail.el (rmail-forget-messages):
16305         Ignore nil elt in rmail-message-vector.  Use dotimes.
16307         * progmodes/compile.el (compilation-goto-locus):
16308         Use next-error-move-function.
16310         * simple.el (next-error-move-function): New variable.
16312 2009-08-12  Juri Linkov  <juri@jurta.org>
16314         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
16315         always non-nil.  (Bug#4052)
16317         * replace.el (read-regexp): Return empty string when
16318         `default-value' is nil.
16319         (keep-lines-read-args): Don't use empty string as the
16320         default value for `read-regexp'.  (Bug#2495)
16322 2009-08-12  Juri Linkov  <juri@jurta.org>
16324         * international/mule-cmds.el (ucs-insert): Change arguments
16325         from `arg' to `character', `count', `inherit' to be the same
16326         as in `insert-char'.  Doc fix.  (Bug#4039)
16328         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
16330 2009-08-12  Juri Linkov  <juri@jurta.org>
16332         * files-x.el: New file.
16334         * files.el: Move code that deals with adding/deleting
16335         file/directory-local variables to files-x.el.
16337         * Makefile.in (ELCFILES): Add files-x.elc.
16339 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
16341         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
16342         to use `goto-line'.
16343         (gdb-place-breakpoints, gdb-get-location): Rewritten without
16344         `goto-line'.
16345         (gdb-invalidate-disassembly): Do not refresh upon receiving
16346         'update signal.  Instead, update all disassembly buffers only after
16347         threads list.
16348         (gdb): Send -target-detach when buffer is killed (Bug#3794).
16349         (gdb-starting): Moved -data-list-register-names...
16350         (gdb-stopped): ...here so it's sent when first thread stops.
16351         (gdb-registers-handler-custom): Do nothing if register names are
16352         unknown yet.
16354         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
16355         from `gdb-mi.el' to avoid extra tangling.
16357         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
16358         change which breaks `gud-def' definitions used in `gdb'.
16359         (gdb-update-gud-running): No extra fuss for updating frame number.
16361 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16363         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
16364         (describe-language-environment-map, setup-language-environment-map)
16365         (set-coding-system-map): Move initialization into declaration.
16366         (set-language-info-alist): Last arg to define-key-after can be skipped.
16368         * international/quail.el (quail-completion-1): Simplify.
16369         (quail-define-rules): Use slightly more compact code.
16370         (quail-insert-decode-map): Propertize keys, compact columns.
16372         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16373         Add goto-line.
16375 2009-08-10  Miles Bader  <miles@gnu.org>
16377         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
16378         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
16379         (js2-instance-member, js2-private-member, js2-private-function-call)
16380         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
16381         (js2-magic-paren, js2-external-variable):
16382         Remove "-face" suffix from face names.
16383         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
16384         (js2-highlight-undeclared-vars, js2-peek-token)
16385         (js2-parse-function-params, js2-mode-show-errors)
16386         (js2-mode-show-warnings, js2-make-magic-delimiter)
16387         (js2-mode-highlight-magic-parens): Update to use new face names.
16389 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
16391         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
16392         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
16394 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
16396         * subr.el: Provide hashtable-print-readable.
16398         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
16399         hs-c-like-adjust-block-beginning.
16400         (hs-hide-block-at-point): Stop hiding at the beginning of
16401         hs-block-end-regexp (Bug#700).
16403 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
16405         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
16406         a macro.
16407         (gdb-registers-handler-custom): Do not fail when register names
16408         are unavailable.
16410 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
16412         * progmodes/gdb-mi.el (gdb-control-all-threads)
16413         (gdb-control-current-thread): Interactive setters for
16414         `gdb-gud-control-all-threads' to use in menu.
16415         (gdb-show-run-p): Show «Go» when process is not active.
16416         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
16417         gud/thread.xpm and gud/all.xpm.
16419 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
16421         * net/net-utils.el (net-utils-font-lock-keywords): New var.
16422         (nslookup-font-lock-keywords): Make it a variable.
16423         (net-utils-mode): New mode for viewing diagnostic network output.
16424         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
16425         (net-utils-run-simple): New function.
16426         (ifconfig, iwconfig, netstat, arp, route): Use it.
16428 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
16430         * progmodes/gdb-mi.el (gdb-read-memory-custom)
16431         (gdb-memory-set-address, def-gdb-set-positive-number)
16432         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
16433         after changing settings.
16434         (gdb-invalidate-disassembly): Update when first shown.
16435         (gdb-edit-locals-value): Fixed.
16436         (gdb-registers-handler-custom): Print registers in right order and
16437         allow changing register values (only for current thread yet).
16438         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
16439         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
16440         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
16441         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
16442         info in mode name.
16443         (gdb-registers-mode-map): TAB to switch to locals.
16445 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
16447         * mail/rmail.el (rmail-add-mbox-headers)
16448         (rmail-set-message-counters-counter): Search for
16449         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
16451 2009-08-08  Glenn Morris  <rgm@gnu.org>
16453         * Makefile.in (ELCFILES): Update.
16455 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
16457         * mail/sendmail.el (mail-yank-original): Set
16458         buffer-file-coding-system from the one used by the message whose
16459         text is yanked.
16461         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
16462         to "windows" when "pgnuplot" is used.
16463         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
16464         call accept-process-output if "pgnuplot" is used.
16465         (calc-graph-init): Don't send -display and -geometry to
16466         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
16467         running "pgnuplot -V" with shell-command-to-string.
16469         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
16470         the default.
16472 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
16474         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
16475         org/org-latex.elc.
16477 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
16479         * vc-dispatcher.el (vc-resynch-window): Update comment.
16481         * term.el (term-handle-ansi-escape): Add comments with the
16482         terminfo capabilities implemented.
16484 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
16486         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
16487         (gdb-var-create-handler): Rewritten using JSON parser.
16488         (gdb-propertize-header): Moved earlier.
16489         (gdb-set-header): Removed to avoid duplication.
16490         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
16491         Refresh disassembly buffers only after threads list have been
16492         update.
16493         (gdb-threads-header, gdb-registers-header): Per-buffer header line
16494         variables.
16496 2009-08-04  Juri Linkov  <juri@jurta.org>
16498         * files.el: Commands to add/delete file/directory-local variables.
16499         (read-file-local-variable, read-file-local-variable-value)
16500         (read-file-local-variable-mode, modify-file-local-variable)
16501         (modify-file-local-variable-prop-line)
16502         (modify-dir-local-variable): New functions.
16503         (add-file-local-variable, delete-file-local-variable)
16504         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
16505         (add-dir-local-variable, delete-dir-local-variable)
16506         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
16507         (copy-dir-locals-to-file-locals-prop-line): New commands.
16509 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
16511         * abbrev.el (insert-abbrev-table-description): Prettify output.
16512         Suggested by Karl Chen.
16514 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
16516         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
16517         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
16518         (gdb-overlay-arrow-position, gdb-thread-position)
16519         (gdb-disassembly-position): Declare variables.
16520         (gdb-wait-for-pending): Function now.
16521         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
16522         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
16523         compilation goes smoothly.
16524         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
16525         (gdb-non-stop-setting): New customization setting which replaces
16526         `gdb-non-stop' so changing it doesn't break active GDB session.
16527         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
16528         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
16529         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
16530         (gdb-show-threads-by-default): New customization options.
16531         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
16532         routines.
16533         (gdb-get-buffer-create): Send buffers update signal when they are
16534         created.
16535         (gdb-invalidate-locals, gdb-invalidate-registers)
16536         (gdb-invalidate-breakpoints)
16537         (gdb-invalidate-threads, gdb-invalidate-disassembly)
16538         (gdb-invalidate-memory): Accept update signal.
16539         (gdb-current-context-command): Use --frame option.
16540         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
16541         Implement `gdb-frame-number' selection logic.
16542         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
16543         whether to show GUD toolbar buttons.
16544         (gdb-thread-exited): Unselect current thread when it exits.
16545         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
16546         (gdb-mark-line): Routine which sets overlay arrow or inverses
16547         video on fringeless displays.
16548         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
16549         to build aligned columns of data in GDB buffers and set text
16550         properties line-by-line.
16551         (gdb-invalidate-breakpoints)
16552         (gdb-breakpoints-list-handler-custom)
16553         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
16554         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
16555         (gdb-registers-handler-custom): Align data columns.
16556         (gdb-locals-handler-custom): Now prints data like in variable
16557         declarations.
16558         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
16559         Removed confusing buttons.
16560         (gdb-invalidate-threads): Append --frame.
16561         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
16562         between breakpoints/threads buffers.
16563         (gdb-set-window-buffer): Now can ignore dedicated windows.
16564         (gdb-propertize-header): Use `gdb-set-window-buffer'.
16565         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
16566         (def-gdb-thread-buffer-gud-command): Replaces
16567         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
16568         for fine thread control.
16569         (gdb-preempt-existing-or-display-buffer): New function used to
16570         display bound buffers without breaking window layout.
16571         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
16572         (gdb-select-frame): New version of `gdb-frames-select' which now
16573         sets `gdb-frame-number' so commands may use --frame option instead
16574         of inner debugger state.
16575         (gdb-frame-handler): Do not set `gdb-frame-number'.
16576         (gdb-threads-mode-map): Select threads with mouse.
16578         * progmodes/gud.el (gdb-gud-context-call): Declare function to
16579         avoid compilation warning.
16580         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
16581         `gdb-show-stop-p`.
16583         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
16584         Argument `key' renamed to `buffer-type'.
16585         (gdb-current-context-buffer-name): Do not add thread info to
16586         buffer name when no thread is selected.
16587         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
16588         command (bug 3794).
16589         (gdb-thread-selected): Handle `=thread-selected' notification.
16590         (gdb-wait-for-pending): New macro to deal with congestion problems.
16591         (gdb-breakpoints-list-handler-custom): Don't fail on pending
16592         breakpoints.
16593         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
16594         This fixes problem similar to one described in bug 3947.
16595         (gud-menu-map): More menu items.
16596         (gdb-init-1): Reset `gdb-thread-number' to nil.
16598         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
16599         non-stop settings.
16601         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
16602         (gdb-current-context-command): Do not append --thread if
16603         `gdb-thread-number' is nil.
16604         (gdb-running-threads-count, gdb-stopped-threads-count): New
16605         variables.
16606         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
16607         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
16608         customization options.
16609         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
16610         GUD commands.
16611         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
16612         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
16613         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
16614         set `gdb-thread-number' and update `gud-running' properly.
16615         (gdb-running): Update threads list when new threads appear.
16616         (gdb-stopped): Support non-stop operation and new thread switching
16617         logic.
16618         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
16619         (gdb-json-partial-output): New set of JSON routines.
16620         (def-gdb-auto-update-trigger): New `signal-list' optional
16621         argument.
16622         (gdb-thread-list-handler-custom): Update `gud-running',
16623         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
16624         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
16625         (gdb-continue-thread, gdb-step-thread): New commands for fine
16626         thread execution control.
16627         (gud-menu-map): New menu items to switch non-stop options.
16628         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
16629         (gdb-send): Mimic RET properly (bug 3794).
16631         * progmodes/gdb-mi.el (gdb-rules-name-maker)
16632         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
16633         gdb-buffer-rules.
16634         (def-gdb-auto-update-handler): New nopreserve optional argument.
16635         (gdb-stack-list-frames-custom): Print stack from top to bottom.
16637         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
16638         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
16639         (gdb-parent-mode): New mode to derive other GDB modes from.
16640         (gdb-display-disassembly-for-thread)
16641         (gdb-frame-disassembly-for-thread): New commands for threads
16642         buffer.
16644         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
16645         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
16646         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
16647         (gdb-update): We now store all GDB buffers in a list so that they
16648         can be updated by traversing a list instead of calling invalidate
16649         triggers explicitly.
16650         (def-gdb-trigger-and-handler): New macro to define trigger-handler
16651         pair for GDB buffer.
16652         (gdb-stack-buffer-name): Add thread information.
16653         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
16654         handle pending triggers.
16655         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
16656         (def-gdb-thread-buffer-simple-command)
16657         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
16658         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
16659         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
16660         New commands which show buffers bound to thread.
16661         (gdb-stack-list-locals-regexp): Removed unused regexp.
16663         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
16664         (gdb-locals-buffer-name, gdb-registers-buffer-name)
16665         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
16666         to (gud-comint-buffer) in *-buffer-name functions
16667         because (gdb-get-target-string) already does that.
16668         (gdb-locals-handler-custom, gdb-registers-handler-custom)
16669         (gdb-changed-registers-handler): Rewritten without regexps.
16671         * progmodes/gdb-mi.el: Basic thread selection support.
16672         (gdb-thread-number): New variable.
16673         (gdb-current-context-command): New macro which adds --thread
16674         option to command.
16675         (gdb-threads-mode-map): Select thread with SPC.
16676         (gdb-thread-list-handler-custom): Mark current thread with overlay
16677         arrow.  Synchronize GDB thread and Emacs thread.
16678         (gdb-select-thread): New command which selects current thread.
16679         (gdb-invalidate-frames, gdb-invalidate-locals)
16680         (gdb-invalidate-registers): Use --thread option.
16682 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
16684         * net/tramp.el (top): Make check for tramp-gvfs loading more
16685         robust.  (Bug#3977)
16686         (tramp-handle-insert-file-contents): `unwind-protect' must be
16687         inside `with-parsed-tramp-file-name'.
16689         * net/tramp-gvfs.el (top): Remove superfluous message when loading
16690         fails.
16692 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
16694         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
16695         directory if CLASSPATH is not set.
16697 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
16699         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
16700         New defconst.
16701         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
16703 2009-08-02  Kevin Ryde  <user42@zip.com.au>
16705         * net/newst-backend.el (newsticker--raw-url-list-defaults):
16706         Update freshmeat link.  Delete newsforge.com as it seems gone.
16708 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
16710         * select.el (x-set-selection): Doc fix (Bug#4021).
16712         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
16714         * help-fns.el (describe-variable): Treat list return values from
16715         dir-locals-find-file properly (Bug#4005).
16717 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
16719         * net/tramp.el (tramp-debug-message): Print also microseconds.
16721 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
16723         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
16724         or END is non-nil.
16725         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
16726         (tramp-get-debug-buffer): Change `outline-regexp' according to new
16727         format.
16729         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
16730         (tramp-get-file-property): Use it.
16732         * autorevert.el (auto-revert-handler): Allow
16733         `auto-revert-tail-mode' for remote files.
16735 2009-08-02  Jason Rumney  <jasonr@gnu.org>
16737         * minibuffer.el (read-file-name): Treat confirm options to
16738         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
16740 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
16742         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
16743         (font-lock-variable-name-face, font-lock-constant-face): Darken
16744         the colors for light backgrounds.
16746 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
16748         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
16749         month names.  (Bug#3987)
16751 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
16753         * simple.el (line-move-finish): Pass whole number to
16754         line-move-to-column.
16755         (line-move-visual): Perform hscroll to the recorded position.
16757 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
16759         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
16761 2009-07-29  Alan Mackenzie  <acm@muc.de>
16763         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
16765 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
16767         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
16768         (gdb-place-breakpoints): Use full path when setting breakpoints.
16770 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
16772         * calc/calc.el (calc-mode-map): Add keybinding for
16773         `calc-transpose-lines'.
16775 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
16777         * calc/calc-misc.el (calc-transpose-lines): New function.
16779 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
16781         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
16782         Simplify check for out-of-band methods.
16783         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
16784         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
16786 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
16788         * vc-git.el (vc-git-checkin): Fix typo.
16790 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
16792         * progmodes/js2-mode.el: New file.
16794 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
16796         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
16797         (gud-menu-map): Adjust tooltip accordingly.
16799 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
16801         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
16802         (vc-bzr-log-view-mode): Adjust log-view-file-re.
16804         * add-log.el (change-log-mode-map): Add a menu.
16806 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
16808         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
16809         function returns nil.
16810         (dbus-handle-event): Handle special return value :ignore.
16811         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
16813 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
16815         * view.el (view-mode-enable): Don't define Helper-return-blurb if
16816         it's not needed.
16818 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
16820         Fix Bug#3888:
16822         * w32-vars.el (x-select-enable-clipboard): Doc fix.
16824         * term/pc-win.el (x-display-name, x-colors)
16825         (x-select-enable-clipboard, x-select-text): Doc fix.
16827         * term/common-win.el (x-display-name, x-colors): Doc fix.
16829         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
16830         (xw-defined-colors): Doc fix.
16832         * w32-fns.el (x-select-text, x-setup-function-keys)
16833         (x-get-selection, x-set-selection): Doc fix.
16835         * term/x-win.el (x-select-text, x-setup-function-keys)
16836         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
16838         * select.el (x-set-selection): Doc fix.
16840 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
16842         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
16843         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
16844         "IsNSSSupportAvailable" method is not available.  Reported by
16845         Steve Youngs <steve@sxemacs.org>.
16847 2009-07-24  Kenichi Handa  <handa@m17n.org>
16849         * international/characters.el: Fix setting of category ?C, ?|, ?K,
16850         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
16851         (build-unicode-category-table): Fix range checks.
16853 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
16855         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
16856         the buffer we try to sync is current when calling
16857         vc-resynch-buffer.
16859         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
16860         not show up to date files.
16862 2009-07-24  Glenn Morris  <rgm@gnu.org>
16864         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
16865         Add autoload cookies.  If necessary, initialize.
16866         (elint-log): Handle non-file buffers.
16867         (elint-initialize): Add optional argument to reinitialize.
16868         (elint-find-builtin-variables): Save excursion.
16870 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
16872         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16873         for Lint.
16875 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
16877         * vc.el (vc-print-log-internal): New function, split out from ...
16878         (vc-print-log): ... here.
16879         (vc-dir-move-to-goal-column): Declare.
16881         * vc-git.el (vc-git-add-signoff): New variable.
16882         (vc-git-checkin): Use it.
16883         (vc-git-toggle-signoff): New function.
16884         (vc-git-extra-menu-map): Bind it to menu.
16885         (vc-git--run-command-string): Accept a nil FILE argument.
16886         (vc-git-stash-list): New function.
16887         (vc-git-dir-extra-headers): Use it.
16889 2009-07-23  Glenn Morris  <rgm@gnu.org>
16891         * help-fns.el (describe-variable): Describe ignored and risky local
16892         variables in a similar way to that in which we describe safe ones.
16894         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
16895         (byte-compile-output-file-form, byte-compile-output-docform)
16896         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
16897         Give some more local variables with common names a "bytecomp-" prefix,
16898         so as not to shadow things during compilation.
16899         * emacs-lisp/cl-macs.el (load-time-value)
16900         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
16901         `outbuffer' to `bytecomp-outbuffer'.
16903         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
16904         since the next two variables cover them automatically now.
16905         (elint-builtin-variables, elint-autoloaded-variables): New.
16906         (elint-unknown-builtin-args): Remove all members, since they can be
16907         parsed automatically now.
16908         (elint-extra-errors): New.
16909         (elint-env-add-env, elint-env-add-macro): Use cadr.
16910         (elint-current-buffer): Use or.  Change final message.
16911         (elint-get-top-forms): Use line-end-position.
16912         (elint-init-env): Use cadr.  Handle autoload, declare-function,
16913         and defalias.
16914         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
16915         (regexp-assoc): Remove unused function.
16916         (elint-top-form): Set elint-current-pos, to record the start of the
16917         top-level form, for compilation-mode.
16918         (elint-form): Trap errors in macro expansion.  Use dolist.
16919         (elint-unbound-variable): Use elint-builtin-variables and
16920         elint-autoloaded-variables.
16921         (elint-get-args): Use cadr, or.
16922         (elint-check-cond-form): Use dolist, cadr.
16923         (elint-check-condition-case-form): Doc fix.  Use cadr.
16924         Use elint-extra-errors.
16925         (elint-log): New function.
16926         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
16927         Distinguish errors and warnings.
16928         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
16929         Use a bytecomp-style format.
16930         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
16931         (elint-get-log-buffer): Use compilation mode.  Disable undo.
16932         Don't truncate lines.
16933         (elint-initialize): Set builtin and autoloaded variable lists.
16934         Only process elint-unknown-builtin-args if non-nil.
16935         (elint-find-builtin-variables, elint-find-autoloaded-variables):
16936         New functions.
16937         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
16939 2009-07-22  Kevin Ryde  <user42@zip.com.au>
16941         * net/newst-backend.el (newsticker--parse-atom-1.0)
16942         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
16943         (newsticker--parse-rss-1.0):
16944         * progmodes/idlwave.el (idlwave-mode):
16945         * progmodes/idlw-shell.el (idlwave-shell-mode):
16946         * progmodes/vera-mode.el (vera-mode):
16947         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
16948         * progmodes/vhdl-mode.el (vhdl-mode):
16949         * textmodes/table.el (table-generate-source)
16950         (table--warn-incompatibility):
16951         Hyperlink urls in docstrings with URL `...'.
16953 2009-07-22  Glenn Morris  <rgm@gnu.org>
16955         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
16956         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
16957         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
16958         Remove leading * from defcustom docs.
16960         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
16962         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
16963         defcustom doc.
16964         (list-load-path-shadows): Optionally, just return shadows as a string.
16966         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
16968 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
16970         * mail/rmailedit.el (rmail-edit-mode): Use
16971         auto-save-include-big-deletions.
16973         * mail/rmail.el (rmail-variables): Use
16974         auto-save-include-big-deletions.
16976         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
16977         changes.
16979 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
16981         * calc/calc.el (calc-undo-length): New variable.
16982         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
16984 2009-07-21  Richard Stallman  <rms@gnu.org>
16986         * files.el (auto-save-mode): Handle buffer-save-size = -2
16987         for toggling mode.
16989 2009-07-21  Glenn Morris  <rgm@gnu.org>
16991         * textmodes/ispell.el (ispell-looking-back): Update declaration.
16993         * calendar/todo-mode.el (calendar-current-date): Update declaration.
16995         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
16996         silence compiler.  Instead...
16997         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
16998         (ps-print-ensure-fontified): Update for above function name changes.
17000         * printing.el (pr-mh-get-msg-num, pr-mh-show)
17001         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
17002         silence compiler.  Instead...
17003         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
17004         (mh-show-buffer): Only define for compiler.
17005         (pr-mh-current-message): Update for above function name changes.
17007         * files.el (abort-if-file-too-large): Explicitly pass `filename'
17008         as an argument.
17009         (find-file-noselect, insert-file-1): Update for above change.
17011         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
17013         * mail/mailclient.el (mailclient-send-it): Fix message.
17015         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
17016         (edebug-eval): Check cl-debug-env is bound.
17017         (print-level, print-circle): Don't redefine built-in variables.
17019         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
17020         (custom-print-vectors): Remove old comments from doc.
17022         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
17023         (emerge-version): Make the variable an obsolete alias for the
17024         emacs-version variable.  Make the function obsolete.
17025         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
17026         Emerge options, rather than merging in into the main Options menu.
17027         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
17028         and auto advance modes.  Disable edit/fast items when not relevant.
17030 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
17032         * term/vt420.el (terminal-init-vt420): Fix typo.
17034 2009-07-20  Sam Steingold  <sds@gnu.org>
17036         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
17037         variable (removed from compile.el on 2004-03-11).
17039 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
17041         * files.el (hack-local-variables-filter): Fix last change.
17043 2009-07-19  Juri Linkov  <juri@jurta.org>
17045         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
17046         (dir-local-variables-alist): New buffer-local variable.
17047         (hack-local-variables-filter): If variable is not dir-local,
17048         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
17049         because file-local overrides dir-local.
17050         (c-postprocess-file-styles) <declare-function>:
17051         Remove obsolete declaration.
17052         (hack-dir-local-variables): Add dir-local variable/value pair to
17053         `dir-local-variables-alist' and remove duplicates.  Doc fix.
17055         * help-fns.el (describe-variable): Add information about
17056         file-local and dir-local variables.
17058 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
17060         * files.el (hack-local-variables-filter): Rewrite.
17062 2009-07-19  Glenn Morris  <rgm@gnu.org>
17064         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
17065         Silence compiler by only defining on XEmacs.
17067         * international/mule.el (auto-coding-regexp-alist): Only match
17068         BABYL... at the start of buffer, not of lines.  (Bug#3790)
17070         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
17071         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
17072         (cal-menu-context-mouse-menu): Doc fix.
17074         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
17076         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
17078 2009-07-18  Juri Linkov  <juri@jurta.org>
17080         * info.el: Virtual Info keyword finder.
17081         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
17082         (Info-finder-file): New variable.
17083         (Info-finder-find-file): New function.
17084         (finder-known-keywords, finder-package-info)
17085         (find-library-name, lm-commentary): Use defvar and
17086         declare-function to silence compiler warnings.
17087         (Info-finder-find-node): New function.
17088         (info-finder): New command.
17090         * subr.el (process-kill-buffer-query-function): New function.
17091         (add-hook)<kill-buffer-query-functions>: Add hook
17092         `process-kill-buffer-query-function'.
17094 2009-07-18  Alan Mackenzie  <acm@muc.de>
17096         * progmodes/cc-mode.el (c-before-hack-hook)
17097         (c-postprocess-file-styles): Give invocation of `c-set-style'
17098         DONT-OVERRIDE parameter of t.  Already set style variables will
17099         thus not be overridden by style settings given by `c-file-syle'.
17101         * files.el (hack-local-variables-filter): Remove entries with
17102         duplicate keys from `file-local-variables-alist'.
17104 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
17106         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
17107         x-set-selection if display-selections-p returns nil for the
17108         current frame.
17110 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
17112         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
17114 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
17116         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
17117         Accept nil in addition to a regexp.
17118         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
17119         Accept nil in addition to a regexp.
17120         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
17121         buffers that have an associated file.  Handle nil values of
17122         desktop-buffers-not-to-save and desktop-files-not-to-save.
17123         (Bug#3833)
17125         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
17126         (x-disown-selection-internal): New functions.
17128 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
17130         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
17131         warning.
17132         (gdb-breakpoints-header): Move forward to avoid compiler warning.
17133         (gdb-make-header-line-mouse-map): Remove duplicate definition.
17135 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
17137         * simple.el (set-mark): Revert last change.
17139 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
17141         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
17142         rendering of pngs is not possible instead of messaging a long
17143         description.
17145 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
17147         * w32-fns.el (x-selection-owner-p): New function.
17149         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
17150         (mouse-yank-at-click, mouse-yank-primary): If
17151         select-active-regions is non-nil, deactivate the mark before
17152         insertion.
17154         * simple.el (deactivate-mark, set-mark): Only save selection if we
17155         own it.
17157 2009-07-17  Kenichi Handa  <handa@m17n.org>
17159         * case-table.el (describe-buffer-case-table): Fix for the case
17160         that KEY is a cons.
17162 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
17164         * vc-rcs.el (vc-rcs-find-file-hook):
17165         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
17167 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
17169         * net/tramp.el (tramp-wait-for-output): Handle the case when
17170         commands do not return a newline but a null byte before the shell
17171         prompt.  (Bug#3858)
17173 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17175         * term/ns-win.el (ns-set-alpha): Don't declare.
17176         (ns-set-background-alpha): Remove function.
17178 2009-07-16  Kevin Ryde  <user42@zip.com.au>
17180         * emacs-lisp/copyright.el (copyright-update): Save match-data across
17181         y-or-n-p, for safety.
17183 2009-07-16  Richard Stallman  <rms@gnu.org>
17185         * files.el (auto-save-mode): If buffer-saved-size is -2,
17186         don't clobber it.
17188         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
17189         (rmail-retry-ignored-headers): Add more uninteresting fields.
17191 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
17193         * net/rcirc.el (rcirc): Use history variables.
17194         (rcirc-server-name-history, rcirc-nick-name-history)
17195         (rcirc-server-port-history): New variables.
17197 2009-07-15  Kenichi Handa  <handa@m17n.org>
17199         * international/mule-cmds.el (set-language-environment-charset):
17200         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
17201         ignore them.
17203         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
17204         Delete unibyte-display.
17206 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
17208         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
17210 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
17212         * simple.el (deactivate-mark): Optional argument FORCE.
17213         (set-mark): Use deactivate-mark.
17215         * info.el (Info-search): No need to check transient-mark-mode
17216         before calling deactivate-mark.
17218         * select.el (x-set-selection): Doc fix.
17219         (x-valid-simple-selection-p): Allow buffer values.
17220         (xselect--selection-bounds): Handle buffer values.  Suggested by
17221         David De La Harpe Golden.
17223         * mouse.el (mouse-set-region, mouse-drag-track): Call
17224         copy-region-as-kill before setting the mark, to let
17225         select-active-regions work.
17227 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
17229         * simple.el (deactivate-mark): If select-active-regions is
17230         non-nil, copy the selection data into a string.
17231         (activate-mark): If select-active-regions is non-nil, set the
17232         selection to the current buffer.
17233         (set-mark): Update selection if select-active-regions is non-nil.
17235         * select.el (x-valid-simple-selection-p): Allow buffer values.
17237 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17239         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
17240         and more featureful message-mode.
17242 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
17244         * select.el (x-set-selection): Doc fix.
17245         (x-valid-simple-selection-p): Disallow selection data consisting
17246         of a list or cons of integers, since that is not used.
17247         (xselect--selection-bounds, xselect--int-to-cons): New functions.
17248         (xselect-convert-to-string, xselect-convert-to-length)
17249         (xselect-convert-to-filename, xselect-convert-to-charpos)
17250         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
17252 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
17254         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
17255         output in -break-info command (Emacs bug #3794).
17257 2009-07-14  Glenn Morris  <rgm@gnu.org>
17259         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
17260         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
17261         (edebug-print-length, edebug-print-level, edebug-print-circle)
17262         (edebug-sit-for-seconds, edebug-view-outside)
17263         (edebug-bounce-point, edebug-set-global-break-condition)
17264         (edebug-Go-nonstop-mode, edebug-trace-mode)
17265         (edebug-Trace-fast-mode, edebug-continue-mode)
17266         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
17267         (edebug-visit-eval-list): Doc fixes.
17269         * subr.el (def-edebug-spec): Doc fix.
17271 2009-07-14  Kenichi Handa  <handa@m17n.org>
17273         * international/characters.el: Fix setting of category ?C.
17275 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
17277         * term/ns-win.el (x-select-font): defalias x-select-font to
17278         ns-popup-font-panel instead of generate-fontset-menu.
17280 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
17282         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
17284 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
17286         * arc-mode.el (archive-find-type): Allow for a PK00 string before
17287         the PK\003\004 header (Bug#3770).
17289 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
17291         * pcomplete.el (pcomplete-comint-setup): Check for
17292         shell-dynamic-complete-filename too.
17294 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
17296         * simple.el (temporary-goal-column): Change the value for
17297         line-move-visual to a cons cell.
17298         (line-move-visual): Record or set the window hscroll, if
17299         necessary (Bug#3494).
17300         (line-move-1): Handle cons value of temporary-goal-column.
17302 2009-07-11  Kenichi Handa  <handa@m17n.org>
17304         * international/mule-diag.el (describe-character-set): Don't show
17305         width.
17307 2009-07-10  Sam Steingold  <sds@gnu.org>
17309         * progmodes/compile.el (compilation-mode-font-lock-keywords):
17310         Omake sometimes indents the errors it prints, so allow all
17311         regexps to start with spaces.
17313 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
17315         * cus-edit.el (customize-changed-options-previous-release):
17316         Bump value to 22.1.  (Bug#3804)
17318 2009-07-08  Sam Steingold  <sds@gnu.org>
17320         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
17321         to be a cons cell (test . ignored-directory) to selectively ignore
17322         some directories depending on the location of the search.
17324 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
17326         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
17327         remote user is root, on the local host.
17328         (tramp-local-host-p): Either the local user or the remote user
17329         must be root.  (Bug#3771)
17331 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
17333         * progmodes/gdb-mi.el (gdb): Remove description of
17334         gdb-use-separate-io-buffer.
17335         (menu): Don't allow toggling of or enable
17336         gdb-use-separate-io-buffer from menubar.
17338 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
17340         * mail/unrmail.el (unrmail): Make sure the message ends with two
17341         newlines (Bug#3769).
17343 2009-07-08  Glenn Morris  <rgm@gnu.org>
17345         * calendar/calendar.el (calendar-current-date): Rework previous change.
17347 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
17349         * calendar/calendar.el (calendar-current-date):
17350         Add an optional argument giving an offset from today.
17352 2009-07-08  Glenn Morris  <rgm@gnu.org>
17354         * tutorial.el (tutorial--describe-nonstandard-key):
17355         Adjust the message for when a key has been unbound.
17356         (help-with-tutorial): Hide the arch-tag.
17358 2009-07-08  Kenichi Handa  <handa@m17n.org>
17360         * international/fontset.el (setup-default-fontset): For each
17361         script, append (not set) font-specs.
17363         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
17364         docstring.
17366 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
17368         * progmodes/gdb-mi.el (gdb-init-1): Move sending
17369         -data-list-register-names to ...
17370         (gdb-starting): ... here because GDB 7.0 requires execution to
17371         have started when using this MI command.
17372         (gdb-set-header): New function to distinguish select and
17373         unselected tabs in gdb buffers.
17374         (gdb-propertize-header): New macro that uses gdb-set-header.
17375         (gdb-breakpoints-header, gdb-locals-header): Use it.
17376         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
17378 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
17380         * Makefile.in (ELCFILES): Remove fadr.elc.
17382 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
17384         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
17385         may contain frame information, so `string-match' should be used.
17386         (gdb-update): Disassembly is invalidated through
17387         `gdb-get-selected-frame'.
17388         (gdb-pad-string): New function to pad string with spaces.
17389         (gdb-invalidate-disassembly): Invalidate only if the buffer
17390         exists.
17391         (gdb-disassembly-handler-custom): Column alignment.
17392         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
17393         placing new ones.
17394         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
17395         end of line, too.
17396         (gdb-frame-handler): Match convention to for disassembly buffer
17397         mode name.
17398         (gdb-stack-list-frames-handler): Rewritten without regexps.
17399         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
17400         not highlight breakpoints without line information.
17401         (gdb-input): Add trailing newline to command.
17403         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
17404         buffer properly.
17405         (gdb-breakpoints-list-handler-custom): Replacement for
17406         `gdb-break-list-handler'.  Using real parser instead of regexps
17407         now.
17408         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
17409         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
17410         to place breakpoints.
17411         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
17412         functions.
17413         (gdb-disassembly-handler-custom): Show overlay arrow.
17414         (gdb-disassembly-place-breakpoints): Show breakpoints in
17415         disassembly buffer.
17416         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
17417         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
17418         instead of parsing breakpoints buffer.  Fixed old menu references
17419         in `gud-menu-map'.
17421         * fadr.el: Remove.
17423         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
17424         (gdb-memory-address): New variable which holds top address of
17425         memory page shown in memory buffer.
17426         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
17427         customization variables.
17428         New functions:
17429         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
17430         display the memory buffer.
17431         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
17432         buffer display parameters.
17433         (def-gdb-memory-format, gdb-memory-format-binary)
17434         (gdb-memory-format-octal, gdb-memory-format-unsigned)
17435         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
17436         Functions for setting memory buffer format.
17437         (gdb-memory-unit-word, gdb-memory-unit-halfword)
17438         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
17439         unit size used in memory buffer.
17440         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
17441         to next/previous page of memory buffer.
17442         Now using (bindat-get-field) instead of fadr functions.
17444 2009-07-07  Sam Steingold  <sds@gnu.org>
17446         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
17447         non-top-level files.
17449 2009-07-07  Kenichi Handa  <handa@m17n.org>
17451         * international/mule-cmds.el (reset-language-environment): Put
17452         the highset priority to the charset iso-8859-1.
17454 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
17456         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
17457         to the end of the line when locating the block (Bug#700).
17459 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
17461         * net/tramp.el (tramp-handle-write-region): Flush file properties
17462         in case of short track.
17464 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
17466         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
17467         Coded custom representation of verilog error regular expressions
17468         to work with Emacs-22's new format.
17469         (verilog-error-regexp-xemacs-alist): Coded custom representation
17470         of verilog error regular expressions to work with XEmacs format.
17471         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
17472         error recognition into XEmacs.
17473         (verilog-error-regexp-add-emacs): Hook routine to install verilog
17474         error recognition into Emacs-22.
17476 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
17478         * woman.el: Remove stand-alone closing parentheses.
17479         (woman-file-name, woman2-format-paragraphs)
17480         (woman-leave-blank-lines): Code cleanup.
17481         (woman-use-own-frame): Change default to nil.
17482         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
17483         defaults to inherit from default faces.
17484         (woman2-process-escapes): Consume the newline after a stand-alone
17485         filler character (Bug#3651).
17487 2009-07-06  Glenn Morris  <rgm@gnu.org>
17489         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
17490         (top-level): Move provide to the end.
17491         (ffap): Remove defunct URL from custom group.
17493         * subr.el (eval-after-load): Doc fix.
17495 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
17497         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
17498         `calc-embedded-word' is called twice.
17500 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17502         * files.el (find-alternate-file-other-window, find-alternate-file):
17503         Obey confirm-nonexistent-file-or-buffer.
17505 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
17507         * dired-aux.el (dired-show-file-type): Handle remote files.
17509 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
17511         * desktop.el (desktop-globals-to-save):
17512         Add file-name-history (Bug#2750).
17514 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
17516         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
17518 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
17520         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
17521         property on entire argument since this is what eshell-lisp-command
17522         expects.
17524 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
17526         * net/tramp-gvfs.el (tramp-gvfs-methods)
17527         (tramp-gvfs-zeroconf-domain)
17528         (tramp-bluez-discover-devices-timeout): Add version flag.
17529         (tramp-gvfs-handler-mounted-unmounted)
17530         (tramp-gvfs-connection-mounted-p): Polish handling of
17531         incompatibilities between GVFS 0.2 and 1.0.
17533 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
17535         * cus-start.el (all): Add make-pointer-invisible.
17537 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
17539         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
17540         formatted correctly.
17542 2009-07-02  Juri Linkov  <juri@jurta.org>
17544         * info.el: Virtual Info files and nodes.
17545         (Info-virtual-files, Info-virtual-nodes): New variables.
17546         (Info-current-node-virtual): New variable.
17547         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
17548         New functions.
17549         (Info-file-supports-index-cookies): Use Info-virtual-file-p
17550         to check for a virtual file instead of checking a fixed list
17551         of node names.
17552         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
17553         instead of ad-hoc processing of "dir" and (apropos history toc).
17554         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
17555         instead of ad-hoc processing of "dir" and (apropos history toc).
17556         Reread a file when moving from a virtual node.
17557         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
17558         (Info-directory-toc-nodes, Info-directory-find-file)
17559         (Info-directory-find-node): New functions.
17560         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
17561         (Info-history): Move part of code to
17562         `Info-history-find-node'.
17563         (Info-history-toc-nodes, Info-history-find-file)
17564         (Info-history-find-node): New functions.
17565         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
17566         (Info-toc): Move part of code to `Info-toc-find-node'.
17567         (Info-toc-find-node): New function.
17568         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
17569         the current Info file name to references because now the node
17570         "*TOC*" belongs to the same Info manual.
17571         (Info-toc-build): Rename from `Info-build-toc'.
17572         (Info-toc-nodes): Rename input argument `file' to `filename'.
17573         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
17574         instead of ad-hoc processing of ("dir" apropos history toc).
17575         (Info-index-nodes): Use Info-virtual-file-p
17576         to check for a virtual file instead of checking a fixed list
17577         of node names.
17578         (Info-index-node): Add check for `Info-current-node-virtual'.
17579         Raise `save-match-data' higher up the tree to contain
17580         `search-forward' too (bug fix).
17581         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
17582         (Info-virtual-index-nodes): New variable.
17583         (Info-virtual-index-find-node, Info-virtual-index): New functions.
17584         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
17585         (Info-apropos-file, Info-apropos-nodes): New variables.
17586         (Info-apropos-toc-nodes, Info-apropos-find-file)
17587         (Info-apropos-find-node, Info-apropos-matches): New functions.
17588         (info-apropos): Move part of code to `Info-apropos-find-node' and
17589         `Info-apropos-matches'.
17590         (Info-mode-map): Bind "I" to `Info-virtual-index'.
17591         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
17592         for a virtual file instead of checking a fixed list of node names.
17594         * simple.el (async-shell-command): New command.
17596         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
17598         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
17599         instead of `mount-info'.
17601 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
17603         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
17604         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
17606 2009-07-02  Kenichi Handa  <handa@m17n.org>
17608         * international/mule.el (set-keyboard-coding-system): Force *-unix
17609         coding-system to avoid eol conversion.
17611 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
17613         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
17614         Add handler for `process-file', `shell-command' and
17615         `start-file-process'.
17616         (tramp-gvfs-handle-shell-command)
17617         (tramp-gvfs-handle-start-file-process)
17618         (tramp-gvfs-handle-process-file): New defuns.
17619         (tramp-synce-list-devices): Simplify check for existence of property.
17621 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
17623         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
17625 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
17627         * language/korean.el (set-language-info-alist): Add korean-cp949,
17628         cp949 to spec.
17630 2009-07-01  Kenichi Handa  <handa@m17n.org>
17632         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
17634         * international/encoded-kb.el: Deleted.
17636         * international/mule.el (set-keyboard-coding-system): Perform the
17637         necessary setup here instead of calling encoded-kbd-setup-display.
17639 2009-07-01  Glenn Morris  <rgm@gnu.org>
17641         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
17643 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
17645         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
17647 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
17649         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
17650         Handle also the 'rename case, when setting file modes.  (Bug#3712)
17651         (tramp-default-file-modes): Remove execute permissions.
17653         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
17654         (top): Add a default for "synce" in `tramp-default-user-alist'.
17655         Add completion function for "synce" method.
17656         (tramp-hal-service, tramp-hal-path-manager)
17657         (tramp-hal-interface-manager, tramp-hal-interface-device):
17658         New defconst.
17659         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
17660         (tramp-synce-list-devices, tramp-synce-parse-device-names):
17661         New defuns.
17663         * net/trampver.el: Update release number.
17665 2009-06-30  Kenichi Handa  <handa@m17n.org>
17667         * international/fontset.el (setup-default-fontset): Add CJK fonts
17668         for symbols and the other miscellaneous characters.
17670         * language/korea-util.el (setup-korean-environment-internal):
17671         Make char-width-table suitable for Korean environments.
17672         (exit-korean-environment): Cancel above.
17674         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
17675         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
17676         setup-function to make char-width-table suitable for respective
17677         environments, and an exit-function to cancel that.
17679         * language/japan-util.el (setup-japanese-environment-internal):
17680         Call use-cjk-char-width-table with arg `ja_JP'.
17682         * international/characters.el (cjk-char-width-table): Delete it.
17683         (cjk-char-width-table-list): New variable.
17684         (use-cjk-char-width-table): New arg local-name.
17685         (use-default-char-width-table): Fix for the case that Emacs is
17686         already using the default char-width-table.
17688 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
17690         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
17691         modes mandatory.  (Bug#3712)
17693 2009-06-29  Alan Mackenzie  <acm@muc.de>
17695         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
17696         correction between the visible width of TABs and their number of bytes.
17698 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
17700         * server.el (server-buffer-done): Prevent kill-buffer from
17701         prompting by clearing the buffer modification flag (Bug#3696).
17703 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
17705         * progmodes/verilog-mode.el (verilog-beg-of-statement)
17706         (verilog-endcomment-reason-re): Support unique case and priority case.
17707         (verilog-basic-complete-re): Support localparam lineup.
17708         (verilog-beg-of-statement-1): Fix for robustness, unique case.
17709         (verilog-set-auto-endcomments): Fix for unique case, always_comb
17710         commenting.
17711         (verilog-leap-to-case-head): Now support *nested* unique &
17712         priority case statements.
17713         (verilog-auto-lineup): Make just declarations the default (as it
17714         had been).
17715         (verilog-leap-to-case-head): Support priority/unique case statements.
17716         (verilog-auto-lineup): Rework to give users radio buttons to
17717         select the various styles of automatic lineup.
17718         (verilog-error-regexp-alist): Rework to support the XEmacs style
17719         of error regular expressions from compilers, lint tools &
17720         simulators.  Note that GNU Emacs has made it impossible for a mode
17721         to load such things.
17722         (electric-verilog-terminate-line, verilog-indent-declaration)
17723         (verilog-auto-wiure): Rework for radio button selection of
17724         auto-lineup selection of specification of auto lineup.
17725         (verilog-beg-of-statement-1): Redesign to support proper operation
17726         in additional code, based on testing with auto-lineup.
17727         (verilog-calculate-indent, assignments & declarations)
17728         (verilog-backward-token): Enhance to support auto-lineup of
17729         assignments & declarations.
17730         (verilog-in-directive-p, verilog-at-struct-p): New function for
17731         easy test of whether we are.
17732         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
17733         to support safe execution at almost anyline.
17734         (verilog-calc-1): Properly support indenting deep inside generate
17735         blocks.
17736         (verilog-init-font): Remove definition & use of verilog-init-font,
17737         as it is redundant with font-lock-defaults.
17738         (verilog-mode): Alter the definition of verilog-font-lock-defaults
17739         to avoid circular calls if syntax-ppss is a function (as is the
17740         case now in 22.x GNU Emacs) as that function would sometimes call
17741         itself, leading to (nearly) infinite recursion.
17742         (verilog-ovm-begin-re, verilog-ovm-end-re)
17743         (verilog-ovm-statement-re, verilog-leap-to-head)
17744         (verilog-backward-token): Add support for OVM macros.  Some are
17745         complete statements, and others open and close scopes like begin
17746         and end.
17747         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
17748         (verilog-defun-level-generate-only-re): Really fix the defun-list
17749         compilation issue.
17750         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
17751         coverpoint, constraint and cross statements.
17752         (verilog-defun-level-list, verilog-generate-defun-level-list)
17753         (verilog-all-defun-level-list): Redo these specifications - it is
17754         too hard to support eval-when compile aggregation of lists also
17755         built at when-compile time.
17756         (verilog-defun-level-list): Place defconsts of variables used in
17757         building regular expressions which are built in eval-when-compile
17758         bodies in the same eval-when-compile body to facilitate compile
17759         without load.
17760         (verilog-beg-block-re-ordered): Support indenting
17761         virtual/protected tasks and functions.
17762         (verilog-defun-level-list, verilog-in-generate-region-p)
17763         (verilog-backward-ws&directives, verilog-calc-1): Speed up
17764         indentation of some module items (generate items).
17765         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
17766         across virtual/protected tasks and functions.
17768 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
17770         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
17771         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
17772         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
17773         in concatenations.  Reported by Yishay Belkind.
17774         (verilog-auto-ascii-enum): Support one-hot state machines in
17775         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
17776         (verilog-auto-inst, verilog-auto-inst-port): Include interface
17777         modport in AUTOINST and add vl-modport for users.  Reported by
17778         David Rogoff.
17779         (verilog-auto-inout-module, verilog-auto-inst)
17780         (verilog-decls-get-interfaces, verilog-insert-definition)
17781         (verilog-insert-one-definition, verilog-read-decls)
17782         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
17783         (verilog-sig-modport, verilog-signals-combine-bus)
17784         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
17785         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
17786         Suggested by David Rogoff.
17787         (verilog-repair-open-comma): Fix non-insertion of comma when
17788         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
17789         (verilog-make-width-expression): Simplify [A-1:0] expression
17790         widths to just {A{1'b0}}.
17791         (verilog-mode): Cleanup checkdoc warnings.
17792         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
17793         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
17794         inputs/outputs or data type.  Suggested by Vasu Kandadi.
17795         (next-error-last-buffer): Fix byte-compiler warning.
17796         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
17797         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
17798         or shell command text during AUTO expansion.  Suggested by Tad Truex.
17799         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
17800         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
17801         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
17802         in AUTOINOUT.  Reported by Matthew Lovell.
17803         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
17804         causing use of <= assignments.  Reported by Alex Reed.
17805         (verilog-read-decls): Fix triand, trior, wand, wor to be
17806         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
17807         (verilog-extended-complete-re): Support import "DPI-C" functions.
17808         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
17809         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
17810         (verilog-insert-date, verilog-insert-year)
17811         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
17812         Windows systems.  Reported by Michael Potts.
17813         (verilog-read-module-name): Fix AUTOINST when the child module
17814         declaration's name is a tick define.  Reported by Elliot Mednick.
17815         (verilog-read-decls): Fix V2K parameter bit subscripts getting
17816         passed to next parameter's definition.  Reported by Bruce T.
17817         (verilog-read-decls): Fix detecting "parameter int" when using
17818         AUTOINSTPARAM.  Reported by Bruce T.
17819         (verilog-goto-defun): Fix goto not finding modules unless first
17820         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
17821         (verilog-mode): Expand -f flag arguments on entry to mode so
17822         verilog-goto-defun will work.  Reported by Lawrence Butcher.
17823         (verilog-getopt): Expand environment variables in -f file
17824         arguments.  Suggested by Lawrence Butcher.
17825         (verilog-set-define): Fix "Symbol's value as variable is void"
17826         when reading enumerations.
17827         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
17828         Suggested by Stephen Peltan.
17829         (verilog-read-defines): Fix reading of enumerations in include
17830         files.  Reported by Steve Peltan.
17832 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
17834         * files.el (trash-directory): Fix defcustom type.
17836 2009-06-28  Juri Linkov  <juri@jurta.org>
17838         * help-fns.el (describe-function-1): Correctly locate adviced
17839         functions in hyperlink (Bug#2438).
17841 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
17843         * files.el (trash-directory): Change default to nil.
17844         (move-file-to-trash): If trash-directory is nil and
17845         system-move-file-to-trash is unbound, perform freedesktop-style
17846         trashing.
17848 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
17850         * files.el (move-file-to-trash): Add freedesktop trash
17851         support (Bug#973).
17853 2009-06-28  Glenn Morris  <rgm@gnu.org>
17855         * autorevert.el (global-auto-revert-non-file-buffers)
17856         (global-auto-revert-mode): Doc fixes.
17858 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
17860         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
17862 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
17864         * faces.el (x-handle-named-frame-geometry): Ensure that we have
17865         opened an X connection before calling x-get-resource (Bug#3194).
17867         * play/doctor.el: Remove reference to obsolete website.
17868         (make-doctor-variables): Correct grammar mistake (Bug#2633).
17870 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
17872         Remove find-file-not-found-hook VC method.  (Bug#2757)
17873         * vc-hooks.el (vc-file-not-found-hook)
17874         (vc-default-find-file-not-found-hook): Remove functions.
17875         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
17876         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
17877         * vc.el:
17878         * vc-hg.el:
17879         * vc-git.el: Do not mention find-file-not-found-hook VC method.
17881 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
17883         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
17884         compatibility function for `looking-back'.
17886         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
17887         Use `ispell-looking-back'.
17889 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
17891         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
17892         rather than `filename'.
17894 2009-06-23  Miles Bader  <miles@gnu.org>
17896         * face-remap.el (text-scale-set): New function.
17898 2009-06-23  Glenn Morris  <rgm@gnu.org>
17900         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
17902         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
17904         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
17906         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
17908         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
17909         Simplify Persian conditionals.
17911         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
17912         variable `filename'.
17914         * comint.el (comint-insert-input): Doc fix.
17916         * Makefile.in (ELCFILES): Fix typo in previous change.
17918 2009-06-23  Miles Bader  <miles@gnu.org>
17920         * cus-start.el: Add entry for `recenter-redisplay'.
17922 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
17924         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
17925         Add an optional argument for the backend, use it instead of
17926         calling vc-backend.
17927         (vc-mode-line): Add an optional argument for the backend.
17928         Pass the backend to vc-state and vc-working-revision.  Move code for
17929         special handling for vc-state being a buffer to ...
17931         * vc-rcs.el (vc-rcs-find-file-hook):
17932         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
17934         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
17935         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
17936         vc-stay-local-p and vc-mode-line calls.
17938         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
17939         (vc-cvs-diff, vc-cvs-annotate-command)
17940         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
17941         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
17942         vc-mode-line calls.
17944         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
17945         direct comparison.
17946         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
17947         backend when calling vc-mode-line.
17948         (vc-register): Do not create a closure for calling the vc register
17949         function, call it directly.
17951 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
17953         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
17954         to make it obvious item can be clicked.
17956         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
17958 2009-06-23  Kenichi Handa  <handa@m17n.org>
17960         * language/korea-util.el (korean-key-bindings): Change the binding
17961         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
17962         same command.
17964 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
17966         Sync with Tramp 2.1.16.
17968         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
17970         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
17971         when a loading of a package fails.  Completion function for rsync
17972         is `tramp-completion-function-alist-ssh'.
17973         (all): Replace all calls of `split-string' and
17974         `tramp-split-string' by `tramp-compat-split-string'.
17975         (tramp-default-method): Use `tramp-compat-process-running-p'.
17976         (tramp-default-proxies-alist): Allow also Lisp forms.
17977         (tramp-remote-path): Add choice "Private Directories".
17978         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
17979         (tramp-domain-regexp): Allow also "-", "_" and ".".
17980         (tramp-end-of-output): Remove newlines, and add "$" at the end.
17981         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
17982         (tramp-debug-message): Insert header line in debug buffer.
17983         (tramp-handle-directory-files-and-attributes-with-stat):
17984         Care about filenames with spaces, or starting with "-".
17985         (tramp-handle-dired-uncache): New defun.
17986         (tramp-handle-insert-directory): Don't flush the directory from
17987         cache, this is handled by `dired-uncache' now.
17988         (tramp-handle-insert-file-contents): Improve error handling.
17989         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17990         Quote `tramp-end-of-output'.
17991         (tramp-action-password): Improve trace message.
17992         (tramp-check-for-regexp): Both echoes must be present, before removing.
17993         (tramp-open-connection-setup-interactive-shell): Trace coding system.
17994         (tramp-compute-multi-hops): Eval cons cells of
17995         `tramp-default-proxies-alist'.
17996         (tramp-maybe-open-connection): Use the same command pattern for
17997         first hop and further hops.
17998         (tramp-wait-for-output): Remove handling of newlines.
17999         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
18000         (tramp-split-string): Remove function.  It is handled in
18001         tramp-compat now.
18003         * net/tramp-cmds.el (tramp-bug):
18004         Recommend `tramp-cleanup-all-connections' in the bug mail.
18006         * net/tramp-compat.el (tramp-compat-split-string)
18007         (tramp-compat-process-running-p): New defuns.
18009         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
18010         for `dired-uncache'.
18012         * net/tramp-gvfs.el: New package.
18014         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
18015         Add handler for `dired-uncache'.
18016         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
18018         * net/trampver.el: Update release number.  Make version check fit
18019         for SXEmacs 22.
18021 2009-06-22  Jim Meyering  <meyering@redhat.com>
18023         Automatically handle .xz suffix (XZ-compressed files), too.
18024         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
18025         XZ is the successor to LZMA: <http://tukaani.org/xz/>
18027 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
18028             Nick Roberts  <nickrob@snap.net.nz>
18030         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
18031         repository (http://sphinx.net.ru/hg/gdb-mi/).
18033 2009-06-22  Glenn Morris  <rgm@gnu.org>
18035         * files.el (dir-locals-collect-mode-variables): Allow for any number of
18036         `mode' and `eval' entries.  (Bug#3430)
18038         * Makefile.in (ELCFILES): Add fadr.elc.
18040         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
18041         differing behavior of \n and ^ in strings.  (Bug#3385)
18043         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
18045         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
18046         property.
18047         (lisp-indent-function): Make it a defcustom.
18049 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
18051         * progmodes/gdb-ui.el: Replace with ...
18052         * progmodes/gdb-mi.el: ... this file.
18053         * progmodes/gud.el: Modify for gdb-mi.el.
18055 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
18057         * fadr.el: New file.
18059 See ChangeLog.14 for earlier changes.
18061 ;; Local Variables:
18062 ;; coding: utf-8
18063 ;; End:
18065   Copyright (C) 2009, 2010  Free Software Foundation, Inc.
18067   This file is part of GNU Emacs.
18069   GNU Emacs is free software: you can redistribute it and/or modify
18070   it under the terms of the GNU General Public License as published by
18071   the Free Software Foundation, either version 3 of the License, or
18072   (at your option) any later version.
18074   GNU Emacs is distributed in the hope that it will be useful,
18075   but WITHOUT ANY WARRANTY; without even the implied warranty of
18076   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18077   GNU General Public License for more details.
18079   You should have received a copy of the GNU General Public License
18080   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.