* lisp/ChangeLog: Merge fixes.
[emacs.git] / lisp / ChangeLog
blob2b878c57e7f0c1b41ac7849bc7215885e9834058
1 2010-10-31  Jan Djärv  <jan.h.d@swipnet.se>
3         * term/x-win.el (x-get-selection-value): New function that gets
4         PRIMARY with type as specified in x-select-request-type. (Bug#6802).
6 2010-10-31  Michael Albinus  <michael.albinus@gmx.de>
8         * net/tramp.el (tramp-handle-insert-file-contents): For root,
9         preserve owner and group when editing files.  (Bug#7289)
11 2010-10-31  Glenn Morris  <rgm@gnu.org>
13         * speedbar.el (speedbar-mode):
14         * play/fortune.el (fortune-in-buffer, fortune):
15         * play/gomoku.el (gomoku-mode):
16         * play/landmark.el (lm-mode):
17         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
18         Replace inappropriate uses of toggle-read-only.  (Bug#7292)
20         * select.el (x-selection): Mark it as an obsolete alias.
22 2010-10-31  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
24         * add-log.el (find-change-log): Use derived-mode-p rather than
25         major-mode (bug#7284).
27 2010-10-31  Glenn Morris  <rgm@gnu.org>
29         * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
30         rather than just an unused variable that inherits from the real one.
32 2010-10-31  Alan Mackenzie  <acm@muc.de>
34         * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
35         This fixes bug #7185.
37 2010-10-30  Chong Yidong  <cyd@stupidchicken.com>
39         * startup.el (command-line): Search for package directories, and
40         don't load package.el if none are found.
42         * emacs-lisp/package.el (describe-package, list-packages): Call
43         package-initialize if it has not been called yet.
45 2010-10-30  Alan Mackenzie  <acm@muc.de>
47         * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
48         which fontifies the tail of an enum.
49         (c-basic-matchers-after): Insert a call to the above new function.
50         This fixes bug #7264.
52 2010-10-30  Glenn Morris  <rgm@gnu.org>
54         * cus-start.el: Add :set properties for minor modes menu-bar-mode,
55         tool-bar-mode, transient-mark-mode.  (Bug#7306)
56         Include the :set property in the dumped Emacs.
58 2010-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
60         SMIE: change indent rules format, improve smie-setup.
61         * emacs-lisp/smie.el (smie-precs-precedence-table)
62         (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
63         Mark them pure so the tables gets built at compile time.
64         (smie-bnf-precedence-table): Store the closer-alist in the table.
65         (smie-prec2-levels): Preserve the closer-alist.
66         (smie-blink-matching-open): Be more forgiving in case of indentation.
67         (smie-hanging-p): Rename from smie-indent--hanging-p.
68         (smie-bolp): Rename from smie-indent--bolp.
69         (smie--parent, smie--after): New dynamic vars.
70         (smie-parent-p, smie-next-p, smie-prev-p): New funs.
71         (smie-indent-rules): Remove.
72         (smie-indent--offset-rule): Remove fun.
73         (smie-rules-function): New var.
74         (smie-indent--rule): New fun.
75         (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
76         (smie-indent-exps): Use it.
77         (smie-setup): Setup paren blinking; add keyword args for token
78         functions; extract closer-alist from op-levels.
79         (smie-indent-debug-log): Remove var.
80         (smie-indent-debug): Remove fun.
81         * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
82         (prolog-smie-rules): New fun to replace it.
83         (prolog-mode-variables): Simplify.
84         * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
85         it's setup automatically.
86         (octave-smie-indent-rules): Remove.
87         (octave-smie-rules): New fun to replace it.
88         (octave-mode): Simplify.
90 2010-10-29  Glenn Morris  <rgm@gnu.org>
92         * files.el (temporary-file-directory): Remove (already defined in C).
93         * cus-start.el: Add temporary-file-directory.
95         * abbrev.el (abbrev-mode):
96         * composite.el (auto-composition-mode):
97         * menu-bar.el (menu-bar-mode):
98         * simple.el (transient-mark-mode):
99         * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
100         that they do not define the associated variables twice.
101         * simple.el (transient-mark-mode): Remove defvar.
102         * composite.el (auto-composition-mode): Make variable auto-buffer-local.
103         * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
104         Handle multiple groups, and also custom-delayed-init-variables.
105         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
107 2010-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
109         * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
110         (pcase-if): Add one minor optimization.
111         (pcase-split-equal): Rename from pcase-split-eq.
112         (pcase-split-member): Rename from pcase-split-memq.
113         (pcase-u1): Add strings to the member optimization.
114         Add `guard' variant of predicates.
115         (pcase-q1): Add string patterns.
117 2010-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
119         * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
121 2010-10-28  Glenn Morris  <rgm@gnu.org>
123         * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
124         Move menu-bar related settings to ../menu-bar.el.
125         * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
126         Move ns-specific settings here from term/ns-win.el.
128         * simple.el (x-selection-owner-p): Remove unused declaration.
130 2010-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
132         * minibuffer.el (completion-cycling): New var (bug#7266).
133         (minibuffer-complete, completion--do-completion):
134         Use completion--flush-all-sorted-completions.
135         (minibuffer-complete): Only cycle if completion-cycling is set.
136         (completion--flush-all-sorted-completions): Unset completion-cycling.
137         (minibuffer-force-complete): Set completion-cycling.
138         (completion-all-sorted-completions): Move declaration before first use.
140 2010-10-28  Leo  <sdl.web@gmail.com>
142         * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
143         which changes the order of matches seen by users (bug#7231).
145 2010-10-28  Jes Bodi Klinke  <jes@bodi-klinke.dk>  (tiny change)
147         * progmodes/compile.el (compilation-mode-font-lock-keywords):
148         Don't confuse -omega as "-o mega".
150 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
152         * vc/log-edit.el (log-edit-rewrite-fixes): New var.
153         (log-edit-author): New dynamic var.
154         (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
155         to return the author if different from committer.
156         (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
158         * play/landmark.el: Adjust commenting convention.
159         (lm-nil-score): Rename from nil-score.
160         (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
161         (OOOOscore): Move into a let in lm-score-trans-table.
162         (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
164         * electric.el (electric-indent-chars): Autoload.
165         * progmodes/octave-mod.el (octave-mode):
166         * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
167         (ruby-mode-abbrev-table): Merge initialization and declaration.
169 2010-10-27  Glenn Morris  <rgm@gnu.org>
171         * abbrev.el (abbrev-mode): Remove one of the three definitions of this
172         variable.
174         * server.el (server-host, server-port, server-auth-dir): Autoload risky.
176         * term/ns-win.el: Restore require of cl when compiling.
177         (menu-bar-final-items): Remove non-existent `windows' menu.
178         (ns-handle-nxopen): Optionally handle the temp-case.
179         (ns-handle-nxopentemp): Just call ns-handle-nxopen.
180         (ns-insert-file, ns-find-file): Use `pop'.
182 2010-10-26  Glenn Morris  <rgm@gnu.org>
184         * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
186 2010-10-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
188         * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
189         global map.
190         * term/common-win.el (x-setup-function-keys): Remove most of the
191         keymappings.  Comment on the remaining ones.
193 2010-10-26  Peter Oliver  <p.d.oliver@mavit.org.uk>  (tiny change)
195         * server.el (server-port): New option.  (Bug#854)
196         (server-start): Use server-port.
198 2010-10-26  Glenn Morris  <rgm@gnu.org>
200         * term/ns-win.el (ns-version-string): Remove unused declaration.
201         (ns-invocation-args): Change to x-invocation-args.
202         (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
203         (ns-handle-name-switch, ns-ignore-2-arg): Remove.
204         (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
205         Use x-invocation-args instead of ns-invocation-args.
206         (ns-initialize-window-system, handle-args-function-alist):
207         Use x-handle-args instead of ns-handle-args.
208         * term/common-win.el (x-handle-args): Also handle nextstep arguments.
209         * startup.el (command-line-ns-option-alist): Replace
210         ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
211         ns-handle-iconic with the x- equivalents.
213         * term/common-win.el (x-select-enable-clipboard):
214         * term/pc-win.el (x-select-enable-clipboard): Doc fix.
216         * term/ns-win.el: No need to require cl when compiling.
217         (x-display-name, x-setup-function-keys, x-select-text, x-colors)
218         (xw-defined-colors): Use the common-win definitions.
219         (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
220         (ns-handle-iconic): Make it an alias for x-handle-iconic.
221         * term/common-win.el (x-select-text, x-alternatives-map)
222         (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
223         * loadup.el [ns]: Load common-win.
225 2010-10-26  Daiki Ueno  <ueno@unixuser.org>
227         * epa-mail.el (epa-mail-encrypt): Handle local-part only
228         recipients; expand mail aliases (Bug#7280).
230 2010-10-25  Glenn Morris  <rgm@gnu.org>
232         * term/common-win.el (x-handle-switch): Simplify with pop.
233         Optionally handle numeric switches.
234         (x-handle-numeric-switch): Just call x-handle-switch.
235         (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
236         (x-handle-name-switch, x-handle-display, x-handle-args):
237         Simplify with pop.
239         * term/ns-win.el: Do not require easymenu.
240         (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
241         <spell>: Move adjustments to menu-bar.el.
242         * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
243         <separator-undo, spell>: Move ns-win's adjustments here.
244         * loadup.el [ns]: Do not load easymenu.
246 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
248         * image.el (image-checkbox-checked, image-checkbox-unchecked):
249         Delete (Bug#7222).
251         * startup.el (fancy-startup-tail): Instead of using inline images,
252         refer to image files from etc/.
254         * wid-edit.el (checkbox): Likewise.
255         (widget-image-find): Center image specs.
257 2010-10-24  Glenn Morris  <rgm@gnu.org>
259         * term/ns-win.el (x-select-text): Doc fix.
260         * w32-fns.el (x-alternatives-map, x-setup-function-keys)
261         (x-select-text): Move to term/common-win.
262         * term/w32-win.el (xw-defined-colors): Move to common-win.
263         * term/x-win.el (xw-defined-colors, x-alternatives-map)
264         (x-setup-function-keys, x-select-text): Move to common-win.
265         * term/common-win.el (x-select-text, x-alternatives-map)
266         (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
267         definitions here.
269 2010-10-24  T.V. Raman  <tv.raman.tv@gmail.com>  (tiny change)
271         * net/mairix.el (mairix-searches-mode-map):
272         * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
274 2010-10-24  Michael McNamara  <mac@mail.brushroad.com>
276         * verilog-mode.el (verilog-directive-re): Make this variable
277         auto-built for efficiency of execution and updating.
278         (verilog-extended-complete-re): Support 'pure' fucntion & task
279         declarations (these have no bodies).
280         (verilog-beg-of-statement): General cleanup to enable support of
281         'pure' fucntion & task declarations (these have no bodies).
282         These efforts together fix Verilog bug210 from veripool; which was also
283         noticed by Steve Pearlmutter.
284         (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
285         (verilog-directive-nest-re, verilog-set-auto-endcomments):
286         Support `elsif.  Reported by Shankar Giri.
287         (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
288         attribute handling for lining up declarations and assignments.
289         (verilog-beg-of-statement-1): Fix issue where continued declaration
290         is indented differently if it is after a begin..end clock.
291         (verilog-in-attribute-p, verilog-skip-backward-comments)
292         (verilog-skip-forward-comment-p): Support proper treatment of
293         attributes by indent code. Reported by Jeff Steele.
294         (verilog-in-directive-p): Fix comment to correctly describe function.
295         (verilog-backward-up-list, verilog-in-struct-region-p)
296         (verilog-backward-token, verilog-in-struct-p)
297         (verilog-in-coverage-p, verilog-do-indent)
298         (verilog-pretty-declarations): Use verilog-backward-up-list as
299         wrapper around backward-up-list inorder to properly skip comments.
300         Reported by David Rogoff.
301         (verilog-property-re, verilog-endcomment-reason-re)
302         (verilog-beg-of-statement, verilog-set-auto-endcomments)
303         (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
304         of if). Reported by Max Bjurling and
305         (verilog-calc-1): Fix for clocking block in modport
306         declaration. Reported by Brian Hunter.
308 2010-10-24  Wilson Snyder  <wsnyder@wsnyder.org>
310         * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
311         (verilog-gate-keywords, verilog-read-sub-decls)
312         (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
313         (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
314         AUTOINST for gate primitives, bug284.  Reported by Mark Johnson.
315         (verilog-read-decls): Fix spaces in V2K module parameters causing
316         mis-identification as interfaces, bug287.
317         (verilog-read-decls): Fix not treating "parameter string" as a
318         parameter in AUTOINSTPARAM.
319         (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
320         treating `elsif similar to `endif inside AUTOSENSE.
321         (verilog-do-indent): Implement correct automatic or static task or
322         function end comment highlight. Reported by Steve Pearlmutter.
323         (verilog-font-lock-keywords-2): Fix highlighting of single
324         character pins, bug264.  Reported by Michael Laajanen.
325         (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
326         (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
327         (verilog-subdecls-get-interfaced, verilog-subdecls-new): Support
328         interfaces with AUTOINST, bug270.  Reported by Luis Gutierrez.
329         (verilog-pretty-expr): Fix interactive arguments, bug272.
330         Reported by Mark Johnson.
331         (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
332         Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
333         bug269. Suggested by Gary Delp.
334         (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
335         (verilog-preprocessor, verilog-set-compile-command):
336         Create verilog-preprocess and verilog-preprocessor to show
337         preprocessed output.
338         (verilog-get-beg-of-line, verilog-get-end-of-line)
339         (verilog-modi-file-or-buffer, verilog-modi-name)
340         (verilog-modi-point, verilog-within-string): Move defmacro's
341         before first use to avoid warning. Reported by Steve Pearlmutter.
342         (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
343         (verilog-colorize-region, verilog-highlight-buffer)
344         (verilog-highlight-includes, verilog-highlight-modules)
345         (verilog-highlight-region, verilog-mode): Rename colorize to
346         highlight to match other packages.  Disable module highlighting,
347         as received speed complaints, reenable for experimentation only
348         using new verilog-highlight-modules.
349         (verilog-read-decls): Fix regexp stack overflow in very large
350         AUTO_TEMPLATEs, bug250.
351         (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
352         (verilog-scan): Create verilog-save-buffer-state to standardize
353         making insignificant changes that shouldn't call hooks.
354         (verilog-save-no-change-functions, verilog-save-scan-cache)
355         (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
356         Create verilog-save-no-change-functions to wrap verilog-scan
357         preservation, and fix to work with nested preserved calls.
358         (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
359         port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
360         generate .name with AUTOINST, bug245.  Suggested by David Rogoff.
361         (verilog-submit-bug-report): Update variable list to be complete.
362         (verilog-auto, verilog-colorize-region): Fix AUTO expansion
363         breaking on-the-fly font-locking.
364         (verilog-colorize-buffer, verilog-colorize-include-files)
365         (verilog-colorize-include-files-buffer, verilog-colorize-region)
366         (verilog-load-file-at-mouse, verilog-load-file-at-point)
367         (verilog-mode, verilog-read-inst-module-matcher): With point on a
368         AUTOINST cell instance name, middle mouse button now finds-file on
369         it.  Suggested by Brad Dobbie.
370         (verilog-alw-get-temps, verilog-auto-reset)
371         (verilog-auto-sense-sigs, verilog-read-always-signals)
372         (verilog-read-always-signals-recurse): Fix loop indexes being
373         AUTORESET. AUTORESET now assumes any variables in the
374         initialization section of a for() should be ignored.  Reported by
375         Dan Dever.
376         (verilog-error-font-lock-keywords)
377         (verilog-error-regexp-emacs-alist)
378         (verilog-error-regexp-xemacs-alist): Fix error detection of
379         Cadence HAL, reported by David Asher.  Repair drift between the
380         three similar error variables.
381         (verilog-modi-lookup, verilog-modi-lookup-cache)
382         (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
383         (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
384         Fix slow verilog-auto expansion on very large files.
385         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
386         Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
387         "{1*2{...".  Broke in last revision.
388         (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
389         submodule connections with replications "{#{a},#{b}}".
391 2010-10-24  Juanma Barranquero  <lekktu@gmail.com>
393         * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
394         Fix typo in docstring.
396 2010-10-24  Kenichi Handa  <handa@m17n.org>
398         * face-remap.el (text-scale-adjust): Call read-event with a proper
399         prompt.
401 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
403         * emacs-lisp/unsafep.el: Don't mark functions that display
404         messages as safe.  Suggested by Johan Bockgård.
406 2010-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
408         * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
409         Turn comments into docstrings.
411         * minibuffer.el (completion--replace): Move point where it belongs
412         when there's a common suffix (bug#7215).
414 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
416         Merge read-color and facemenu-read-color (Bug#7242).
418         * faces.el (read-color): Use the completion code from
419         facemenu-read-color.  Require match in completion.  Doc fix.
421         * facemenu.el (facemenu-read-color): Alias for read-color.
422         (facemenu-set-foreground, facemenu-set-background): Use
423         read-color.
425         * frame.el (set-background-color, set-foreground-color)
426         (set-cursor-color, set-mouse-color, set-border-color): Use
427         read-color.
429 2010-10-24  Leo  <sdl.web@gmail.com>
431         * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
432         argument of delete-file and delete-directory (Bug#7011).
434 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
436         * emacs-lisp/package.el (package-menu-mode-map): Inherit from
437         button-buffer-map.
439 2010-10-24  Ralf Angeli  <angeli@caeruleus.net>
441         * emacs-lisp/package.el (package--generate-package-list): Make the
442         *Packages* buffer read-only.
444 2010-10-24  Alan Mackenzie  <acm@muc.de>
446         * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
447         result of `c-beginning-of-decl-1' between invocations of a lambda
448         function (Bug #7265).
450 2010-10-24  Daiki Ueno  <ueno@unixuser.org>
452         * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
453         executable is not available on the system (Bug#7268).
455 2010-10-24  Glenn Morris  <rgm@gnu.org>
457         * select.el (selection-coding-system, next-selection-coding-system):
458         Sync doc with C versions.
460         * w32-vars.el (x-select-enable-clipboard):
461         * term/x-win.el (x-select-enable-clipboard): Move to common-win.
462         * term/common-win.el (x-select-enable-clipboard): Move here.
464         * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
465         definition of C variable.
467         * frame.el (show-trailing-whitespace, auto-hscroll-mode)
468         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
469         Don't redefine things that are defined in C.
470         * cus-start.el: Also handle :risky, :safe, :set, and :tag.
471         (show-trailing-whitespace, auto-hscroll-mode)
472         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
473         Set up the appropriate custom properties.
475 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
477         Bind "C-c ]" to ...
478         * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
479         * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
480         * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
481         * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
483 2010-10-23  Glenn Morris  <rgm@gnu.org>
485         * textmodes/flyspell.el (flyspell-mode): If there was an error,
486         say what it was.
488         * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
489         Sync docs with C version.
491         * term/ns-win.el (xw-defined-colors):
492         * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
494         * term/pc-win.el (x-select-enable-clipboard):
495         * term/x-win.el (x-select-enable-clipboard):
496         * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
498         * comint.el (comint-password-prompt-regexp): Make it less vague.
499         Bump version.
501         * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
503         * help.el (finder-by-keyword): Remove unnecessary autoload.
505 2010-10-22  Glenn Morris  <rgm@gnu.org>
507         * loadup.el: Unconditionally load float-sup.
508         * paren.el (show-paren-delay):
509         * emacs-lisp/float-sup.el:
510         * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
511         * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
512         (lazy-lock-stealth-verbose): Assume float support.
513         * ps-print.el: Assume float support on Emacs.
514         * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
515         Remove non-float branch.
517         * emacs-lisp/autoload.el (batch-update-autoloads): Update for
518         src/Makefile no longer being pre-processed.
520 2010-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
522         * emacs-lisp/find-func.el (find-library): Use test-completion.
524 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
526         * newcomment.el (comment-dwim): Fix the intentation in the doc string.
528 010-10-21  Michael Albinus  <michael.albinus@gmx.de>
530         * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
531         space in stat format string.
532         (tramp-send-command): Unset $PS1 when using here documents, in
533         order not to get several prompts.
534         (tramp-get-inline-coding): Return `nil' in case of errors.
536 2010-10-21  Daiki Ueno  <ueno@unixuser.org>
538         * hexl.el (hexl-mode, hexl-mode-exit):
539         Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
540         (hexl-revert-buffer-function): New function.
541         (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
543 2010-10-19  Alan Mackenzie  <acm@muc.de>
545         * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
546         Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
547         that these keywords aren't wrongly matched as identifiers.
549         * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
550         setting of c-new-BEG and c-new-END from c-before-change to
551         c-after-change.  (Bug#7181)
553 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
555         * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
556         Don't mark as safe.
558         * custom.el (custom-theme-set-variables): Likewise.
559         (load-theme): Add custom-theme-set-faces and
560         custom-theme-set-variables to safe-functions while loading.
561         (custom-enabled-themes): Mark as risky.
563 2010-10-18  Julien Danjou  <julien@danjou.info>
565         * bindings.el: Remove end dashes in default mode-line-format.
567 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
569         * bindings.el (global-map): Bind C-d to delete-char and deletechar
570         to delete-forward-char.
572         * simple.el (normal-erase-is-backspace-mode): Remap delete to
573         deletechar, and hence delete-forward-char.
575 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
577         * repeat.el (repeat): Use read-key (bug#6256).
579 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
581         * emacs-lisp/unsafep.el: Don't mark functions that display
582         messages as safe.  Suggested by Johan Bockgård.
584 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
586         * minibuffer.el (completion--replace): Move point where it belongs
587         when there's a common suffix (bug#7215).
589 2010-10-19  Kenichi Handa  <handa@m17n.org>
591         * international/characters.el: Add category '|' (word breakable)
592         to fullwidth characters.
594 2010-10-19  Michael Albinus  <michael.albinus@gmx.de>
596         * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
597         (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
598         order to make stat results a float.  Patch by Andreas Schwab
599         <schwab@linux-m68k.org>.
601 2010-10-18  Julien Danjou  <julien@danjou.info>
603         * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
604         hidden by `make-pointer-invisible'.
606 2010-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
608         * files.el (locate-file-completion-table): Strip non-matching elements
609         before checking length of list (bug#7238).
611 2010-10-18  Chong Yidong  <cyd@stupidchicken.com>
613         * custom.el (custom-theme-set-variables): Mark as a safe function.
614         (load-theme): Check forms using unsafep.
616         * cus-face.el (custom-theme-set-faces): Mark as a safe function.
618 2010-10-17  Agustín Martín  <agustin.martin@hispalinux.es>
620         * textmodes/ispell.el (ispell-aspell-find-dictionary):
621         Fix aspell data file searching (bug#7230).
623 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
625         * cus-theme.el (custom-theme--migrate-settings): New var.
626         (customize-create-theme): Allow editing the `user' theme.
627         (custom-theme-add-variable, custom-theme-add-var-1)
628         (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
629         to the front of each variable or face widget.
630         (custom-theme-write): Save theme settings in the correct order.
631         Optionally, remove saved settings from user customizations.
632         (custom-theme-write-variables, custom-theme-write-faces):
633         Save only the checked widgets.
634         (customize-themes): Add a link for migrating custom settings.
636         * custom.el (custom-declare-theme, provide-theme):
637         Use custom-theme-name-valid-p.
638         (custom-theme-name-valid-p): Remove checks that are now
639         unnecessary since themes no longer obey load-path.
641         * cus-edit.el (custom-variable-value-create): For the simple
642         style, hide documentation string when hidden.
644 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
646         * cus-edit.el (custom-variable, custom-face): Combine the
647         :inhibit-magic and :display-style properties into a single
648         :custom-style property.
649         (custom-toggle-hide-variable, custom-toggle-hide-face):
650         New functions.  If hiding an edited value, save it to :shown-value.
651         (custom-variable-value-create, custom-face-value-create): Use them.
652         (custom-magic-reset): Allow magic property to be unset.
654         * custom.el: Custom themes no longer use load-path.
655         (custom-theme-load-path): New option.  Change built-in theme
656         directory to etc/.
657         (custom-enabled-themes): Add custom-theme-load-path dependency.
658         (custom-theme--load-path): New function.
659         (load-theme, custom-available-themes): Use it.
661         * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
662         (customize-themes): Link to custom-theme-load-path variable.
663         (custom-theme-add-var-1, custom-theme-add-face-1): Use the
664         :custom-style property.
666         * themes/*.el: Moved to etc/.
668 2010-10-16  Ralf Angeli  <angeli@caeruleus.net>
670         * textmodes/reftex-cite.el
671         (reftex-extract-bib-entries-from-thebibliography): Do not move
672         point when searching for \bibitem entries.  Match entries with
673         spaces or tabs in front of arguments.
675 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
677         * cus-theme.el (customize-create-theme): Delete overlays after
678         erasing.  If given a THEME arg, display only the faces of that arg
679         instead of custom-theme--listed-faces.
680         (custom-theme-variable-menu, custom-theme-variable-action)
681         (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
682         (custom-theme-add-variable, custom-theme-add-face): Apply value
683         from the theme settings, instead of the current value.
684         (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
685         (custom-theme-visit-theme): Allow calling outside theme buffers.
686         (custom-theme-merge-theme): Don't enable the theme when merging.
687         (custom-theme-write-variables, custom-theme-write-faces): Use the
688         :shown-value properties to save buffer values, not global ones.
689         (customize-themes): Display a warning about user customizations.
691         * cus-edit.el (custom-variable-value-create)
692         (custom-face-value-create): Obey new special properties
693         :shown-value and :inhibit-magic.
695 2010-10-15  Michael Albinus  <michael.albinus@gmx.de>
697         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
698         Suppress expansion of tabs to spaces.  Reported by Dale Sedivec
699         <dale@codefu.org>.
701 2010-10-14  Kenichi Handa  <handa@m17n.org>
703         * mail/rmail.el (rmail-show-message-1): Catch an error of
704         base64-decode-region and just show an error message (bug#7165).
706         * ps-mule.el (ps-mule-font-spec-list): Delete it.  Not used anymore.
707         (ps-mule-begin-job): Fix for the case that only ENCODING is set in
708         a font-spec (bug#7197).
710 2010-10-14  Glenn Morris  <rgm@gnu.org>
712         * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
714 2010-10-14  Juanma Barranquero  <lekktu@gmail.com>
716         * international/mule.el (define-coding-system):
717         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
718         * composite.el (compose-region): Fix typo in docstring.
720 2010-10-14  Chong Yidong  <cyd@stupidchicken.com>
722         * cus-face.el (custom-theme-set-faces): Call custom-push-theme
723         only after checking the theme-face property.
725         * faces.el (face-spec-reset-face): Reset all attributes in one
726         single call to set-face-attribute.
727         (face-spec-match-p): Make it a defsubst.
728         (frame-set-background-mode): New arg KEEP-FACE-SPECS.
729         (x-create-frame-with-faces, tty-create-frame-with-faces)
730         (tty-set-up-initial-frame-faces): Don't recompute face specs in
731         frame-set-background-mode, since they are recomputed immediately
732         afterwards in face-set-after-frame-default.
733         (face-set-after-frame-default): Minor optimization.
734         (cursor): Provide non-trivial defface spec.
736         * custom.el (custom-theme-recalc-face): Simplify.
738 2010-10-14  Jay Belanger  <jay.p.belanger@gmail.com>
740         * calc/calc-alg.el (math-var): Rename from `var'.
741         (math-is-polynomial, math-is-poly-rec): Replace `var'
742         with `math-var'.
744         * calc/calcalg2.el (math-var): Rename from `var'.
745         (calcFunc-table, math-scan-for-limits): Replace `var'
746         with `math-var'.
748 2010-10-13  Glenn Morris  <rgm@gnu.org>
750         * subr.el (last): Deal with dotted lists (reported in bug#7174).
752 2010-10-13  Stephen Berman  <stephen.berman@gmx.net>
754         * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
756 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
758         * net/tls.el (tls-program): Remove spurious %s from openssl.
759         (tls-starttls-switches): Remove starttls hack.
760         (open-tls-stream): Ditto.
761         (tls-find-starttls-argument): Ditto.
763 2010-10-13  Juanma Barranquero  <lekktu@gmail.com>
765         * image.el (image-library-alist): Declare as obsolete alias.
766         (image-type-available-p): Use `dynamic-library-alist'.
768         * term/w32-win.el (dynamic-library-alist):
769         Use instead of `image-library-alist'.
771 2010-10-13  IRIE Shinsuke  <irieshinsuke@yahoo.co.jp>  (tiny change)
773         * subr.el (last): Make it faster.  (Bug#7174)
775 2010-10-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>  (tiny change)
777         * Makefile.in (compile-clean): Use `` instead of $().  (Bug#7178)
779 2010-10-12  Chong Yidong  <cyd@stupidchicken.com>
781         * cus-theme.el (custom-theme--listed-faces): Add cursor face.
782         (describe-theme-1): Extract doc from unloaded themes.
784         * custom.el (custom-theme-name-valid-p): Don't list color-themes.
786         * themes/tango-theme.el:
787         * themes/tango-dark-theme.el:
788         * themes/wheatgrass-theme.el: New files.
790 2010-10-12  Chong Yidong  <cyd@stupidchicken.com>
792         * cus-theme.el (describe-theme, customize-themes)
793         (custom-theme-save): New commands.
794         (custom-new-theme-mode-map): Bind C-x C-s.
795         (custom-new-theme-mode): Use custom--initialize-widget-variables.
796         (customize-create-theme): New optional arg THEME.
797         (custom-theme-revert): Use it.
798         (custom-theme-visit-theme): Remove dead code.
799         (custom-theme-merge-theme): Use custom-available-themes.
800         (custom-theme-write): Make interactive.
801         (custom-theme-write): Use custom-theme-name-valid-p.
802         (describe-theme-1, custom-theme-choose-revert)
803         (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
804         New funs.
805         (custom-theme-allow-multiple-selections): New option.
806         (custom-theme-choose-mode): New major mode.
808         * custom.el (custom-theme-set-variables): Remove dead code.
809         Obey custom--inhibit-theme-enable.
810         (custom--inhibit-theme-enable): New var.
811         (provide-theme): Obey it.
812         (load-theme): Replace load with manual read/eval, in order to
813         check for correctness.  Use custom-theme-name-valid-p.
814         (custom-theme-name-valid-p): New function.
815         (custom-available-themes): Use it.
817         * cus-edit.el (custom--initialize-widget-variables): New function.
818         (Custom-mode): Use it.
820         * cus-face.el (custom-theme-set-faces): Remove dead code.
821         Obey custom--inhibit-theme-enable.
823         * help-mode.el (help-theme-def, help-theme-edit): New buttons.
825 2010-10-12  Juanma Barranquero  <lekktu@gmail.com>
827         * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
829 2010-10-12  Jan Djärv  <jan.h.d@swipnet.se>
831         * term/ns-win.el (ns-right-alternate-modifier): New defvar.
832         (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
833         (mac-right-option-modifier): New alias for ns-right-option-modifier.
835         * cus-start.el (all): ns-right-alternate-modifier is new.
837 2010-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
839         * emacs-lisp/lisp.el (lisp-completion-at-point):
840         Use emacs-lisp-mode-syntax-table for the whole function.
842 2010-10-12  David Koppelman  <koppel@ece.lsu.edu>
844         * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
845         instead of font-lock-mode before adding keywords.
846         Remove hi-lock-mode off code.  Remove inhibit hack.
847         (hi-lock-set-pattern): Only add keywords if font-lock-fontified
848         non-nil; removed hook inhibit hack.
850 2010-10-12  Glenn Morris  <rgm@gnu.org>
852         * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
853         (load-path-shadows-find): ... to this.
854         (list-load-path-shadows): Update for above change.
856         * mail/mail-utils.el (mail-mbox-from): Also try return-path.
858 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
860         * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
861         Fix comment for declare-function.
863 2010-10-11  Chong Yidong  <cyd@stupidchicken.com>
865         * custom.el (custom-fix-face-spec): New function; code moved from
866         custom-face-edit-fix-value.
867         (custom-push-theme): Use it when checking if a face has been
868         changed outside customize.
869         (custom-available-themes): New function.
870         (load-theme): Use it.
872         * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
874         * custom.el (custom-push-theme): Cleanup (use cond).
875         (disable-theme): Recompute the saved-face property.
876         (custom-theme-recalc-face): Follow face alias before setting prop.
878         * image.el (image-checkbox-checked, image-checkbox-unchecked):
879         New variables, containing checkbox images.
881         * startup.el (fancy-startup-tail):
882         * wid-edit.el (checkbox): Use them.
884 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
886         * shell.el (shell-mode-map):
887         * progmodes/modula2.el (m2-mode-map):
888         * progmodes/inf-lisp.el (inferior-lisp-mode-map):
889         * play/mpuz.el (mpuz-mode-map):
890         * play/landmark.el (lm-mode-map):
891         * play/decipher.el (decipher-mode-map):
892         * play/5x5.el (5x5-mode-map):
893         * net/telnet.el (telnet-mode-map):
894         * net/quickurl.el (quickurl-list-mode-map):
895         * net/mairix.el (mairix-searches-mode-map):
896         * net/eudc-hotlist.el (eudc-hotlist-mode-map):
897         * net/dig.el (dig-mode-map):
898         * mail/mspools.el (mspools-mode-map):
899         * hexl.el (hexl-mode-map):
900         * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
901         (wordstar-C-o-map, wordstar-C-q-map):
902         * emacs-lisp/edebug.el (edebug-eval-mode-map):
903         * emacs-lisp/chart.el (chart-map):
904         * edmacro.el (edmacro-mode-map):
905         * erc/erc-list.el (erc-list-menu-mode-map):
906         * array.el (array-mode-map): Declare and define in one step.
908         * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
910 2010-10-10  Daiki Ueno  <ueno@unixuser.org>
912         * epa.el (epa-passphrase-callback-function): Display filename
913         passed as the 3rd arg.
914         * epa-file.el (epa-file-passphrase-callback-function):
915         Pass filename to epa-passphrase-callback-function.
917 2010-10-09  Chong Yidong  <cyd@stupidchicken.com>
919         * cus-edit.el (custom-face-widget-to-spec)
920         (custom-face-get-current-spec, custom-face-state): New functions.
921         (custom-face-set, custom-face-mark-to-save)
922         (custom-face-value-create, custom-face-state-set): Use them.
924         * cus-theme.el (custom-theme--listed-faces): New var.
925         (customize-create-theme): Use *Custom Theme* as the buffer name.
926         Set revert-buffer-function.  Optional arg BUFFER.  Insert all
927         faces listed in custom-theme--listed-faces.
928         (custom-theme-revert): New function.
929         (custom-theme-add-variable, custom-theme-add-face): Insert at the
930         bottom of the list.
931         (custom-theme-write): Prompt for theme name if empty.
932         (custom-theme-write-variables): Use dolist.
933         (custom-theme-write-faces): Handle hidden (collapsed) widgets.
935 2010-10-09  Alan Mackenzie  <acm@muc.de>
937         Enhance fontification of declarators to take account of the
938         presence/absence of "typedef".
940         * cc-engine.el (c-forward-type): New &optional param
941         "brace-block-too".
942         (c-forward-decl-or-cast-1): cdr of return value now indicates the
943         presence of either or both of a "struct"-like keyword and "typedef".
945         * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
946         fontification of declarators which follow a "}".
947         (c-font-lock-declarations): Fontify declarators according to the
948         presence/absence of "typedef".
950         * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
951         for "typedef".
952         (c-typedef-decl-key): New lang variable built from
953         c-typedef-decl-kwds.
955 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
957         * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
958         since that's too annoying.  Move the filter groups commands to
959         TAB/backtab.
961         * epa.el (epa-passphrase-callback-function): Say what we're
962         querying the password for.
964         * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
965         behaviour, don't bury the ibuffer buffer when visiting other buffers.
967 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
969         * cus-edit.el (custom-commands, custom-buffer-create-internal)
970         (custom-magic-value-create): Pad button tags with spaces.
971         (custom-face-edit): New variable.
972         (custom-face-value-create): Determine whether to use the usual
973         face editor here, instead of using custom-face-selected.
974         Pass face defaults to custom-face-edit widget.
975         (custom-face-selected, custom-display-unselected): Delete widgets.
976         (custom-display-unselected-match): Function removed.
977         (custom-face-set, custom-face-mark-to-save):
978         Accept custom-face-edit widgets as the direct widget child.
980         * wid-edit.el (widget--completing-widget): New var.
981         (widget-default-complete): Bind it when doing completion.
982         (widget-string-complete, widget-file-complete): Use it.
984 2010-10-09  Glenn Morris  <rgm@gnu.org>
986         * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
987         (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
988         (holiday-hebrew-misc): Small simplifications.
990         * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
992         * net/browse-url.el: Don't require thingatpt, term, dired,
993         executable, or w3-auto when compiling.
994         (dired-get-filename, term-char-mode, term-send-down, term-send-string):
995         Declare.
996         (browse-url-text-emacs): Require term.
998 2010-10-08  Andreas Schwab  <schwab@linux-m68k.org>
1000         * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
1002 2010-10-08  Glenn Morris  <rgm@gnu.org>
1004         * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
1006         * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
1007         (shadows-compare-text-p): Make it an obsolete alias for...
1008         (load-path-shadows-compare-text): ... new name.
1009         (find-emacs-lisp-shadows): Update for above name change.
1010         (load-path-shadows-same-file-or-nonexistent): New name for the old
1011         shadow-same-file-or-nonexistent.
1013 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
1015         * minibuffer.el (completion--some, completion--do-completion)
1016         (minibuffer-complete-and-exit, minibuffer-completion-help)
1017         (completion-basic-try-completion)
1018         (completion-basic-all-completions)
1019         (completion-pcm--find-all-completions): Use lexical-let to
1020         avoid some false matches in variable completion (Bug#7056)
1022 2010-10-08  Olof Ohlsson Sax  <olof.ohlsson.sax@gmail.com>  (tiny change)
1024         * vc-svn.el (vc-svn-merge-news): Use --non-interactive.  (Bug#7152)
1026 2010-10-08  Leo  <sdl.web@gmail.com>
1028         * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
1029         return non-nil if the file exists (Bug#7090).
1031 2010-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1033         * minibuffer.el (completion--replace):
1034         Better preserve markers (bug#7138).
1036 2010-10-08  Juanma Barranquero  <lekktu@gmail.com>
1038         * server.el (server-process-filter): Doc fix.
1040 2010-10-08  Drew Adams  <drew.adams@oracle.com>
1042         * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
1044 2010-10-08  Andreas Schwab  <schwab@linux-m68k.org>
1046         * Makefile.in (ELCFILES): Update.
1048 2010-10-08  Glenn Morris  <rgm@gnu.org>
1050         * vc/ediff-wind.el (ediff-setup-control-frame):
1051         * vc/ediff-ptch.el (ediff-default-backup-extension):
1052         * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
1053         (ediff-exec-process): Remove system-types emx, windows-95.
1055         * net/browse-url.el (browse-url-xdg-open): Shell-quote url.  (Bug#7166)
1057 2010-10-07  Chong Yidong  <cyd@stupidchicken.com>
1059         * cus-edit.el (custom-variable, custom-face): Doc fix.
1060         (custom-face-edit): Add value-create attribute.
1061         (custom-face-edit-value-create)
1062         (custom-face-edit-value-visibility-action): New functions.
1063         Hide unused face attributes by default, and add a visibility toggle.
1064         (custom-face-edit-deactivate): Show empty values with shadow face.
1065         (custom-face-selected): Only use this for face specs with default
1066         attributes.
1067         (custom-face-value-create): Cleanup.
1069         * wid-edit.el (widget-checklist-value-create): Use dolist.
1070         (widget-checklist-match-find): Make second arg optional.
1072 2010-10-07  Glenn Morris  <rgm@gnu.org>
1074         * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
1075         Prefix things.
1077         * emacs-lisp/shadow.el (shadow-font-lock-keywords)
1078         (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
1079         load-path-shadows-mode, update references.
1080         (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
1081         Rename variable and button.
1082         (list-load-path-shadows): Update button caller.
1084 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1086         * emacs-lisp/smie.el (smie-bnf-classify): New function.
1087         (smie-bnf-precedence-table): Use it to remember the closers/openers.
1088         (smie-merge-prec2s): Handle those new entries.
1089         (smie-prec2-levels): Only set precedence to nil for actual
1090         openers/closers.
1091         * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
1092         that is now unnecessary.
1094 2010-10-07  Miles Bader  <miles@gnu.org>
1096         * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
1098 2010-10-07  Glenn Morris  <rgm@gnu.org>
1100         * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
1101         (mail-position-on-field): Remove declarations.
1102         (mail-position-on-field): Autoload it.
1103         (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
1104         and mail-header-end.  Don't require sendmail.
1106         * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
1107         (shadow-mode): New mode.
1108         (shadow-find-file): New button.
1109         (list-load-path-shadows): Use shadow-mode and buttons.
1111         * iimage.el (iimage-version): Remove.
1112         (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
1113         Turn into defcustoms.
1114         (iimage-mode-map): Give it a doc string.
1116         * calendar/appt.el (appt-activate): Give a warning rather than an error
1117         if there is no diary-file.
1119 2010-10-06  Michael Albinus  <michael.albinus@gmx.de>
1121         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1122         Use `tramp-handle-find-backup-file-name'.
1124 2010-10-06  Glenn Morris  <rgm@gnu.org>
1126         * font-core.el (font-lock-defaults-alist): Remove variable.
1127         (font-lock-mode): Doc fix.
1128         (font-lock-default-function): Do not consult font-lock-defaults-alist.
1129         * font-lock.el (font-lock-refresh-defaults): Doc fix.
1130         (font-lock-set-defaults): Doc fix.
1131         Do not consult font-lock-defaults-alist.
1133         * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
1135         * emacs-lisp/cl.el: No longer provide cl-19.
1137 2010-10-05  Michael Albinus  <michael.albinus@gmx.de>
1139         * net/tramp.el (tramp-handle-directory-files-and-attributes)
1140         (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
1141         New defuns, taken from tramp-smb.el.
1142         (tramp-coding-system-change-eol-conversion)
1143         (tramp-set-process-query-on-exit-flag): Remove.
1145         * net/tramp-compat.el (top): Do not check for byte-compiler objects.
1146         (tramp-compat-coding-system-change-eol-conversion)
1147         (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
1148         from tramp.el.
1150         * net/tramp-gvfs.el:
1151         * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
1152         by `tramp-compat-set-process-query-on-exit-flag'.
1154         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
1155         Use `tramp-handle-directory-files-and-attributes',
1156         `tramp-handle-file-exists-p' and
1157         `tramp-handle-file-newer-than-file-p'.
1158         (tramp-imap-handle-file-exists-p)
1159         (tramp-imap-handle-file-executable-p)
1160         (tramp-imap-handle-file-readable-p)
1161         (tramp-imap-handle-directory-files-and-attributes)
1162         (tramp-imap-handle-file-newer-than-file-p): Remove.
1164         * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
1165         by `tramp-compat-set-process-query-on-exit-flag' and
1166         `tramp-coding-system-change-eol-conversion' by
1167         `tramp-compat-coding-system-change-eol-conversion'.
1169         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1170         Use `tramp-handle-directory-files-and-attributes',
1171         `tramp-handle-file-exists-p' and
1172         `tramp-handle-file-newer-than-file-p'.
1173         (tramp-smb-handle-directory-files-and-attributes)
1174         (tramp-smb-handle-file-exists-p)
1175         (tramp-smb-handle-file-newer-than-file-p): Remove.
1176         (tramp-smb-maybe-open-connection):
1177         Replace `tramp-set-process-query-on-exit-flag' by
1178         `tramp-compat-set-process-query-on-exit-flag'.
1180 2010-10-05  Glenn Morris  <rgm@gnu.org>
1182         * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
1184 2010-10-04  Michael Albinus  <michael.albinus@gmx.de>
1186         Continue reorganization of load dependencies.  (Bug#7156)
1188         * net/tramp.el (tramp-handle-file-local-copy-hook)
1189         (tramp-delete-temp-file-function): Move down.
1190         (tramp-exists-file-name-handler): Move up.
1191         (tramp-register-file-name-handlers): Simplify autoload.
1192         (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
1193         (tramp-handle-directory-files, tramp-handle-dired-uncache)
1194         (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
1195         (tramp-handle-file-name-completion)
1196         (tramp-handle-file-name-directory)
1197         (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
1198         (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
1199         (tramp-handle-find-backup-file-name)
1200         (tramp-handle-insert-file-contents, tramp-handle-load)
1201         (tramp-handle-substitute-in-file-name)
1202         (tramp-handle-unhandled-file-name-directory)
1203         (tramp-mode-string-to-int, tramp-local-host-p)
1204         (tramp-make-tramp-temp-file): Move from tramp-sh.el.
1206         * net/tramp-gvfs.el (top):
1207         * net/tramp-smb.el (top): Do not require 'tramp-sh.
1209         * net/tramp-sh.el (all): Move several objects to tramp.el, see
1210         there.  Rename `tramp-handle-*' to `tramp-sh-handle-*'.
1212 2010-10-04  Glenn Morris  <rgm@gnu.org>
1214         * calendar/appt.el (appt-add): Ensure reminders are enabled.
1215         (appt-activate): Give status messages.
1217 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
1219         * net/gnutls.el: Improve docs.  Remove starttls and ssl emulation.
1220         Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
1221         `gnutls-negotiate' (formerly `starttls-negotiate').
1222         Remove trivial wrapper `starttls-open-stream'.
1224 2010-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
1226         Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
1227         log-outgoing commands.
1228         * vc/vc.el (vc-log-internal-common): Add a new argument and use it
1229         to create a buffer local revert-buffer-function variable.
1230         (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
1231         revert-buffer-function lambda.
1233 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
1235         * net/gnutls.el (starttls-negotiate): Use the plist interface to
1236         `gnutls-boot'.  Make TYPE the only required parameter.
1237         Allow TRUSTFILES and KEYFILES to be lists.
1238         (open-ssl-stream): Use it.
1240 2010-10-03  Glenn Morris  <rgm@gnu.org>
1242         * subr.el (directory-sep-char): Remove obsolete variable.
1243         * net/tramp-compat.el: Don't mess about with the byte-compiler unless
1244         it is "necessary".
1246         * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
1247         * vc/vc.el (vc-static-header-alist): Doc fix.
1248         * vc/vc-cvs.el (vc-cvs-header):
1249         * vc/vc-rcs.el (vc-rcs-header):
1250         * vc/vc-sccs.el (vc-sccs-header):
1251         * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
1252         * obsolete/vc-mcvs.el (vc-mcvs-header):
1253         * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
1254         on XEmacs.
1256 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1258         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1259         Remove obsolete use of binary-overwrite-mode (Bug#7001).
1261 2010-10-03  Glenn Morris  <rgm@gnu.org>
1263         * obsolete/x-menu.el: Remove file, obsolete since 21.1
1265         * textmodes/rst.el (rst-font-lock-keywords-function):
1266         Drop Emacs 20 code.
1268         * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
1270         * printing.el: Drop Emacs 20 code.
1272         * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
1273         without having used appt.el already).
1275         * subr.el (make-local-hook): Remove function obsolete since 21.1.
1276         * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
1277         (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
1278         XEmacs.
1279         * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
1280         (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
1282         * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
1283         (charset-width, find-charset-region, chars-in-region, forward-point)
1284         (encode-coding-string, coding-system-p, ccl-execute-on-string)
1285         (define-ccl-program, multibyte-string-p, string-make-multibyte):
1286         Remove compatibility cruft (none of these are used by ps*.el).
1288 2010-10-03  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
1290         * subr.el (booleanp): Return t instead of a list (Bug#7086).
1292 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1294         * server.el (server-process-filter, server-return-error):
1295         Give emacsclient time to shut down after receiving an error string.
1297 2010-10-02  Michael Albinus  <michael.albinus@gmx.de>
1299         * files.el (remote-file-name-inhibit-cache): New defcustom.
1301         * time.el (display-time-file-nonempty-p):
1302         Use `remote-file-name-inhibit-cache'.
1304         * net/tramp.el (tramp-completion-reread-directory-timeout):
1305         Fix docstring.
1307         * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
1308         (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
1309         `remote-file-name-inhibit-cache'.  Check also for an integer
1310         value.  Add/increase counter when `tramp-verbose' >= 10.
1311         (tramp-set-file-property): Add/increase counter when
1312         `tramp-verbose' >= 10.
1314         * net/tramp-cmds.el (tramp-cleanup-all-connections)
1315         (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
1316         (tramp-bug): Set tramp-autoload cookie.  Report all interned
1317         tramp-* variables.  Report also `remote-file-name-inhibit-cache'.
1318         (tramp-reporter-dump-variable): Fix docstring.  Mask non-7bit
1319         characters only in strings.
1321         * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
1322         to backward compatibility.
1324         * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
1325         (tramp-handle-file-name-all-completions)
1326         (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
1327         (tramp-open-connection-setup-interactive-shell):
1328         Call `tramp-cleanup-connection' directly.
1330 2010-10-02  Glenn Morris  <rgm@gnu.org>
1332         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
1334         * subr.el (char-bytes): Remove obsolete function.
1336         * isearch.el (isearch-return-char): Remove obsolete function.
1338         * mouse.el: No longer provide mldrag.
1339         (mldrag-drag-mode-line, mldrag-drag-vertical-line):
1340         Remove obsolete aliases.
1342         * comint.el (comint-kill-output): Remove obsolete alias.
1344         * composite.el (decompose-composite-char): Remove obsolete function.
1345         * ps-def.el (decompose-composite-char): Remove unused function.
1347         * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
1349         * outline.el (outline-visible): Remove obsolete function.
1351         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1352         * faces.el (internal-find-face, internal-get-face)
1353         (frame-update-faces, frame-update-face-colors)
1354         (x-frob-font-weight, x-frob-font-slant)
1355         (internal-frob-font-weight, internal-frob-font-slant)
1356         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1357         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1358         (x-make-font-bold-italic): Remove functions and aliases, obsolete
1359         since Emacs 21.1.
1360         * emulation/viper-util.el (viper-get-face):
1361         * obsolete/lucid.el (find-face, get-face): Use facep.
1362         * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
1363         Remove unused functions.
1364         * vc/ediff-util.el (ediff-submit-report): Doc fix.
1366         * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
1367         delete tempfile if interrupted during compilation.
1369 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1371         * net/tls.el (tls-starttls-switches): Give up on using starttls with
1372         gnutls-cli.
1373         (tls-program): Add --insecure to be consistent with the defaults from
1374         openssl s_client.  Now all three commands are insecure.
1376 2010-10-01  Eli Zaretskii  <eliz@gnu.org>
1378         * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
1379         (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
1380         (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
1382 2010-10-01  Glenn Morris  <rgm@gnu.org>
1384         * obsolete/sc.el: Remove file.
1386         * files.el (temporary-file-directory): On darwin, also try
1387         DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
1389 2010-10-01  Juanma Barranquero  <lekktu@gmail.com>
1391         * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
1392         Let's not break compatibility gratuitously, shall we?
1394 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1396         * net/tls.el (tls-starttls-switches): New variable.
1397         (tls-find-starttls-argument): Use it.
1398         (open-tls-stream): Ditto.
1400         * net/netrc.el (netrc-credentials): Return the value of the "default"
1401         entry.
1402         (netrc-machine): Ditto.
1404 2010-09-30  Eli Zaretskii  <eliz@gnu.org>
1406         * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
1408 2010-09-30  Juanma Barranquero  <lekktu@gmail.com>
1410         * server.el (server-start): Don't write pid to the authentication file.
1411         (server-create-tty-frame): Don't send pid.
1412         (server-process-filter): Send pid at the start of every connection.
1414 2010-09-30  Glenn Morris  <rgm@gnu.org>
1416         * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
1417         (show-all-diary-entries): Remove obsolete function aliases.
1419         * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
1420         Remove options, obsolete since 22.1.
1421         (appt-display-format, appt-display-message): Remove
1422         backwards-compatibility code.
1423         (appt-check): No longer check appt-issue-message.
1424         (appt-make-list): No longer autoload it.  Doc fix.  No longer
1425         activate the package.
1427 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1429         * net/gnutls.el (starttls-negotiate): Loop a lot longer.
1430         (starttls-negotiate): Just call boot, and let the handshake be
1431         triggered from the read loop.
1433 2010-09-29  Glenn Morris  <rgm@gnu.org>
1435         * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
1436         not displaying the diary.
1437         (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
1438         * calendar/appt.el (appt-check): No longer need to kill diary.
1440         * calendar/diary-lib.el (diary-list-entries): Move the
1441         "Preparing..." message entirely here.
1442         (diary-simple-display, diary-fancy-display): Move "Preparing..."
1443         messages to diary-list-entries.
1444         (diary-include-other-diary-files): Use LIST-ONLY rather than setting
1445         diary-display-function.
1447         * calendar/diary-lib.el (diary-include-other-diary-files):
1448         Trap some recursive includes.
1450         * calendar/appt.el (appt-activate): Check diary file.
1452 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1454         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1455         construction.
1457         * calendar/time-date.el: No need to require cl for Emacs 21.
1459 2010-09-28  Glenn Morris  <rgm@gnu.org>
1461         * calendar/appt.el (appt-check): Minor simplification.
1463 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1465         * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
1466         citation prefix.
1468 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
1470         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1471         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
1473 2010-09-27  Kenichi Handa  <handa@m17n.org>
1475         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
1476         "ustar" format.
1478 2010-09-27  Kenichi Handa  <handa@m17n.org>
1480         * international/mule.el (define-coding-system): Docstring fixed.
1482         * international/mule-diag.el (describe-character-set): Use princ
1483         with proper print-length and print-level instead of insert.
1485 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1487         * window.el (walk-windows): Doc fix (bug#7105).
1489 2010-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1491         * emacs-lisp/float-sup.el (e): Remove.
1493 2010-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
1495         * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
1496         variable.
1497         (starttls-negotiate): Use it.
1499 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1501         * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
1502         back.
1504 2010-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1506         * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
1508 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1510         * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
1512         * net/netrc.el (netrc-store-data): New function.
1514 2010-09-26  Teodor Zlatanov  <tzz@lifelogs.com>
1516         * net/gnutls.el: GnuTLS glue code to set up a connection.
1518 2010-09-25  Julien Danjou  <julien@danjou.info>
1520         * notifications.el: Call dbus-register-signal only if it is bound.
1522 2010-09-25  Glenn Morris  <rgm@gnu.org>
1524         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
1525         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
1526         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
1527         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
1528         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
1529         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
1530         * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
1531         * eshell/esh-util.el, eshell/esh-var.el:
1532         Remove leading `*' from docs of faces and defcustoms.
1534 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
1536         * eshell/em-ls.el (eshell-ls-archive-regexp):
1537         * eshell/esh-util.el (eshell-tar-regexp):
1538         * ibuffer.el (ibuffer-compressed-file-name-regexp):
1539         * info.el (Info-suffix-list):
1540         * international/mule.el (auto-coding-alist):
1541         * woman.el (woman-file-regexp, woman-file-compression-regexp):
1542         * progmodes/etags.el (tags-compression-info-list):
1543         Support xz compression.
1545 2010-09-25  Chong Yidong  <cyd@stupidchicken.com>
1547         * files.el (get-free-disk-space): Don't assume the "df" output
1548         columns line up (Bug#6995).
1550 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
1552         * finder.el (finder-unknown-keywords):
1553         * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
1554         * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
1556 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
1558         * server.el (server-start): Revert part of 2010-08-08 change.  Using
1559         address 127.0.0.1 for local host is now done in Fmake_network_process.
1561 2010-09-24  Glenn Morris  <rgm@gnu.org>
1563         * image-mode.el, progmodes/compile.el, progmodes/gud.el:
1564         * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
1565         * textmodes/css-mode.el, textmodes/dns-mode.el:
1566         Move autoloaded auto-mode-alist entries to files.el.
1567         * files.el (auto-mode-alist): Move entries here.
1569 2010-09-23  Glenn Morris  <rgm@gnu.org>
1571         * isearch.el (isearch-lazy-highlight-cleanup)
1572         (isearch-lazy-highlight-initial-delay)
1573         (isearch-lazy-highlight-interval)
1574         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
1575         * net/net-utils.el (ipconfig-program-options):
1576         Move aliases to options before the associated definitions.
1578 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1580         * newcomment.el (comment-normalize-vars): Better test validity of
1581         comment-end-skip.
1583 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1585         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
1586         (float-e): New name for `e'.
1587         (degrees-to-radians, radians-to-degrees):
1588         * calendar/solar.el (solar-longitude):
1589         * calculator.el (calculator-registers, calculator-funcall):
1590         * textmodes/artist.el (artist-spray-random-points):
1591         * play/bubbles.el (bubbles--initialize-images): Use new names.
1593 2010-09-23  Eric M. Ludlam  <zappo@gnu.org>
1595         Update to CEDET 1.0's version of EIEIO.
1597         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
1598         New function.
1599         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
1600         (eieio-default-eval-maybe): Eval val instead of unquoting only.
1601         (class-precedence-list): If class is nil, return nil.
1602         (eieio-generic-call): If class of first input arg is nil, don't
1603         look up static methods, and do check for primary methods.
1604         (initialize-instance): See if the default needs to be evaluated
1605         during the constructor.
1606         (eieio-perform-slot-validation-for-default): Don't do the check
1607         for values that will eventually be evaluated.
1608         (eieio-eval-default-p): New function.
1609         (eieio-default-eval-maybe): Use it.
1611 2010-09-23  Jan Moringen  <jan.moringen@uni-bielefeld.de>
1613         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1614         method-invocation-order.
1615         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1616         (eieio-class-precedence-dfs): Compute class precedence list using
1617         dfs algorithm.
1618         (eieio-class-precedence-bfs): Compute class precedence list using
1619         bfs algorithm.
1620         (eieio-class-precedence-c3): Compute class precedence list using
1621         c3 algorithm.
1622         (class-precedence-list): New function.
1623         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1624         (inconsistent-class-hierarchy): New error symbol.
1625         (call-next-method): Stow the replacement argument list for future
1626         call-next-method invocations.
1628 2010-09-23  Glenn Morris  <rgm@gnu.org>
1630         * calendar/appt.el (appt-check): If not displaying the diary,
1631         use (diary 1) to only get the entries we need.
1632         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1633         that it is in day order.  (Bug#7019)
1635         * calendar/appt.el (appt-check): Rather than showing the diary,
1636         just turn off invisible display, and only if needed.
1638         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
1640 2010-09-23  Glenn Morris  <rgm@gnu.org>
1642         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
1643         (byte-compile-defvar, byte-compile-cl-warn):
1644         Start warnings with lower-case, like the majority.
1646         * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
1648         * files.el (auto-mode-alist): Prefer C-mode for .xs.  (Bug#7071)
1650         * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
1651         * files.el (auto-mode-alist): Move ld-script entries here, further down
1652         the list.
1654         * vc/add-log.el: Don't require timezone when compiling.
1655         (timezone-make-date-sortable): Autoload it.
1656         (change-log-sortable-date-at): Don't require timezone.
1657         Use `ignore-errors'.
1659         * comint.el (comint-use-prompt-regexp-instead-of-fields):
1660         Move alias before definition, so it does not need autoloading.
1662         * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
1663         * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
1664         * international/kkc.el, international/ogonek.el, mail/feedmail.el:
1665         * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
1666         * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
1667         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
1668         * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
1669         * textmodes/tex-mode.el, textmodes/two-column.el:
1670         Remove leading `*' from docs of defcustoms etc.
1672 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1674         * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
1676 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1678         * calendar/time-date.el (date-to-time): Try using parse-time-string
1679         first before using the slower timezone-make-date-arpa-standard.
1681 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1683         * calendar/time-date.el (format-seconds): Comment fix.
1685 2010-09-22  Glenn Morris  <rgm@gnu.org>
1687         * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
1688         is not automatically buffer-local.
1690 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1692         * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
1693         (smie-indent-comment): Be more careful with comment-start-skip.
1694         (smie-indent-comment-close, smie-indent-comment-inside): New funs.
1695         (smie-indent-functions): Use them.
1697 2010-09-21  Michael Albinus  <michael.albinus@gmx.de>
1699         * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
1701 2010-09-21  Jan Djärv  <jan.h.d@swipnet.se>
1703         * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
1704         tool-bar-position.  Don't modify frame parameters here.
1705         (menu-bar-options-save): Add tool-bar-position.
1707         * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
1709 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1711         * textmodes/reftex-parse.el (reftex-what-macro)
1712         (reftex-context-substring): Let-bind forward-sexp-function to nil
1713         since we don't need/want to treat \begin...\end as a block (bug#7053).
1715         * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
1717         * simple.el (blink-matching-open): Use syntax-class.
1719         * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
1720         Set invisibility spec for pascal's outline mode.
1721         (pascal-outline-change): Clean up calling convention.
1722         (pascal-show-all, pascal-hide-other-defuns): Update callers.
1724         * progmodes/prolog.el (prolog-smie-forward-token)
1725         (prolog-smie-backward-token): New functions.
1726         (prolog-mode-variables): Use them to parse "!," correctly.
1727         Set up smie-blink-matching for ".".
1729         * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
1730         and `end'.
1731         (ispell-region, ispell-process-line): Update users.
1733         * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
1734         point-min==1.
1736         * textmodes/ispell.el: Fix commenting convention.
1737         (ispell-parse-output): Simplify, use push.
1738         (ispell-region): Use match-string-no-properties.
1739         (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
1740         (ispell-minor-mode): Use define-minor-mode.
1741         (ispell-message): Remove unused var `skip-regexp'.
1742         (ispell-add-per-file-word-list): Use dynamic let-binding.
1743         Try and use the proper comment marker.
1745         * mail/sendmail.el: Fix commenting convention.
1746         (sendmail-send-it): Use line-beginning-position.
1748         * help-fns.el (describe-variable): Add original value, if applicable.
1750 2010-09-20  Juanma Barranquero  <lekktu@gmail.com>
1752         * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
1754         * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
1756 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1758         * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
1759         (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
1760         (smie-prec2-levels): Use them to better diagnose precedence cycles.
1761         (smie-blink-matching-check): Don't signal a mismatch if car is t.
1762         (smie-blink-matching-open): Rewrite to remove assumptions, so that
1763         something like "." can also be a closer.
1764         (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
1765         (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
1766         Rename internal functions to use "--".  Update callers.
1768         * frame.el (make-frame-names-alist): Don't list frames on other displays.
1770         * fringe.el (fringe-styles): New var.
1771         (fringe-mode, fringe-query-style): Use it.
1773 2010-09-18  Michael R. Mauger  <mmaug@yahoo.com>
1775         * progmodes/sql.el: Version 2.8
1776         (sql-login-params): Update widget structure; changes still needed.
1777         (sql-product-alist): Add :list-all and :list-table features for
1778         SQLite, Postgres and MySQL products.
1779         (sql-redirect): Handle default value.
1780         (sql-execute, sql-execute-feature): New functions.
1781         (sql-read-table-name): New function.
1782         (sql-list-all, sql-list-table): New functions.  User API.
1783         (sql-mode-map, sql-interactive-mode-map): Add key definitions
1784         for above functions.
1785         (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
1786         for above functions.
1787         (sql-postgres-login-params): Add user and database defaults.
1788         (sql-buffer-live-p): Bug fix.
1789         (sql-product-history): New variable.
1790         (sql-read-product): New function. Use it.
1791         (sql-set-product, sql-product-interactive): Use it.
1792         (sql-connection-history): New variable.
1793         (sql-read-connection): New function.  Use it.
1794         (sql-connect): New function.
1795         (sql-for-each-login): Redesign function interface.
1796         (sql-make-alternate-buffer-name, sql-save-connection): Use it.
1797         (sql-get-login-ext, sql-get-login): Use it.  Handle default values.
1798         (sql-comint): Check for program.  Existing live buffer.
1799         (sql-comint-postgres): Add port parameter.
1801 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1803         * emacs-lisp/warnings.el: Fix commenting convention.
1804         (display-warning): Use special mode and make the buffer read-only.
1806 2010-09-18  Jay Belanger  <jay.p.belanger@gmail.com>
1808         * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
1809         empty string when it follows a repeated or optional pattern.
1811 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1813         * indent.el (indent-according-to-mode): Apply syntax-propertize.
1814         (indent-region): Use indent-according-to-mode.
1816 2010-09-18  Eli Zaretskii  <eliz@gnu.org>
1818         * fringe.el (fringe-mode): Doc fix.
1820 2010-09-14  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1822         * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
1823         refreshing the preview buffer.
1825 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1827         * textmodes/tex-mode.el (tex-syntax-propertize-rules)
1828         (latex-syntax-propertize-rules): New consts; replace
1829         tex-font-lock-syntactic-keywords.
1830         (tex-env-mark, latex-env-before-change): New functions.
1831         (latex-electric-env-pair-mode): New minor mode.
1832         (tex-font-lock-verb): Change arguments; do move point.
1833         (tex-font-lock-syntactic-face-function): Adjust to new verbatim
1834         representation as a form of comment.
1835         (tex-font-lock-keywords-1): Remove workaround, now unneeded.
1836         (doctex-syntax-propertize-rules): New const; replaces
1837         doctex-font-lock-syntactic-keywords.
1838         (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
1840         * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
1841         (fortran-make-syntax-propertize-function): New function; replaces
1842         fortran-font-lock-syntactic-keywords.
1843         (fortran-mode): Use it.
1844         (fortran-line-length): Use it.  Improve interactive spec.
1846         * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
1847         (syntax-propertize-rules): Add var-ref case.  Fix offset computation
1848         when adding surrounding \(..\).
1850         * progmodes/js.el (js-mode): Fix last change (bug#7054).
1852 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1854         * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
1855         Use with-current-buffer.
1857         * isearch.el (isearch-face): Rename from `isearch'.
1858         (isearch-highlight): Use new name.
1860 2010-09-17  Eli Zaretskii  <eliz@gnu.org>
1862         * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
1863         5, for `half' width fringes.  (Bug#6933)
1865 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1867         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
1868         (byte-compile-defvar): "foo/bar" does not lack a prefix.
1870         * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
1872 2010-09-17  Stephen Berman  <stephen.berman@gmx.net>
1874         * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
1875         in calculating new frame position.  Add more space between new and
1876         parent on the left (Bug#7048).
1878 2010-09-17  Michael Albinus  <michael.albinus@gmx.de>
1880         * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
1881         defmacro.
1883 2010-09-16  Chong Yidong  <cyd@stupidchicken.com>
1885         * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
1887         * term/x-win.el (x-cut-buffer-or-selection-value): Define as
1888         obsolete alias for x-selection-value.
1890         * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
1892 2010-09-16  Michael Albinus  <michael.albinus@gmx.de>
1894         * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
1895         cookie.
1897 2010-09-15  Michael Albinus  <michael.albinus@gmx.de>
1899         * net/tramp-compat.el (tramp-compat-with-temp-message)
1900         (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
1901         (tramp-compat-process-put): New defuns.
1903         * net/tramp.el (top):
1904         * net/tramp-gvfs.el (top):
1905         * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
1907         * net/tramp.el (tramp-progress-reporter-update):
1908         Use `tramp-compat-funcall'.
1910         * net/tramp.el (tramp-process-actions):
1911         * net/tramp-gvfs.el (tramp-handle-vc-registered):
1912         * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
1913         (tramp-get-remote-stat, tramp-get-remote-readlink):
1914         Use `tramp-compat-with-temp-message'.
1916         * net/tramp-sh.el (top): Require 'cl.
1917         (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
1918         (tramp-open-connection-setup-interactive-shell):
1919         Use `tramp-compat-process-put'.
1921 2010-09-15  Alan Mackenzie  <acm@muc.de>
1923         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
1924         indentation.
1925         (c-forward-<>-arglist-recur): Fix an infinite recursion.
1927 2010-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1929         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
1930         `lexical' for warnings related to lexical scoping.
1931         (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
1932         global vars which don't have a prefix and could hence affect lexical
1933         scoping in unrelated files.
1935 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1937         * net/imap.el: Revert back to version
1938         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1939         seem problematic.
1941 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1943         * obsolete/old-whitespace.el (whitespace-unload-function):
1944         Explicitly pass `obarray' to `unintern' to avoid a warning.
1946 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1948         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1949         Add `when' argument.  Update callers.
1951         * subr.el (unintern): Declare the obarray arg mandatory.
1953 2010-09-14  Glenn Morris  <rgm@gnu.org>
1955         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1956         Doc fixes.
1958         * calendar/diary-lib.el (diary-included-files): New variable.
1959         (diary-list-entries): Maybe initialize diary-included-files.
1960         (diary-include-other-diary-files): Append to diary-included-files.
1961         * calendar/appt.el (appt-update-list): Also check the members of
1962         diary-included-files.  (Bug#6999)
1963         (appt-check): Doc fix.
1965 2010-09-14  David Reitter  <david.reitter@gmail.com>
1967         * simple.el (line-move-visual): Do not truncate goal column to
1968         integer size.  (Bug#7020)
1970 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1972         * repeat.el (repeat): Allow repeating when the last event is a click.
1973         Suggested by Drew Adams (bug#6256).
1975 2010-09-14  Sascha Wilde  <wilde@sha-bang.de>
1977         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1978         Replace setting HGRCPATH to "" by some less invasive --config options.
1980 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1982         * font-lock.el (font-lock-beginning-of-syntax-function):
1983         Mark as obsolete.
1985 2010-09-14  Glenn Morris  <rgm@gnu.org>
1987         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1988         and tool-bar modes.  (Bug#6211)
1989         (menu-bar-mode): Move setting of standard-value after the
1990         minor-mode definition, otherwise it seems to have no effect.
1992 2010-09-14  Masatake YAMATO  <yamato@redhat.com>
1994         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1995         Fix typo.  (Bug#6976)
1997 2010-09-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1999         * whitespace.el: Allow cleaning up blanks without blank
2000         visualization (Bug#6651).  Adjust help window for
2001         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
2002         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
2003         (whitespace-style): Add new value 'face.  Adjust docstring.
2004         (whitespace-space, whitespace-hspace, whitespace-tab):
2005         Adjust foreground property face.
2006         (whitespace-line-column): Adjust docstring and type declaration.
2007         (whitespace-style-value-list, whitespace-toggle-option-alist)
2008         (whitespace-help-text): Adjust const initialization.
2009         (whitespace-toggle-options, global-whitespace-toggle-options):
2010         Adjust docstring.
2011         (whitespace-display-window, whitespace-interactive-char)
2012         (whitespace-style-face-p, whitespace-color-on): Adjust code.
2013         (whitespace-help-scroll): New fun.
2015 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2017         * calendar/time-date.el (format-seconds): Comment fix.
2019 2010-09-13  Michael R. Mauger  <mmaug@yahoo.com>
2021         * progmodes/sql.el: Version 2.7.
2022         (sql-buffer-live-p): Improve detection.
2023         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
2024         (sql-set-sqli-buffer): Use it.
2025         (sql-product-interactive): Run `sql-set-sqli-hook'.
2026         (sql-rename-buffer): Code cleanup.
2027         (sql-redirect, sql-redirect-value): New functions.  More to come.
2029 2010-09-13  Juanma Barranquero  <lekktu@gmail.com>
2031         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.
2032         * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
2033         (TRAMP_SRC): New macro.
2034         ($(lisp)/net/tramp-loaddefs.el): New target.
2036 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
2038         Major code cleanup.  Split tramp.el into tramp.el and tramp-sh.el.
2040         * Makefile.in (TRAMP_SRC): Remove tramp-fish.el.  Add tramp-sh.el.
2042         * net/tramp.el (top): Don't show loading message.  Require just
2043         'tramp-compat, everything else is required there.
2044         Use `ignore-errors' where appropriate.
2045         (tramp-inline-compress-start-size, tramp-copy-size-limit)
2046         (tramp-terminal-type, tramp-end-of-output)
2047         (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
2048         (tramp-completion-function-alist-ssh)
2049         (tramp-completion-function-alist-telnet)
2050         (tramp-completion-function-alist-su)
2051         (tramp-completion-function-alist-putty, tramp-remote-path)
2052         (tramp-remote-process-environment, tramp-sh-extra-args)
2053         (tramp-actions-before-shell, tramp-uudecode)
2054         (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
2055         (tramp-perl-file-attributes)
2056         (tramp-perl-directory-files-and-attributes)
2057         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
2058         (tramp-perl-encode, tramp-perl-decode)
2059         (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
2060         (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
2061         (tramp-handle-make-symbolic-link, tramp-handle-load)
2062         (tramp-handle-file-name-as-directory)
2063         (tramp-handle-file-name-directory)
2064         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
2065         (tramp-handle-file-exists-p, tramp-handle-file-attributes)
2066         (tramp-do-file-attributes-with-ls)
2067         (tramp-do-file-attributes-with-perl)
2068         (tramp-do-file-attributes-with-stat)
2069         (tramp-handle-set-visited-file-modtime)
2070         (tramp-handle-verify-visited-file-modtime)
2071         (tramp-handle-set-file-modes, tramp-handle-set-file-times)
2072         (tramp-set-file-uid-gid, tramp-remote-selinux-p)
2073         (tramp-handle-file-selinux-context)
2074         (tramp-handle-set-file-selinux-context)
2075         (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
2076         (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
2077         (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
2078         (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
2079         (tramp-handle-file-ownership-preserved-p)
2080         (tramp-handle-directory-file-name, tramp-handle-directory-files)
2081         (tramp-handle-directory-files-and-attributes)
2082         (tramp-do-directory-files-and-attributes-with-perl)
2083         (tramp-do-directory-files-and-attributes-with-stat)
2084         (tramp-handle-file-name-all-completions)
2085         (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
2086         (tramp-handle-copy-file, tramp-handle-copy-directory)
2087         (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
2088         (tramp-do-copy-or-rename-file-via-buffer)
2089         (tramp-do-copy-or-rename-file-directly)
2090         (tramp-do-copy-or-rename-file-out-of-band)
2091         (tramp-handle-make-directory, tramp-handle-delete-directory)
2092         (tramp-handle-delete-file)
2093         (tramp-handle-dired-recursive-delete-directory)
2094         (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
2095         (tramp-handle-insert-directory)
2096         (tramp-handle-unhandled-file-name-directory)
2097         (tramp-handle-expand-file-name)
2098         (tramp-handle-substitute-in-file-name)
2099         (tramp-handle-executable-find, tramp-process-sentinel)
2100         (tramp-handle-start-file-process, tramp-handle-process-file)
2101         (tramp-handle-call-process-region, tramp-handle-shell-command)
2102         (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
2103         (tramp-handle-insert-file-contents)
2104         (tramp-handle-insert-file-contents-literally)
2105         (tramp-handle-find-backup-file-name)
2106         (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
2107         (tramp-vc-registered-file-names, tramp-handle-vc-registered)
2108         (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
2109         (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
2110         (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
2111         (tramp-find-file-exists-command, tramp-open-shell)
2112         (tramp-find-shell, tramp-barf-if-no-shell-prompt)
2113         (tramp-open-connection-setup-interactive-shell)
2114         (tramp-local-coding-commands, tramp-remote-coding-commands)
2115         (tramp-find-inline-encoding, tramp-call-local-coding-command)
2116         (tramp-inline-compress-commands, tramp-find-inline-compress)
2117         (tramp-compute-multi-hops, tramp-maybe-open-connection)
2118         (tramp-send-command, tramp-wait-for-output)
2119         (tramp-send-command-and-check, tramp-barf-unless-okay)
2120         (tramp-send-command-and-read, tramp-mode-string-to-int)
2121         (tramp-convert-file-attributes, tramp-check-cached-permissions)
2122         (tramp-file-mode-from-int, tramp-file-mode-permissions)
2123         (tramp-shell-case-fold, tramp-make-copy-program-file-name)
2124         (tramp-method-out-of-band-p, tramp-local-host-p)
2125         (tramp-get-remote-path, tramp-get-remote-tmpdir)
2126         (tramp-get-ls-command, tramp-get-ls-command-with-dired)
2127         (tramp-get-test-command, tramp-get-test-nt-command)
2128         (tramp-get-file-exists-command, tramp-get-remote-ln)
2129         (tramp-get-remote-perl, tramp-get-remote-stat)
2130         (tramp-get-remote-readlink, tramp-get-remote-trash)
2131         (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
2132         (tramp-get-local-uid, tramp-get-local-gid)
2133         (tramp-get-inline-compress, tramp-get-inline-coding): Move to
2134         tramp-sh.el.
2135         (tramp-methods, tramp-default-method-alist)
2136         (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
2137         Move initialization to tramp-sh.el.
2138         (tramp-temp-name-prefix): Make it a defconst.
2139         (tramp-dissect-file-name): Don't check anymore for multi-hop
2140         methods.
2141         (tramp-debug-outline-regexp): Add a docstring.
2142         (tramp-debug-outline-level): Rename from `tramp-outline-level'.
2143         (tramp-get-debug-buffer): Use it.
2145         * net/tramp-cache.el (top): Set tramp-autoload cookie for
2146         initialization forms.
2147         (tramp-set-connection-property): Don't protect `tramp-message'
2148         call, it isn't necessary any longer.
2149         (tramp-dump-connection-properties): Use `ignore-errors'.
2151         * net/tramp-compat.el (top): Require 'advice, 'format-spec,
2152         'password-cache and 'auth-source.
2154         * net/tramp-gvfs.el (top):
2155         * net/tramp-smb.el (top): Require 'tramp-sh.
2157         * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
2159         * net/tramp-sh.el: New file, derived from tramp.el.
2160         (top): Initialize `tramp-methods', `tramp-default-method-alist',
2161         `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
2162         Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
2163         Use `ignore-errors' where appropriate.
2164         (tramp-sh-file-name-handler-alist): Rename from
2165         `tramp-file-name-handler-alist'.
2166         (tramp-send-command-and-check): Return t or nil.  Remove all
2167         `zerop' checks, where called.
2168         (tramp-handle-set-file-modes)
2169         (tramp-do-copy-or-rename-file-directly)
2170         (tramp-handle-delete-directory, tramp-handle-delete-file)
2171         (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
2172         (tramp-sh-file-name-handler, tramp-send-command-and-check)
2173         (tramp-get-remote-ln): Set tramp-autoload cookie.
2175         * net/tramp-fish.el: Remove file.
2177 2010-09-13  Daiki Ueno  <ueno@unixuser.org>
2179         * epa-file.el (epa-file-insert-file-contents): If visiting, bind
2180         buffer-file-name to avoid file-locking.  (Bug#7026)
2182 2010-09-13  Julien Danjou  <julien@danjou.info>
2184         * notifications.el (notifications-notify): Add support for
2185         image-path and sound-name.
2186         (notifications-specification-version): Add this variable.
2188 2010-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2190         * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
2192 2010-09-12  Leo  <sdl.web@gmail.com>
2194         * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
2195         (rcirc-completion-start): New variables.
2196         (rcirc-nick-completions): Rename to rcirc-completions.
2197         (rcirc-nick-completion-start-offset): Delete.
2198         (rcirc-completion-at-point): New function for constructing
2199         completion data for both nicks and irc commands.  Add to
2200         completion-at-point-functions in rcirc mode.
2201         (rcirc-complete): Rename from rcirc-nick-complete; use
2202         rcirc-completion-at-point.
2203         (defun-rcirc-command): Update rcirc-client-commands.
2205 2010-09-11  Glenn Morris  <rgm@gnu.org>
2207         * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
2208         atomically, to avoid parallel build errors.  (Bug#4196)
2210 2010-09-11  Michael R. Mauger  <mmaug@yahoo.com>
2212         * progmodes/sql.el: Version 2.6
2213         (sql-dialect): Synonym for "sql-product".
2214         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
2215         (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
2216         Set "sql-buffer" to buffer name not buffer object so multiple sql
2217         interactive buffers work properly.  Reverts misguided changes in
2218         earlier work.
2219         (sql-comint): Make sure different buffer name is used if "*SQL*"
2220         buffer is for a different product.
2221         (sql-make-alternate-buffer-name): Fix bug with "sql-database"
2222         login param.
2223         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2224         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2225         (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
2226         Accept new buffer name or prompt for one.
2227         (sql-port): Default to zero.
2228         (sql-comint-mysql): Handle "sql-port" as a numeric.
2229         (sql-port-history): Delete unused variable.
2230         (sql-get-login): Default "sql-port" to a number.
2231         (sql-product-alist): Correct Postgres prompt and terminator regexp.
2232         (sql-sqlite-program): Dynamically detect presence of "sqlite" or
2233         "sqlite3" executables.
2234         (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
2235         (sql-buffer-live-p): New function.
2236         (sql-mode-menu, sql-send-string): Use it.
2237         (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
2238         syntax pattern.
2239         (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
2240         (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
2242 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2244         * net/netrc.el (netrc-credentials): New convenience function.
2246 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2248         * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
2249         to replace texinfo-font-lock-syntactic-keywords.
2250         (texinfo-mode): Use it.
2252         * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
2253         Use syntax-propertize-function.
2255         * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
2256         replace sgml-font-lock-syntactic-keywords.
2257         (sgml-mode): Use it.
2259         * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
2260         since we don't use it.
2262         * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
2264         * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
2265         if available.
2266         (vhdl-fontify-buffer): Adjust.
2268         * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
2269         replace tcl-font-lock-syntactic-keywords.
2270         (tcl-mode): Use it.
2272         * progmodes/simula.el (simula-syntax-propertize-function): New var to
2273         replace simula-font-lock-syntactic-keywords.
2274         (simula-mode): Use it.
2276         * progmodes/sh-script.el (sh-st-symbol): Remove.
2277         (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
2278         (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
2279         (sh-font-lock-quoted-subshell): Assume we've already matched $(.
2280         (sh-font-lock-paren): Set syntax-multiline.
2281         (sh-font-lock-syntactic-keywords): Remove.
2282         (sh-syntax-propertize-function): New function to replace it.
2283         (sh-mode): Use it.
2285         * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
2286         Define while compiling.
2287         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
2288         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
2289         (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
2290         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
2291         (ruby-here-doc-end-syntax): Only define when
2292         syntax-propertize is not available.
2293         (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
2294         New functions.
2295         (ruby-in-ppss-context-p): Update to new syntax of heredocs.
2296         (electric-indent-chars): Silence bytecompiler.
2297         (ruby-mode): Use prog-mode, syntax-propertize-function, and
2298         electric-indent-chars.
2300         * progmodes/python.el (python-syntax-propertize-function): New var to
2301         replace python-font-lock-syntactic-keywords.
2302         (python-mode): Use it.
2303         (python-quote-syntax): Simplify and adjust to new use.
2305         * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
2306         replace perl-font-lock-syntactic-keywords.
2307         (perl-syntax-propertize-special-constructs): New fun to replace
2308         perl-font-lock-special-syntactic-constructs.
2309         (perl-font-lock-syntactic-face-function): New fun.
2310         (perl-mode): Use it.
2312         * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
2313         to replace octave-font-lock-close-quotes.
2314         (octave-syntax-propertize-function): New function to replace
2315         octave-font-lock-syntactic-keywords.
2316         (octave-mode): Use it.
2318         * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
2319         replaces mixal-font-lock-syntactic-keywords.
2320         (mixal-mode): Use it.
2322         * progmodes/make-mode.el (makefile-syntax-propertize-function):
2323         New var; replaces makefile-font-lock-syntactic-keywords.
2324         (makefile-mode): Use it.
2325         (makefile-imake-mode): Adjust.
2327         * progmodes/js.el (js--regexp-literal): Define while compiling.
2328         (js-syntax-propertize-function): New var; replaces
2329         js-font-lock-syntactic-keywords.
2330         (js-mode): Use it.
2332         * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
2333         replaces gdb-script-font-lock-syntactic-keywords.
2334         (gdb-script-mode): Use it.
2336         * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
2337         (fortran--font-lock-syntactic-keywords): New var.
2338         (fortran-line-length): Update syntax-propertize-function and
2339         fortran--font-lock-syntactic-keywords.
2341         * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
2343         * progmodes/cfengine.el (cfengine-mode):
2344         Use syntax-propertize-function.
2345         (cfengine-font-lock-syntactic-keywords): Remove.
2347         * progmodes/autoconf.el (autoconf-mode):
2348         Use syntax-propertize-function.
2349         (autoconf-font-lock-syntactic-keywords): Remove.
2351         * progmodes/ada-mode.el (ada-set-syntax-table-properties)
2352         (ada-after-change-function, ada-initialize-syntax-table-properties)
2353         (ada-handle-syntax-table-properties): Only define when
2354         syntax-propertize is not available.
2355         (ada-mode): Use syntax-propertize-function.
2357         * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
2358         (font-lock-fontify-syntactic-keywords-region): Move handling of
2359         font-lock-syntactically-fontified to...
2360         (font-lock-default-fontify-region): ...here.
2361         Let syntax-propertize-function take precedence.
2362         (font-lock-fontify-syntactically-region): Cal syntax-propertize.
2364         * emacs-lisp/syntax.el (syntax-propertize-function)
2365         (syntax-propertize-chunk-size, syntax-propertize--done)
2366         (syntax-propertize-extend-region-functions): New vars.
2367         (syntax-propertize-wholelines, syntax-propertize-multiline)
2368         (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
2369         (syntax-propertize): New functions.
2370         (syntax-propertize-rules): New macro.
2371         (syntax-ppss-flush-cache): Set syntax-propertize--done.
2372         (syntax-ppss): Call syntax-propertize.
2374         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
2376 2010-09-10  Agustín Martín  <agustin.martin@hispalinux.es>
2378         * textmodes/ispell.el (ispell-init-process): Improve comments.
2379         XEmacs compatibility changes regarding (add-hook) 'local option
2380         and (set-process-query-on-exit-flag).
2382 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
2384         * net/tramp-cache.el (tramp-parse-connection-properties):
2385         Set tramp-autoload cookie.
2387 2010-09-09  Glenn Morris  <rgm@gnu.org>
2389         * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
2390         (imagemagick-register-types): Doc fix.
2392 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2394         * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
2396         * progmodes/js.el (require): Require is already "eval-and-compile".
2397         (js--re-search-forward): Avoid `eval'.  Preserve the error data.
2398         (js--re-search-backward): Use js--re-search-forward.
2400         * progmodes/fortran.el (fortran-line-length): Don't recompute
2401         syntactic keywords redundantly a second time.
2403         * progmodes/ada-mode.el: Replace "(set '" with setq.
2404         (ada-mode): Simplify.
2405         (ada-create-case-exception, ada-adjust-case-interactive)
2406         (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
2407         (ada-search-ignore-string-comment, ada-move-to-start)
2408         (ada-move-to-end): Use with-syntax-table.
2410         * font-lock.el (save-buffer-state): Remove `varlist' arg.
2411         (font-lock-unfontify-region, font-lock-default-fontify-region):
2412         Update usage correspondingly.
2413         (font-lock-fontify-syntactic-keywords-region):
2414         Set parse-sexp-lookup-properties buffer-locally here.
2415         (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
2417         * simple.el (blink-matching-open): Don't burp if we can't find a match.
2419 2010-09-08  Glenn Morris  <rgm@gnu.org>
2421         * emacs-lisp/bytecomp.el (byte-compile-report-ops):
2422         Error if not compiled with -DBYTE_CODE_METER.
2424         * emacs-lisp/bytecomp.el (byte-recompile-directory):
2425         Ignore dir-locals-file.
2427 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2429         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2430         Not a const.
2431         (compilation-error-regexp-alist-alist): Rule out ": " in file names
2432         for the `gnu' messages.
2433         (compilation-set-skip-threshold): New command.
2434         (compilation-start): Use \' rather than $.
2435         (compilation-forget-errors): Use clrhash.
2437 2010-09-08  Agustín Martín  <agustin.martin@hispalinux.es>
2439         * textmodes/ispell.el (ispell-valid-dictionary-list):
2440         Simplify logic.
2442 2010-09-08  Michael Albinus  <michael.albinus@gmx.de>
2444         Migrate to Tramp 2.2.  Rearrange load dependencies.
2445         (Bug#1529, Bug#5448, Bug#5705)
2447         * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
2448         ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
2449         (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
2451         * net/tramp.el (top): Remove all other tramp-* loads except
2452         tramp-compat.el.  Remove all changes to tramp-unload-hook for
2453         other tramp-* packages.  Rearrange defun order.  Change calls of
2454         `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
2455         `tramp-compat-octal-to-decimal' to new function names.
2456         (tramp-terminal-type, tramp-initial-end-of-output)
2457         (tramp-methods, tramp-foreign-file-name-handler-alist)
2458         (tramp-tramp-file-p, tramp-completion-mode-p)
2459         (tramp-send-command-and-check, tramp-get-remote-path)
2460         (tramp-get-remote-tmpdir, tramp-get-remote-ln)
2461         (tramp-shell-quote-argument): Set tramp-autoload cookie.
2462         (with-file-property, with-connection-property): Move to
2463         tramp-cache.el.
2464         (tramp-local-call-process, tramp-decimal-to-octal)
2465         (tramp-octal-to-decimal): Move to tramp-compat.el.
2466         (tramp-handle-shell-command): Do not require 'shell.
2467         (tramp-compute-multi-hops): No special handling for tramp-gw-*
2468         symbols.
2469         (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
2471         * net/tramp-cache.el (top): Require 'tramp.  Add to
2472         `tramp-unload-hook'.
2473         (tramp-cache-data, tramp-get-file-property)
2474         (tramp-set-file-property, tramp-flush-file-property)
2475         (tramp-flush-directory-property, tramp-get-connection-property)
2476         (tramp-set-connection-property, tramp-flush-connection-property)
2477         (tramp-cache-print, tramp-list-connections): Set tramp-autoload
2478         cookie.
2479         (with-file-property, with-connection-property): New defuns, moved
2480         from tramp.el.
2481         (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
2482         macro.
2484         * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
2485         (tramp-version): Set tramp-autoload cookie.
2487         * net/tramp-compat.el (top): Require 'tramp-loaddefs.  Remove all
2488         changes to tramp-unload-hook for other tramp-* packages.  Add to
2489         `tramp-unload-hook'.
2490         (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
2491         (tramp-compat-call-process): New defuns, moved from tramp.el.
2493         * net/tramp-fish.el (top) Require just 'tramp.  Add objects to
2494         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
2495         to `tramp-unload-hook'.  Change call of
2496         `tramp-compat-decimal-to-octal' to new function name.
2497         (tramp-fish-method): Make it a defconst.
2498         (tramp-fish-file-name-p): Make it a defsubst.
2499         (tramp-fish-method, tramp-fish-file-name-handler)
2500         (tramp-fish-file-name-p): Set tramp-autoload cookie.
2502         * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
2503         `tramp-foreign-file-name-handler-alist'.  Add to
2504         `tramp-unload-hook'.
2505         (tramp-ftp-method): Make it a defconst.
2506         (tramp-ftp-file-name-p): Make it a defsubst.
2507         (tramp-ftp-method, tramp-ftp-file-name-handler)
2508         (tramp-ftp-file-name-p): Set tramp-autoload cookie.
2510         * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
2511         `tramp-foreign-file-name-handler-alist'.  Add to
2512         `tramp-unload-hook'.  Change checks, whether package can be
2513         loaded.
2514         (tramp-gvfs-file-name-p): Make it a defsubst.
2515         (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
2516         (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
2517         (tramp-gvfs-handle-file-directory-p): New defun.
2518         (tramp-gvfs-file-name-handler-alist): Use it.
2520         * net/tramp-gw.el (top) Add objects to `tramp-methods' and
2521         `tramp-foreign-file-name-handler-alist'.  Add to
2522         `tramp-unload-hook'.
2523         (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
2524         (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
2525         defconst.
2526         (tramp-gw-tunnel-method, tramp-gw-socks-method)
2527         (tramp-gw-open-connection): Set tramp-autoload cookie.
2529         * net/tramp-imap.el (top) Require just 'tramp.  Add objects to
2530         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
2531         to `tramp-unload-hook'.  Change checks, whether package can be
2532         loaded.
2533         (tramp-imap-file-name-p): Make it a defsubst.
2534         (tramp-imap-method, tramp-imaps-method)
2535         (tramp-imap-file-name-handler)
2536         (tramp-imap-file-name-p): Set tramp-autoload cookie.
2538         * net/tramp-smb.el (top) Require just 'tramp.  Add objects to
2539         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
2540         to `tramp-unload-hook'.  Change checks, whether package can be
2541         loaded.  Change call of `tramp-compat-decimal-to-octal' to new
2542         function name.
2543         (tramp-smb-tunnel-method): Make it a defconst.
2544         (tramp-smb-file-name-p): Make it a defsubst.
2545         (tramp-smb-method, tramp-smb-file-name-handler)
2546         (tramp-smb-file-name-p): Set tramp-autoload cookie.
2548         * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
2549         (tramp-uuencode-region): Set tramp-autoload cookie.
2551         * net/trampver.el (top) Add to `tramp-unload-hook'.
2552         (tramp-version, tramp-bug-report-address): Set tramp-autoload
2553         cookie.  Update release number.
2555 2010-09-07  Agustín Martín  <agustin.martin@hispalinux.es>
2557         * textmodes/ispell.el (ispell-start-process): Make sure original
2558         arg list is properly initialized (Bug#6993, Bug#6994).
2560 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
2562         * files.el (directory-abbrev-alist): Use \` as default regexp.
2564         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
2565         chars like - or ] (bug#6984).
2566         (rx-any-condense-range): Explode 2-char ranges.
2568 2010-09-06  Glenn Morris  <rgm@gnu.org>
2570         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
2572 2010-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2574         * textmodes/bibtex.el:
2575         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
2577 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2579         * net/imap.el (imap-message-map): Remove optional buffer parameter,
2580         since no callers use it.
2581         (imap-message-get): Ditto.
2582         (imap-message-put): Ditto.
2583         (imap-mailbox-map): Ditto.
2584         (imap-mailbox-put): Ditto.
2585         (imap-mailbox-get): Ditto.
2586         (imap-mailbox-get): Revert last change for this function.
2588 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2590         * net/imap.el (imap-fetch-safe): Remove function, and alter all
2591         callers to use `imap-fetch' instead.  According to the comments, this
2592         should be safe, since all other IMAP clients use the 1:* syntax.
2593         (imap-enable-exchange-bug-workaround): Remove.
2594         (imap-debug): Remove -- doesn't seem very useful.
2596 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2598         * net/imap.el (imap-log): New convenience function used throughout
2599         instead of repeating the same code all over the place.
2601 2010-09-05  David De La Harpe Golden  <david@harpegolden.net>
2603         * mouse.el (mouse-save-then-kill): Save region to kill-ring
2604         when mouse-drag-copy-region is non-nil (Bug#6956).
2606 2010-09-05  Chong Yidong  <cyd@stupidchicken.com>
2608         * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
2609         Improve regexps (Bug#6987).
2610         (dired-sort-toggle): Search more robustly for -t flag.
2612         * files.el (get-free-disk-space): Search more robustly for
2613         "available" column.  Suggested by Ehud Karni
2614         <ehud@unix.mvs.co.il>.
2616 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
2618         * international/uni-bidi.el:
2619         * international/uni-category.el:
2620         * international/uni-combining.el:
2621         * international/uni-decimal.el:
2622         * international/uni-mirrored.el:
2623         * international/uni-name.el: Regenerate.
2625 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2627         * electric.el (electric-indent-post-self-insert-function):
2628         Don't reindent with a sloppy indentation function.
2630         * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
2631         border case in change-log-mode.
2633 2010-09-04  Chong Yidong  <cyd@stupidchicken.com>
2635         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2636         Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
2637         Recognize leading tab in gcc-include regexp.  Ignore names with
2638         leading "from" or "in" in gnu regexp (Bug#6937).
2640 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2642         Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
2643         * textmodes/ispell.el (ispell-process-buffer-name): Remove.
2644         (ispell-start-process): Avoid setq and simplify logic.
2645         (ispell-init-process): Setup kill-buffer-hook locally when needed.
2646         (kill-buffer-hook): Don't use it globally with code that uses
2647         expand-file-name since that may call kill-buffer via
2648         code_conversion_restore.
2650 2010-09-04  Noorul Islam K M  <noorul@noorul.com>  (tiny change)
2652         * emacs-lisp/package.el (package-directory-list): Only call
2653         file-name-nondirectory on a string.
2655 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
2657         * emacs-lisp/package.el (package--download-one-archive):
2658         Ensure that archive-contents is valid before saving it.
2659         (package-activate-1, package-mark-obsolete, define-package)
2660         (package-compute-transaction, package-list-maybe-add): Use push.
2662 2010-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2664         Use SMIE's blink-paren for octave-mode.
2665         * progmodes/octave-mod.el (octave-font-lock-close-quotes):
2666         Backslashes do not escape single-quotes, single-quotes do.
2667         (octave-block-else-regexp, octave-block-end-regexp)
2668         (octave-block-match-alist): Remove.
2669         (octave-smie-bnf-table): New var, with old content.
2670         (octave-smie-op-levels): Use it.
2671         (octave-smie-closer-alist): New var.
2672         (octave-mode): Use it.  Setup smie-blink-matching and electric-indent.
2673         (octave-blink-matching-block-open): Remove.
2674         (octave-reindent-then-newline-and-indent, octave-electric-semi)
2675         (octave-electric-space): Let self-insert-command run expand-abbrev and
2676         blink parens.
2678         * electric.el (electricity): New group.
2679         (electric-indent-chars): New var.
2680         (electric-indent-post-self-insert-function): New fun.
2681         (electric-indent-mode): New minor mode.
2682         (electric-pair-skip-self): New custom.
2683         (electric-pair-post-self-insert-function): New function.
2684         (electric-pair-mode): New minor mode.
2686         * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
2687         calcAlg-blink-matching-open.
2688         (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
2689         (calc-do-alg-entry): Only touch the part of the keymap that varies.
2690         Use the new blink-matching-check-function.
2692         Provide blink-matching support to SMIE.
2693         * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
2694         (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
2695         (smie-blink-matching-check, smie-blink-matching-open): New functions.
2697         * simple.el (newline): Fix last change to properly remove itself from
2698         the hook.
2700 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2702         * simple.el (newline): Eliminate optimization.
2703         Use post-self-insert-hook to set hard-newline and things before
2704         running post-self-insert-hook.
2705         (blink-matching-check-mismatch): New function.
2706         (blink-matching-check-function): New variable.
2707         (blink-matching-open): Use them.
2708         Skip back forward over prefix chars skipped by forward-sexp.
2709         Don't check if the parens are backslash escaped.
2710         (blink-paren-post-self-insert-function): Check backslash escaping here.
2712 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
2714         * emacs-lisp/package.el (package-menu-mode-map):
2715         Change package-menu-revert bindings to revert-buffer.
2716         (package-menu-mode): Set revert-buffer-function.
2717         (package-menu-revert): Doc fix.
2719 2010-09-02  Agustín Martín  <agustin.martin@hispalinux.es>
2721         * textmodes/ispell.el (ispell-init-process): Use "~/" as
2722         `default-directory' unless using Ispell per-directory personal
2723         dictionaries and not in a mini-buffer under XEmacs.
2724         (kill-buffer-hook): Do not kill ispell process on exit when
2725         `ispell-process-directory' is "~/".  (Bug#6143)
2727 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
2729         * simple.el (kill-new): Call interprogram-cut-function with only
2730         one argument.
2732         * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
2733         Remove cut buffer from error message.
2735         * term/x-win.el (x-select-text):
2736         * term/pc-win.el (x-selection-value):
2737         * term/ns-win.el (x-selection-value):
2738         * eshell/em-term.el:
2739         * w32-fns.el (x-get-selection-value):
2740         * mouse-sel.el (mouse-sel-set-selection-function):
2741         * frame.el (display-selections-p): Remove cut-buffer in documentation.
2743         * term/x-win.el: Update documentation for x-last-selected-text-*.
2744         (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
2745         (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
2746         (x-select-text): Remove argument PUSH, update documentation.  Remove
2747         cut-buffer code.
2748         (x-selection-value-internal): Was previously x-selection-value.
2749         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
2750         Update documentation, remove cut-buffer code.  Call
2751         x-selection-value-internal.
2752         (x-clipboard-yank): Call x-selection-value-internal.
2753         (x-initialize-window-system): Remove setting of x-cut-buffer-max.
2755         * term/pc-win.el (x-last-selected-text):
2756         x-cut-buffer-or-selection-value renamed to x-selection-value
2757         (x-select-text): Remove argument PUSH, update documentation.
2759         * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
2760         x-cut-buffer-or-selection-value renamed to x-selection-value
2761         (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
2762         (x-select-text): Remove argument PUSH, update documentation.
2764         * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
2766         * w32-fns.el (x-last-selected-text):
2767         x-cut-buffer-or-selection-value renamed to x-selection-value.
2768         (x-cut-buffer-max): Remove.
2769         (x-select-text): Remove argument PUSH, update documentation.
2771         * simple.el (interprogram-cut-function): Remove mention of PUSH.
2773         * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
2775         * mouse-sel.el (mouse-sel-get-selection-function):
2776         x-cut-buffer-or-selection-value renamed to x-selection-value.
2777         (x-select-text): Remove optional push.
2779 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2781         * simple.el (blink-paren-function): Move from C to here.
2782         (blink-paren-post-self-insert-function): New function.
2783         (post-self-insert-hook): Use it.
2785         * emacs-lisp/pcase.el (pcase-split-memq):
2786         Fix overenthusiastic optimisation.
2787         (pcase-u1): Handle the case of a lambda pred.
2789 2010-08-31  Kenichi Handa  <handa@m17n.org>
2791         * international/mule-cmds.el (standard-display-european-internal):
2792         Setup standard-display-table for 8-bit characters by storing 8-bit
2793         characters in the element vector.
2795         * disp-table.el (standard-display-8bit):
2796         Setup standard-display-table for 8-bit characters by storing 8-bit
2797         characters in the element vector.
2798         (standard-display-european): Likewise.
2800 2010-08-31  Masatake YAMATO  <yamato@redhat.com>
2802         * textmodes/nroff-mode.el (nroff-view): New command.
2803         (nroff-mode-map): Bind it to C-c C-c.
2805 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2807         * emacs-lisp/smie.el (smie-down-list): New command.
2809         Remove old indentation and navigation code on octave-mode.
2810         * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
2811         smie-down-list rather than add a binding for octave-down-block.
2812         (octave-mark-block, octave-blink-matching-block-open):
2813         Rely on forward-sexp-function.
2814         (octave-fill-paragraph): Don't narrow, so you can use
2815         indent-according-to-mode.
2816         (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
2817         (octave-in-block-p, octave-re-search-forward-kw)
2818         (octave-re-search-backward-kw, octave-indent-calculate)
2819         (octave-end-as-array-index-p, octave-block-end-offset)
2820         (octave-scan-blocks, octave-forward-block, octave-backward-block)
2821         (octave-down-block, octave-backward-up-block, octave-up-block)
2822         (octave-before-magic-comment-p, octave-indent-line): Remove.
2824 2010-08-31  Chong Yidong  <cyd@stupidchicken.com>
2826         * emacs-lisp/package.el (package--read-archive-file): Just use
2827         `read', to avoid copying an additional string.
2828         (package-menu-mode): Set header-line-format here.
2829         (package-menu-refresh, package-menu-revert): Signal an error if
2830         not in the Package Menu.
2831         (package-menu-package-list): New var.
2832         (package--generate-package-list): Operate on the current buffer;
2833         don't assume that it is *Packages*, since the user may rename it.
2834         Allow persistent package listings and sort keys using
2835         package-menu-package-list and package-menu-package-sort-key.
2836         (package-menu--version-predicate): Fix version calculation.
2837         (package-menu-sort-by-column): Don't select the window.
2838         (package--list-packages): Create the *Packages* buffer.
2839         Set package-menu-package-list-key.
2840         (list-packages): Sorting by status is now the default.
2841         (package-buffer-info): Use match-string-no-properties.
2842         (define-package): Add a &rest argument for future proofing, but
2843         don't use it yet.
2844         (package-install-from-buffer, package-install-buffer-internal):
2845         Merge into a single function, package-install-from-buffer.
2846         (package-install-file): Change caller.
2848         * finder.el: Load finder-inf using `require'.
2849         (finder-list-matches): Sorting by status is now the default.
2850         (finder-compile-keywords): Simpify printing.
2852 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2854         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
2855         (octave-mode-map): Remove special bindings for forward/backward-block
2856         and octave-backward-up-block.  Use smie-close-block.
2857         (octave-continuation-marker-regexp): New var.
2858         (octave-continuation-regexp): Use it.
2859         (octave-operator-table, octave-smie-op-levels)
2860         (octave-operator-regexp, octave-smie-indent-rules): New vars.
2861         (octave-smie-backward-token, octave-smie-forward-token): New funs.
2862         (octave-mode): Use SMIE.
2863         (octave-close-block): Delete.
2865 2010-08-30  Eli Zaretskii  <eliz@gnu.org>
2867         * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
2868         CLIPBOARD, not in PRIMARY.  (Bug#6944)
2870 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2872         * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
2873         a list of parents.
2874         (smie-indent-column): Allow indirection through variables.
2876         * composite.el (save-buffer-state): Delete, unused.
2877         * font-lock.el (save-buffer-state): Use with-silent-modifications.
2878         (font-lock-default-fontify-region): Use with-syntax-table.
2879         * jit-lock.el (with-buffer-unmodified): Remove.
2880         (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
2882         Use `declare' in defmacros.
2883         * window.el (save-selected-window):
2884         * subr.el (with-temp-file, with-temp-message, with-syntax-table):
2885         * progmodes/python.el (def-python-skeleton):
2886         * net/dbus.el (dbus-ignore-errors):
2887         * jka-cmpr-hook.el (with-auto-compression-mode):
2888         * international/mule.el (with-category-table):
2889         * emacs-lisp/timer.el (with-timeout):
2890         * emacs-lisp/lisp-mnt.el (lm-with-file):
2891         * emacs-lisp/eieio.el (with-slots):
2892         * emacs-lisp/easymenu.el (easy-menu-define):
2893         * emacs-lisp/debug.el (debugger-env-macro):
2894         * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
2895         (Multiple-value-call, Multiple-value-prog1):
2896         * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
2897         (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
2898         edebug rule to definition.
2899         * emacs-lisp/lisp-mode.el (save-selected-window)
2900         (with-current-buffer, combine-after-change-calls)
2901         (with-output-to-string, with-temp-file, with-temp-buffer)
2902         (with-temp-message, with-syntax-table, read-if, eval-after-load)
2903         (dolist, dotimes, when, unless):
2904         * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
2906 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
2908         * finder.el: Require `package'.
2909         (finder-known-keywords): Tweak descriptions.  Retire `oop' keyword.
2910         (finder-package-info): Var deleted.
2911         (finder-keywords-hash, finder--builtins-alist): New vars.
2912         (finder-compile-keywords): Compute package--builtins and
2913         finder-keywords-hash instead of finder-keywords-hash, respecting
2914         the "Package" header.
2915         (finder-unknown-keywords, finder-list-matches):
2916         Use finder-keywords-hash and package--list-packages.
2917         (finder-mode): Don't set font-lock-defaults.
2918         (finder-exit): We don't use "*Finder-package*" and "*Finder
2919         Category*" buffers anymore.
2921         * emacs-lisp/package.el (package--builtins-base): Var deleted.
2922         (package--builtins): Set default value to nil.
2923         (package-initialize): Load precomputed value of package--builtins
2924         from finder-inf.el.
2925         (package-alist, package-compute-transaction)
2926         (package-download-transaction): Improve docstring.
2927         (package-read-all-archive-contents): Do not change
2928         package--builtins here.
2929         (list-packages): Make package-list-packages an alias for this.
2930         Sort by status by default.
2931         (package--list-packages): Add optional PACKAGES arg.
2932         (describe-package-1): Use font-lock-face property.  For built-in
2933         packages, insert file commentary.
2934         (package--generate-package-list): Rename from
2935         package-list-packages-internal; all callers changed.  Add optional
2936         PACKAGES arg.  Add alphabetical sort fallbacks.
2937         (package-menu--version-predicate, package-menu--status-predicate)
2938         (package-menu--description-predicate)
2939         (package-menu--name-predicate): New functions.
2941         * info.el (Info-finder-find-node): Search package-alist instead of
2942         finder-package-info.
2944 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
2946         * subr.el (version-regexp-alist): Don't use "a" and "b" for
2947         "alpha" and "beta".
2948         (version-to-list): Handle versions like "10.3d".
2950 2010-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2952         * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
2953         (macroexp-accumulate): Use `declare'.
2955 2010-08-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2957         * whitespace.el (whitespace-style): Adjust type declaration.
2959 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
2961         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
2962         empty argument to gvfs-copy.
2964 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
2966         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
2967         handle new TRASH arg of `delete-file'.
2969 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
2971         * net/tramp.el (tramp-handle-insert-directory): Don't use
2972         `forward-word', its default syntax could be changed.
2974 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
2975             Michael Albinus  <michael.albinus@gmx.de>
2977         Implement compression for inline methods.
2979         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2980         (tramp-copy-size-limit): Allow also nil.
2981         (tramp-inline-compress-commands): New defconst.
2982         (tramp-find-inline-compress, tramp-get-inline-compress)
2983         (tramp-get-inline-coding): New defuns.
2984         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2985         replaced by `tramp-get-inline-coding'.
2986         (tramp-handle-file-local-copy, tramp-handle-write-region)
2987         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2989 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
2991         Detect ssh 'ControlMaster' argument automatically in some cases.
2993         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2994         (tramp-default-method): Use it.
2996 2010-08-26  Karel Klíč  <kklic@redhat.com>
2998         * net/tramp.el (tramp-file-name-for-operation):
2999         Add file-selinux-context.
3001 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3003         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
3005 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
3007         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
3008         (Bug#6907).
3010 2010-08-26  Nathan Weizenbaum  <nweiz@cressida.sea.corp.google.com>  (tiny change)
3012         * progmodes/js.el: Make indentation more customizable (Bug#6914).
3013         (js-paren-indent-offset, js-square-indent-offset)
3014         (js-curly-indent-offset): New options.
3015         (js--proper-indentation): Use them.
3017 2010-08-26  Daniel Colascione  <dan.colascione@gmail.com>
3019         * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
3020         instead of inspecting font-lock properties (Bug#6916).
3022 2010-08-26  David Reitter  <david.reitter@gmail.com>
3024         * server.el (server-visit-files): Run pre-command-hook and
3025         post-command-hook for each buffer while it is current (Bug#6910).
3026         (server-execute): Do not run hooks here.
3028 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
3030         Sync with Tramp 2.1.19.
3032         * net/tramp-cmds.el (tramp-cleanup-all-connections)
3033         (tramp-reporter-dump-variable, tramp-load-report-modules)
3034         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
3035         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
3037         * net/tramp-compat.el (top): Do not autoload
3038         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
3039         only when `start-file-process' is not bound.
3040         (byte-compile-not-obsolete-vars): Define if not bound.
3041         (tramp-compat-funcall): New defmacro.
3042         (tramp-compat-line-beginning-position)
3043         (tramp-compat-line-end-position)
3044         (tramp-compat-temporary-file-directory)
3045         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
3046         (tramp-compat-copy-file, tramp-compat-copy-directory)
3047         (tramp-compat-delete-file, tramp-compat-delete-directory)
3048         (tramp-compat-number-sequence, tramp-compat-process-running-p):
3049         Use it.
3050         (tramp-advice-file-expand-wildcards): Do not use
3051         `tramp-handle-file-remote-p'.
3052         (tramp-compat-make-temp-file): Simplify fallback implementation.
3053         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
3054         (tramp-compat-copy-tree): Remove function.
3055         (tramp-compat-delete-file): New defun.
3056         (tramp-compat-delete-directory): Provide implementation for older
3057         Emacsen.
3058         (tramp-compat-file-attributes): Handle only
3059         `wrong-number-of-arguments' error.
3061         * net/tramp-fish.el (tramp-fish-handle-copy-file):
3062         Add PRESERVE_SELINUX_CONTEXT.
3063         (tramp-fish-handle-delete-file): Add TRASH arg.
3064         (tramp-fish-handle-directory-files-and-attributes):
3065         Do not use `tramp-fish-handle-file-attributes.
3066         (tramp-fish-handle-file-local-copy)
3067         (tramp-fish-handle-insert-file-contents)
3068         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
3070         * net/tramp-gvfs.el (top): Require url-util.
3071         (tramp-gvfs-mount-point): Remove.
3072         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
3073         and `set-file-selinux-context'.
3074         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
3075         (tramp-gvfs-handle-file-selinux-context)
3076         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
3077         (with-tramp-dbus-call-method): Format trace message.
3078         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
3079         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
3080         Implement backup call, when operation on local files fails.
3081         Use progress reporter.  Flush properties of changed files.
3082         (tramp-gvfs-handle-delete-file): Add TRASH arg.  Use
3083         `tramp-compat-delete-file'.
3084         (tramp-gvfs-handle-expand-file-name): Expand "~/".
3085         (tramp-gvfs-handle-make-directory): Make more traces.
3086         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
3087         (tramp-gvfs-url-file-name): Hexify file name in url.
3088         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
3089         into account for the resulting file name.
3090         (tramp-gvfs-handler-askquestion): Preserve current message, in
3091         order to let progress reporter continue afterwards.  (Bug#6257)
3092         Return dummy mountpoint, when the answer is "no".
3093         See `tramp-gvfs-maybe-open-connection'.
3094         (tramp-gvfs-handler-mounted-unmounted)
3095         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
3096         attribute "default_location".  Set "prefix" property.
3097         Handle default-location.
3098         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
3099         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
3100         exists.  Raise an error, if not (due to a corresponding answer
3101         "no" in interactive questions, for example).
3102         Use `tramp-compat-funcall'.
3104         * net/tramp-imap.el (top): Autoload `epg-make-context'.
3105         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
3106         (tramp-imap-do-copy-or-rename-file)
3107         (tramp-imap-handle-insert-file-contents)
3108         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
3109         (tramp-imap-handle-delete-file): Add TRASH arg.
3111         * net/tramp-smb.el (tramp-smb-handle-copy-file):
3112         Add PRESERVE-SELINUX-CONTEXT.
3113         (tramp-smb-handle-copy-file)
3114         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
3115         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
3116         Use `with-progress-reporter'.
3117         (tramp-smb-handle-delete-file): Add TRASH arg.
3119         * net/tramp.el (tramp-methods): Move hostname to the end in all
3120         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
3121         appropriate.
3122         (tramp-verbose): Describe verbose level 9.
3123         (tramp-completion-function-alist)
3124         (tramp-file-name-regexp, tramp-chunksize)
3125         (tramp-local-coding-commands, tramp-remote-coding-commands)
3126         (with-connection-property, tramp-completion-mode-p)
3127         (tramp-action-process-alive, tramp-action-out-of-band)
3128         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
3129         (tramp-exists-file-name-handler): Fix docstring.
3130         (tramp-remote-process-environment): Use `format' instead of
3131         `concat'.  Protect version string by apostroph.
3132         (tramp-shell-prompt-pattern): Do not use a shy group in case of
3133         XEmacs.
3134         (tramp-file-name-regexp-unified)
3135         (tramp-completion-file-name-regexp-unified): On W32 systems, do
3136         not regard the volume letter as remote filename.  (Bug#5447)
3137         (tramp-perl-file-attributes)
3138         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
3139         (tramp-vc-registered-read-file-names): Read input as
3140         here-document, otherwise the command could exceed maximum length
3141         of command line.
3142         (tramp-file-name-handler-alist): Add `file-selinux-context' and
3143         `set-file-selinux-context'.
3144         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
3145         backtrace functions.
3146         (tramp-error-with-buffer): Don't show the connection buffer when
3147         we are in completion mode.
3148         (tramp-progress-reporter-update, tramp-remote-selinux-p)
3149         (tramp-handle-file-selinux-context)
3150         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
3151         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
3152         New defuns.
3153         (with-progress-reporter): New defmacro.
3154         (tramp-debug-outline-regexp): New defconst.
3155         (top, tramp-rfn-eshadow-setup-minibuffer)
3156         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
3157         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
3158         (tramp-completion-mode-p, tramp-check-for-regexp)
3159         (tramp-open-connection-setup-interactive-shell)
3160         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
3161         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
3162         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
3163         Use `tramp-compat-funcall'.
3164         (tramp-handle-make-symbolic-link): Flush file properties.
3165         (tramp-handle-load, tramp-handle-file-local-copy)
3166         (tramp-handle-insert-file-contents, tramp-handle-write-region)
3167         (tramp-handle-vc-registered, tramp-maybe-send-script)
3168         (tramp-find-shell): Use `with-progress-reporter'.
3169         (tramp-do-file-attributes-with-stat): Add space in format string,
3170         in order to work around a bug in pdksh.  Reported by Gilles Pion
3171         <gpion@lfdj.com>.
3172         (tramp-handle-verify-visited-file-modtime): Do not send a command
3173         when the connection is not established.
3174         (tramp-handle-set-file-times): Simplify the check for utc.
3175         (tramp-handle-directory-files-and-attributes)
3176         (tramp-get-remote-path): Use `copy-tree'.
3177         (tramp-completion-handle-file-name-all-completions): Ensure, that
3178         non remote files are still checked.  Oops.
3179         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
3180         Handle PRESERVE-SELINUX-CONTEXT.
3181         (tramp-do-copy-or-rename-file): Add progress reporter.
3182         (tramp-do-copy-or-rename-file-directly): Do not use
3183         `tramp-handle-file-remote-p'.
3184         (tramp-do-copy-or-rename-file-out-of-band):
3185         Use `tramp-compat-delete-directory'.
3186         (tramp-do-copy-or-rename-file-out-of-band)
3187         (tramp-compute-multi-hops, tramp-maybe-open-connection):
3188         Use `format-spec-make'.
3189         (tramp-handle-delete-file): Add TRASH arg.
3190         (tramp-handle-dired-uncache): Flush directory cache, not only file
3191         cache.
3192         (tramp-handle-expand-file-name)
3193         (tramp-completion-handle-file-name-all-completions)
3194         (tramp-completion-handle-file-name-completion):
3195         Use `tramp-connectable-p'.
3196         (tramp-handle-start-file-process): Set connection property "vec".
3197         Use it, in order to invalidate file caches.  Check only for
3198         `remote-tty' process property.
3199         Implement tty setting.  (Bug#4604, Bug#6360)
3200         (tramp-file-name-for-operation): Add `call-process-region' and
3201         `set-file-selinux-context'.
3202         (tramp-find-foreign-file-name-handler)
3203         (tramp-advice-make-auto-save-file-name)
3204         (tramp-set-auto-save-file-modes): Remove superfluous check for
3205         `stringp'.  This is done inside `tramp-tramp-file-p'.
3206         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
3207         operations when we are in completion mode.  This gives the user
3208         the chance to correct the file name in the minibuffer.
3209         (tramp-completion-mode-p): Use `non-essential'.
3210         (tramp-handle-file-name-all-completions): Backward/ XEmacs
3211         compatibility: Use `completion-ignore-case' if
3212         `read-file-name-completion-ignore-case' does not exist.
3213         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
3214         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3215         `tramp-open-shell'.
3216         (tramp-action-password): Hide password prompt before next run.
3217         (tramp-process-actions): Widen connection buffer for the trace.
3218         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
3219         process property.  Trace stty settings if `tramp-verbose' >= 9.
3220         Apply workaround for IRIX64 bug.  Move argument of last
3221         `tramp-send-command' where it belongs to.
3222         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
3223         front of `login-args'.
3224         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
3225         on "/dev/null" instead of "/".
3226         (tramp-get-ls-command-with-dired): Make test for "--dired"
3227         stronger.
3228         (tramp-set-auto-save-file-modes): Adapt version check.
3229         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
3230         (tramp-handle-process-file): Call the program in a subshell, in
3231         order to preserve working directory.
3232         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
3233         `tramp-remote-sh' from `tramp-methods'.
3234         (tramp-get-ls-command): Make test for "--color=never" stronger.
3235         (tramp-check-for-regexp): Use (forward-line 1).
3237         * net/trampver.el: Update release number.
3239 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
3241         * help.el (help-map): Bind `C-h P' to describe-package.
3243         * menu-bar.el (menu-bar-describe-menu): Add describe-package.
3245         * emacs-lisp/package.el (package-refresh-contents): Catch errors
3246         when downloading archives.
3247         (describe-package-1): Add package commentary.
3248         (package-install-button-action): New function.
3249         (package-menu-mode-map): Bind ? to package-menu-describe-package.
3250         (package-menu-view-commentary): Function removed.
3251         (package-list-packages-internal): Hide the `package' package too.
3253 2010-08-25  Kenichi Handa  <handa@m17n.org>
3255         * language/misc-lang.el ("Arabic"): New language environment.
3256         Setup composition-function-table for Arabic characters.
3258         * international/fontset.el (setup-default-fontset): Fix typo for
3259         arabic OTF spec (fini->fina).
3261 2010-08-25  Jan Djärv  <jan.h.d@swipnet.se>
3263         * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
3264         on all frames.
3266 2010-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3268         * whitespace.el: Allow cleaning up blanks without blank
3269         visualization (Bug#6651).  Adjust help window for
3270         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
3271         instead of whitespace-line-column (from EmacsWiki).  New version
3272         13.1.
3273         (whitespace-style): Added new value 'face.  Adjust docstring.
3274         (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
3275         foreground property face.
3276         (whitespace-line-column): Adjust docstring and type declaration.
3277         (whitespace-style-value-list, whitespace-toggle-option-alist)
3278         (whitespace-help-text): Adjust const initialization.
3279         (whitespace-toggle-options, global-whitespace-toggle-options):
3280         Adjust docstring.
3281         (whitespace-display-window, whitespace-interactive-char)
3282         (whitespace-style-face-p, whitespace-color-on): Adjust code.
3283         (whitespace-help-scroll): New fun.
3285 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
3287         * emacs-lisp/package.el (list-packages): Alias for
3288         package-list-packages.
3290 2010-08-24  Kevin Ryde  <user42@zip.com.au>
3292         * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
3293         (Bug#5651).
3295         * progmodes/ruby-mode.el (ruby): Add defgroup.
3297 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
3299         * progmodes/python.el: Add Ipython support (Bug#5390).
3300         (python-shell-prompt-alist)
3301         (python-shell-continuation-prompt-alist): New options.
3302         (python--set-prompt-regexp): New function.
3303         (inferior-python-mode, run-python, python-shell): Require
3304         ansi-color.  Use python--set-prompt-regexp to set the comint
3305         prompt based on the Python interpreter.
3306         (python--prompt-regexp): New var.
3307         (python-check-comint-prompt)
3308         (python-comint-output-filter-function): Use it.
3309         (run-python): Use a pipe (Bug#5694).
3311 2010-08-24  Fabian Ezequiel Gallina  <galli.87@gmail.com>  (tiny change)
3313         * progmodes/python.el (python-send-region): Send a different
3314         Python command if Ipython is in use.
3315         (python-check-version): Use a Python command to find the version.
3317 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
3319         * mouse.el (mouse-yank-primary): Avoid setting primary when
3320         deactivating the mark (Bug#6872).
3322 2010-08-23  Chris Foote  <chris@foote.com.au>  (tiny change)
3324         * progmodes/python.el (python-block-pairs): Allow use of "finally"
3325         with "else" (Bug#3991).
3327 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
3329         * net/dbus.el: Accept UNIX domain sockets as bus address.
3330         (top): Don't initialize `dbus-registered-objects-table' anymore,
3331         this is done in dbusbind,c.
3332         (dbus-check-event): Adapt test for bus.
3333         (dbus-return-values-table, dbus-unregister-service)
3334         (dbus-event-bus-name, dbus-introspect, dbus-register-property):
3335         Adapt doc string.
3337 2010-08-23  Juanma Barranquero  <lekktu@gmail.com>
3339         * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
3341 2010-08-22  Juri Linkov  <juri@jurta.org>
3343         * simple.el (read-extended-command): New function with the logic
3344         for `completing-read' moved to Elisp from `execute-extended-command'.
3345         Use `function-called-at-point' in `minibuffer-default-add-function'
3346         to get a command name for M-n (bug#5364, bug#5214).
3348 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
3350         * startup.el (command-line-1): Issue warning for ignored arguments
3351         --unibyte, etc (Bug#6886).
3353 2010-08-22  Leo  <sdl.web@gmail.com>
3355         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
3356         (ignore, bright, dim, keyword): Split list of nicknames before
3357         passing to rcirc-add-or-remove (Bug#6894).
3359 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
3361         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
3363 2010-08-22  Leo  <sdl.web@gmail.com>
3365         Fix buffer-list rename&refresh after killing a buffer in ido.
3366         * ido.el: Revert Óscar's.
3367         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
3368         Remember the buffers at head, rather than their name.
3369         * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
3371 2010-08-22  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
3372             Stefan Monnier  <monnier@iro.umontreal.ca>
3374         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
3375         extra backslash added to each line (bug#6890).
3377 2010-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3379         * subr.el (read-key): Don't echo keystrokes (bug#6883).
3381 2010-08-22  Glenn Morris  <rgm@gnu.org>
3383         * menu-bar.el (menu-bar-games-menu): Add landmark.
3385 2010-08-22  Glenn Morris  <rgm@gnu.org>
3387         * align.el (align-regexp): Make group and spacing arguments
3388         use the interactive defaults when non-interactive.  (Bug#6698)
3390         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
3391         expansion, so as not to need sendmail.
3392         (mail-text-start): Remove declaration.
3393         (rmail-retry-failure): Require sendmail.
3395 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
3397         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
3399 2010-08-22  Michael Albinus  <michael.albinus@gmx.de>
3401         * progmodes/flymake.el (flymake-start-syntax-check-process):
3402         Use `start-file-process' in order to let it run also on remote hosts.
3404 2010-08-22  Kenichi Handa  <handa@m17n.org>
3406         * files.el: Add `word-wrap' as safe local variable.
3408 2010-08-22  Glenn Morris  <rgm@gnu.org>
3410         * woman.el (woman-translate): Case matters.  (Bug#6849)
3412 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
3414         * simple.el (kill-region): Doc fix (Bug#6787).
3416 2010-08-22  Glenn Morris  <rgm@gnu.org>
3418         * calendar/diary-lib.el (diary-header-line-format):
3419         Fit it to the window, not the frame.
3421 2010-08-22  Andreas Schwab  <schwab@linux-m68k.org>
3423         * subr.el (ignore-errors): Add debug declaration.
3425 2010-08-22  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
3427         * whitespace.el (whitespace-color-off): Remove post-command-hook
3428         locally.
3430 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3432         * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
3434 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
3436         * cus-edit.el (custom-group-value-create): Add extra newline
3437         before end line (Bug#6876).
3439 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
3441         * mouse.el (mouse-save-then-kill): Don't save region to kill ring
3442         when extending it.  Before killing on the second click, check if
3443         the buffer is the correct one.  Doc fix.
3444         (mouse-secondary-save-then-kill): Allow usage without first
3445         calling mouse-start-secondary, by defaulting to point.  Don't save
3446         an empty secondary selection.  Doc fix.
3448 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3450         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
3451         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
3452         New version 13.0.
3453         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
3454         Adjust initialization.
3455         (whitespace-bob-marker, whitespace-eob-marker)
3456         (whitespace-buffer-changed): New vars.
3457         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
3458         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
3459         (whitespace-post-command-hook, whitespace-display-char-on):
3460         Adjust code.
3461         (whitespace-looking-back, whitespace-buffer-changed): New funs.
3462         (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
3464 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3466         * files.el (locate-file-completion-table): Only list the .el and .elc
3467         extensions if there's no other choice (bug#5955).
3469         * facemenu.el (facemenu-self-insert-data): New var.
3470         (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
3471         New functions.
3472         (facemenu-add-face): Use them.
3474         * simple.el (blink-matching-open): Obey forward-sexp-function.
3476 2010-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3478         * simple.el (prog-mode-map): New var.
3479         (prog-indent-sexp): New command.
3481         * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
3483         * progmodes/prolog.el (smie): Require.
3485         * emacs-lisp/smie.el (smie-default-backward-token)
3486         (smie-default-forward-token): Strip properties.
3487         (smie-next-sexp): Be more careful with associative operators.
3488         (smie-forward-sexp-command): Generalize.
3489         (smie-backward-sexp-command): Simplify.
3490         (smie-closer-alist): New var.
3491         (smie-close-block): New command.
3492         (smie-indent-debug-log): New var.
3493         (smie-indent-offset-rule): Add a few more cases.
3494         (smie-indent-column): New function.
3495         (smie-indent-after-keyword): Use it.
3496         (smie-indent-keyword): Use it.
3497         Fix up the opener code's point position.
3498         (smie-indent-comment): Only applies at BOL.
3499         (smie-indent-debug): New command.
3501         * emacs-lisp/autoload.el (make-autoload): Preload the macros's
3502         declarations that are useful before running the macro.
3504 2010-08-18  Joakim Verona  <joakim@verona.se>
3506         * image.el (imagemagick-types-inhibit): New variable.
3507         (imagemagick-register-types): New function.
3508         * image-mode.el (image-transform-properties): New function.
3509         (image-transform-set-scale, image-transform-fit-to-height)
3510         (image-transform-set-rotation, image-transform-set-resize)
3511         (image-transform-fit-to-width, image-transform-fit-to-height):
3512         New functions.
3513         (image-toggle-display-image): Support image transforms.
3515 2010-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3517         * image.el (create-animated-image): Don't add heuristic mask to image
3518         (Bug#6839).
3520 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
3522         * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
3523         Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
3525 2010-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3527         * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
3529         Font-lock '...' strings, plus various simplifications and fixes.
3530         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
3531         (octave-font-lock-close-quotes): New function.
3532         (octave-font-lock-syntactic-keywords): New var.
3533         (octave-mode): Use it.  Set beginning-of-defun-function.
3534         (octave-mode-map): Don't override the <foo>-defun commands.
3535         (octave-mode-menu): Pass it directly to easy-menu-define;
3536         remove (now generic) <foo>-defun commands; use info-lookup-symbol.
3537         (octave-block-match-alist): Fix up last change so that
3538         octave-close-block uses the more specific keyword.
3539         (info-lookup-mode): Silence byte-compiler.
3540         (octave-beginning-of-defun): Not interactive any more.
3541         Optimize slightly.
3542         (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
3543         (octave-indent-defun, octave-send-defun): Use mark-defun instead.
3544         (octave-completion-at-point-function): Make sure point is within
3545         beg..end.
3546         (octave-reindent-then-newline-and-indent):
3547         Use reindent-then-newline-and-indent.
3548         (octave-add-octave-menu): Remove.
3550 2010-08-17  Jan Djärv  <jan.h.d@swipnet.se>
3552         * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
3553         (report-emacs-bug-can-use-xdg-email): New functions.
3554         (report-emacs-bug): Set can-xdg-email to result of
3555         report-emacs-bug-can-use-xdg-email.  If can-xdg-email bind
3556         \C-cm to report-emacs-bug-insert-to-mailer and add help text
3557         about it.
3559         * net/browse-url.el (browse-url-default-browser): Add cond
3560         for browse-url-xdg-open.
3561         (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
3563 2010-08-17  Glenn Morris  <rgm@gnu.org>
3565         * progmodes/cc-engine.el (c-new-BEG, c-new-END)
3566         (c-fontify-recorded-types-and-refs): Define for compiler.
3567         * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
3568         before use.
3570         * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
3571         Fix format call.
3573 2010-08-17  Michael Albinus  <michael.albinus@gmx.de>
3575         * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
3576         properties.
3577         (tramp-handle-process-file): Call the program in a subshell, in
3578         order to preserve working directory.
3579         (tramp-action-password): Hide password prompt before next run.
3580         (tramp-process-actions): Widen connection buffer for the trace.
3582 2010-08-16  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
3584         * net/rcirc.el (rcirc-log-process-buffers): New option.
3585         (rcirc-print): Use it.
3586         (rcirc-generate-log-filename): New function.
3587         (rcirc-log-filename-function): Change default to
3588         rcirc-generate-log-filename (Bug#6828).
3590 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
3592         * simple.el (deactivate-mark): If select-active-regions is `only',
3593         only set selection for temporarily active regions.
3595         * cus-start.el: Change defcustom for select-active-regions.
3597 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
3599         * mouse.el (mouse--drag-set-mark-and-point): New function.
3600         (mouse-drag-track): Use LOCATION arg to push-mark.
3601         Use mouse--drag-set-mark-and-point to take click-count into
3602         consideration when updating point and mark (Bug#6840).
3604 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
3606         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3607         Give the Ruby rule a lower priority than Gnu (Bug#6778).
3609 2010-08-14  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
3611         * font-lock.el (lisp-font-lock-keywords-2):
3612         Add combine-after-change-calls, condition-case-no-debug,
3613         with-demoted-errors, and with-silent-modifications (Bug#6025).
3615 2010-08-14  Kevin Ryde  <user42@zip.com.au>
3617         * emacs-lisp/copyright.el (copyright-update-year)
3618         (copyright-update): Temporary switch-to-buffer to ensure the
3619         buffer change being queried is visible (Bug#5394).
3621 2010-08-14  Tom Tromey  <tromey@redhat.com>
3623         * progmodes/etags.el (tags-file-name): Mark safe if stringp
3624         (Bug#6733).
3626 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
3628         * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
3629         MS-DOS.  (Bug#6689)
3631 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
3633         * menu-bar.el (menu-bar-set-tool-bar-position): New function.
3634         (menu-bar-showhide-tool-bar-menu-customize-enable-left)
3635         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
3636         (menu-bar-showhide-tool-bar-menu-customize-enable-top)
3637         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
3638         Call menu-bar-set-tool-bar-position.
3640 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3642         * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
3643         comment style (bug#6834).
3644         * progmodes/scheme.el (scheme-mode-syntax-table):
3645         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
3646         "b" flag in "' 14b" syntax.
3648         * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
3649         for (un)commenting the region and performing completion.
3650         (octave-mode-menu): Use standard commands for help and completion.
3651         (octave-mode-syntax-table): Support %{..%} comments (sort of).
3652         (octave-mode): Use define-derived-mode.
3653         Set completion-at-point-functions and don't set columns.
3654         Don't disable adaptive-fill-regexp.
3655         (octave-describe-major-mode, octave-comment-region)
3656         (octave-uncomment-region, octave-comment-indent)
3657         (octave-indent-for-comment): Remove.
3658         (octave-indent-calculate): Rename from calculate-octave-indent.
3659         (octave-indent-line, octave-fill-paragraph): Update caller.
3660         (octave-initialize-completions): No need to make an alist.
3661         (octave-completion-at-point-function): New function.
3662         (octave-complete-symbol): Use it.
3663         (octave-insert-defun): Use define-skeleton.
3665         * progmodes/octave-mod.el (octave-mode): Set comment-add.
3666         (octave-mode-map): Use comment-dwim (bug#6829).
3668 2010-08-12  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
3670         * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
3671         indentation of inserted comment.
3673 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
3675         * faces.el (region): Add type gtk that uses gtk colors.
3677         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
3678         Handle theme-name change.
3680 2010-08-10  Michael R. Mauger  <mmaug@yahoo.com>
3682         * progmodes/sql.el: Version 2.5
3683         (sql-product-alist): Add :prompt-cont-regexp property for several
3684         database products.
3685         (sql-prompt-cont-regexp): New variable.
3686         (sql-output-newline-count, sql-output-by-send):
3687         New variables.  Record number of newlines in input text.
3688         (sql-send-string): Handle multiple filters and count newlines.
3689         (sql-send-magic-terminator): Count terminator newline.
3690         (sql-interactive-remove-continuation-prompt): Filters output to
3691         remove continuation prompts; one for each newline.
3692         (sql-interactive-mode): Set up new variables, prompt regexp and
3693         output filter.
3694         (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
3695         (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3697 2010-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3699         * emacs-lisp/pcase.el: New file.
3701 2010-08-10  Michael Albinus  <michael.albinus@gmx.de>
3703         * net/tramp.el (tramp-vc-registered-read-file-names): Read input
3704         as here-document, otherwise the command could exceed maximum
3705         length of command line.
3706         (tramp-handle-vc-registered): Call script accordingly.
3707         Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
3709 2010-08-10  Kenichi Handa  <handa@m17n.org>
3711         * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
3712         composable pattern.
3714 2010-08-09  Chong Yidong  <cyd@stupidchicken.com>
3716         * emacs-lisp/package.el (package-version-split)
3717         (package--version-first-nonzero, package-version-compare):
3718         Functions removed.
3719         (package-directory-list, package-load-all-descriptors)
3720         (package--built-in, package-activate, define-package)
3721         (package-installed-p, package-compute-transaction)
3722         (package-read-all-archive-contents)
3723         (package--add-to-archive-contents, package-buffer-info)
3724         (package-tar-file-info, package-list-packages-internal):
3725         Use version-to-list and version-list-*.
3727         * emacs-lisp/package-x.el (package-upload-buffer-internal):
3728         Use version-to-list.
3729         (package-upload-buffer-internal): Use version-list-<=.
3731 2010-08-09  Kenichi Handa  <handa@m17n.org>
3733         * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
3734         composable pattern.
3736 2010-08-08  Chong Yidong  <cyd@stupidchicken.com>
3738         * tutorial.el (tutorial--default-keys): C-d is now bound to
3739         delete-forward-char (Bug#6826).
3741         * mouse.el (mouse-drag-track): Remove accidentally-removed check
3742         for `double' value of mouse-1-click-follows-link (Bug#6807).
3744 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
3746         * replace.el (replace-highlight): Bind isearch-forward and
3747         isearch-error, ensuring that highlighting is updated if the user
3748         switches the search direction (Bug#6808).
3750         * isearch.el (isearch-lazy-highlight-forward): New var.
3751         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
3752         (isearch-lazy-highlight-update): Use it.
3754 2010-08-08  Kenichi Handa  <handa@m17n.org>
3756         * international/mule.el (define-charset): Store NAME as :base property.
3757         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
3758         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
3759         current priority.  Force using the designation of the specific
3760         charset by adding `charset' text property.  Improve the whole algorithm.
3762 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
3764         * emulation/pc-select.el (pc-selection-mode-hook)
3765         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
3766         (pc-selection-mode): Fix typos in docstrings.
3768 2010-08-08  Kenichi Handa  <handa@m17n.org>
3770         * language/cyrillic.el: Don't add "microsoft-cp1251" to
3771         ctext-non-standard-encodings-alist here.
3773         * international/mule.el (ctext-non-standard-encodings-alist):
3774         Add "koi8-r" and "microsoft-cp1251".
3775         (ctext-standard-encodings): New variable.
3776         (ctext-non-standard-encodings-table): List only elements for
3777         non-standard encodings.
3778         (ctext-pre-write-conversion): Adjust for the above change.
3779         Check ctext-standard-encodings.
3781         * international/mule-conf.el (compound-text): Doc fix.
3782         (ctext-no-compositions): Doc fix.
3783         (compound-text-with-extensions): Doc fix.
3785 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3787         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
3789 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
3791         * progmodes/which-func.el (which-func-format): Split help-echo text
3792         into lines, like other mode-line tooltips.
3794         * server.el (server-start): When using TCP sockets, force IPv4
3795         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
3797 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3799         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
3801 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
3803         * term.el (term-delimiter-argument-list): Reflow docstring.
3804         (term-read-input-ring, term-write-input-ring, term-send-input)
3805         (term-bol, term-erase-in-display, serial-supported-or-barf):
3806         Fix typos in docstrings.
3808 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3810         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
3812 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
3814         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
3816 2010-08-08  MON KEY  <monkey@sandpframing.com>  (tiny change)
3818         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
3819         Fix typo in docstring (bug#6747).
3821 2010-08-08  Leo  <sdl.web@gmail.com>
3823         * eshell/esh-io.el (eshell-get-target): Better detection of
3824         read-only file (Bug#6762).
3826 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
3828         * align.el (align-default-spacing): Doc fix.
3829         (align-region-heuristic, align-regexp): Fix typos in docstrings.
3831 2010-08-08  Stephen Peters  <speters@itasoftware.com>
3833         * calendar/icalendar.el
3834         (icalendar--split-value): Fix splitting regexp.  (Bug#6766)
3835         (icalendar--get-weekday-numbers): New.
3836         (icalendar--convert-recurring-to-diary): Handle multiple byday
3837         values in weekly rules.  (Bug#6766)
3839 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
3841         * calendar/icalendar.el (icalendar-uid-format): Doc fix.
3842         (icalendar--create-uid, icalendar-export-region)
3843         (icalendar--parse-summary-and-rest): Code formatting.
3845 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
3847         * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
3848         to italicize headers.
3849         (calc-highlight-selections-with-faces): New variable.
3850         (calc-selected-face, calc-nonselected-face): New faces.
3852         * calc/calccomp.el (math-comp-highlight-string): Use
3853         `calc-highlight-selections-with-faces' to determine how to highlight
3854         sub-formulas.
3856         * calc/calc-sel.el (calc-show-selections): Change message to when
3857         using faces to highlight selections.
3859 2010-08-07  Michael R. Mauger  <mmaug@yahoo.com>
3861         * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
3862         Add SQLite 3 keywords, functions and datatypes.
3863         (sql-interactive-mode): Remove `comint-process-echoes' set to t
3864         (Bug#6686).
3866 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
3868         * simple.el (select-active-regions): Move to keyboard.c.
3869         (deactivate-mark): Used saved-region-selection.
3870         (select-active-region): Function removed.
3871         (activate-mark, set-mark, push-mark-command)
3872         (handle-shift-selection): Don't call it.
3873         (keyboard-quit): Avoid adding the region to the window selection.
3875         * mouse.el (mouse-drag-track): Remove hacks to deal with old
3876         select-active-regions implementation.
3877         (mouse-yank-at-click): Doc fix.
3879         * cus-start.el: Add custom declaration for select-active-regions.
3881 2010-08-07  Eli Zaretskii  <eliz@gnu.org>
3883         * simple.el (delete-forward-char): Doc fix.
3885         * tutorial.el (help-with-tutorial): Hack safe file-local variables
3886         after reading the tutorial.
3888 2010-08-06  Alan Mackenzie  <bug-cc-mode@gnu.org>
3890         * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
3891         for the case that a C style comment has its delimiters alone on
3892         their respective lines.
3894 2010-08-06  Michael Albinus  <michael.albinus@gmx.de>
3896         * net/tramp.el (tramp-handle-start-file-process): Set connection
3897         property "vec".
3898         (tramp-process-sentinel): Use it for flushing the cache.  We
3899         cannot do it via the process buffer, the buffer could be deleted
3900         already when running the sentinel.
3902 2010-08-06  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
3904         * comint.el (comint-mode): Make directory tracking functions
3905         functional on remote files.  (Bug#6764)
3907 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
3909         * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
3911 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
3913         * emacs-lisp/find-gc.el (find-gc-source-files): Rename
3914         unexec.c => unexcoff.c.
3916         * emacs-lisp/authors.el (authors-fixed-entries): Rename
3917         unexec.c => unexcoff.c.
3919 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
3921         * net/tramp.el (tramp-handle-dired-uncache): Flush directory
3922         cache, not only file cache.
3923         (tramp-process-sentinel): New defun.
3924         (tramp-handle-start-file-process): Use it, in order to invalidate
3925         file caches.
3927 2010-08-03  Leo  <sdl.web@gmail.com>
3929         * server.el (server-start): Simplify loop.
3931 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3933         * frame.el (screen-height, screen-width, set-screen-width)
3934         (set-screen-height): Remove ancient compatibility aliases.
3936         * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
3937         when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
3939         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
3940         that change current buffer.
3942 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3944         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
3945         beginning of the string.  Use `string-match-p'.  (Bug#6765)
3947 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
3949         * cus-start.el (x-gtk-use-system-tooltips): New variable.
3951 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
3953         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
3954         (package--builtins): Tweak descriptions.
3955         (package-print-package): Upcase descriptions if necessary.
3956         Show all built-in packages in font-lock-builtin-face.
3957         (package-list-packages-internal): Omit "emacs" package.
3958         Show status of built-in packages as "built-in".
3960 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
3962         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
3963         before killing to preserve the primary selection (Bug#6701).
3965         * term/x-win.el (x-select-text): Doc fix.
3967 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
3969         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
3970         The following functions were modified or created:
3972         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
3973         (objc-font-lock-extra-types):
3974         * progmodes/cc-mode.el (c-basic-common-init):
3975         * progmodes/cc-langs.el (c-make-mode-syntax-table)
3976         (c++-make-template-syntax-table)
3977         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
3978         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
3979         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
3980         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
3981         * progmodes/cc-fonts.el (c-make-inverse-face)
3982         (c-basic-matchers-after):
3983         * progmodes/cc-engine.el (c-forward-keyword-clause)
3984         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
3985         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
3986         (c-guess-continued-construct, c-guess-basic-syntax):
3988 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
3990         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
3992 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
3994         * files.el (bidi-paragraph-direction): Define safe local values.
3996         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
3997         language-info-alist.  Remove outdated FIXME in a comment.
3999 2010-07-31  Alan Mackenzie  <acm@muc.de>
4001         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
4002         Auto-fill broken in C/C++ modes.
4004 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
4006         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
4007         (menu-bar-showhide-tool-bar-menu-customize-disable)
4008         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
4009         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
4010         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
4011         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
4012         make a menu for Options => toolbar that can move it.
4014 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
4016         * emacs-lisp/package-x.el (package--make-rss-entry):
4017         (package-maint-add-news-item, package--update-news)
4018         (package-upload-buffer-internal): New arg ARCHIVE-URL.
4020         * emacs-lisp/package.el (package-archive-url): Rename from
4021         package-archive-id.
4022         (package-install): Doc fix.
4023         (package-download-single, package-download-tar, package-install)
4024         (package-menu-view-commentary): Callers changed.
4026 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
4028         * net/tramp.el (tramp-handle-start-file-process): Check only for
4029         `remote-tty' process property.
4030         (tramp-open-shell): Don't check for tty.
4031         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
4032         process property.
4034         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
4035         host.
4037 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
4039         * emacs-lisp/package.el (package-load-list, package-archives)
4040         (package-archive-contents, package-user-dir)
4041         (package-directory-list, package--builtins, package-alist)
4042         (package-activated-list, package-obsolete-alist): Mark as risky.
4044 2010-07-28  Phil Hagelberg  <phil@evri.com>
4046         Add support for non-default package repositories.
4047         * emacs-lisp/package.el (package-archive-base): Var deleted.
4048         (package-archives): New variable.
4049         (package-archive-contents): Doc fix.
4050         (package-load-descriptor): Do nothing if descriptor file is missing.
4051         (package--write-file-no-coding): New function.
4052         (package-unpack-single): Use it.
4053         (package-archive-id): New function.
4054         (package-download-single, package-download-tar)
4055         (package-menu-view-commentary): Use it.
4056         (package-installed-p): Make second argument optional.
4057         (package-read-all-archive-contents): New function.
4058         (package-initialize): Use it.
4059         (package-read-archive-contents): Add ARCHIVE argument.
4060         (package--add-to-archive-contents): New function.
4061         (package-install): Don't call package-read-archive-contents.
4062         (package--download-one-archive): Store archive file in a
4063         subdirectory of package-user-dir.
4064         (package-menu-execute): Remove spurious line movement.
4066 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
4068         * cus-start.el (tool-bar-style): Add text-image-horiz.
4070 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
4072         * progmodes/gud.el (gud-common-init): Check for remoteness of
4073         `file', and not of `default-directory'.
4075 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
4077         * net/tramp.el (tramp-methods): Move hostname to the end in all
4078         ssh `tramp-login-args'.
4079         (tramp-verbose): Describe verbose level 9.
4080         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
4081         (tramp-open-connection-setup-interactive-shell): Trace stty
4082         settings if `tramp-verbose' >= 9.
4083         (tramp-handle-start-file-process): Implement tty setting.
4084         (Bug#4604, Bug#6360)
4086         * net/tramp-cmds.el (tramp-bug): Recommend setting of
4087         `tramp-verbose' to 9.
4089 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
4091         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
4092         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
4093         Remove references to package `lisp-re' (bug#4369).
4095 2010-07-27  Tom Tromey  <tromey@redhat.com>
4097         * progmodes/js.el (js-mode):
4098         * progmodes/make-mode.el (makefile-mode):
4099         * progmodes/simula.el (simula-mode):
4100         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
4102 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
4104         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
4106         * time.el (display-time-day-and-date): Remove spurious * in docstring.
4107         (display-time-world-buffer-name, display-time-world-mode-map):
4108         Fix typos in docstrings.
4110 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
4112         * image-mode.el (image-display-size): New function.
4113         (image-forward-hscroll, image-next-line, image-eol, image-eob)
4114         (image-mode-fit-frame): Use it (Bug#6639).
4116 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
4118         * dired.el (dired-buffers-for-dir): Handle list values of
4119         dired-directory (Bug#6636).
4121 2010-07-26  Sam Steingold  <sds@gnu.org>
4123         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
4124         Do not call `x-get-selection' the second time, reuse the value.
4126 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
4128         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
4129         which consist of control chars only.  Suggested by Richard Stallman.
4131 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
4133         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
4134         exists before passing an error to find-file-not-found-functions
4135         (bug#6723).
4137 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
4139         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
4140         Remove leading nil element, adjust values.
4141         (tetris-shapes, tetris-shape-scores):
4142         Change representation of shapes and remove some redundancy.
4143         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
4144         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
4145         Adjust for working with new representation of shapes.
4146         (tetris-shape-rotations): New function.
4147         (tetris-move-bottom, tetris-move-left, tetris-move-right)
4148         (tetris-rotate-prev, tetris-rotate-next):
4149         Adjust for working with the new version of tetris-test-shape.
4151 2010-07-23  Markus Triska  <markus.triska@gmx.at>
4153         * progmodes/ps-mode.el: Use comint (bug#5954).
4154         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
4155         (ps-mode-other-newline): Simplify.
4156         (ps-run-mode): Derive from comint-mode instead of
4157         fundamental-mode, yielding input history etc.
4158         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
4159         (ps-run-send-string): Adapt for comint-mode.
4160         (ps-run-newline): Remove now unneeded function.
4162 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
4164         * net/tramp.el (tramp-methods): Move hostname to the end in all
4165         plink `tramp-login-args'.
4167 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
4169         * net/tramp.el (tramp-open-shell): New defun.
4170         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4171         Use it.
4173 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
4175         * net/tramp.el (tramp-file-name-regexp-unified)
4176         (tramp-completion-file-name-regexp-unified): On W32 systems, do
4177         not regard the volume letter as remote filename.  (Bug#5447)
4179 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
4181         * custom.el (custom-declare-variable): Give a clearer error message
4182         when the docstring is missing (bug#6476).
4184 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
4186         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
4187         (sql-login-params): New widget definition.
4188         (sql-oracle-login-params, sql-mysql-login-params)
4189         (sql-solid-login-params, sql-sybase-login-params)
4190         (sql-informix-login-params, sql-ingres-login-params)
4191         (sql-ms-login-params, sql-postgres-login-params)
4192         (sql-interbase-login-params, sql-db2-login-params)
4193         (sql-linter-login-params): Use it.
4194         (sql-sqlite-login-params): Use it; Define "database" parameter as
4195         a file name.
4196         (sql-sqlite-program): Change to "sqlite3".
4197         (sql-comint-sqlite): Make sure database name is complete.
4198         (sql-for-each-login): New function.
4199         (sql-connect, sql-save-connection): Use it.
4200         (sql-get-login-ext): New function.
4201         (sql-get-login): Use it.
4202         (sql-make-alternate-buffer-name): Handle :file parameters.
4204 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
4206         * dired.el (dired-no-confirm): Document value t and fix defcustom to
4207         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
4209 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4211         * dired.el (dired-mode-map): Use command remapping (bug#6632).
4213 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
4215         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
4217 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
4219         * net/tramp.el (tramp-get-ls-command)
4220         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
4221         instead of "/".
4223 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
4225         * progmodes/sql.el: Version 2.3.
4226         (sql-connection-alist): Changed keys from symbols to strings;
4227         enhanced the widget definition.
4228         (sql-mode-menu): Added submenu to select connections.
4229         (sql-interactive-mode-menu): Added "Save Connection" item.
4230         (sql-add-product): Fixed menu item.
4231         (sql-get-product-feature): Improved error handling.
4232         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
4233         (sql-make-alternate-buffer-name): Simplified.
4234         (sql-product-interactive): Handle missing product.
4235         (sql-connect): Support string keys, minor improvements.
4236         (sql-save-connection): New function.
4237         (sql-connection-menu-filter): New function.
4239 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
4241         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
4242         (tramp-open-connection-setup-interactive-shell): Apply
4243         workaround for IRIX64 bug.  Move argument of last
4244         `tramp-send-command' where it belongs to.
4246 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
4248         * net/tramp.el (tramp-perl-file-attributes)
4249         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
4250         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
4251         front of `login-args'.
4253 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
4255         * time.el (display-time-world-mode): Define with `define-derived-mode'.
4256         Set `show-trailing-whitespace' to nil.
4257         (display-time-world-display): Simplify.
4259 2010-07-18  Alan Mackenzie  <acm@muc.de>
4261         Enhance `c-file-style' in file/directory local variables.
4262         * progmodes/cc-mode.el (c-count-cfss): New function.
4263         (c-before-hack-hook): Call `c-set-style' differently according to
4264         whether c-file-style was set in file or directory local
4265         variables.
4267 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
4269         * progmodes/sql.el: Version 2.2.
4270         (sql-product, sql-user, sql-database, sql-server, sql-port): Use
4271         defcustom :safe keyword rather than putting safe-local-variable
4272         property.
4273         (sql-password): Use defcustom :risky keyword rather than putting
4274         risky-local-variable property.
4275         (sql-oracle-login-params, sql-sqlite-login-params)
4276         (sql-solid-login-params, sql-sybase-login-params)
4277         (sql-informix-login-params, sql-ingres-login-params)
4278         (sql-ms-login-params, sql-postgres-login-params)
4279         (sql-interbase-login-params, sql-db2-login-params)
4280         (sql-linter-login-params): Add `port' option.
4281         (sql-get-product-feature): Added NO-INDIRECT parameter.
4282         (sql-comint-oracle, sql-comint-sybase)
4283         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
4284         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
4285         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
4286         (sql-comint-linter): Renamed sql-connect-* functions to
4287         sql-comint-*.
4288         (sql-product-alist, sql-mode-menu): Renamed as above and
4289         :sqli-connect-func to :sqli-comint-func.
4290         (sql-connection): New variable.
4291         (sql-interactive-mode): Set it.
4292         (sql-connection-alist): New variable.
4293         (sql-connect): New function.
4294         (sql--alt-buffer-part, sql--alt-if-not-empty)
4295         (sql-make-alternate-buffer-name): Improved alternative buffer name.
4297 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4299         * image-mode.el (image-bookmark-make-record): Do not set context
4300         in an image (Bug#6650).
4302 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
4304         * simple.el (select-active-region): New function.
4305         (push-mark-command, set-mark, activate-mark)
4306         (handle-shift-selection): Use it.
4307         (deactivate-mark): Don't check for size of region.
4309         * mouse.el (mouse-drag-track): Use select-active-region.
4311 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
4313         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
4314         "--dired" stronger.
4316 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
4318         * term/x-win.el (x-select-enable-primary): Change default to nil.
4319         (x-select-enable-clipboard): Add :version keyword.
4321         * mouse.el (mouse-drag-copy-region):
4322         * simple.el (select-active-regions): Likewise.
4324 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
4326         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
4327         (vc-coding-system-for-diff): Use it to decide whether to inherit
4328         from the file the EOL format for reading the diffs of that file.
4329         (Bug#4451)
4331 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
4333         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
4334         unibyte, so compressed attachments are not compressed again.
4336 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
4338         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
4339         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
4340         (tramp-find-shell): Simplify setting connection property.
4341         (tramp-get-ls-command): Make test for "--color=never" stronger.
4343 2010-07-15  Simon South  <ssouth@member.fsf.org>
4345         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
4346         blocks within record declarations (i.e. variant parts) correctly.
4348 2010-07-15  Simon South  <ssouth@member.fsf.org>
4350         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
4351         over literal tokens when parsing so newlines aren't "absorbed" by
4352         single-line comments.  Corrects the indentation of case blocks
4353         that have a comment on the first line.
4355 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
4357         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
4358         by Drew Adams (Bug#5504).
4360 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
4362         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
4363         now that Unicode is used (Bug#6594).
4365 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
4367         * term/x-win.el (x-select-enable-clipboard): Default to t.
4368         (x-initialize-window-system): Don't overwrite Paste menu item.
4370         * simple.el (select-active-regions): Default to t.
4371         (push-mark-command): Don't overwrite primary with empty string.
4373         * mouse.el: Bind mouse-2 to mouse-yank-primary.
4374         (mouse-drag-copy-region): Default to nil.
4376         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
4377         Cut/Copy/Paste menu bar items.
4379 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4381         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4382         Patch applied by Karl Fogel.
4384         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
4385         and `bookmark-current-buffer' if they have been already set in
4386         another buffer (e.g gnus-art).
4388 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4389             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4391         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
4393         * bookmark.el (bookmark-make-record-default): Allow unneeded
4394         information to be omitted from the record.
4396         Adjust declarations and calls:
4398         * info.el (bookmark-make-record-default): Adjust declaration.
4399         (Info-bookmark-make-record): Adjust call.
4401         * woman.el (bookmark-make-record-default): Adjust declaration.
4402         (woman-bookmark-make-record): Adjust call.
4404         * man.el (bookmark-make-record-default): Adjust declaration.
4405         (Man-bookmark-make-record): Adjust call.
4407         * image-mode.el (bookmark-make-record-default): Adjust declaration.
4409         * doc-view.el (bookmark-make-record-default): Adjust declaration.
4411 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4413         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
4414         This is also from Thierry Volpiatto's patch in bug #6444.  However,
4415         because it was extraneous to the functional change in that patch,
4416         and causes a re-indendation, I am committing it separately.
4418 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4420         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
4421         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
4422         Patch applied by Karl Fogel (Bug#6444).
4424 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
4426         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
4428 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
4430         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
4431         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
4432         (ns-alternatives-map): Change S-tab binding to backtab
4433         (bug#6616).
4435         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
4436         under ns.
4438 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
4440         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
4441         (Bug#5806)
4443         * language/tv-util.el (tai-viet-re): Remove format.
4445 2010-07-12  Kenichi Handa  <handa@m17n.org>
4447         * language/hebrew.el: Remove no-byte-compile declaration.
4448         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
4449         composition-function-table for 3-character looking back.
4450         (hebrew-font-get-precomposed): New function.
4451         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
4453 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
4455         * mouse.el (mouse-drag-track): Handle select-active-regions
4456         (Bug#6612).
4458 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
4460         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
4461         empty argument to gvfs-copy.
4463 2010-07-10  Glenn Morris  <rgm@gnu.org>
4465         * calendar/calendar.el (calendar-week-end-day): New function.
4466         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
4467         Respect calendar-week-start-day.  (Bug#6606)
4468         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
4469         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
4470         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
4471         respect calendar-week-start-day.
4473 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
4475         * simple.el (use-region-p): Doc fix (Bug#6607).
4477 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
4479         * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
4480         regexps for cucumber and ruby.
4482 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
4484         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
4485         (epa-file-insert-file-contents): Hack to prevent
4486         find-file from opening empty buffer when decryption failed
4487         (bug#6568).
4489 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
4491         * textmodes/ispell.el (ispell-alternate-dictionary):
4492         Use file-readable-p.
4493         Return nil if no word-list is found at default locations.
4494         (ispell-complete-word-dict): Default to nil.
4495         (ispell-command-loop): Use 'word-list' when using lookup-words.
4496         (lookup-words): Use ispell-complete-word-dict or
4497         ispell-alternate-dictionary.  Check for word-list availability
4498         and handle errors if needed with better messages (Bug#6539).
4499         (ispell-complete-word): Use ispell-complete-word-dict or
4500         ispell-alternate-dictionary.
4502 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
4504         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
4505         builtins (BufferError, BytesWarning, WindowsError; callables
4506         bin, bytearray, bytes, format, memoryview, next, print; __package__).
4508 2010-07-07  Glenn Morris  <rgm@gnu.org>
4510         * play/zone.el (top-level): Do not require timer, tabify, or cl.
4511         (zone-shift-left): Ignore intangibility, and any errors from
4512         forward-char.
4513         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
4514         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
4515         deleting, and copying text properties.
4516         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
4517         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
4518         to point-max is hard.
4519         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
4520         (zone-fill-out-screen): Ignore intangibility.
4522 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
4524         * menu-bar.el (menu-bar-mode):
4525         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
4526         if it has been set.
4528         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
4529         word/line selection (Bug#6565).
4531 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
4533         * net/dbus.el (dbus-send-signal): Declare function.
4535 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
4537         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
4538         (dbus-register-property): New optional argument EMITS-SIGNAL.
4539         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
4541 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
4543         * mouse.el (mouse-drag-overlay): Variable deleted.
4544         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
4545         (mouse--remap-link-click-p): New function.
4546         (mouse-drag-track): Handle dragging by using temporary Transient
4547         Mark mode, instead of a special overlay.
4548         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
4549         mouse-show-mark.
4551         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
4552         deleted.
4554 2010-07-02  Juri Linkov  <juri@jurta.org>
4556         * autoinsert.el (auto-insert-alist): Fix readability
4557         by using dotted pair notation for lambda.
4559 2010-07-02  Juri Linkov  <juri@jurta.org>
4561         * faces.el (read-face-name): Rename arg `string-describing-default'
4562         to `default'.  Doc fix.  Display the default value in quotes
4563         in the prompt.  With empty input, return the `default' arg,
4564         unless the default value is a string (in which case return nil).
4565         (describe-face): Replace the string `default' arg of `read-face-name'
4566         with the symbol `default'.
4568 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
4570         * emulation/viper-cmd.el (viper-delete-backward-char)
4571         (viper-del-backward-char-in-insert)
4572         (viper-del-backward-char-in-replace, viper-change)
4573         (viper-backward-indent): Replace delete-backward-char with
4574         delete-char (Bug#6552).
4576 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
4578         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
4580 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
4582         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
4583         argument passed to frame-creation-function (Bug#5378).
4585         * faces.el (x-handle-named-frame-geometry)
4586         (x-handle-reverse-video, x-create-frame-with-faces)
4587         (face-set-after-frame-default, tty-create-frame-with-faces): Don't
4588         separately consult default-frame-alist.  It is now passed as the
4589         PARAMETER argument.
4591 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
4593         * startup.el (command-line): Don't call tool-bar-setup in a
4594         tty-only build.
4596 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
4598         * ruler-mode.el (ruler--save-header-line-format): New fun.
4599         (ruler-mode): Use it as a setter function, so as not to overwrite
4600         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
4602 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
4604         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
4605         (vc-root-diff, vc-print-root-log, vc-log-incoming)
4606         (vc-log-outgoing): Use it.
4607         (vc-diff-internal): Set diff-vc-backend.
4609         * vc/diff-mode.el (diff-vc-backend): New var.
4611 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
4613         * dynamic-setting.el (font-setting-change-default-font): Remove
4614         call to message.
4616 2010-06-28  Kenichi Handa  <handa@m17n.org>
4618         * international/quail.el (quail-insert-kbd-layout): Fix the
4619         showing of untranslated characters.
4621 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
4623         * simple.el (delete-active-region): New option.
4624         (delete-backward-char): Implement in Lisp.
4625         (delete-forward-char): New command.
4627         * mouse.el (mouse-region-delete-keys): Deleted.
4628         (mouse-show-mark): Simplify.
4630         * bindings.el (global-map): Bind delete and DEL, the former to
4631         delete-forward-char.
4633 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
4635         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
4636         (ruby-mode): Bind indent-line-function (Bug#5119).
4638 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
4640         * startup.el (command-line): Recognize "0" X resource value.
4642 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
4644         * startup.el (command-line): Use X resources to set the value of
4645         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
4647         * menu-bar.el (menu-bar-mode):
4648         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
4649         Set init-value to t.
4651         * frame.el (frame-notice-user-settings): Don't change
4652         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
4653         vice versa (Bug#2249).
4655 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
4657         * w32-fns.el (w32-convert-standard-filename): Doc fix.
4659 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
4661         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
4662         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
4664         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
4665         default directories are expanded (Bug#6143).
4667 2010-06-24  Juri Linkov  <juri@jurta.org>
4669         * minibuffer.el (completions-format): Change default from nil to
4670         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
4672 2010-06-24  Juri Linkov  <juri@jurta.org>
4674         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
4675         buffer-locally to lambda that re-runs the vc diff command.
4676         (Bug#6447)
4678 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
4680         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
4681         echo area is in use (Bug#3412).
4683 2010-06-22  Glenn Morris  <rgm@gnu.org>
4685         * textmodes/texinfmt.el (texinfo-format-region)
4686         (texinfo-raise-lower-sections, texinfo-format-separate-node)
4687         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
4688         (texinfo-format-option, texinfo-noindent):
4689         Use line-beginning-position and line-end-position.
4691         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
4692         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
4693         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
4694         utf-8 characters.
4696 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
4698         * play/zone.el (zone-fall-through-ws): Fix next-line ->
4699         forward-line fallout.
4701 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
4703         * mouse.el (mouse-appearance-menu): Add docstring.
4705         * help.el (describe-key): Print up-event using key-description.
4707 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
4709         * net/zeroconf.el (zeroconf-resolve-service)
4710         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
4711         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
4713 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
4715         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
4717 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
4719         Avoid displaying files with a nil state in vc-dir.
4720         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
4721         cases that cause insertion.
4722         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
4723         with a nil state.
4725 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
4727         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
4729 2010-06-29  Leo  <sdl.web@gmail.com>
4731         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
4733 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
4735         * generic-x.el (bat-generic-mode): Fix regexp for command line
4736         switches (Bug#5719).
4738 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
4740         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
4741         of nconc to avoid pure storage error (Bug#6239).
4743 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
4745         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
4746         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
4747         bindings of bookmark-automatically-show-annotations (Bug#6515).
4749 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
4751         * arc-mode.el (archive-zip-extract): Don't quote the file name on
4752         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
4754 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4756         * comint.el (make-comint, make-comint-in-buffer): Mention return
4757         value in the docstrings.  (Bug#6498)
4759 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
4761         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
4762         since it is not present when using some non-default switches.
4764 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
4766         * simple.el (compose-mail): Fix doc string to refer to
4767         `compose-mail-user-agent-warnings', instead of to the
4768         nonexistent `compose-mail-check-user-agent'.
4770 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
4772         Fix an indentation bug:
4774         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
4775         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
4776         of existing values.
4778         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
4779         (c-clear->-pair-props-if-match-before): now return t when they've
4780         cleared properties, nil otherwise.
4781         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
4782         by taking account of the existing value.
4784         * progmodes/cc-defs.el
4785         (c-clear-char-property-with-value-function): Fix this to clear the
4786         property rather than overwriting it with nil.
4788 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
4790         * emacs-lisp/package.el (package-print-package): Add link to
4791         package description via describe-package.
4792         (describe-package-1): List package requirements.  Add button to
4793         perform installation.
4794         (package-menu-describe-package): New command.
4796         * help-mode.el (help-package): New button type.
4798 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
4800         * emacs-lisp/package.el: Move package-list-packages binding to
4801         menu-bar.el.
4802         (describe-package, describe-package-1, package--dir): New funs.
4803         (package-activate-1): Use package--dir.
4805         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
4807         * help-mode.el (help-package-def): New button type.
4809         * menu-bar.el: Move package-list-packages binding here from
4810         package.el.
4812 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
4814         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
4816 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4818         * emacs-lisp/edebug.el (edebug-read-list):
4819         Phase out old-style backquotes.
4821 2010-06-17  Juri Linkov  <juri@jurta.org>
4823         * help-mode.el (help-mode): Set buffer-local variable
4824         revert-buffer-function to help-mode-revert-buffer.
4825         (help-mode-revert-buffer): New function.
4827         * info.el (Info-revert-find-node): Check for major-mode Info-mode
4828         before popping to "*info*" (like in other Info functions).
4829         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
4830         old-history-forward.  Pop to old-buffer-name or "*info*" to
4831         recreate the killed buffer.  Set Info-history-forward from
4832         old-history-forward.
4833         (Info-breadcrumbs-depth): Add :group and :version.
4835 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
4837         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
4839 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
4841         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
4842         for languages like Portuguese with pt_{BR,PT} and no plain pt.
4844 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
4846         * emacs-lisp/package.el (package-menu-mode-map):
4847         Move initialization into declaration.
4849         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
4851 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
4853         * emacs-lisp/package.el (package-archive-base): Point to
4854         elpa.gnu.org.
4855         (package-enable, package-load-list): New defcustoms.
4856         (package-user-dir, package-directory-list): Turn into defcustoms.
4857         Don't include package-user-dir in package-directory-list.
4858         (package--builtins-base): Don't include Emacs as a "package".
4859         (package-subdirectory-regexp): New var.
4860         (package-load-all-descriptors, package-compute-transaction)
4861         (package-download-transaction): Obey package-load-list.
4862         (package-activate-1): Rename from package-do-activate.
4863         (package-list-packages-internal): Check package-load-list.
4864         (package-load-descriptor, package-generate-autoloads)
4865         (package-unpack, package-unpack-single)
4866         (package--read-archive-file, package-delete): Use
4867         expand-file-name.
4869         * emacs-lisp/package-x.el: New file.  Package uploading
4870         functionality split out from package.el.
4872         * startup.el (command-line): Load packages after reading init file.
4874 2010-06-17  Tom Tromey  <tromey@redhat.com>
4876         * emacs-lisp/package.el: New file.
4878 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
4880         Fix vc-annotate for renamed files when using Git.
4881         * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
4882         ls-files.  Doe not pass the object as a file name to cat-file, it
4883         is not a file name.
4884         (vc-git-annotate-command): Pass the file name using -- to avoid
4885         ambiguity with the revision.
4886         (vc-git-previous-revision): Pass a relative file name.
4888 2010-06-22  Glenn Morris  <rgm@gnu.org>
4890         * progmodes/js.el (js-mode-map): Use standard capitalization and
4891         ellipses for menu entries.
4893         * wid-edit.el (widget-complete): Doc fix.
4895 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
4897         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
4899 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
4901         Fix annotating other revisions for renamed files in vc-annotate.
4902         * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
4903         VC backend.  Use it when non-nil.
4904         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
4905         (Bug#6487)
4907         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
4908         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
4909         Do not pass the file name to the 'previous-revision call when we
4910         don't want a file diff.  (Bug#6489)
4912 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
4914         Fix finding revisions for renamed files in vc-annotate.
4915         * vc/vc.el (vc-find-revision): Add an optional argument for
4916         the VC backend.  Use it when non-nil.
4917         * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
4918         backend to vc-find-revision.  (Bug#6487)
4920 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
4922         Fix reading file names in Git annotate buffers.
4923         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
4924         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
4926 2010-06-20  Alan Mackenzie  <acm@muc.de>
4928         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
4929         in file local variables, set it first.
4931 2010-06-19  Glenn Morris  <rgm@gnu.org>
4933         * descr-text.el (describe-char-unicode-data): Insert separating
4934         space when needed.  (Bug#6422)
4936         * progmodes/idlwave.el (idlwave-action-and-binding):
4937         Fix typo in 2009-12-03 change.  (Bug#6450)
4939 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4941         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
4942         handling for `lambda' (misunderstanding).
4944 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
4946         * calc/calc-poly.el (math-accum-factors): Make sure that
4947         constants aren't distributed after they are factored out.
4949 2010-06-16  Juri Linkov  <juri@jurta.org>
4951         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
4952         `list-colors-print'.  (Bug#6332)
4954         * subr.el (read-quoted-char): Fix up last change (bug#6290).
4956 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4958         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
4959         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
4961         * font-lock.el (font-lock-major-mode): Rename from
4962         font-lock-mode-major-mode to distinguish it from
4963         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
4964         (font-lock-set-defaults):
4965         * font-core.el (font-lock-default-function): Adjust users.
4966         (font-lock-mode): Don't set it at all.
4968 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4970         * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
4972 2010-06-16  Glenn Morris  <rgm@gnu.org>
4974         * calendar/appt.el (appt-time-msg-list): Doc fix.
4975         (appt-check): Let-bind appt-warn-time.
4976         (appt-add): Make the 3rd argument optional.
4977         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
4978         Only add WARNTIME to the output list if non-nil.
4980 2010-06-16  Ivan Kanis  <apple@kanis.eu>
4982         * calendar/appt.el (appt-check): Let the 3rd element of
4983         appt-time-msg-list specify the warning time.
4984         (appt-add): Add new argument with the warning time.  (Bug#5176)
4986 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
4988         * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
4989         older than version 1.6.  (Bug#6361)
4991 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
4993         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
4994         used by cl-do-arglist.  (Bug#6408)
4996 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
4998         * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
4999         portuguese casechars/not-casechars for missing 'çÇ'.
5000         Suggested by Rolando Pereira (bug#6434).
5002 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
5004         * facemenu.el (list-colors-sort): Doc fix.
5006 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
5008         * progmodes/sql.el (sql-connect-mysql): Fix typo.
5010 2010-06-14  Juri Linkov  <juri@jurta.org>
5012         Add sort option `list-colors-sort'.  (Bug#6332)
5013         * facemenu.el (color-rgb-to-hsv): New function.
5014         (list-colors-sort): New defcustom.
5015         (list-colors-sort-key): New function.
5016         (list-colors-display): Doc fix.  Sort list according to the option
5017         `list-colors-sort'.
5018         (list-colors-print): Add HSV values to `help-echo' property of
5019         RGB strings.
5021 2010-06-14  Juri Linkov  <juri@jurta.org>
5023         * compare-w.el: Move to the "vc" subdirectory.
5025 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5027         * image-mode.el (image-mode-map): Remap left-char and right-char.
5029         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
5031 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
5033         * term/common-win.el (x-colors): Add all the color names defined
5034         in rgb.txt (Bug#6332).
5036         * facemenu.el (list-colors-print): Don't print extra names if it
5037         will overflow the window width.
5039         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
5040         change (Bug#6343).
5042 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
5044         * files.el (make-directory): Doc fix (bug#6396).
5046 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
5048         * net/tramp.el (tramp-remote-process-environment): Protect version
5049         string by apostroph.
5050         (tramp-shell-prompt-pattern): Do not use a shy group in case of
5051         XEmacs.
5052         (tramp-file-name-for-operation): Add `call-process-region'.
5053         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
5055         * net/tramp-compat.el (top): Do not autoload
5056         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
5057         only when `start-file-process' is not bound.
5058         (tramp-advice-file-expand-wildcards): Do not use
5059         `tramp-handle-file-remote-p'.
5060         (tramp-compat-make-temp-file): Handle the case, that
5061         `make-temp-file' has no third argument EXTENSION.
5063 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
5065         * makefile.w32-in (WINS_BASIC): Include new directory vc.
5067         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
5069 2010-06-11  Juri Linkov  <juri@jurta.org>
5071         * finder.el (finder-known-keywords): Add keyword "vc"
5072         for version control.
5074         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
5075         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
5076         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
5077         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
5079 2010-06-11  Juri Linkov  <juri@jurta.org>
5081         Move version control related files to the "vc" subdirectory.
5082         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
5083         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
5084         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
5085         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
5086         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
5087         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
5088         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
5089         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
5090         Move files to the "vc" subdirectory.
5092 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
5094         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
5095         (Bug#6367).
5097 2010-06-11  Stephen Eglen  <stephen@gnu.org>
5099         * shell.el: Bind `shell-resync-dirs' to M-RET.
5101 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
5103         * notifications.el: Move file from lisp/net, because it is
5104         supposed to talk locally to the user.
5106 2010-06-10  Julien Danjou  <julien@danjou.info>
5108         * net/notifications.el (notifications-on-action-signal)
5109         (notifications-on-closed-signal): Pass notification id as first
5110         argument to the callback functions.  Add docstrings.
5111         (notifications-notify): Fix docstring.
5113 2010-06-10  Glenn Morris  <rgm@gnu.org>
5115         * emacs-lisp/authors.el (authors-ignored-files)
5116         (authors-valid-file-names): Add some files.
5118 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5120         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
5121         merge conflict, giving preference to the emacs-23 version of the code.
5123 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5125         * emacs-lisp/advice.el (ad-compile-function):
5126         Define warning-suppress-types before we let-bind it (bug#6275).
5128         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
5129         declare it, make it buffer-local and permanent-local (bug#6324).
5130         (vc-resynch-window): Adjust name.
5131         * vc-hooks.el (vc-find-file-hook): Adjust name.
5133 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
5135         * net/notifications.el (notifications-notify): Fix docstring.
5137 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
5139         Update to Unicode 6.0.0 beta.
5140         * international/charprop.el: Update copyright.
5141         * international/mule-cmds.el (ucs-names): Update character ranges.
5142         * international/uni-bidi.el:
5143         * international/uni-category.el:
5144         * international/uni-combining.el:
5145         * international/uni-comment.el:
5146         * international/uni-decimal.el:
5147         * international/uni-decomposition.el:
5148         * international/uni-digit.el:
5149         * international/uni-lowercase.el:
5150         * international/uni-mirrored.el:
5151         * international/uni-name.el:
5152         * international/uni-numeric.el:
5153         * international/uni-old-name.el:
5154         * international/uni-titlecase.el:
5155         * international/uni-uppercase.el: Regenerate.
5157 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
5159         * emacs-lisp/smie.el (comment-string-strip): Declare function.
5160         (smie-precs-precedence-table): Fix typo in docstring.
5162         * vc-mtn.el (log-edit-extract-headers): Declare function.
5164         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
5166         * net/notifications.el (dbus-register-signal): Declare function.
5167         (notifications-notify): Fix typos and reflow docstring.
5169 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
5171         Improve VC create/retrieve tag/branch.
5172         * vc.el (vc-create-tag): Do not read the directory name for VCs
5173         with repository revision granularity.  Adjust the tag/branch
5174         prompt.  Reset VC properties.
5175         (vc-retrieve-tag): Do not read the directory name for VCs
5176         with repository revision granularity.  Reset VC properties.
5178 2010-06-09  Julien Danjou  <julien@danjou.info>
5180         * net/notifications.el: New file.
5182 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
5184         Add optional support for resetting VC properties.
5185         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
5186         call vc-file-clearprops when true.
5187         (vc-resynch-buffer): Add new optional argument, pass it down.
5188         (vc-resynch-buffers-in-directory): Likewise.
5190         Improve support for special markup in the VC commit message.
5191         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
5192         * vc-hg.el (vc-hg-checkin): Add support for Date:.
5193         * vc-git.el (vc-git-checkin):
5194         * vc-bzr.el (vc-bzr-checkin): Likewise.
5196 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5198         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
5199         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
5201 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
5203         * iimage.el: Remove images as soon as the underlying text is modified.
5204         (iimage-modification-hook): New function.
5205         (iimage-mode-buffer): Use it.
5207 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5209         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
5210         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
5211         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
5212         (smie-indent-keyword): Add handling of open-paren keywords.
5213         (smie-indent-comment-continue): Don't assume comment-continue.
5215 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
5217         * window.el (pop-to-buffer): Remove the conditional that
5218         compares new-window and old-window, so it will reselect
5219         the selected window unconditionally.
5220         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
5222 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5224         * emacs-lisp/smie.el (smie-indent-offset-after)
5225         (smie-indent-forward-token, smie-indent-backward-token): New functions.
5226         (smie-indent-after-keyword): Use them.
5227         (smie-indent-fixindent): Only applies to the indentation of the BOL.
5228         (smie-indent-keyword): Tweak the black magic.
5229         (smie-indent-comment-continue): Strip comment-continue before use.
5230         (smie-indent-functions): Indent comments before keywords.
5232 2010-06-06  Juri Linkov  <juri@jurta.org>
5234         * isearch.el (isearch-lazy-highlight-search): Fix looping
5235         by checking for empty match.  This syncs this loop with the
5236         similar loop in `isearch-search'.  (Bug#6362)
5238 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
5240         * net/dbus.el (dbus-register-method): Declare function.
5241         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
5242         (dbus-introspect): Doc fix.
5243         (dbus-event-bus-name, dbus-introspect-get-interface)
5244         (dbus-introspect-get-argument): Reflow docstrings.
5246 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
5248         vc-log-incoming/vc-log-outgoing fixes for Git.
5249         * vc-git.el (vc-git-log-view-mode): Fix font lock for
5250         incoming/outgoing logs.
5251         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
5252         instead of vc-git-compute-remote.
5253         (vc-git-compute-remote): Remove.
5255 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
5257         * term/common-win.el (x-colors): Add "dark green" and "dark
5258         turquoise" (Bug#6332).
5260 2010-06-04  Juri Linkov  <juri@jurta.org>
5262         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
5263         Instead of setting `replace' to t and replacing the same string
5264         with itself, don't do certain actions when
5265         kill-do-not-save-duplicates is non-nil and string is equal to car
5266         of kill-ring: don't call menu-bar-update-yank-menu, don't push
5267         interprogram-paste strings to kill-ring, and don't push the input
5268         argument `string' to kill-ring.
5269         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
5271 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
5273         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
5275 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
5277         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
5278         (tramp-gvfs-handler-mounted-unmounted)
5279         (tramp-gvfs-connection-mounted-p): Handle default-location.
5281         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
5282         move files to trash.
5284 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
5286         * international/mule-cmds.el (nonascii-insert-offset)
5287         (nonascii-translation-table): Add obsolescence information.
5289         * international/mule.el (make-translation-table-from-vector): Doc fix.
5291 2010-06-03  Glenn Morris  <rgm@gnu.org>
5293         * desktop.el (desktop-clear-preserve-buffers):
5294         Add "*Warnings*" buffer.  (Bug#6336)
5296 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
5298         vc-log-incoming/vc-log-outgoing improvements for Git.
5299         * vc-git.el (vc-git-log-outgoing): Use the same format as the
5300         short log.
5301         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
5303         Add bindings for vc-log-incoming and vc-log-outgoing.
5304         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
5305         and vc-log-outgoing.
5306         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
5307         and vc-log-outgoing.
5309 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
5311         * net/rcirc.el (rcirc-sort-nicknames): Remove.
5312         (rcirc-handler-366): Always sort nicknames.
5314 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
5316         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
5318 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
5320         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
5322 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5324         * net/rcirc.el (rcirc-sort-nicknames): Change default.
5325         (rcirc-sort-nicknames-join): Avoid setq.
5327 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
5329         * net/rcirc.el (rcirc-sort-nicknames): New custom.
5330         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
5331         (rcirc-handler-366): Use them.
5333 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5335         Split smie-indent-calculate into more manageable chunks.
5336         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
5337         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
5338         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
5339         (smie-indent-exps): Extract from smie-indent-calculate.
5340         (smie-indent-functions): New var.
5341         (smie-indent-functions): Use them.
5343 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5345         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
5346         (smie-indent-calculate): Simplify and cleanup.
5348 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
5350         * net/tramp-gvfs.el (top): Require url-util.
5351         (tramp-gvfs-mount-point): Remove.
5352         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
5353         New defuns.
5354         (with-tramp-dbus-call-method): Format trace message.
5355         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
5356         Implement backup call, when operation on local files fails.
5357         Use progress reporter.  Flush properties of changed files.
5358         (tramp-gvfs-handle-make-directory): Make more traces.
5359         (tramp-gvfs-url-file-name): Hexify file name in url.
5360         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
5361         into account for the resulting file name.
5362         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
5363         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
5364         (tramp-gvfs-handler-mounted-unmounted)
5365         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
5366         attribute "default_location".  Set "prefix" property.
5367         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
5368         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
5369         exists.  Raise an error, if not (due to a corresponding answer
5370         "no" in interactive questions, for example).
5372 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
5374         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
5376 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
5378         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
5379         right-*.  (Bug#6265)
5381 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
5383         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
5384         * vc-git.el (vc-git-compute-remote): New function.
5385         (vc-git-log-outgoing): Use it instead of hard coding a value.
5386         (vc-git-log-incoming): New function.
5388         Improve state updating for VC tag commands.
5389         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
5390         to update the state of all buffers in the directory.
5392         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
5394 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5396         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
5397         `file-directory-p' to the filename part rather than to the whole text.
5399 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5401         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
5403 2010-05-31  Drew Adams  <drew.adams@oracle.com>
5405         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
5407 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
5409         * subr.el (momentary-string-display): Just use read-event to read
5410         the exit event (Bug#6238).
5412 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
5414         * international/mule.el (define-coding-system): Doc fix (bug#6313).
5416 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
5418         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
5419         Suggested by Eli Zaretskii <eliz@gnu.org>.
5421 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5423         * minibuffer.el (completion-file-name-table): Don't return a boundary
5424         past the end of `string' (bug#6299).
5425         (completion--file-name-table): Delegate to completion-file-name-table
5426         for the `boundaries' case.
5428 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
5430         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
5431         movement commands.
5433         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
5434         `path-separator', but maintain compatibility with Emacs 20.2.
5436 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
5438         * server.el (server-process-filter): Receive parent-id argument
5439         from emacsclient.
5440         (server-create-window-system-frame): New arg.  Pass parent-id as
5441         frame parameter.
5443 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
5445         Bidi-sensitive word movement with arrow keys.
5446         * subr.el (right-arrow-command, left-arrow-command): Move to
5447         bindings.el.
5449         * bindings.el (right-char, left-char): Move from subr.el and
5450         rename from right-arrow-command and left-arrow-command.
5451         (right-word, left-word): New functions.
5452         (global-map) <right>: Bind to right-char.
5453         (global-map) <left>: Bind to left-char.
5454         (global-map) <C-right>: Bind to right-word.
5455         (global-map) <C-left>: Bind to left-word.
5457         * ls-lisp.el (ls-lisp-classify-file): New function.
5458         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
5459         (ls-lisp-classify): Call ls-lisp-classify-file.
5460         (insert-directory): Remove blanks from switches.
5462 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
5464         * ansi-color.el: Delete unused escape sequences (Bug#6085).
5465         (ansi-color-drop-regexp): New constant.
5466         (ansi-color-apply, ansi-color-filter-region)
5467         (ansi-color-apply-on-region): Delete unrecognized control sequences.
5468         (ansi-color-apply): Build string list before calling concat.
5470 2010-05-28  Juri Linkov  <juri@jurta.org>
5472         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
5473         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
5474         (Bug#5270)
5476 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
5478         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
5479         to ignored backtrace functions.
5480         (with-progress-reporter): Expand docstring.
5481         (tramp-handle-delete-file): Implement TRASH argument.
5482         (tramp-get-remote-trash): New defun.
5484 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
5486         * net/tramp-compat.el (tramp-compat-delete-file): Use
5487         `symbol-value' for backward compatibility.
5489         * net/tramp.el (tramp-handle-make-symbolic-link)
5490         (tramp-handle-load)
5491         (tramp-do-copy-or-rename-file-via-buffer)
5492         (tramp-do-copy-or-rename-file-directly)
5493         (tramp-do-copy-or-rename-file-out-of-band)
5494         (tramp-handle-process-file, tramp-handle-call-process-region)
5495         (tramp-handle-shell-command, tramp-handle-file-local-copy)
5496         (tramp-handle-insert-file-contents, tramp-handle-write-region)
5497         (tramp-delete-temp-file-function): Use `delete-file' instead
5498         of `tramp-compat-delete-file'.
5500         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
5501         (tramp-fish-handle-make-symbolic-link)
5502         (tramp-fish-handle-process-file): Use `delete-file' instead
5503         of `tramp-compat-delete-file'.
5505         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
5506         `delete-file' instead of `tramp-compat-delete-file'.
5508         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
5509         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
5510         `tramp-compat-delete-file'.
5512         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
5513         `delete-file' instead of `tramp-compat-delete-file'.
5515         * net/tramp-smb.el (tramp-smb-handle-copy-file)
5516         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5517         (tramp-smb-handle-write-region): Use `delete-file' instead of
5518         `tramp-compat-delete-file'.
5519         (tramp-smb-handle-delete-directory): Use 'trash as arg.
5521 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
5523         * dired.el (dired-delete-file): New arg TRASH.
5524         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
5525         (dired-do-flagged-delete, dired-do-delete): Use trash.
5527         * speedbar.el (speedbar-item-delete): Allow trashing.
5529         * files.el (delete-directory): New arg TRASH.
5531         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
5532         (ange-ftp-rename-remote-to-remote)
5533         (ange-ftp-rename-local-to-remote)
5534         (ange-ftp-rename-remote-to-local, ange-ftp-load)
5535         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
5536         `delete-file'.
5537         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
5538         allow trashing.
5540         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
5541         handle new TRASH arg of `delete-file'.
5543         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
5544         (tramp-handle-make-symbolic-link, tramp-handle-load)
5545         (tramp-do-copy-or-rename-file-via-buffer)
5546         (tramp-do-copy-or-rename-file-directly)
5547         (tramp-do-copy-or-rename-file-out-of-band)
5548         (tramp-handle-process-file, tramp-handle-call-process-region)
5549         (tramp-handle-shell-command, tramp-handle-file-local-copy)
5550         (tramp-handle-insert-file-contents, tramp-handle-write-region)
5551         (tramp-delete-temp-file-function): Use null TRASH arg in
5552         tramp-compat-delete-file call.
5554         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
5555         (tramp-fish-handle-delete-file)
5556         (tramp-fish-handle-make-symbolic-link)
5557         (tramp-fish-handle-process-file): Use null TRASH arg in
5558         `tramp-compat-delete-file' call.
5560         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
5561         arg in `tramp-compat-delete-file' call.
5563         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
5564         (tramp-gvfs-handle-write-region): Use null TRASH arg in
5565         `tramp-compat-delete-file' call.
5567         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
5568         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
5569         `tramp-compat-delete-file' call.
5571         * net/tramp-smb.el (tramp-smb-handle-copy-file)
5572         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5573         (tramp-smb-handle-write-region): Use null TRASH arg in
5574         tramp-compat-delete-file call.
5575         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
5576         (tramp-smb-handle-delete-file): Rename arg.
5578         * diff.el (diff-sentinel):
5579         * epg.el (epg--make-temp-file, epg-decrypt-string)
5580         (epg-verify-string, epg-sign-string, epg-encrypt-string):
5581         * jka-compr.el (jka-compr-partial-uncompress)
5582         (jka-compr-call-process, jka-compr-write-region):
5583         * server.el (server-sentinel): Remove optional arg from
5584         delete-file, reverting 2010-05-03 change.
5586 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
5588         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
5589         font-lock-constant-face, not obsolete font-lock-reference-face.
5591 2010-05-27  Kenichi Handa  <handa@m17n.org>
5593         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
5594         element of GSTRING is nil.
5596 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5598         * emacs-lisp/smie.el (smie-forward-token-function)
5599         (smie-backward-token-function): New vars.
5600         (smie-backward-sexp, smie-forward-sexp)
5601         (smie-indent-hanging-p, smie-indent-calculate): Use them.
5602         (smie-default-backward-token): Rename from smie-backward-token and
5603         skip comments.
5604         (smie-default-forward-token): Rename from smie-forward-token and
5605         skip comments.
5606         (smie-next-sexp): Handle nil results from next-token.
5607         (smie-indent-calculate): Add a new case for special `fixindent' comments.
5609 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
5611         * progmodes/verilog-mode.el (verilog-type-font-keywords):
5612         Use font-lock-constant-face, not obsolete font-lock-reference-face.
5614 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
5616         * htmlfontify.el (hfy-face-resolve-face): New function.
5617         (hfy-face-to-style): Use it (Bug#6279).
5619 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5621         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
5622         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
5624 2010-05-26  Glenn Morris  <rgm@gnu.org>
5626         * emulation/edt.el (edt-load-keys): Use locate-library.
5628 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
5630         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
5631         (log-edit-changelog-entries): Doc fix.
5632         (log-edit-changelog-insert-entries): Args changed.
5633         Rename relative filenames in ChangeLog entries.  Delete tabs.
5634         (log-edit-insert-changelog-entries): Reorganize return value of
5635         `log-edit-changelog-entries' to pass filenames to
5636         log-edit-changelog-insert-entries.
5638 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5640         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
5641         `image-dired-dired-insert-marked-thumbs' to
5642         `image-dired-dired-toggle-marked-thumbs'.
5644         * image-dired.el: Require cl when compiling.
5645         (image-dired-dired-toggle-marked-thumbs): Rename from
5646         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
5647         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
5648         to 'no-dir.  Skip files whose names don't match
5649         `image-file-name-regexp'.  When file has a thumbnail overlay,
5650         delete it.  (Bug#5270)
5652 2010-05-25  Juri Linkov  <juri@jurta.org>
5654         * image-mode.el (image-mode): Add image-after-revert-hook to
5655         after-revert-hook.
5656         (image-after-revert-hook): New function.  (Bug#5669)
5658 2010-05-25  Juri Linkov  <juri@jurta.org>
5660         * image.el (image-animated-p): When delay between animated images
5661         is 0, set it to 10 (0.1 sec).  (Bug#6258)
5663 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
5665         * net/tramp.el (tramp-handle-insert-directory): Don't use
5666         `forward-word', its default syntax could be changed.
5668 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
5670         * net/tramp.el (tramp-progress-reporter-update): New defun.
5671         (with-progress-reporter): Use it.
5672         (tramp-process-actions):
5673         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
5674         current message, in order to let progress reporter continue
5675         afterwards.  (Bug#6257)
5677 2010-05-25  Glenn Morris  <rgm@gnu.org>
5679         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
5680         Add :version.
5682 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
5684         * net/rcirc.el (rcirc-default-user-name): Change to "user".
5685         (rcirc-default-full-name): Change to "unknown".
5686         (rcirc-user-name-history): Add variable.
5688 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
5689             Jonathan Rockway  <jon@jrock.us>
5691         * net/rcirc.el (rcirc-server-alist): Add :pass.
5692         (rcirc): When prompting for connection parameters, also prompt for
5693         username and password.
5694         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
5695         value to server when connecting.
5697 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5699         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
5700         (smie-merge-prec2s): Pass the tables as separate args.
5701         (smie-bnf-precedence-table): Adjust call accordingly.
5702         (smie-prec2-levels): Set levels at the end.
5704         Replace Lisp calls to delete-backward-char by delete-char.
5705         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
5706         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
5707         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
5708         * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
5709         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
5710         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
5711         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
5712         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
5713         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
5714         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
5715         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
5716         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
5717         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
5718         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
5719         delete-backward-char by calls to delete-char.
5721 2010-05-25  Kenichi Handa  <handa@m17n.org>
5723         * language/hebrew.el (hebrew-shape-gstring): New function.
5724         Register it in composition-function-table for all Hebrew combining
5725         characters.
5727 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5729         * epa.el (epa--select-keys): Don't explicitly delete the window since
5730         that can fail (e.g. sole window in frame).  Use dedication instead.
5732 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
5734         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
5736 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
5738         * image.el (image-refresh): Define as an alias for image-flush.
5740         * image-mode.el (image-toggle-display-image): Caller changed.
5742 2010-05-21  Juri Linkov  <juri@jurta.org>
5744         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
5745         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
5746         whitespace, call wildcard-to-regexp on substrings and concat them
5747         with "\\|".  (Bug#6114)
5749 2010-05-21  Alan Mackenzie  <acm@muc.de>
5751         * progmodes/cc-engine.el (c-parse-state-get-strategy):
5752         Replace parameter `here' with `here-' and `here-plus', which sandwich
5753         any pertinent CPP construct.
5754         (c-remove-stale-state-cache-backwards): Fix a bug which happens
5755         when doing (c-parse-state) in a CPP construct: Exclude any "new"
5756         CPP construct from taking part in the scanning.
5758 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
5760         * net/tramp.el (tramp-do-copy-or-rename-file)
5761         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
5762         Tune `with-progress-reporter' messages.
5763         (tramp-handle-vc-registered):
5764         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
5765         (tramp-fish-handle-insert-file-contents)
5766         (tramp-fish-maybe-open-connection):
5767         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5768         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
5769         (tramp-imap-handle-insert-file-contents)
5770         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
5772 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
5774         * add-log.el (change-log-font-lock-keywords):
5775         Highlight all authors in multi-author entries.
5777         * smerge-mode.el (smerge-refine-ignore-whitespace)
5778         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
5779         Fix typos in docstrings.
5780         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
5782 2010-05-21  Glenn Morris  <rgm@gnu.org>
5784         * progmodes/fortran.el (fortran-mode):
5785         * progmodes/f90.el (f90-mode): Derive from prog-mode.
5787         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
5788         having a relative path in src/Makefile.in.
5790 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5792         * help-mode.el (help-make-xrefs): For Info node links turn
5793         newlines into spaces.  Link node names with newlines are matched
5794         by help-xref-info-regexp and buttonized, this change ensures they
5795         can be followed successfully with RET.  (Bug#6206)
5797 2010-05-20  Juri Linkov  <juri@jurta.org>
5799         * locate.el (locate): Use pop-to-buffer instead of
5800         switch-to-buffer-other-window.  (Bug#6204)
5802 2010-05-20  Juri Linkov  <juri@jurta.org>
5804         * replace.el (replace-highlight): Fix lazy-highlighting
5805         for `M-s w str M-% str RET'.
5807 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
5809         * isearch.el (isearch-yank-word-or-char): Pull next subword
5810         when `subword-mode' is activated.  (Bug#6220)
5812 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
5814         * isearch.el (isearch-update-post-hook): New hook.
5815         (isearch-update): Use the new hook.  (Bug#6225)
5817 2010-05-20  Juri Linkov  <juri@jurta.org>
5819         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
5820         [f1], [help], and (char-to-string help-char) instead of "\C-h".
5821         (Bug#6222)
5823 2010-05-20  Juri Linkov  <juri@jurta.org>
5825         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
5826         (Bug#6223)
5828 2010-05-20  Juri Linkov  <juri@jurta.org>
5830         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
5831         FILE-NAME to read from the minibuffer when called interactively
5832         with prefix argument instead of using buffer-file-name.
5833         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
5835         * dired.el: Update autoloads.
5837 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
5839         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
5840         nxml-finish-element, for consistency with SGML mode.
5842         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
5843         octave-close-block.
5845 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
5847         * composite.el: Require cl when compiling.
5848         (reference-point-alist, compose-gstring-for-graphic)
5849         (compose-gstring-for-terminal): Fix typos in docstrings.
5851 2010-05-19  Juri Linkov  <juri@jurta.org>
5853         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
5854         set-window-parameter.
5856 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5858         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
5859         where appropriate.
5860         (tramp-maybe-open-connection): Use it.
5862 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
5864         * simple.el (move-end-of-line): Make sure we are at line beginning
5865         before backing up to end of previous line.
5867 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5869         * password-cache.el (password-cache-remove): Fix docstring.
5871         * net/secrets.el: Autoload the widget functions.
5872         (secrets-search-items, secrets-create-item)
5873         (secrets-get-attributes, secrets-expand-item): Attributes will be
5874         stored on the password database without leading ":", as all other
5875         clients do as well.
5876         (secrets-mode): Fix docstring.
5877         (secrets-show-secrets): Provide it as autoloaded command only when
5878         D-Bus support is available.  Check existence of Secret Service API.
5880 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5882         * indent.el (indent-region): Deactivate region (bug#6200).
5884 2010-05-19  Glenn Morris  <rgm@gnu.org>
5886         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
5888 2010-05-19  Kenichi Handa  <handa@m17n.org>
5890         * composite.el: Register compose-gstring-for-graphic in
5891         composition-function-table only for combining characters (Mn, Mc, Me).
5893 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
5895         * calc/calc-trail.el (calc-trail-isearch-forward)
5896         (calc-trail-isearch-backward): Ensure that the new window
5897         point is set correctly.
5899 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5901         * subr.el (read-quoted-char): Resolve modifiers after key
5902         remapping (bug#6212).
5904 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
5906         Add visualization code for secrets.
5907         * net/secrets.el (secrets-mode): New major mode.
5908         (secrets-show-secrets, secrets-show-collections)
5909         (secrets-expand-collection, secrets-expand-item)
5910         (secrets-tree-widget-after-toggle-function)
5911         (secrets-tree-widget-show-password): New defuns.
5913 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5915         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
5916         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
5917         handled in smie-next-sexp.
5918         (smie-indent-calculate): Provide a starting indentation (so the
5919         recursion is well-founded ;-).
5921         Fix handling of non-associative equal levels.
5922         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
5923         when it's not needed.
5924         (smie-op-left, smie-op-right): New functions.
5925         (smie-next-sexp): New function, extracted from smie-backward-sexp.
5926         Better handle equal levels to distinguish the associative case from
5927         the "multi-keyword construct" case.
5928         (smie-backward-sexp, smie-forward-sexp): Use it.
5930 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
5932         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
5934         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
5935         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
5937 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5939         Provide a simple generic indentation engine and use it for Prolog.
5940         * emacs-lisp/smie.el: New file.
5941         * progmodes/prolog.el (prolog-smie-op-levels)
5942         (prolog-smie-indent-rules): New var.
5943         (prolog-mode-variables): Use them to configure SMIE.
5944         (prolog-indent-line, prolog-indent-level): Remove.
5946 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
5948         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
5949         order before computing the averages.
5951 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
5953         * calc/calc-vec.el (calc-histogram):
5954         (calcFunc-histogram): Allow vectors as inputs.
5955         (math-vector-avg): New function.
5957         * calc/calc-ext.el (math-group-float): Have the number of digits
5958         being grouped depend on the radix (Bug#6189).
5960 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
5962         * version.el (emacs-copyright, emacs-version): Don't define here,
5963         now that emacs.c defines it.
5965 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
5967         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
5968         "Describe Language Environment" menu item.
5970         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
5972         Bidi-sensitive movement with arrow keys.
5973         * subr.el (right-arrow-command, left-arrow-command): New functions.
5975         * bindings.el (global-map): Bind them to right and left arrow keys.
5977         Don't override standard definition of convert-standard-filename.
5978         * files.el (convert-standard-filename): Call
5979         w32-convert-standard-filename and dos-convert-standard-filename on
5980         the corresponding systems.
5982         * w32-fns.el (w32-convert-standard-filename): Rename from
5983         convert-standard-filename.  Doc fix.
5985         * dos-fns.el (dos-convert-standard-filename): Doc fix.
5986         (convert-standard-filename): Don't defalias.
5987         (register-name-alist, make-register, register-value)
5988         (set-register-value, intdos): Obsolete aliases for the
5989         corresponding dos-* functions and variables.
5990         (dos-intdos): Add a doc string.
5992 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
5994         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
5995         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
5996         (math-compose-tex-func):
5997         * calc/calccomp.el (math-compose-expr):
5998         * calc/calc-ext.el (math-format-flat-expr-fancy):
5999         * calc/calc-store.el (calc-read-var-name):
6000         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
6002         * calc/calc.el (var-π, var-φ, var-γ): New variables.
6003         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
6004         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
6005         (math-standard-units): Add units.
6007 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6009         * progmodes/asm-mode.el (asm-mode):
6010         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
6012         * pcomplete.el (pcomplete-completions-at-point): New function,
6013         extracted from pcomplete-std-complete.
6014         (pcomplete-std-complete): Use it.
6016 2010-05-15  Glenn Morris  <rgm@gnu.org>
6018         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
6019         Remove references to CVS, RCS and Old directories.
6021 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
6023         * calc/calc-bin.el (math-format-twos-complement): Group digits when
6024         appropriate.
6026 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6028         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
6029         (sh-mode-syntax-table): Give it a default value instead.
6030         (sh-header-marker): Make buffer-local.
6031         (sh-mode): Move make-local-variable to the corresponding setq.
6032         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
6033         Use complete-with-action.
6035         * simple.el (prog-mode): New (abstract) major mode.
6036         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
6037         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
6039 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
6041         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
6042         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
6043         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
6044         (sql-make-alternate-buffer-name, sql-placeholders-filter)
6045         (sql-escape-newlines-filter, sql-input-sender)
6046         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
6048 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
6050         Add TeX open-block and close-block keybindings to SGML, and vice versa.
6052         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
6053         latex-open-block and C-c / to latex-close-block.
6055         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
6056         and C-c C-e to sgml-close-tag.
6058 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
6060         * net/tramp.el (with-progress-reporter): Create reporter object
6061         only when the message would be displayed.  Handle nested calls.
6062         (tramp-handle-load, tramp-handle-file-local-copy)
6063         (tramp-handle-insert-file-contents, tramp-handle-write-region)
6064         (tramp-maybe-send-script, tramp-find-shell):
6065         Use `with-progress-reporter'.
6066         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
6067         Fix message text.
6069         * net/tramp-smb.el (tramp-smb-handle-copy-file)
6070         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
6071         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
6072         Use `with-progress-reporter'.
6074 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
6076         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
6077         process everytime when spellchecking from the minibuffer (bug#6143).
6079 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6081         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
6083         * dos-fns.el: Add "dos-" prefix for namespace control.
6084         (convert-standard-filename): Define as alias for
6085         dos-convert-standard-filename but only if applicable.
6087 2010-05-12  Alan Mackenzie  <acm@muc.de>
6089         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
6090         Push the mark at the start of these functions when appropriate.
6092 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6094         * minibuffer.el (completion-cycle-threshold): New custom var.
6095         (completion--do-completion): Use it.
6096         (minibuffer-complete): Use cycling if appropriate.
6098 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
6100         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
6101         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
6103 2010-05-11  Juri Linkov  <juri@jurta.org>
6105         * scroll-all.el (scroll-all-check-to-scroll):
6106         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
6108 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6110         * iimage.el (iimage-mode-map): Move initialization into declaration.
6111         (iimage-mode-buffer): Use with-silent-modifications.
6112         Simplify calling convention.  Adjust callers.
6113         (iimage-mode): Don't run hook redundantly.
6115         * minibuffer.el (completion-pcm--pattern->regex):
6116         Fix last change (bug#6160).
6118 2010-05-10  Juri Linkov  <juri@jurta.org>
6120         Remove nodes visited during Isearch from the Info history.
6121         * info.el (Info-isearch-initial-history)
6122         (Info-isearch-initial-history-list): New variables.
6123         (Info-isearch-start): Record initial values of
6124         Info-isearch-initial-history and Info-isearch-initial-history-list.
6125         Add Info-isearch-end to isearch-mode-end-hook.
6126         (Info-isearch-end): New function.
6128 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
6130         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
6131         format string, in order to work around a bug in pdksh.
6132         Reported by Gilles Pion <gpion@lfdj.com>.
6133         (tramp-handle-verify-visited-file-modtime): Do not send a command
6134         when the connection is not established.
6135         (tramp-handle-set-file-times): Simplify the check for utc.
6137 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
6139         Fix use of `filter-buffer-substring' (rework previous change).
6140         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
6141         (cua-repeat-replace-region):
6142         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
6143         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
6144         (cua-cut-region-to-global-mark): Use it.
6146 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
6148         * progmodes/sql.el: Version 2.1.
6149         (sql-product-alist): Redesign structure of product info.
6150         (sql-product, sql-user, sql-server, sql-database): Safe variables.
6151         (sql-port, sql-port-history): New variables.
6152         (sql-interactive-product): New variable.
6153         (sql-send-terminator): New variable.
6154         (sql-imenu-generic-expression): Add "Types" imenu entry.
6155         (sql-oracle-login-params, sql-sqlite-login-params)
6156         (sql-mysql-login-params, sql-solid-login-params)
6157         (sql-sybase-login-params, sql-informix-login-params)
6158         (sql-ingres-login-params, sql-ms-login-params)
6159         (sql-postgres-login-params, sql-interbase-login-params)
6160         (sql-db2-login-params, sql-linter-login-params)
6161         (sql-oracle-scan-on): New variables.
6162         (sql-mode-map): Add C-c C-i to start interactive mode.
6163         (sql-mode-menu): Update existing menu entries.
6164         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
6165         (sql-mode-oracle-font-lock-keywords)
6166         (sql-mode-postgres-font-lock-keywords)
6167         (sql-mode-ms-font-lock-keywords)
6168         (sql-mode-sybase-font-lock-keywords)
6169         (sql-mode-informix-font-lock-keywords)
6170         (sql-mode-interbase-font-lock-keywords)
6171         (sql-mode-ingres-font-lock-keywords)
6172         (sql-mode-solid-font-lock-keywords)
6173         (sql-mode-mysql-font-lock-keywords)
6174         (sql-mode-sqlite-font-lock-keywords)
6175         (sql-mode-db2-font-lock-keywords)
6176         (sql-mode-linter-font-lock-keywords): Update initialization to
6177         reduce run-time complexity.
6178         (sql-add-product, sql-del-product): New functions.
6179         (sql-set-product-feature, sql-get-product-feature): New functions.
6180         (sql-product-font-lock): Update product API.
6181         (sql-add-product-keywords): New function.
6182         (sql-highlight-product): Update product API.
6183         (sql-help-list-products): New function.
6184         (sql-help): Dynamically lists free and non-free products.
6185         (sql-get-login): Correct bug in handling history and added
6186         prompt for port.
6187         (sql-copy-column): Copy without properties.
6188         (sqli-input-sender): Apply filters to SQLi input.
6189         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
6190         Implement as a filter.
6191         (sql-escape-newlines-filter): Implement as a filter.
6192         (sql-remove-tabs-filter): New function.
6193         (sql-send-magic-terminator): New function.
6194         (sql-send-string): Implement magic terminator.
6195         (sql-send-region): Use `sql-send-string'.
6196         (sql-interactive-mode): Use product API.
6197         (sql-product-interactive): Use product API.
6198         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
6199         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
6200         (sql-db2, sql-linter): Use `sql-product-interactive'.
6201         (sql-connect): New function.
6202         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
6203         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
6204         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
6205         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
6206         Use `sql-connect'.
6208 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6210         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
6211         New custom variable.
6212         (completion-pcm--string->pattern): Use it.
6213         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
6214         Make it handle any symbol as `any'.
6215         (completion-pcm--merge-completions): Extract common suffix for the new
6216         `prefix' symbol as well.
6217         (completion-substring--all-completions): Use the new `prefix' symbol.
6219 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
6221         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
6222         not bound.
6223         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
6224         (tramp-compat-funcall): New defmacro.
6225         (tramp-compat-line-beginning-position)
6226         (tramp-compat-line-end-position)
6227         (tramp-compat-temporary-file-directory)
6228         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
6229         (tramp-compat-copy-file, tramp-compat-copy-directory)
6230         (tramp-compat-delete-file, tramp-compat-delete-directory)
6231         (tramp-compat-number-sequence, tramp-compat-process-running-p)
6232         * net/tramp.el (top, with-progress-reporter)
6233         (tramp-rfn-eshadow-setup-minibuffer)
6234         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
6235         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
6236         (tramp-completion-mode-p, tramp-check-for-regexp)
6237         (tramp-open-connection-setup-interactive-shell)
6238         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
6239         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
6240         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
6241         * net/tramp-cmds.el (tramp-cleanup-all-connections)
6242         (tramp-reporter-dump-variable, tramp-load-report-modules)
6243         (tramp-append-tramp-buffers)
6244         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
6246         * net/tramp-imap.el (top): Autoload `epg-make-context'.
6248 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6250         * progmodes/compile.el (compilation-buffer-modtime): Rename from
6251         buffer-modtime.  Adjust users.
6253 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
6255         * international/mule.el (auto-coding-alist): Only purecopy
6256         car of each item, not the whole list (Bug#6083).
6258 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
6260         * progmodes/js.el (js-mode): Make paragraph variables local before
6261         calling c-setup-paragraph-variables (Bug#6071).
6263 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
6265         * composite.el (compose-region, reference-point-alist): Fix typos
6266         in the doc strings.
6268 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
6270         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
6271         gnuplot's "set" command.
6273 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
6275         * abbrev.el (last-abbrev-text): Doc fix.
6276         (abbrev-prefix-mark): Don't escape parenthesis.
6278 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
6280         * composite.el (find-composition): Doc fix.
6282 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
6284         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
6285         (sql-oracle-program, sql-sqlite-options)
6286         (sql-query-placeholders-and-send): Doc fixes.
6287         (sql-set-product, sql-interactive-mode): Reflow docstrings.
6288         (sql-imenu-generic-expression, sql-buffer)
6289         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
6290         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
6291         (sql-mode-sybase-font-lock-keywords)
6292         (sql-mode-informix-font-lock-keywords)
6293         (sql-mode-interbase-font-lock-keywords)
6294         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
6295         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
6296         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
6297         (sql-product-feature, sql-highlight-product)
6298         (comint-line-beginning-position, sql-rename-buffer)
6299         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
6300         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
6301         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
6302         Fix typos in docstrings.
6304 2010-05-08  Juri Linkov  <juri@jurta.org>
6306         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
6307         property instead of `invisible' and `after-string' (bug#5998).
6309 2010-05-08  Juri Linkov  <juri@jurta.org>
6311         * image-mode.el (image-mode-as-text): Fix typo in docstring.
6313 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
6315         * filecache.el (file-cache-add-directory-list)
6316         (file-cache-add-directory-recursively): Fix typos in docstrings.
6318 2010-05-08  Kenichi Handa  <handa@m17n.org>
6320         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
6321         (gujarati-composable-pattern): Fix typo.
6323 2010-05-08  Kenichi Handa  <handa@m17n.org>
6325         * language/indian.el (oriya-composable-pattern)
6326         (tamil-composable-pattern, malayalam-composable-pattern):
6327         Add two-part vowels to "v" (vowel sign).
6329 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
6331         * files.el (copy-directory): Handle symlinks (Bug#5982).
6333 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
6335         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
6336         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
6337         (Bug#5846).
6339 2010-05-08  Glenn Morris  <rgm@gnu.org>
6341         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
6343         * minibuffer.el (completion-at-point): Doc fix.
6345 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6347         * electric.el (Electric-command-loop): Minor tweak.
6349         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
6350         better with dedicated windows.
6352 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
6354         * Version 23.2 released.
6356 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
6357             Stefan Monnier  <monnier@iro.umontreal.ca>
6359         Highlight vendor specific properties.
6360         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
6361         (css-proprietary-property): New face.
6362         (css-font-lock-keywords): Use them.
6364 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
6366         * cus-start.el (all): Add native condition for tool-bar-* symbols.
6368 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6370         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
6371         * files.el (auto-mode-alist): Remove redundant entries.
6373         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
6374         * simple.el (auto-save-mode): Move from files.el.
6375         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
6377 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6379         * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
6381 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6383         * mail/binhex.el (binhex-decode-region-internal)
6384         * mail/uudecode.el (uudecode-decode-region-internal)
6385         * net/dns.el (dns-read-string-name, dns-write, dns-read)
6386         (dns-read-type, dns-query)
6387         * pgg-parse.el (pgg-parse-armor)
6388         * pgg.el (pgg-verify-region)
6389         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
6390         XEmacs.
6392         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
6394 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
6396         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
6398         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
6399         * emulation/cua-base.el (cua-repeat-replace-region):
6400         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
6401         (cua-cut-region-to-global-mark):
6402         Remove text properties with `set-text-properties'.
6404 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
6406         * net/tramp.el (top, with-progress-reporter):
6407         Use `symbol-function' inside `funcall'.
6409         * net/tramp-compat.el (tramp-compat-file-attributes)
6410         (tramp-compat-delete-file, tramp-compat-delete-directory):
6411         Handle only `wrong-number-of-arguments' error.
6413         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
6414         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
6415         inside `funcall'.
6417 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6419         * minibuffer.el (completion--sreverse, completion--common-suffix):
6420         New functions.
6421         (completion-pcm--merge-completions): Extract common suffix when safe.
6423         * emacs-lisp/easy-mmode.el (define-minor-mode):
6424         Make :variable more flexible.
6425         * files.el (auto-save-mode): Use it to define using define-minor-mode.
6427 2010-05-05  Juri Linkov  <juri@jurta.org>
6429         Add `slow' and `history' tags to the desktop data.
6431         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
6432         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
6433         (Info-finder-find-node): Require `finder.el' to be able
6434         to restore node from the desktop.
6435         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
6436         data `Info-history' and `slow' tag in the assoc list.
6437         (Info-restore-desktop-buffer): Don't restore nodes with the
6438         `slow' tag.  Restore `Info-history'.
6440 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
6442         Add FORCE argument to `delete-file'.
6444         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
6445         forcing to delete the temporary file.
6446         (ange-ftp-delete-file): Add FORCE arg.
6447         (ange-ftp-rename-remote-to-remote)
6448         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
6449         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
6450         Force file deletion.
6452         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
6454         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
6455         (tramp-handle-make-symbolic-link, tramp-handle-load)
6456         (tramp-do-copy-or-rename-file-via-buffer)
6457         (tramp-do-copy-or-rename-file-directly)
6458         (tramp-do-copy-or-rename-file-out-of-band)
6459         (tramp-handle-process-file, tramp-handle-call-process-region)
6460         (tramp-handle-shell-command, tramp-handle-file-local-copy)
6461         (tramp-handle-insert-file-contents, tramp-handle-write-region)
6462         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
6464         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
6465         (tramp-fish-handle-make-symbolic-link)
6466         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
6468         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6469         Use `tramp-compat-delete-file'.
6471         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
6472         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
6474         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
6475         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
6477         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
6478         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
6479         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
6480         `tramp-compat-delete-file'.
6482 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6484         Minor cleanups.
6485         * subr.el (add-minor-mode): Use push.
6486         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
6487         * emulation/edt.el (edt-select-mode): Simplify.
6489         Use define-minor-mode in more cases.
6490         * term/tvi970.el (tvi970-set-keypad-mode):
6491         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
6492         (normal-erase-is-backspace-mode):
6493         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
6494         (set-scroll-bar-mode-1): (Re)move to its sole caller.
6495         (get-scroll-bar-mode): New function.
6496         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
6498         Use define-minor-mode for less obvious cases.
6499         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
6500         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
6501         * international/iso-ascii.el (iso-ascii-mode):
6502         * frame.el (auto-raise-mode, auto-lower-mode):
6503         * composite.el (global-auto-composition-mode): Use define-minor-mode.
6505 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
6507         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
6508         in order to see error messages for failed logins.
6510 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
6512         * diff.el (diff-sentinel):
6514         * epg.el (epg--make-temp-file, epg-decrypt-string)
6515         (epg-verify-string, epg-sign-string, epg-encrypt-string):
6517         * jka-compr.el (jka-compr-partial-uncompress)
6518         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
6520         * server.el (server-sentinel): Use delete-file's new FORCE arg
6521         (Bug#6070).
6523 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6525         Use define-minor-mode where applicable.
6526         * view.el (view-mode):
6527         * type-break.el (type-break-query-mode)
6528         (type-break-mode-line-message-mode):
6529         * textmodes/reftex.el (reftex-mode):
6530         * term/vt100.el (vt100-wide-mode):
6531         * tar-mode.el (tar-subfile-mode):
6532         * savehist.el (savehist-mode):
6533         * ibuf-ext.el (ibuffer-auto-mode):
6534         * composite.el (auto-composition-mode):
6535         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
6536         Use define-minor-mode.
6537         (vhdl-mode): Use static mode-line format.
6538         (vhdl-mode-line-update): Delete.
6539         (vhdl-create-mode-menu, vhdl-activate-customizations)
6540         (vhdl-hs-minor-mode): Don't bother calling it.
6542 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6544         * simple.el (with-wrapper-hook): Move.
6545         (buffer-substring-filters): Mark obsolete.
6546         (filter-buffer-substring-functions): New variable.
6547         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
6549 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
6550             Michael Albinus  <michael.albinus@gmx.de>
6552         Implement compression for inline methods.
6554         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
6555         (tramp-copy-size-limit): Allow also nil.
6556         (tramp-inline-compress-commands): New defconst.
6557         (tramp-find-inline-compress, tramp-get-inline-compress)
6558         (tramp-get-inline-coding): New defuns.
6559         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
6560         replaced by `tramp-get-inline-coding'.
6561         (tramp-handle-file-local-copy, tramp-handle-write-region)
6562         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
6564 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6566         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
6567         Remove unused functions.
6569         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
6570         Set find-tag-default-function as a variable rather than a property.
6572         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
6573         * progmodes/etags.el (tags-completion-at-point-function):
6574         Remove left over interactive spec.  Add autoloading stub.
6575         (complete-tag): Use tags-completion-at-point-function.
6577 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
6579         * minibuffer.el (tags-completion-at-point-function): Fix return value.
6581 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
6583         * ido.el (ido-init-completion-maps): Remove C-v binding.
6584         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
6586 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
6588         * minibuffer.el (tags-completion-at-point-function): New function.
6589         (completion-at-point-functions): Use it.
6591         * progmodes/etags.el (complete-tag): Revert last change.
6593 2010-04-29  Alan Mackenzie  <acm@muc.de>
6595         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
6596         off-by-one error (in end of macro position).
6598 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6600         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
6601         firefox is absent.  Don't autoload.
6602         (browse-url-galeon-program): Don't autoload.
6604 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
6606         * bindings.el (complete-symbol): Move into minibuffer.el.
6608         * minibuffer.el (complete-tag): Move from etags.el.  If tags
6609         completion cannot be performed, return nil instead of signalling
6610         an error.
6611         (completion-at-point): Make it an alias for complete-symbol.
6612         (complete-symbol): Move from bindings.el, and replace with the
6613         body of completion-at-point.
6615         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
6617 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
6619         * net/tramp.el (tramp-remote-selinux-p): New defun.
6620         (tramp-handle-file-selinux-context)
6621         (tramp-handle-set-file-selinux-context): Use it.
6623 2010-04-28  Sam Steingold  <sds@gnu.org>
6625         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
6626         `safe-local-variable' if the value is a string or a symbol with
6627         the property `bug-reference-url-format'.
6629 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
6631         * progmodes/bug-reference.el (bug-reference-url-format):
6632         Revert 2010-04-27 change due to security risk.
6634 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6636         Make it possible to locally disable a globally enabled mode.
6637         * simple.el (fundamental-mode): Run fundamental-mode-hook.
6638         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
6639         rather than kill-all-local-variables so it runs fundamental-mode-hook.
6640         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6641         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
6642         that subsequent hooks get a chance to disable it.
6644 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6646         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6647         Avoid re-enabling a minor mode after the user turned the minor mode
6648         off if MODE-enable-in-buffers is run twice (typically once from
6649         fundamental-mode's after-change-major-mode-hook and a second time from
6650         run-mode-hook's own after-change-major-mode-hook).
6652         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
6654 2010-04-27  Sam Steingold  <sds@gnu.org>
6656         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
6657         `safe-local-variable' if the value is a string or a function, as
6658         documented and implemented on 2010-04-02.
6660 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
6662         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
6663         when method is 'kill.
6665 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
6667         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
6668         condition in default directory check.
6669         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
6670         Kill ispell process when killing its associated buffer.
6672 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
6674         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
6675         but we aren't using it.
6677 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
6679         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
6680         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
6682 2010-04-24  Glenn Morris  <rgm@gnu.org>
6684         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
6685         Ignore VCS-ignore files, and deleted nextstep preferences files.
6686         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
6687         (authors-ambiguous-files): New list.
6688         (authors-valid-file-names): Add some deleted files.
6689         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
6690         (authors-disambiguate-file-name): New function.  (Bug#5501)
6691         (authors-canonical-file-name): Doc fix.
6692         Don't warn about obsolete files.
6693         (authors-canonical-file-name, authors-scan-el):
6694         Use authors-disambiguate-file-name.
6696         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
6697         Add autoload cookies.
6698         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
6699         (generated-autoload-file): Set file-local value to "htmlfontify.el".
6700         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
6701         They have definitions / compiler macros in cl.el.
6702         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
6703         Replace manual autoloads with generated ones.
6704         (htmlfontify-unload-rgb-file): Remove autoload.
6705         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
6707 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6709         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
6710         (byte-compile-setq-default): Optimize for the
6711         single-var case and don't call byte-compile-form in this case to avoid
6712         inf-loop with byte-compile-set-default.
6714         * progmodes/compile.el (compilation-start): Abbreviate default directory.
6716 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
6718         Implement SELINUX backends.
6720         * net/tramp.el (tramp-file-name-handler-alist):
6721         Add `file-selinux-context' and `set-file-selinux-context'.
6722         (tramp-handle-file-selinux-context)
6723         (tramp-handle-set-file-selinux-context): New defuns.
6724         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
6725         Handle PRESERVE-SELINUX-CONTEXT.
6727         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6728         Add `file-selinux-context' and `set-file-selinux-context'.
6729         (tramp-gvfs-handle-file-selinux-context)
6730         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
6731         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
6733         * net/ange-ftp.el (ange-ftp-copy-file):
6734         * net/tramp-fish.el (tramp-fish-handle-copy-file):
6735         * net/tramp-imap.el (tramp-imap-handle-copy-file):
6736         * net/tramp-smb.el (tramp-smb-handle-copy-file):
6737         Add PRESERVE-SELINUX-CONTEXT.
6739 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
6741         Synchronize with Tramp repository.
6743         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
6744         (tramp-action-process-alive, tramp-action-out-of-band)
6745         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
6746         (tramp-exists-file-name-handler): Fix docstring.
6747         (with-progress-reporter): New defmacro.
6748         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
6749         (tramp-maybe-open-connection): Use it.
6751 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
6753         Detect ssh 'ControlMaster' argument automatically in some cases.
6755         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
6756         (tramp-default-method): Use it.
6758 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
6760         * net/tramp.el (tramp-handle-copy-file): Add new optional
6761         parameter `preserve-selinux-context'.
6762         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
6764 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
6766         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
6767         Ensure, that non remote files are still checked.  Oops.
6769 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
6771         Fix Bug#5840.
6773         * icomplete.el (icomplete-completions): Use `non-essential'.
6775         * net/tramp.el (tramp-connectable-p): New defun.
6776         (tramp-handle-expand-file-name)
6777         (tramp-completion-handle-file-name-all-completions)
6778         (tramp-completion-handle-file-name-completion): Use it.
6780 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6782         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
6784 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
6786         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
6788         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
6790         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
6791         is present.
6793         * info.el (info-tool-bar-map): Add labels.
6795         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
6797         * cus-edit.el (custom-commands): Add labels for tool bar.
6798         (custom-buffer-create-internal, Custom-mode): Adjust for
6799         labels in custom-commands.
6801         * dynamic-setting.el: Renamed from font-setting.el.
6803 2010-04-21  John Wiegley  <jwiegley@gmail.com>
6805         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
6806         toggles the use of virtual buffers.
6807         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
6808         (ido-toggle-virtual-buffers): New function.
6810 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
6812         Use `define-derived-mode'; fix window selection; doc fixes.
6813         * play/tetris.el (tetris, tetris-update-speed-function)
6814         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
6815         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
6816         (tetris-rotate-next, tetris-end-game, tetris-start-game)
6817         (tetris-pause-game): Fix typos in docstrings.
6818         (tetris-mode-map, tetris-null-map):
6819         Move initialization into declaration.
6820         (tetris-mode): Define with `define-derived-mode';
6821         set show-trailing-whitespace to nil.
6822         (tetris): Prefer window already displaying the "*Tetris*" buffer.
6824 2010-04-21  Karel Klíč  <kklic@redhat.com>
6826         * files.el (backup-buffer): Handle SELinux context, and return it
6827         if a backup was made by renaming.
6828         (backup-buffer-copy): Set SELinux context to the target file.
6829         (basic-save-buffer): Set SELinux context of the newly written file.
6830         (basic-save-buffer-1): Now it also returns any SELinux context.
6831         (basic-save-buffer-2): Set SELinux context of the newly created file,
6832         and return it.
6833         * net/tramp.el (tramp-file-name-for-operation):
6834         Add file-selinux-context.
6836 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6838         Make the log-edit comments use RFC822 format throughout.
6840         * vc.el (vc-checkin, vc-modify-change-comment):
6841         Adjust to new vc-start/finish-logentry.
6842         (vc-find-conflicted-file): New command.
6843         (vc-transfer-file): Adjust to new vc-checkin.
6844         (vc-next-action): Improve scoping.
6846         * vc-hg.el (vc-hg-log-edit-mode): Remove.
6847         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
6849         * vc-git.el (vc-git-log-edit-mode): Remove.
6850         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
6851         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
6853         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
6854         (vc-start-logentry): Remove argument `extra'.
6855         (vc-finish-logentry): Remove extra args.
6857         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
6858         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
6859         (vc-bzr-conflicted-files): New function.
6861         * log-edit.el (log-edit-extra-flags)
6862         (log-edit-before-checkin-process): Remove.
6863         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
6864         (log-edit-headers-alist): New var.
6865         (log-edit-header-contents-regexp): New const.
6866         (log-edit-match-to-eoh): New function.
6867         (log-edit-font-lock-keywords): Use them.
6868         (log-edit): Insert a "Summary:" header as default.
6869         (log-edit-mode): Mark font-lock rules as case-insensitive.
6870         (log-edit-done): Cleanup headers.
6871         (log-view-process-buffer): Remove.
6872         (log-edit-extract-headers): New function to replace it.
6874 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
6876         * subr.el (default-direction-reversed): Remove obsolescence info.
6878 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6880         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
6881         windows/frames.
6883         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
6884         I.e. include text after point in the completion region.
6885         Also, return nil when we're not after/in a symbol.
6887         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
6888         default enable-multibyte-characters.
6890 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6892         * international/mule.el: Help the user choose a valid coding-system.
6893         (read-buffer-file-coding-system): New function.
6894         (set-buffer-file-coding-system): Use it.  Prompt the user if the
6895         coding-system cannot encode all the chars.
6897         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
6898         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
6899         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
6900         Don't use *vc-bzr-shelve*.
6902 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
6904         Fix the version number for added files.
6905         * vc-hg.el (vc-hg-working-revision): Check if the file is
6906         registered after hg parent fails (Bug#5961).
6908 2010-04-19  Glenn Morris  <rgm@gnu.org>
6910         * htmlfontify.el (htmlfontify-buffer)
6911         (htmlfontify-copy-and-link-dir): Autoload entry points.
6913 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
6915         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
6916         name relative to the project root (Bug#5960).
6918 2010-04-19  Glenn Morris  <rgm@gnu.org>
6920         * vc-git.el (vc-git-print-log): Doc fix.
6922 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
6924         * ido.el (ido-file-internal): Fix 2009-12-02 change.
6926 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
6928         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
6929         default settings (Bug#5928).
6931 2010-04-19  Glenn Morris  <rgm@gnu.org>
6933         * progmodes/fortran.el (fortran-match-and-skip-declaration):
6934         New function.
6935         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
6937 2010-04-19  Kenichi Handa  <handa@m17n.org>
6939         * language/indian.el (malayalam-composable-pattern): Fix previous
6940         change (add U+0D4D "SIGN VIRAMA").
6941         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
6942         (tamil-composable-pattern): Fix typo in the regexp.
6943         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
6944         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
6945         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
6947 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
6949         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
6950         paragraph-separate (Bug#5821).
6952 2010-04-19  Juri Linkov  <juri@jurta.org>
6954         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
6956         * info.el (Info-find-node-2): Comment out code that skips
6957         breadcrumbs line.
6958         (Info-mouse-follow-link): New command.
6959         (Info-link-keymap): New keymap.
6960         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
6961         Return a string with links instead of inserting breadcrumbs
6962         to the Info buffer.
6963         (Info-fontify-node): Comment out code that inserts breadcrumbs.
6964         Instead of putting the `invisible' text property over the Info
6965         header, make an overlay over the Info header with the `invisible'
6966         property and `after-string' set to the string returned by
6967         `Info-breadcrumbs'.
6969 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
6971         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
6972         Reported by monkey@sandpframing.com.
6974 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6976         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
6977         (tmm-get-keymap): Add key-binding shortcuts now that they're not
6978         available in the "keyseq cache" any more.
6980         * custom.el (defcustom): Add edebug spec.
6982 2010-04-18  Juri Linkov  <juri@jurta.org>
6984         Test for special mode-class in view-buffer instead of view-file (bug#5513).
6986         * view.el (view-file, view-buffer): Move test for special mode-class
6987         from view-file to view-buffer.
6989         * tar-mode.el (tar-extract): Turn if's into one cond
6990         like in arc-mode.el.
6992 2010-04-18  Juri Linkov  <juri@jurta.org>
6994         Add 7z archive format support (bug#5475).
6996         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
6997         (archive-7z-extract): New defcustom.
6998         (archive-find-type): Add magic string for 7z.
6999         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
7000         If `stderr-file' is non-nil, use `(t stderr-file)' for the
7001         `buffer' arg of `call-process'.
7002         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
7003         call the function `archive-7z-extract' with the variable
7004         `archive-7z-extract' let-bound to `archive-zip-extract'.
7005         (archive-7z-summarize, archive-7z-extract): New functions.
7007         * international/mule.el (auto-coding-alist):
7008         * files.el (auto-mode-alist): Add 7z file extension.
7010 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7012         * loadup.el: Setup hash-cons for pure data.
7014         Fix duplicate entries in cedet's loaddefs.el files.
7015         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
7016         Should make most file-local generated-autoload-file unnecessary.
7017         (print-readably): Silence warnings.
7018         (autoload-find-destination): Take load-name as an arg to make sure
7019         it's the same as the one that will be in the file.
7020         (autoload-generate-file-autoloads): Adjust to above changes.
7021         Try to make the dataflow a bit simpler.
7023         * cvs-status.el (cvs-refontify): Remove unused.
7025 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
7027         * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
7029         * calc/calc-bin.el (calc-radix): Have the "O" option turn on
7030         twos-complement mode.
7032 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
7034         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
7035         'calc-option'.  Add `calc-option-prefix-help' to calc-help autoloads.
7036         (calc-inverse): Add "Option" to message, as appropriate.
7037         (calc-hyperbolic): Add "Option" to message, as appropriate.
7038         (calc-option, calc-is-option): New functions.
7040         * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
7041         (calc-option-prefix-help): New function.
7043         * calc/calc-misc.el (calc-help): Add "Option" entry.
7045         * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
7046         (calc-option-flag): New variable.
7047         (calc-do): Set `calc-option-flag to nil.
7048         (calc-set-mode-line): Add "Opt " as appropriate.
7050 2010-04-16  Juri Linkov  <juri@jurta.org>
7052         Move scrolling commands from simple.el to window.el
7053         because their primitives are implemented in window.c.
7055         * simple.el (scroll-error-top-bottom)
7056         (scroll-up-command, scroll-down-command, scroll-up-line)
7057         (scroll-down-line, scroll-other-window-down)
7058         (beginning-of-buffer-other-window, end-of-buffer-other-window):
7059         * window.el (scroll-error-top-bottom)
7060         (scroll-up-command, scroll-down-command, scroll-up-line)
7061         (scroll-down-line, scroll-other-window-down)
7062         (beginning-of-buffer-other-window, end-of-buffer-other-window):
7063         Move from simple.el to window.el because their primitives are
7064         implemented in window.c.
7066 2010-04-16  Juri Linkov  <juri@jurta.org>
7068         * isearch.el (isearch-lookup-scroll-key): Check both
7069         `isearch-scroll' and `scroll-command' properties.
7070         (scroll-up, scroll-down): Remove `isearch-scroll' property.
7072         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
7074         * simple.el (scroll-up-command, scroll-down-command)
7075         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
7077 2010-04-15  Juri Linkov  <juri@jurta.org>
7079         * simple.el (scroll-up-command, scroll-down-command)
7080         (scroll-up-line, scroll-down-line): Put `scroll-command'
7081         property on the these symbols.  Remove them from
7082         `scroll-preserve-screen-position-commands'.
7084         * mwheel.el (mwheel-scroll): Put `scroll-command' and
7085         `isearch-scroll' properties on the `mwheel-scroll' symbol.
7086         Remove it from `scroll-preserve-screen-position-commands'.
7088         * isearch.el (isearch-allow-scroll): Doc fix.
7090 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
7092         * net/tramp.el (tramp-error-with-buffer): Don't show the
7093         connection buffer when we are in completion mode.
7094         (tramp-file-name-handler): Catch the error for some operations
7095         when we are in completion mode.  This gives the user the chance to
7096         correct the file name in the minibuffer.
7098 2010-04-15  Glenn Morris  <rgm@gnu.org>
7100         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
7102 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
7104         Simplify by using `define-derived-mode'.
7105         * info.el (Info-mode):
7106         * calendar/todo-mode.el (todo-mode):
7107         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
7108         (gomoku-mode-map): Move initialization into declaration.
7110 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
7112         Fix Bug#5840.
7113         * ido.el (ido-file-name-all-completions-1):
7114         * minibuffer.el (minibuffer-completion-help):
7115         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
7117 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7119         * simple.el (non-essential): New var.
7121         Add a new field `location' to bookmarks for non-file bookmarks.
7122         * bookmark.el (bookmark-location): Use the new field, if present.
7123         (bookmark-insert-location): Undo last change, not needed any more.
7124         * man.el (Man-bookmark-make-record):
7125         * woman.el (woman-bookmark-make-record): Add `location' field.
7127 2010-04-14  Juri Linkov  <juri@jurta.org>
7129         * simple.el (scroll-error-top-bottom): New defcustom.
7130         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
7132         * emulation/pc-select.el (pc-select-override-scroll-error):
7133         Obsolete in favor of `scroll-error-top-bottom'.
7135 2010-04-14  Juri Linkov  <juri@jurta.org>
7137         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
7138         `scroll-up-command' and `M-v' to `scroll-down-command'.
7140         * emulation/cua-rect.el (cua--init-rectangles):
7141         * forms.el (forms--change-commands):
7142         * image-mode.el (image-mode-map):
7143         Remap scroll-down-command and scroll-up-command
7144         in addition to scroll-down and scroll-up.
7146 2010-04-14  Juri Linkov  <juri@jurta.org>
7148         * mwheel.el (scroll-preserve-screen-position-commands):
7149         Add mwheel-scroll to this list of commands.
7151         * simple.el (scroll-preserve-screen-position-commands):
7152         Add scroll-up-command, scroll-down-command, scroll-up-line,
7153         scroll-down-line to this list of commands.
7155 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7157         * obsolete/complete.el: Move from lisp/complete.el.
7159         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
7161         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
7162         to the minor mode function now turns the mode ON unconditionally.
7164 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7166         * vc-dir.el (vc-dir-kill-line): New command.
7167         (vc-dir-mode-map): Bind it to C-k.
7169         * bookmark.el (bookmark-insert-location): Handle a nil filename.
7171         * woman.el: Add bookmark declarations to silence the compiler.
7172         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
7173         step to compatibility between man and woman bookmarks.
7174         Adjust for Man-default-bookmark-title renaming.
7175         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
7177         * man.el: Add bookmark declarations to silence the compiler.
7178         (Man-name-local-regexp): Make it match NAME as well.
7179         (Man-getpage-in-background): Return the buffer.
7180         (Man-notify-when-ready): Use `case'.
7181         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
7182         Don't hardcode "NAME".  Simplify.
7183         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
7184         Rename from Man-bookmark-make-record.
7185         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
7186         we have the actual man-args.  Use Man-getpage-in-background rather
7187         than `man' since the arg is already processed.  Let bookmark.el do the
7188         window handling.  Only wait for the relevant process.
7189         Don't forget to autoload.
7191         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
7193 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7195         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
7196         New functions.
7197         (woman-mode): Setup bookmark support.
7199         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
7200         (man-bookmark-jump): New functions.
7201         (Man-mode): Setup bookmark support.
7203 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
7205         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
7206         recognize ssh-keygen prompt (Bug#2817).
7208 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
7210         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
7212 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
7214         Synchronize with Tramp repository.
7216         * net/tramp.el (tramp-completion-function-alist)
7217         (tramp-file-name-regexp, tramp-chunksize)
7218         (tramp-local-coding-commands, tramp-remote-coding-commands):
7219         Fix docstring.
7220         (tramp-remote-process-environment): Use `format' instead of `concat'.
7221         (tramp-handle-directory-files-and-attributes)
7222         (tramp-get-remote-path): Use `copy-tree'.
7223         (tramp-handle-file-name-all-completions): Backward/ XEmacs
7224         compatibility: Use `completion-ignore-case' if
7225         `read-file-name-completion-ignore-case' does not exist.
7226         (tramp-do-copy-or-rename-file-directly): Do not use
7227         `tramp-handle-file-remote-p'.
7228         (tramp-do-copy-or-rename-file-out-of-band):
7229         Use `tramp-compat-delete-directory'.
7230         (tramp-do-copy-or-rename-file-out-of-band)
7231         (tramp-compute-multi-hops, tramp-maybe-open-connection):
7232         Use `format-spec-make'.
7233         (tramp-find-foreign-file-name-handler)
7234         (tramp-advice-make-auto-save-file-name)
7235         (tramp-set-auto-save-file-modes): Remove superfluous check for
7236         `stringp'.  This is done inside `tramp-tramp-file-p'.
7237         (tramp-debug-outline-regexp): New defconst.
7238         (tramp-get-debug-buffer): Use it.
7239         (tramp-check-for-regexp): Use (forward-line 1).
7240         (tramp-set-auto-save-file-modes): Adapt version check.
7242         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
7243         Wrap call of `featurep' for 2nd argument.
7244         (tramp-compat-make-temp-file): Simplify fallback implementation.
7245         (tramp-compat-copy-tree): Remove function.
7246         (tramp-compat-delete-directory): Provide implementation for older
7247         Emacsen.
7249         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
7250         Do not use `tramp-fish-handle-file-attributes.
7252         * net/trampver.el: Update release number.
7254 2010-04-10  Glenn Morris  <rgm@gnu.org>
7256         * progmodes/compile.el (compilation-save-buffers-predicate):
7257         Add missing :version tag.
7259 2010-04-09  Sam Steingold  <sds@gnu.org>
7261         * progmodes/compile.el (compilation-save-buffers-predicate):
7262         Remove the "autoload" cookie.
7264         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
7265         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
7266         and `bug-reference-prog-mode' can be used in hooks directly.
7268 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
7270         Add --author support to git commit.
7271         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
7272         (vc-git-log-edit-mode): New minor mode.
7273         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
7274         New declarations.
7276 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
7278         * vc-hooks.el, vc-git.el: Improve documentation comments.
7280 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7282         Fix some of the problems in defsubst* (bug#5728).
7283         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
7284         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
7286 2010-04-07  Sam Steingold  <sds@gnu.org>
7288         * progmodes/compile.el (compilation-save-buffers-predicate):
7289         New custom variable.
7290         (compile, recompile): Pass it to `save-some-buffers'.
7292 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
7294         * wid-edit.el (widget-choose): Move cursor to the second line of
7295         the buffer (Bug#5695).
7297 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
7299         Add new VC methods: vc-log-incoming and vc-log-outgoing.
7300         * vc.el (vc-print-log-setup-buttons): New function split out from
7301         vc-print-log-internal.
7302         (vc-log-internal-common): New function, a parametrized version of
7303         vc-print-log-internal.
7304         (vc-print-log-internal): Just call vc-log-internal-common with the
7305         right arguments.
7306         (vc-incoming-outgoing-internal):
7307         (vc-log-incoming, vc-log-outgoing): New functions.
7308         (vc-log-view-type): New permanent local variable.
7310         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
7312         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
7313         of the dynamic bound vc-short-log.
7314         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
7316         * vc-git.el (vc-git-log-outgoing): New function.
7317         (vc-git-log-view-mode): Use vc-log-view-type instead
7318         of the dynamic bound vc-short-log.
7320         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
7321         of the dynamic bound vc-short-log.  Highlight the tag.
7322         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
7323         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
7324         (vc-hg-incoming-mode): Remove.
7325         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
7327 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
7329         Fix default-directory for vc-root-diff.
7330         * vc.el (vc-root-diff): Bind default-directory to the root
7331         directory for the diff command.
7333 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
7335         * progmodes/verilog-mode.el (verilog-forward-sexp):
7336         (verilog-calc-1): Support "disable fork" and "fork wait" multi
7337         word keywords, suggested by Steve Pearlmutter.
7338         (verilog-pretty-declarations): Support lineup of declarations in
7339         port lists.
7340         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
7341         fix bug for /* / comments.
7342         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
7343         Speed up and simplfy as this is never called with a bound.
7344         (verilog-pretty-declarations): Enhance to line up declarations
7345         inside a parameter list, suggested by Alan Morgan.
7346         (verilog-pretty-expr): Tune assignment regular expression match
7347         string for corner cases; also use markers instead of character
7348         number as indent changes the later.
7350 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
7352         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
7353         as missing keyword.
7354         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
7355         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
7356         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
7357         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
7358         Tennant.
7359         (verilog-keywords):
7360         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
7361         1800-2009 keywords, including "global.".
7363 2010-04-06  John Wiegley  <jwiegley@gmail.com>
7365         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
7366         appearing in buffer list (if a live buffer name matched a recentf
7367         file basename).  Should use uniquify to offer a real solution.
7369 2010-04-06  John Wiegley  <jwiegley@gmail.com>
7371         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
7372         comment to code, and add a :version tag.
7373         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
7375 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
7377         Enable recentf-mode if using virtual buffers.
7378         * ido.el (recentf-list): Declare for byte-compiler.
7379         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
7380         (ido-make-buffer-list): Simplify.
7381         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
7383 2010-04-05  Juri Linkov  <juri@jurta.org>
7385         Scrolling commands which scroll a line instead of full screen.
7386         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
7388         * simple.el (scroll-up-line, scroll-down-line): New commands.
7389         Put property isearch-scroll=t on them.
7391         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
7392         Remove commands.
7394 2010-04-05  Juri Linkov  <juri@jurta.org>
7396         Scrolling commands which do not signal errors at top/bottom.
7397         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
7399         * simple.el (scroll-up-command, scroll-down-command): New commands.
7400         Put property isearch-scroll=t on them.
7402         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
7403         `scroll-down-command' and [next] from `scroll-up' to
7404         `scroll-up-command'.
7406         * emulation/cua-base.el: Put property CUA=move on
7407         `scroll-up-command' and `scroll-down-command'.
7408         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
7409         and `scroll-down-command' to `cua-scroll-down'.
7411 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
7413         * help.el (describe-mode): Return nil.
7415 2010-04-04  John Wiegley  <jwiegley@gmail.com>
7417         * ido.el (ido-use-virtual-buffers): New variable to indicate
7418         whether "virtual buffer" support is enabled for IDO.
7419         (ido-virtual): Face used to indicate virtual buffers in the list.
7420         (ido-buffer-internal): If a buffer is chosen, and no such buffer
7421         exists, but a virtual buffer of that name does (which would be why
7422         it was in the list), recreate the buffer by reopening the file.
7423         (ido-make-buffer-list): If virtual buffers are being used, call
7424         `ido-add-virtual-buffers-to-list' before the make list hook.
7425         (ido-virtual-buffers): New variable which contains a copy of the
7426         current contents of the `recentf-list', albeit pared down for the
7427         sake of speed, and with proper faces applied.
7428         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
7429         create a list of "virtual buffers" to present to the user in
7430         addition to the currently open set.  Note that this logic could
7431         get rather slow if that list is too large.  With the default
7432         `recentf-max-saved-items' of 200, there is little speed penalty.
7434 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7436         * font-lock.el: Require CL when compiling.
7437         (font-lock-turn-on-thing-lock): Use `case'.
7439 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
7441         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
7442         Zaretskii.
7444 2010-04-02  Juri Linkov  <juri@jurta.org>
7446         * ehelp.el (electric-help-orig-major-mode):
7447         New buffer-local variable.
7448         (electric-help-mode): Set it to original major-mode.  Doc fix.
7449         (with-electric-help): Use `electric-help-orig-major-mode' instead
7450         of (default-value 'major-mode).  Doc fix.
7451         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
7453 2010-04-02  Sam Steingold  <sds@gnu.org>
7455         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
7456         `vc-hg-command' with a list of flags.
7458         * progmodes/bug-reference.el (bug-reference-bug-regexp):
7459         Also accept "patch" and "RFE".
7460         (bug-reference-fontify): `bug-reference-url-format' can also be a
7461         function to be able to handle the bug kind.
7462         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
7464 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
7466         * tmm.el (tmm-get-keymap): Check with symbolp before passing
7467         value to fboundp, it may not be a symbol.
7469 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
7471         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
7473 2010-03-31  Juri Linkov  <juri@jurta.org>
7475         * simple.el (next-line, previous-line): Re-throw a signal
7476         with `signal' instead of using `ding'.
7477         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
7479 2010-03-31  Juri Linkov  <juri@jurta.org>
7481         * simple.el (keyboard-escape-quit): Raise deselecting the active
7482         region higher than exiting the minibuffer.
7483         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
7485 2010-03-31  Juri Linkov  <juri@jurta.org>
7487         * image.el (image-animated-p): Use `image-metadata' instead of
7488         `image-extension-data'.  Get GIF extenstion data from metadata
7489         property `extension-data'.
7491 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7493         * simple.el (append-to-buffer): Simplify.
7495 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
7497         * textmodes/artist.el (artist-mode): Fix typo in docstring.
7498         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
7500 2010-03-31  Kenichi Handa  <handa@m17n.org>
7502         * language/sinhala.el (composition-function-table): Fix regexp for
7503         the new Unicode specification.
7505         * language/indian.el (devanagari-composable-pattern)
7506         (tamil-composable-pattern, kannada-composable-pattern)
7507         (malayalam-composable-pattern): Adjust for the new Unicode
7508         specification.
7509         (bengali-composable-pattern, gurmukhi-composable-pattern)
7510         (gujarati-composable-pattern, oriya-composable-pattern)
7511         (telugu-composable-pattern): New variables to cope with the new
7512         Unicode specification.  Use them in composition-function-table.
7514 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7516         Make tmm-menubar work for the Buffers menu again (bug#5726).
7517         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
7518         vectors rather than cons cells, as used in menu-bar-update-buffers.
7520 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
7522         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
7523         (js-insert-and-indent): Revert 2009-08-15 change, restoring
7524         electric punctuation for "{}();,:" (Bug#5586).
7526         * mail/sendmail.el (mail-default-directory): Doc fix.
7528 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
7530         * mail/sendmail.el (mail-default-directory): Doc fix.
7532 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
7534         * subr.el (version-regexp-alist, version-to-list)
7535         (version-list-<, version-list-=, version-list-<=)
7536         (version-list-not-zero, version<, version<=, version=): Doc fix.
7537         (Bug#5744).
7539 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
7541         * vc.el (vc-root-diff): Doc fix.
7543 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
7545         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
7547         * simple.el (append-to-buffer): Fix last change.
7549 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
7551         * simple.el (append-to-buffer): Ensure that point is preserved if
7552         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
7553         (Bug#5749)
7555 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7557         * files.el (auto-mode-case-fold): Change default to t.
7559 2010-03-30  Juri Linkov  <juri@jurta.org>
7561         * dired-x.el (dired-omit-mode): Doc fix.
7563 2010-03-30  Juri Linkov  <juri@jurta.org>
7565         * replace.el (occur-accumulate-lines): Move occur-engine related
7566         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
7567         to be located after `occur-engine'.
7569 2010-03-30  Juri Linkov  <juri@jurta.org>
7571         Make occur handle multi-line matches cleanly with context.
7572         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
7574         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
7575         (occur-engine): Add local variables `ret', `prev-after-lines',
7576         `prev-lines'.  Use more arguments for `occur-context-lines'.
7577         Set first elem of its returned list to `data', and the second elem
7578         to `prev-after-lines'.  Don't print the separator line.
7579         In the end, print remaining context after-lines.
7580         (occur-context-lines): Add new arguments `begpt', `endpt',
7581         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
7582         after-lines of the previous match with before-lines of the
7583         current match and not overlap them.  Return a list with two
7584         values: the output line and the list of context after-lines.
7586 2010-03-30  Juri Linkov  <juri@jurta.org>
7588         * replace.el (occur-accumulate-lines): Fix a bug where the first
7589         context line at the beginning of the buffer was missing.
7591 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
7593         * files.el: Make bidi-display-reordering safe variable for boolean
7594         values.
7596 2010-03-29  Phil Hagelberg  <phil@evri.com>
7597             Chong Yidong  <cyd@stupidchicken.com>
7599         * subr.el: Extend progress reporters to perform "spinning".
7600         (progress-reporter-update, progress-reporter-do-update):
7601         Handle non-numeric value arguments.
7602         (progress-reporter--pulse-characters): New var.
7604 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
7606         * progmodes/compile.el (compilation-start): Fix regexp detection
7607         of initial cd command (Bug#5771).
7609 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
7611         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
7613 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
7615         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
7616         * progmodes/gdb-mi.el: Restore.
7617         * progmodes/gdb-ui.el: Remove.
7618         * progmodes/gud.el: Re-accommodate for gdb-mi.el.
7620 2010-03-25  Glenn Morris  <rgm@gnu.org>
7622         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
7623         all dired buffers, even tramp ones.  (Bug#5755)
7625 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7627         Add "union tags" in mpc.el.
7628         * mpc.el: Remove backward compatibility code.
7629         (mpc-browser-tags): Change default.
7630         (mpc--find-memoize-union-tags): New var.
7631         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
7632         (mpc-cmd-find): Handle the case where the playlist does not exist.
7633         Handle union-tags.
7634         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
7635         (mpc-cmd-add): Use mpc-cmd-flush.
7636         (mpc-tagbrowser-tag-name): New fun.
7637         (mpc-tagbrowser-buf): Use it.
7638         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
7640 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7642         Misc cleanup.
7643         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
7644         Use replace-regexp-in-string.
7645         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
7646         (makefile-imake-mode-syntax-table): Move init into defvar.
7647         (makefile-mode): Use define-derived-mode.
7649         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
7650         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
7651         not be present any more.
7653 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7655         * faces.el (set-face-attribute): Fix typo in docstring.
7656         (face-valid-attribute-values): Reflow docstring.
7658 2010-03-24  Glenn Morris  <rgm@gnu.org>
7660         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
7662 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
7664         * indent.el (indent-for-tab-command): Doc fix.
7666 2010-03-24  Alan Mackenzie  <acm@muc.de>
7668         * progmodes/cc-engine.el (c-remove-stale-state-cache):
7669         Fix off-by-one error.  Fixes bug #5747.
7671 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7673         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
7674         (image-dired-read-comment): Doc fix.
7676         * json.el (json-object-type, json-array-type, json-key-type)
7677         (json-false, json-null, json-read-number):
7678         * minibuffer.el (completion-in-region-functions):
7679         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
7680         (cal-tex-cursor-week):
7681         * emacs-lisp/trace.el (trace-function):
7682         * eshell/em-basic.el (eshell/printnl):
7683         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
7684         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
7685         * obsolete/levents.el (allocate-event, event-key, event-object)
7686         (event-point, event-process, event-timestamp, event-to-character)
7687         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
7688         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
7689         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
7690         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
7691         (reftex-highlight-selection): Fix typos in docstrings.
7693 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7695         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
7697 2010-03-24  Glenn Morris  <rgm@gnu.org>
7699         * mail/rmail.el (rmail-highlight-face): Restore option deleted
7700         2008-02-13 without comment; mark it obsolete.
7701         (rmail-highlight-headers): Use rmail-highlight-face once more.
7703 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
7705         * woman.el (woman2-process-escapes): Only consume the newline if
7706         the filler character is on a line by itself (Bug#5729).
7708 2010-03-24  Kenichi Handa  <handa@m17n.org>
7710         * language/indian.el (devanagari-composable-pattern): Add more
7711         consonants.
7713 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
7715         * net/trampver.el: Update release number.
7717 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
7719         * net/tramp.el (tramp-find-executable):
7720         Use `tramp-get-connection-buffer'.  Make the regexp for checking
7721         output of "wc -l" more robust.
7722         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
7723         (tramp-open-connection-setup-interactive-shell): Remove workaround
7724         for OpenSolaris bug, it is not needed anymore.
7726 2010-03-24  Glenn Morris  <rgm@gnu.org>
7728         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
7730 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
7732         * files.el (auto-mode-alist): Accept more verilog file patterns.
7734 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7736         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
7738 2010-03-24  Glenn Morris  <rgm@gnu.org>
7740         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
7741         log-edit-before-checkin-process.
7743         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
7745         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
7747         * vc-dispatcher.el (vc-start-logentry): Doc fix.
7748         (log-view-process-buffer, log-edit-extra-flags): Declare.
7750         * log-edit.el (log-edit-before-checkin-process): Doc fix.
7752 2010-03-23  Sam Steingold  <sds@gnu.org>
7754         Fix bug#5620: recalculate all markers on compilation buffer
7755         modifications, not on file modifications.
7756         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
7757         the buffer modification time, for buffers not associated with files.
7758         (compilation-mode): Create it.
7759         (compilation-filter): Update it.
7760         (compilation-next-error-function): Use it instead of
7761         `visited-file-modtime' for timestamp.
7763 2010-03-23  Juri Linkov  <juri@jurta.org>
7765         Implement Occur multi-line matches.
7766         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
7768         * replace.el (occur): Doc fix.
7769         (occur-engine): Set `begpt' to the beginning of the first line.
7770         Set `endpt' to the end of the last match line.  At first, count
7771         line numbers between `origpt' and `begpt'.  Split out code from
7772         `out-line' variable to new let-bindings `match-prefix' and
7773         `match-str'.  In `out-line' add non-numeric prefix to all
7774         non-first lines of multi-line matches.  Finally, count lines
7775         between `begpt' and `endpt' and add to `lines'.
7777 2010-03-23  Juri Linkov  <juri@jurta.org>
7779         * replace.el (occur-accumulate-lines, occur-engine):
7780         Use `occur-engine-line' instead of duplicate code.
7781         (occur-engine-line): New function created from duplicate code
7782         in `occur-accumulate-lines' and `occur-engine'.
7784         * replace.el (occur-engine-line): Add optional arg `keep-props'.
7785         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
7787 2010-03-23  Juri Linkov  <juri@jurta.org>
7789         * finder.el: Remove TODO tasks.
7791         * info.el (Info-finder-find-node): Add node "all"
7792         with all package info.  Handle a list of multiple keywords
7793         separated by comma.
7794         (info-finder): In interactive use with a prefix argument,
7795         use `completing-read-multiple' to read a list of keywords
7796         separated by comma.
7798 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7800         Add a new completion style `substring'.
7801         * minibuffer.el (completion-basic--pattern): New function.
7802         (completion-basic-try-completion, completion-basic-all-completions):
7803         Use it.
7804         (completion-substring--all-completions)
7805         (completion-substring-try-completion)
7806         (completion-substring-all-completions): New functions.
7807         (completion-styles-alist): New style `substring'.
7809 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7811         Get rid of .elc files after removal of the corresponding .el.
7812         * Makefile.in (compile-clean): New target.
7813         (compile-main): Use it.
7815 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
7817         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
7818         don't do make there.  When compiling with separate object dir, there
7819         is no Makefile there.
7821 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7823         Get rid of the ELCFILES abomination, again.
7824         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
7825         (all, compile): Don't call compile-last.
7826         (compile-main): Build the "elcfiles" list dynamically.
7827         (compile-targets): New (internal) target.
7829 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
7831         * Makefile.in (top_srcdir): Define.
7832         (abs_top_builddir): Define.
7833         (srcdir): Don't append `/..'.
7834         (EMACS): Use ${abs_top_builddir}.
7835         (all, compile, compile-always, compile-last): Don't set emacswd.
7836         (update-subdirs, update-authors): Use $(top_srcdir) instead of
7837         $(srcdir).
7838         (lisp): Use $(srcdir) instead of @srcdir@.
7840 2010-03-21  Juri Linkov  <juri@jurta.org>
7842         Fix message of multi-line occur regexps and multi-buffer header lines.
7843         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
7845         * replace.el (occur-1): Don't display regexp if it is longer
7846         than window-width.  Use `query-replace-descr' to display regexp.
7847         (occur-engine): Don't display regexp in the buffer header for
7848         multi-buffer occur.  Display a separate header line with total
7849         match count and regexp for multi-buffer occur.
7850         Use `query-replace-descr' to display regexp.
7852 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7854         * net/secrets.el: Fix parenthesis.
7855         (secrets-enabled): Fix parenthesis.
7857 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7859         Use more relative file and directory names.
7860         * Makefile.in (EMACS): Arrange for it to work when we chdir.
7861         (setwins, setwins_almost, setwins_for_subdirs):
7862         Don't `cd'; output relative names.
7863         (all, compile, compile-always, compile-last): Set emacswd.
7864         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
7865         Just cd to the lisp source dir so we can use relative file names.
7867         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
7869 2010-03-20  Glenn Morris  <rgm@gnu.org>
7871         * textmodes/rst.el: Use faces for font-lock customization, and make the
7872         old -face variables obsolete.
7873         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
7874         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
7875         (rst-block-face, rst-external-face, rst-definition-face)
7876         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
7877         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
7878         Make obsolete.
7879         (rst-font-lock-keywords-function): Update for above changes.
7881 2010-03-20  Juri Linkov  <juri@jurta.org>
7883         * s-region.el:
7884         * obsolete/s-region.el: Move to obsolete.
7886 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
7888         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
7890 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
7892         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
7894 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
7896         Add special markup processing for commit logs.
7897         * log-edit.el (log-edit-extra-flags): New variable.
7898         (log-edit): Add new argument MODE.  Use that mode when non-nil
7899         instead of the log-view-mode.
7900         (log-view-process-buffer): New function.
7902         * vc.el: Document that the checkin method takes optional
7903         arguments.  Document new backend specific method: log-view-mode.
7904         (vc-default-log-edit-mode): New function.
7905         (vc-checkin): Use a backend specific log-view-mode.
7906         Pass extra arguments to the checkin method.
7907         (vc-modify-change-comment): Pass a dummy extra argument.
7909         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
7910         log-edit.
7911         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
7912         (vc-finish-logentry): Process the log buffer before passing it
7913         down.  Pass log-edit-extra-flags.
7915         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
7916         command.
7917         (log-edit-extra-flags, log-edit-before-checkin-process):
7918         New declarations.
7920         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
7921         command.
7922         (log-edit-extra-flags, log-edit-before-checkin-process):
7923         New declarations.
7924         (vc-hg-log-edit-mode): New derived mode.
7926         * vc-arch.el (vc-arch-checkin):
7927         * vc-cvs.el (vc-cvs-checkin):
7928         * vc-git.el (vc-git-checkin):
7929         * vc-mtn.el (vc-mtn-checkin):
7930         * vc-rcs.el (vc-rcs-checkin):
7931         * vc-sccs.el (vc-sccs-checkin):
7932         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
7934 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7936         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
7937         parent typo).
7939 2010-03-19  Glenn Morris  <rgm@gnu.org>
7941         * password-cache.el (password-cache, password-cache-expiry): Autoload.
7943 2010-03-18  Glenn Morris  <rgm@gnu.org>
7945         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
7947         * replace.el (query-replace-history): Give it a doc string.
7948         (map-query-replace-regexp): Use query-replace-from-history-variable
7949         and query-replace-to-history-variable.
7951         * mail/hashcash.el (declare-function): Remove duplicate definition.
7953         * mail/emacsbug.el (report-emacs-bug-pretest-address):
7954         Make it an obsolete alias for report-emacs-bug-address.
7955         (message-strip-special-text-properties): Declare.
7956         (report-emacs-bug): Remove test for a pretest bug address.
7957         Combine message-mode-specific code.
7959         * mail/supercite.el: Don't require sendmail.
7960         (mh-in-header-p): Declare rather than using with-no-warnings.
7961         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
7962         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
7964         * calendar/cal-french.el: Convert to utf-8.
7966         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
7967         Emacs scripts.
7969 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
7971         * net/secrets.el (secrets-enabled): New variable.  Use it instead
7972         of a subfeature.
7974 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
7976         * net/secrets.el (top): Register the D-Bus signals only when the
7977         service "org.freedesktop.secrets" can be pinged.
7978         Provide subfeature `enabled'.
7980 2010-03-14  Juri Linkov  <juri@jurta.org>
7982         Add finder unknown keywords.
7984         * finder.el (finder-unknown-keywords): New function.
7986         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
7987         to create a Finder node with unknown keywords.
7989 2010-03-14  Juri Linkov  <juri@jurta.org>
7991         * finder.el (finder-compile-keywords): Replace `princ' with
7992         `prin1' on a list of symbols interned from keyword strings.
7994         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
7995         a comma, then split keywords using a comma and optional whitespace.
7996         Otherwise, split by whitespace.
7998         * complete.el:
7999         * face-remap.el:
8000         * log-view.el:
8001         * net/hmac-def.el:
8002         * net/hmac-md5.el:
8003         * net/netrc.el:
8004         * progmodes/mixal-mode.el: Fix keywords.
8006 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
8008         * Makefile.in (ELCFILES): Add net/secrets.elc.
8010         * net/secrets.el: New file.
8012 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
8014         * facemenu.el (list-colors-display, list-colors-print): New arg
8015         callback.  Use it to allow selecting colors.
8017         * wid-edit.el (widget-image-insert): Insert image prop even if the
8018         current display is non-graphic.
8019         (widget-field-value-set): New fun.
8020         (editable-field): Use it.
8021         (widget-field-value-get): Clean up unused var.
8022         (widget-color-value-create, widget-color--choose-action):
8023         New funs.  Allow using list-colors-display to choose color.
8025 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
8027         * cus-edit.el: Resort topmost custom groups.
8028         (custom-buffer-sort-alphabetically): Default to t.
8029         (customize-apropos): Use apropos-parse-pattern.
8030         (custom-search-field): New var.
8031         (custom-buffer-create-internal): Add custom-apropos search field.
8032         (custom-add-parent-links): Don't display parent doc.
8033         (custom-group-value-create): Don't sort top-level custom group.
8034         (custom-magic-value-create): Show visibility button before option name.
8036         (custom-variable-state): New fun, from custom-variable-state-set.
8037         (custom-variable-state-set): Use it.
8038         (custom-group-value-create): Hide options with standard values
8039         using the :hidden-states property.  Use progress reporter.
8041         (custom-show): Simplify.
8042         (custom-visibility): Disable images by default.
8043         (custom-variable): New property :hidden-states.
8044         (custom-variable-value-create): Enable images for
8045         custom-visibility widgets.  Use :hidden-states property to
8046         determine initial visibility.
8048         * wid-edit.el (widget-image-find): Give images center ascent.
8049         (visibility): Add :on-image and :off-image properties.
8050         (widget-visibility-value-create): Use them.
8052 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
8054         * cus-edit.el (processes): Remove from development group.
8055         (oop, hypermedia): Delete group.
8056         (comm): Promote to top-level group.
8058         * net/browse-url.el (browse-url):
8059         * net/xesam.el (xesam):
8060         * net/tramp.el (tramp):
8061         * net/goto-addr.el (goto-address):
8062         * net/ange-ftp.el (ange-ftp): Put in comm group.
8064         * view.el (view): Remove from editing group.
8066         * uniquify.el (uniquify): Put in files group.
8068         * net/browse-url.el (browse-url):
8069         * ps-print.el (postscript): Put in external group.
8071         * cus-edit.el (outlines):
8072         * textmodes/text-mode.el (text-mode-hook):
8073         * textmodes/table.el (table):
8074         * textmodes/picture.el (picture):
8075         * outline.el (outlines): Put in wp group.
8077         * nxml/nxml-mode.el (nxml): Remove from wp group.
8079         * net/tramp-imap.el (tramp-imap): Put in tramp group.
8081         * mail/metamail.el (metamail): Remove from hypermedia group.
8083         * cus-edit.el (abbrev):
8084         * whitespace.el (whitespace):
8085         * vcursor.el (vcursor):
8086         * reveal.el (reveal):
8087         * hl-line.el (hl-line): Put in convenience group.
8089         * epg-config.el (epg): Put in data group.
8091         * emulation/pc-select.el (pc-select): Put in emulations group.
8093         * calculator.el (calculator): Put in applications group.
8095 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
8097         Add .dir-locals.el support for file-less buffers.
8098         * files.el (hack-local-variables): Split out code to apply local
8099         variable settings ...
8100         (hack-local-variables-apply): ... here.  New function.
8101         (hack-dir-local-variables): Use the default directory for when the
8102         buffer does not have an associated file.
8103         (hack-dir-local-variables-non-file-buffer): New function.
8104         * diff-mode.el (diff-mode):
8105         * vc-annotate.el (vc-annotate-mode):
8106         * vc-dir.el (vc-dir-mode):
8107         * log-edit.el (log-edit-mode):
8108         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
8110 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
8112         Add support for shelving snapshots and for showing shelves.
8113         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
8114         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
8115         New functions.
8116         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
8117         (vc-bzr-extra-menu-map): Map them.
8119 2010-03-11  Glenn Morris  <rgm@gnu.org>
8121         * cus-edit.el (customize-changed-options-previous-release):
8122         Bump to 23.1.
8124         * image.el (image-animate-max-time): Fix :version tag.
8126 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
8128         * Branch for 23.2.
8130 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8132         * vc-git.el (vc-git-revision-table): Include remote branches.
8134 2010-03-10  Kim F. Storm  <storm@cua.dk>
8136         Animated image API.
8137         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
8139         * image.el (image-animate-max-time): New defcustom.
8140         (image-animated-types): New defconst.
8141         (create-animated-image, image-animate-timer)
8142         (image-animate-start, image-animate-stop, image-animate-timeout)
8143         (image-animated-p): New functions.
8145         * image-mode.el (image-toggle-display-image):
8146         Replace `create-image' with `create-animated-image'.
8148 2010-03-09  Miles Bader  <miles@gnu.org>
8150         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
8151         instead of "format:"; this ensures that the output is
8152         newline-terminated.
8154 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
8156         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
8157         that all errors are caught, and that the return value is always a
8158         list (Bug#5692).
8160 2010-03-08  Kenichi Handa  <handa@m17n.org>
8162         * language/misc-lang.el (windows-1256): New coding system.
8163         (cp1256): New alias of windows-1256 (bug#5690).
8165 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
8167         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
8168         call to rfc822-bad-address.  (Bug#5692)
8170 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
8172         * vc-git.el (vc-git-annotate-extract-revision-at-line):
8173         Use vc-git-root as default directory for revision path (Bug#5657).
8175 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
8177         * calculator.el (calculator): Don't bind split-window-keep-point
8178         (Bug#5674).
8180 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8182         * vc-git.el: Re-flow to fit into 80 columns.
8183         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
8184         Remove spurious `quote' element in each case alternative.
8185         (vc-git-show-log-entry): Use prog1.
8186         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
8188 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8190         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
8192 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
8194         * macros.el (insert-kbd-macro): Look up keyboard macro using the
8195         definition, not the name (Bug#5481).
8197 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
8199         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
8200         argument with a local variable.  (Bug#5670)
8202 2010-03-02  Juri Linkov  <juri@jurta.org>
8204         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
8206 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
8208         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
8209         error when FILENAME and NEWNAME are existing remote directories.
8211         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
8212         parameter DIR-FLAG.
8214 2010-03-02  Glenn Morris  <rgm@gnu.org>
8216         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
8217         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
8219 2010-03-01  Kenichi Handa  <handa@m17n.org>
8221         * language/burmese.el (burmese-composable-pattern): Rename from
8222         myanmar-composable-pattern.
8224         * international/characters.el (script-list):
8225         * international/fontset.el (script-representative-chars):
8226         Change myanmar to burmese.
8227         (otf-script-alist): Likewise.
8228         (setup-default-fontset): Likewise.  Re-fix :otf spec.
8230 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8232         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
8234 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
8236         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
8238 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
8240         * net/tramp.el (tramp-handle-write-region): START can be a string.
8241         Take care in the checks.  Reported by Dan Davison
8242         <davison@stats.ox.ac.uk>.
8244 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
8246         * net/dbus.el (dbus-introspect, dbus-get-property)
8247         (dbus-set-property, dbus-get-all-properties):
8248         Use `dbus-call-method' when noninteractive.  (Bug#5645)
8250 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
8252         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
8253         * emacs-lisp/elint.el (elint-add-required-env):
8254         * calendar/icalendar.el (icalendar--add-diary-entry):
8255         * calc/calcalg2.el (math-tracing-integral):
8256         * files.el (recover-session-finish): Use with-current-buffer
8257         instead of save-excursion.
8259 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8261         Fix in-buffer completion when after-change-functions modify the buffer.
8262         * minibuffer.el (completion--replace): New function.
8263         (completion--do-completion): Use it and use relative movement.
8265 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
8267         * international/fontset.el (setup-default-fontset): Fix :otf spec.
8269 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
8271         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
8272         Allow the characters _<> in the stack entry (Bug#5653).
8274 2010-02-26  Kenichi Handa  <handa@m17n.org>
8276         * language/burmese.el: Fix entries in composition-function-table.
8277         (myanmar-composable-pattern): New variable.
8279         * international/fontset.el (setup-default-fontset): Add an entry
8280         for myanmar.
8282         * international/characters.el (script-list): Add Myanmar
8283         Extended-A.
8285 2010-02-26  Glenn Morris  <rgm@gnu.org>
8287         * custom.el (custom-initialize-delay): Doc fix.
8289         * mail/sendmail.el (send-mail-function): Autoload the call
8290         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
8292 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
8294         * files.el (hack-local-variables-filter): For eval forms, also
8295         check safe-local-variable-p (Bug#5636).
8297 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
8299         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
8300         setting the modes by `ignore-errors'.  It might fail, for example
8301         if the file is not owned by the user but the group.
8302         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
8304 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
8306         * files.el (directory-listing-before-filename-regexp): Use
8307         stricter matching for iso-style dates, to avoid false matches with
8308         date-like filenames (Bug#5597).
8310         * htmlfontify.el (htmlfontify): Doc fix.
8312         * eshell/eshell.el (eshell): Doc fix.
8314         * startup.el (fancy-about-screen): In mode-line, apply
8315         mode-line-buffer-id face only to the buffer name (Bug#5613).
8317 2010-02-20  Kevin Ryde  <user42@zip.com.au>
8319         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8320         In `watcom' anchor regexp to start of line, to avoid slowness
8321         (Bug#5599).
8323 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
8325         * subr.el (remove-yank-excluded-properties): Explain in a comment
8326         why `category' property is removed.
8328 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
8330         * isearch.el (isearch-update-post-hook, isearch-update): Revert
8331         2010-02-17 change.
8333 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
8335         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
8336         (icalendar--convert-weekly-to-ical)
8337         (icalendar--convert-yearly-to-ical)
8338         (icalendar--convert-block-to-ical)
8339         (icalendar--convert-cyclic-to-ical)
8340         (icalendar--convert-anniversary-to-ical): Take care of time
8341         specifications where hour has 1-digit only (Bug#5549).
8343 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
8345         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
8346         of disassemble output in GDB 7.1.
8348 2010-02-19  Glenn Morris  <rgm@gnu.org>
8350         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
8351         property.  (Bug#5593)
8353 2010-02-18  Sam Steingold  <sds@gnu.org>
8355         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
8357 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8359         Use abbreviated file names in bookmarks (bug#5591).
8360         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
8361         calls to expand-file-name.
8362         (bookmark-relocate): Use abbreviated file names in bookmarks.
8363         (bookmark-load): Use abbreviated file names in messages.
8365 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
8367         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
8368         expand "." and "..".  Reported by Thierry Volpiatto
8369         <thierry.volpiatto@gmail.com>.
8371 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
8373         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
8374         permissions of the temporary file to "0600".  In case the remote
8375         file has no read permissions for the owner, there might be
8376         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
8378 22010-02-18  Glenn Morris  <rgm@gnu.org>
8380         * emacs-lisp/authors.el (authors-renamed-files-alist):
8381         Add entries for INSTALL.CVS.
8383 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
8385         * vc-bzr.el: Fix typo in Known Bugs section.
8387         * isearch.el (isearch-update-post-hook): New hook.
8388         (isearch-update): Use the new hook.
8390 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
8392         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
8393         Fix errors in copying directories.
8394         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
8395         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
8396         (tramp-handle-delete-file)
8397         (tramp-handle-dired-recursive-delete-directory)
8398         (tramp-handle-write-region): Flush also the cache for the upper
8399         directory.
8401 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
8403         * simple.el (save-interprogram-paste-before-kill): Doc fix.
8405         * cus-edit.el (hardware): Doc fix.
8407         * man.el (man): Add to external custom group.
8409         * delim-col.el (columns): Move to wp custom group.
8411         * doc-view.el (doc-view): Add to data custom group.
8413         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
8415         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
8416         by ispell-parse-output (Bug#5575).
8418 2010-02-16  Kenichi Handa  <handa@m17n.org>
8420         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
8421         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
8422         (skkdic-convert): Use `euc-japan' coding system for writing.
8424 2010-02-16  Glenn Morris  <rgm@gnu.org>
8426         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
8427         tex-main-file before using it.  (Bug#5562)
8429 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8431         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
8432         warnings, since it is annoying for the user to see them each time he
8433         runs the code.
8435 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
8437         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
8438         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
8439         instead of PROC for caching "first-password-request".  Otherwise,
8440         new processes would not profit from passwords already entered.
8442         * net/tramp-cache.el (tramp-dump-connection-properties):
8443         Don't save "first-password-request" property.
8445 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
8447         * outline.el (outline-head-from-level):
8448         * simple.el (with-wrapper-hook):
8449         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
8450         (elint-defun, elint-buffer-env, elint-top-form-logged)
8451         (elint-unbound-variable):
8452         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
8453         Fix typos in docstrings.
8455 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
8457         * files.el (insert-directory): When WILDCARD-REGEXP and
8458         FULL-DIRECTORY-P are nil, insert the file entry instead of the
8459         whole directory.  (Bug#5551)
8461         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
8462         dired's alignment sanity.  (Bug#5516)
8464 2010-02-14  Juri Linkov  <juri@jurta.org>
8466         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
8467         Remove remaining ^H with their preceding chars.  (Bug#5566)
8469 2010-02-13  Glenn Morris  <rgm@gnu.org>
8471         * simple.el (transpose-subr): Give it a doc-string.
8473         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
8474         Doc fixes.
8476 2010-02-12  Juri Linkov  <juri@jurta.org>
8478         * arc-mode.el (archive-unique-fname): Make directories for nested
8479         archives.  (Bug#5540)
8481 2010-02-12  Juri Linkov  <juri@jurta.org>
8483         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
8485 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8487         * subr.el (copy-overlay): Handle deleted overlays.
8489         * man.el (Man-completion-table): Don't signal an error if we can't run
8490         manual-program (bug#4056).
8492 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
8494         * textmodes/artist.el (artist-mt): Fix typos in docstring.
8496 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8498         * info.el (Info-bookmark-jump): Simplify.
8500         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
8501         (bookmark-default-handler): Accept new bookmark field `buffer'.
8503 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
8505         * iswitchb.el (iswitchb-completions): Revert last change.
8507 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
8509         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
8510         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
8511         This prevents file names like "~/" being listed literally.
8513 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
8515         * term/xterm.el (xterm-maybe-set-dark-background-mode):
8516         Remove dead code.  (Bug#5546)
8518 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
8520         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
8521         correctly (Bug#5548).
8523 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
8525         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
8526         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
8528 2010-02-08  Kenichi Handa  <handa@m17n.org>
8530         * international/mule-util.el (with-coding-priority): Add autoload
8531         cookie for putting `lisp-indent-function'.
8533 2010-02-07  Glenn Morris  <rgm@gnu.org>
8535         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
8536         Move F2003 named interfaces from keywords-2 to keywords-1, and
8537         use function-name-face rather than constant-face.
8538         Simplify "abstract interface" regexp.
8540 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
8542         * eshell/esh-util.el (eshell-file-attributes): New optional arg
8543         ID-FORMAT.  Pass it to `file-attributes'.
8545         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
8547 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
8549         * faces.el (set-face-attribute): Allow calling
8550         internal-set-lisp-face-attribute with 'unspecified family and
8551         foundry argument (Bug#5536).
8553 2010-02-07  Glenn Morris  <rgm@gnu.org>
8555         * progmodes/f90.el (f90-font-lock-keywords-2)
8556         (f90-looking-at-type-like, f90-looking-at-program-block-end):
8557         Handle F2003 named interfaces.
8559 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
8561         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
8562         beg and end before calling c-get-state-before-change-functions.
8564 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
8566         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
8568 2010-02-05  Juri Linkov  <juri@jurta.org>
8570         * doc-view.el (doc-view-mode):
8571         * image-mode.el (image-mode): Put property mode-class=special.
8572         (Bug#4896)
8574 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
8576         * vc-svn.el (vc-svn-revision-table): New function.
8578 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
8580         * net/ange-ftp.el (ange-ftp-insert-directory):
8581         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
8582         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
8583         Handle also directories.  (Bug#5478)
8585 2010-02-05  Glenn Morris  <rgm@gnu.org>
8587         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
8589 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
8591         * startup.el (command-line-1): Convert options beginning with a
8592         single dash as well (Bug#5519).
8594 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8596         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
8597         * minibuffer.el (completion-initials-expand): Only check the presence
8598         of delims *within* the boundaries, since otherwise the / delim is
8599         always found for files.
8601         Fix up various corner case problems.
8602         * doc-view.el (doc-view-last-page-number): New function.
8603         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
8604         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
8605         (doc-view-kill-proc): Avoid inf-loop in freak cases.
8606         (doc-view-reconvert-doc): Use the new recursive delete-directory.
8607         (doc-view-convert-current-doc): Don't create the resolution.el file
8608         here any more.
8609         (doc-view-pdf/ps->png): Do it here instead.
8610         (doc-view-already-converted-p): Check that resolution.el is present.
8611         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
8612         windows that are not yet showing images.
8614 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
8616         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
8617         `dired-uncache' for every elemnt which is an absolute file name.
8619         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
8620         directory, handle its directory component.
8621         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
8622         function is called permanently and creates noise, otherwise.
8624         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
8625         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
8626         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
8628 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
8630         * macros.el (apply-macro-to-region-lines):
8631         Minor simplification.  (Bug#5485)
8633 2010-02-04  Glenn Morris  <rgm@gnu.org>
8635         * mail/rmail.el (rmail-show-message-1): Handle malformed
8636         quoted-printable text.  (Bug#5441)
8638         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
8640         * simple.el (visual-line-mode): Capitalize lighter.
8642 2010-02-03  John Wiegley  <jwiegley@gmail.com>
8644         * iswitchb.el (iswitchb-completions): Add bookmark files to the
8645         list of files considered for "virtual buffer" completions.
8647 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
8649         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
8650         also in case of (and (not full) (not wildcard)).  This is needed
8651         when dired is called with a list of files, which are not in
8652         `default-directory'.  (Bug#5478)
8654 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8656         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
8658 2010-02-02  Juri Linkov  <juri@jurta.org>
8660         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
8661         from unidiff to allow function-line after @@.
8663 2010-02-02  Juri Linkov  <juri@jurta.org>
8665         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
8666         '(RCS SCCS) with inverted condition.
8668 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
8670         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
8671         messages.
8673 2010-02-01  Juri Linkov  <juri@jurta.org>
8675         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
8676         compare with "pkunzip" and "pkzip" instead of only "pkzip".
8677         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
8678         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
8680 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8682         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
8683         (doc-view-revert-buffer): New command.
8684         (doc-view-mode-map): Use it.
8686 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
8688         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
8689         pending merge is detected.
8691 2010-01-31  Juri Linkov  <juri@jurta.org>
8693         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
8694         beginning of interactive spec like all other grep commands do.
8695         Put "all" in front of "gz".  (Bug#5260)
8697 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
8699         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
8701 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
8703         * dirtrack.el (dirtrack): Warn instead of signalling error if the
8704         regexp is incorrect (Bug#5476).
8706 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
8708         * net/tramp.el (tramp-handle-insert-directory): Handle also
8709         symlinks, when FILENAME is not in `default-directory'.
8711 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
8713         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
8714         FILE is not in `default-directory'.  (Bug#5478)
8716         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
8717         of SWITCHES.  Handle the case, FILENAME is not in
8718         `default-directory'.  (Bug#5478)
8719         (tramp-register-file-name-handlers): Add safe-magic property.
8721 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
8723         * arc-mode.el (archive-zip-extract): Quote the argument passed to
8724         unzip (Bug#5475).
8726 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
8728         * progmodes/flymake.el (flymake-allowed-file-name-masks)
8729         (flymake-master-make-header-init): Add other C++ filename masks.
8730         (flymake-find-possible-master-files)
8731         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
8733 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
8735         Fix some busybox annoyances.
8737         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
8738         not responding." string.
8739         (tramp-open-connection-setup-interactive-shell): Dump stty
8740         settings.  Enable "neveropen" arg for all `tramp-send-command'
8741         calls.  Handle "=" in variable values properly.
8742         (tramp-find-inline-encoding): Raise an error, when no encoding is
8743         found.
8744         (tramp-wait-for-output): Check, whether PROC buffer is available.
8745         Remove spurious " ^H" sequences, sent by busybox.
8746         (tramp-get-ls-command): Suppress coloring, if possible.
8748 2010-01-28  Glenn Morris  <rgm@gnu.org>
8750         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
8752         * log-edit.el (log-edit-strip-single-file-name): Add missing
8753         :safe, :group, and :version tags.
8755 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
8757         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
8758         buffers.  (Bug#5477)
8760 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
8762         * files.el (delete-directory): Handle moving to trash without
8763         first doing recursion (Bug#5436).
8765 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
8767         * vc-hooks.el (vc-path): Mark as obsolete.
8769 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
8771         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
8772         names too.
8774         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
8775         for the short log.
8776         (vc-bzr-log-view-mode): Adjust regexp for the above change.
8778 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
8780         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
8782         * vc-bzr.el (vc-bzr-revision-table): New function.
8784 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
8786         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
8787         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
8789 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
8791         Remove support for adding --signoff on commit.
8792         Future support will use an incompatible generic mechanism.
8793         * vc-git.el (vc-git-add-signoff): Remove variable.
8794         (vc-git-toggle-signoff): Remove function.
8795         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
8797         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
8798         from xterm-set-background-mode.  Return t if the background mode
8799         was set.
8800         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
8801         earlier, call it again in case the background mode has changed.
8803 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
8805         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
8806         (Bug#3541).
8808 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
8810         * emacs-lisp/assoc.el (aelement): Doc fix.
8811         (aput, adelete, amake): Use lexical-let (Bug#5450).
8813 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
8815         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
8816         is the same as subprogram call, not declaration.  (Bug#5435).
8818 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
8820         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
8821         (tramp-smb-maybe-open-connection): Use it.
8823 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
8825         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
8827 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8829         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
8830         just because we see "encoding: 8bit".
8831         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
8833 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
8835         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
8837 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
8839         * jka-compr.el (jka-compr-load): If load-file is not in
8840         load-history, try its file-truename version.  (bug#5447)
8842 2010-01-21  Alan Mackenzie  <acm@muc.de>
8844         Fix a situation where deletion of a cpp construct throws an error.
8845         * progmodes/cc-engine.el (c-invalidate-state-cache):
8846         Before invoking c-with-all-but-one-cpps-commented-out, check that the
8847         special cpp construct is still in the buffer.
8848         (c-parse-state): Record the special cpp with markers, not numbers.
8850 2010-01-21  Kenichi Handa  <handa@m17n.org>
8852         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
8853         process last-command-event, as it is now decoded first (Bug#5380).
8855 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
8857         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
8859 2010-01-20  Glenn Morris  <rgm@gnu.org>
8861         * indent.el (tab-always-indent): Fix custom-type.
8863 2010-01-19  Alan Mackenzie  <acm@muc.de>
8865         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
8866         buffer throws "args out of range".
8867         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
8868         playing the role of delimiter.
8870 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
8872         * progmodes/ada-mode.el: Fix bug#5400.
8873         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
8874         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
8875         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
8876         Improve comments in "is" portion.  Handle null procedure declaration.
8877         (ada-move-to-end): Improve doc string.
8879 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
8881         * ido.el (ido-cur-list): Initialize to nil.
8882         Remove obsolete information from commentary.
8883         (ido-choice-list): Initialize to nil.
8884         (ido-get-bufname): Reject minibuffers.
8885         (ido-make-buffer-list): If "default" is a nonexistent
8886         buffer, ignore it, as per the function's comment.
8887         (ido-kill-buffer-internal): New function.
8888         (ido-kill-buffer-at-head): Use it.
8889         (ido-visit-buffer): Likewise.
8891 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
8893         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
8895 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
8897         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
8898         Fix typos in chart titles.
8900         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
8901         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
8902         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
8903         (describe-class, eieio-describe-generic, describe-generic):
8904         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
8905         (eieio-speedbar-expand):
8906         * emulation/viper-cmd.el (viper-exec-form-in-vi)
8907         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
8908         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
8909         (viper-del-backward-char-in-replace, viper-backward-indent)
8910         (viper-brac-function, viper-register-to-point, viper-submit-report):
8911         * net/tramp.el (tramp-remote-coding-commands):
8912         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
8913         Fix typos in docstrings.
8915 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
8917         * mail/sendmail.el (mail-yank-original): Set the mark if the
8918         specified function for yanking does not do it.
8920 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
8922         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
8924         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
8925         resyncing a directory.
8927 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
8929         * progmodes/ada-mode.el: Fix bug#1920.
8930         (ada-ident-re): Delete ., allow multibyte characters.
8931         (ada-goto-label-re): New; matches goto labels.
8932         (ada-block-label-re): New; matches block labels.
8933         (ada-label-re): New; matches both.
8934         (ada-named-block-re): Deleted; callers changed to use
8935         `ada-block-label-re' instead.
8936         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
8937         Use `ada-block-label-re'.
8938         (ada-indent-on-previous-lines): Improve handling of goto labels.
8939         (ada-get-indent-block-start): Special-case block label.
8940         (ada-get-indent-label): Split into `ada-indent-block-label' and
8941         `ada-indent-goto-label'.
8942         (ada-goto-stmt-start, ada-goto-next-non-ws):
8943         Optionally ignore goto labels.
8944         (ada-goto-next-word): Simplify.
8945         (ada-indent-newline-indent-conditional): Insert newline before
8946         trying to fix indentation; doc fix.
8948 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
8950         * calc/calc.el (calc-command-flags): Give it an initial value.
8952 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
8954         * files.el (minibuffer-with-setup-hook):
8955         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
8956         (artist-key-draw-continously, artist-key-do-continously-continously)
8957         (artist-key-set-point-continously, artist-mouse-draw-continously):
8958         Fix typos in docstrings.
8960 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
8962         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
8963         return t (Bug#3898).
8965 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
8967         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
8968         can parse the output of the external commands (Bug#5279).
8970 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
8972         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
8974 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
8976         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
8978         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
8980         * startup.el (command-line): Remove unused --icon-type arg.
8981         Handle --display arg, passing it to command-line-1 (Bug#5392).
8983 2010-01-16  Mario Lang  <mlang@delysid.org>
8985         * emacs-lisp/chart.el (chart-translate-namezone):
8986         * textmodes/artist.el (artist-compute-popup-menu-table):
8987         Remove duplicated words in doc-strings.
8989 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
8991         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
8992         to mairix-search to suppress threading (Bug#5342).
8994 2010-01-15  Kenichi Handa  <handa@m17n.org>
8996         * international/mule-cmds.el (canonicalize-coding-system-name):
8997         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
8999 2010-01-15  Glenn Morris  <rgm@gnu.org>
9001         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
9003         * wid-edit.el (widget-keymap): Doc fix.
9005         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
9006         former seems to be more widely accepted by various svn versions.
9008 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
9010         * find-cmd.el (find-constituents):
9011         * vc-arch.el (vc-arch-root):
9012         * window.el (window-body-height, pop-up-frames):
9013         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
9014         * progmodes/ada-stmt.el (ada-if):
9015         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
9016         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
9017         (ispell-encoding8-command, ispell-aspell-supports-utf8)
9018         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
9020         * progmodes/flymake.el (flymake-post-syntax-check):
9021         Fix typo in error message.
9023 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
9025         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
9026         which is always a string.  (Bug#5313)
9028 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
9030         * progmodes/ada-xref.el (ada-default-prj-properties):
9031         Simplify previous change.
9033 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
9035         * progmodes/ada-xref.el (ada-default-prj-properties):
9036         Default ada_project_path to $ADA_PROJECT_PATH.
9038 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
9040         * progmodes/ada-mode.el (ada-create-keymap):
9041         Override `narrow-to-defun' with `ada-narrow-to-defun'.
9043 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
9045         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
9046         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
9047         (ada-get-current-indent, ada-imenu-generic-expression)
9048         (ada-which-function): Check for it.
9050 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
9052         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
9053         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
9055 2010-01-14  Glenn Morris  <rgm@gnu.org>
9057         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
9059 2010-01-14  Kenichi Handa  <handa@m17n.org>
9061         * composite.el (auto-composition-mode): Make it a buffer local
9062         variable (permanent-local).
9063         (auto-composition-function): Set the default value to
9064         auto-compose-chars.
9065         (auto-composition-mode): Make it a simple function, not a minor mode.
9066         (global-auto-composition-mode): Likewise.
9067         (turn-on-auto-composition-if-enabled): Delete it.
9069 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
9071         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
9073 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
9075         * files.el (copy-directory): Compute target for recursive
9076         directories with identical names.  (Bug#5343)
9078 2010-01-12  Glenn Morris  <rgm@gnu.org>
9080         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
9081         it to bug-gnu-emacs rather than emacs-pretest-bug.
9083 2010-01-11  Sam Steingold  <sds@gnu.org>
9085         * imenu.el (imenu-default-create-index-function): Detect infinite
9086         loops caused by imenu-prev-index-position-function.
9088 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
9090         * htmlfontify.el (htmlfontify-load-rgb-file)
9091         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
9092         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
9093         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
9094         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
9095         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
9096         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
9097         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
9098         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
9099         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
9100         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
9101         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
9102         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
9103         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
9104         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
9105         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
9106         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
9107         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
9108         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
9109         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
9110         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
9111         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
9112         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
9113         backslash-quoting from parentheses, etc.
9115 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
9117         * progmodes/js.el: Autoload javascript-mode alias.
9119 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
9121         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
9122         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
9123         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
9124         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
9125         Fix typos in docstrings.
9126         (ffap-url-regexp): Doc fix.
9127         (ffap-at-mouse): Fix typo in message.
9129 2010-01-11  Glenn Morris  <rgm@gnu.org>
9131         * version.el (emacs-copyright): Set copyright year to 2010.
9133 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9135         * format.el (format-annotate-function): Only set
9136         write-region-post-annotation-function after running to-fn so as not to
9137         affect nested write-region calls (bug#5273).
9139 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
9141         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
9142         wisent/python.el.
9144 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
9146         * man.el (Man-goto-section): Signal error if the section is not
9147         found (Bug#5317).
9149 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
9151         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
9152         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
9154 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
9156         * progmodes/compile.el: Don't treat compile-command as safe if
9157         compilation-read-command might be nil (Bug#4218).
9159 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
9161         * startup.el (command-line-1): Use orig-argi to check for ignored X and
9162         NS options.
9164 2010-01-08  Kenichi Handa  <handa@m17n.org>
9166         * international/fontset.el (build-default-fontset-data):
9167         Exclude characters in scripts kana, hangul, han, or cjk-misc.
9169 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
9171         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
9172         to `create-file-buffer' as it expects, not just a buffer name.
9173         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
9174         to help uniquify.  (Bug#3224)
9176 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
9178         * font-setting.el (font-setting-change-default-font): Use user-spec
9179         instead of name.
9181 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9183         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
9185 2010-01-05  Tom Tromey  <tromey@redhat.com>
9187         * progmodes/python.el (python-font-lock-keywords):
9188         Handle qualified decorators (Bug#881).
9190 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
9192         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
9193         in a lightweight checkout.
9195 2010-01-05  Kenichi Handa  <handa@m17n.org>
9197         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
9199 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
9201         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
9203 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
9205         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
9206         checkouts.  (Bug#618)
9207         (vc-bzr-log-view-mode): Also highlight the author.
9208         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
9209         (vc-bzr-shelve-menu-map):
9210         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
9211         (vc-bzr-shelve-apply): Make prompt more explicit.
9213 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
9215         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
9216         They are valid characters in URL paths (rfc3986), and at least
9217         Firefox does not understand the encoded version (Bug#3166).
9219 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
9221         * progmodes/octave-mod.el (octave-end-keywords)
9222         (octave-block-begin-or-end-regexp, octave-block-match-alist):
9223         Add "end" keyword (Bug#3061).
9224         (octave-end-as-array-index-p): New function.
9225         (calculate-octave-indent): Use it.
9227 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9229         * bookmark.el: Consistently put the text property on the bookmark name.
9230         (bookmark-bmenu-marks-width): Bump back to 2, to include
9231         annotation marks.
9232         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
9233         property on the bookmark name, instead of not putting it at all.
9234         (bookmark-bmenu-list): Fix where we put the text property.
9236 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9238         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
9239         for showing buffer modified state (as added in the previous change).
9241 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9243         * bookmark.el: Show modified state of bookmark buffer more accurately.
9244         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
9245         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
9246         (with-buffer-modified-unmodified): New macro.
9247         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
9248         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
9249         Use new macro to preserve the buffer modified state.
9251 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9253         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
9254         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
9255         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
9256         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
9257         (bookmark-bmenu-rename, bookmark-bmenu-locate)
9258         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
9259         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
9261 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
9263         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9264         Make the lines in the generated doc string shorter.  (Bug#4668)
9266 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
9268         * net/rcirc.el: Add follow-link binding (Bug#4738).
9270 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
9272         * Makefile.in (bzr-update): Rename from cvs-update.
9273         (cvs-update): New target for backward compatibility.
9275         * makefile.w32-in (bzr-update): Rename from cvs-update.
9276         (cvs-update): New target for backward compatibility.
9278 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9280         * bookmark.el: Remove gratuitous gratitude.
9282 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9284         * bookmark.el (bookmark-bmenu-any-marks): New function.
9285         (bookmark-bmenu-save): Clear buffer modification if no marks.
9287 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9289         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
9290         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
9291         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
9292         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
9294         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
9295         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
9296         To: emacs-devel {_AT_} gnu.org
9297         Subject: bookmark.el bug report
9298         Date: Mon, 28 Dec 2009 14:19:16 +0800
9299         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
9301 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9303         * bookmark.el: Improvements suggested by Drew Adams:
9304         (bookmark-bmenu-ensure-position): New name for
9305         `bookmark-bmenu-check-position'.  Just ensure the position,
9306         don't return any meaningful value.
9307         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
9308         New constants.
9310 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
9312         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
9313         (bookmark-yank-point, bookmark-bmenu-check-position):
9314         Fix typos in docstrings.
9315         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
9316         (bookmark-name-from-full-record, bookmark-get-position)
9317         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
9318         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
9319         Remove useless quoting of parenthesis, etc. in docstrings.
9321         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
9322         (ediff-append-custom-diff): Fix typo in error message.
9323         (ediff-meta-mark-equal-files): Fix typos in messages.
9325         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
9327         * net/imap-hash.el (imap-hash-make): Doc fix.
9328         (imap-hash-test): Fix typo in error message; reflow docstring.
9329         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
9330         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
9331         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
9332         Fix typos in docstrings.
9333         (imap-hash-open-connection): Fix typo in error message.
9335         * play/gomoku.el (gomoku): Fix typos in docstring.
9337         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
9338         (gdb-jsonify-buffer): Fix typos in docstring.
9339         (gdb-goto-breakpoint): Fix typo in error message.
9340         ("Display Other Windows"): Fix typo in help message.
9341         (gdb-speedbar-expand-node): Fix typo in question.
9343         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
9344         (idlwave-html-system-help-location, idlwave-html-help-location)
9345         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
9346         (idlwave-help-browser-generic-args, idlwave-help-directory)
9347         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
9348         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
9349         (idlwave-online-help, idlwave-help-html-link)
9350         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
9351         Fix typos in docstrings.
9352         (idlwave-help-with-source, idlwave-help-find-routine-definition):
9353         Reflow docstrings.
9354         (idlwave-help-assistant-start): Fix typo in error message.
9356         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
9357         (octave-electric-space): Fix typos in docstrings.
9359 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
9361         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
9363 2010-01-01  Juri Linkov  <juri@jurta.org>
9365         * comint.el (comint-input-ring-size): Make it a defcustom and
9366         increase the default to 500 (Bug#5148).
9368 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
9370         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
9371         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
9372         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
9374 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
9376         Show working revision correctly for mercurial.
9377         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
9378         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
9380 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
9382         Declare some functions for the byte-compiler.
9383         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
9384         (speedbar-timer-fn, speedbar-change-expand-button-char)
9385         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
9387 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
9389         This changeset reverts GDB Graphical Interface to use annotations.
9390         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
9392 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
9394         Make vc-dir work on subdirectories of the bzr root.
9395         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
9396         file names relative to it.
9397         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
9398         relative directory to vc-bzr-after-dir-status.
9400 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
9402         * font-lock.el (font-lock-refresh-defaults): New function, which
9403         can be used to let font-lock react to external changes in
9404         variables like font-lock-defaults and keywords.
9405         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
9407 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
9409         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
9411         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
9413 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
9415         Supersede color.diff settings in git log (bug#5211).
9417         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
9418         escape chars in its output when the user has color.diff set to `always'.
9419         This fix works on git 1.4.2 and newer (released on 2006-08-13).
9421 2009-12-26  Kevin Ryde  <user42@zip.com.au>
9423         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
9424         node.  Keep previous "Index" name to work with past coreutils too.
9426         * man.el (man): Revise docstring a bit to show -a and -l as
9427         examples.  Add -k description since support for it has otherwise
9428         been a secret.  (Further to bug#3717.)
9429         (Man-bgproc-sentinel): When "-k foo" produces no output show error
9430         "no matches" rather than "Can't find manpage", as the latter reads
9431         like -k was interpreted as a page name, which is not so.  (Bug#5431)
9433 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
9435         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
9436         switches.  Check also for //SUBDIRED// line.
9438 2009-12-25  Kenichi Handa  <handa@m17n.org>
9440         * language/indian.el (devanagari-composable-pattern): Fixed to
9441         handle ZWNJ and ZWJ.  Use it in composition-function-table for
9442         Devanagari.
9443         (malayalam-composable-pattern): Fix previous change.
9445 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9447         * ps-print.el (ps-face-attributes): It was not returning the
9448         attribute face for faces specified as string.  Reported by harven
9449         <harven@free.fr>.  (Bug#5254)
9450         (ps-print-version): New version 7.3.5.
9452 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
9454         * calendar/icalendar.el (icalendar--convert-tz-offset):
9455         Fix timezone names.
9456         (icalendar--convert-tz-offset): Fix the "last-day-problem".
9457         (icalendar--add-diary-entry): Remove the trailing blank that
9458         diary-make-entry inserts.
9460 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
9462         Make `file-expand-wildcards' work for remote files.
9464         * files.el (file-expand-wildcards): In case of remote files, check
9465         only local file name part for wildcards.  Provide feature 'files
9466         and subfeature 'remote-wildcards.  (Bug#5198)
9468         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
9469         if there is already an established connection.
9470         (tramp-advice-file-expand-wildcards): Remove it.
9472         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
9473         (tramp-advice-file-expand-wildcards): Move from tramp.el.
9474         Activate advice for older GNU Emacs versions.  (Bug#5237)
9476 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
9478         Some doc fixes (more needed).
9480         * find-cmd.el (find-constituents): Reflow docstring.
9481         (find-cmd, find-prune, find-command): Fix typos in docstrings.
9482         (find-generic): Doc fix.
9484 2009-12-17  Juri Linkov  <juri@jurta.org>
9486         Fix regression from 23.1 to allow multiple modes in Local Variables.
9488         * files.el (hack-local-variables-filter): While ignoring duplicates,
9489         don't take `mode' into account.
9490         (hack-local-variables-filter, hack-dir-local-variables):
9491         Don't remove duplicate `mode' from local-variables-alist (like `eval').
9493 2009-12-17  Juri Linkov  <juri@jurta.org>
9495         Make `dired-diff' safer.  (Bug#5225)
9497         * dired-aux.el (dired-diff): Signal an error when `file' equals to
9498         `current' or when `file' is a directory of the `current' file.
9500 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
9502         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
9503         unconditionally preloaded files.
9505 2009-12-16  Juri Linkov  <juri@jurta.org>
9507         Revert to old 23.1 logic of using the file at the mark as default.
9508         * dired-aux.el (dired-diff): Use the file at the mark as default
9509         if it's not the same as the current file, and the target dir is
9510         the current dir or the mark is active.  Add the current file
9511         as the arg of `dired-dwim-target-defaults'.  Use the default file
9512         in the prompt.  (Bug#5225)
9514 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
9516         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
9517         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
9518         (tramp-check-for-regexp): Check also, when an echoing shell stops
9519         to echo sent commands.
9521 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
9523         * Makefile.in: Revert last change (Bug#5191).
9525 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
9527         * vc-hg.el (vc-hg-print-log): Fix argument order.
9528         (vc-hg-working-revision): Make sure the command is executed in a
9529         known environment so that we can parse the output.  (Bug#4417)
9531 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
9533         * progmodes/python.el (python-symbol-completions): Remove text
9534         properties from symbol string before calling python-send-receive.
9536 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
9538         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
9539         when there are values for both file and line.  (Bug#5060)
9541 2009-12-14  Juri Linkov  <juri@jurta.org>
9543         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
9544         whitespace after the file name of the first line of unified format,
9545         because git-diff doesn't output whitespace and file modification time
9546         after the file name.
9548 2009-12-14  David Kastrup  <dak@gnu.org>
9550         * info.el (Info-hide-cookies-node): Before hiding a cookie,
9551         check if it already has the `display' property added by
9552         `Info-display-images-node', and not put the `invisible' property
9553         in this case.
9555 2009-12-13  Glenn Morris  <rgm@gnu.org>
9557         * mail/emacsbug.el (message-sort-headers): Define for compiler.
9558         (report-emacs-bug): In message-mode, sort manually before storing
9559         original report text.  (Bug#5178)
9560         Remove superfluous save-excursion.
9562 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
9564         * net/dbus.el (dbus-property-handler): Filter lambda forms out
9565         when responding to "GetAll" properties.
9567 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
9569         * simple.el (compose-mail): Remove mail-setup-with-from from
9570         customization checks.
9572 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
9574         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
9575         RAR archives created on Unix systems.
9577 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9579         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
9580         the varalias that was accidentally removed by the 2009-11-19 change
9581         (bug#5186).
9583 2009-12-12  Kenichi Handa  <handa@m17n.org>
9585         * language/indian.el (indian-compose-regexp): New function.
9586         (malayalam-composable-pattern): Fix the pattern.
9587         (composition-function-table): Set malayalam-composable-pattern for
9588         Malayalam characters.
9590 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
9592         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
9593         rather than down-mouse-1, based on follow-link conventions.
9595         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
9596         are compiled.
9598 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
9600         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
9601         (verilog-vmm-statement-re, verilog-ovm-statement-re)
9602         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
9603         (verilog-leap-to-head, verilog-backward-token):
9604         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
9606 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
9608         * progmodes/verilog-mode.el (verilog-auto-lineup)
9609         (verilog-nameable-item-re): Cleanup user-visible spelling and
9610         documentation errors.  One reported by Gary Delp.
9611         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
9612         (verilog-read-decls): Fix AUTOWIRE with types declared in a
9613         package, bug195.  Reported by Pierre-David Pfister.
9615 2009-12-11  Glenn Morris  <rgm@gnu.org>
9617         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
9619         * mail/emacsbug.el: No longer require sendmail.
9620         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
9621         (report-emacs-bug-orig-text): Doc fix.
9622         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
9623         New local variables, to adapt to different mail-user-agents.
9624         (report-emacs-bug): Fix test for a gnu.org address.
9625         Use overlays for emphasis, since font-lock defeats 'face property.
9626         Pretest bugs also end up at the newsgroup these days.
9627         Stop message-mode stripping text properties.
9628         Set and use the new buffer-local variables.
9629         (report-emacs-bug-hook): Add doc-string.
9630         Remove some unnecessary save-excursions and simplify.
9631         Use the appropriate hook and send-command.
9633         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
9634         capitalization of some menu entries.
9636 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9638         * whitespace.el (whitespace-display-char-on):
9639         Ensure `buffer-display-table' is unique when two or more windows are
9640         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
9641         New version 12.1.
9643 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
9645         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
9646         characters in the Attribute field.
9648 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
9650         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
9652 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9654         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
9655         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9656         Disregard autoload-excludes.
9657         (update-directory-autoloads): Obey autoload-excludes here instead.
9658         But don't store its contents in no-autoloads and remove entries that
9659         refer to excludes files.
9661 2009-12-10  Glenn Morris  <rgm@gnu.org>
9663         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
9664         (expand-mail-aliases): Define for compiler.
9666         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
9667         Define for compiler.
9669         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
9670         appropriate for the mail-user-agent in use.
9672 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
9674         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
9676 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
9678         Fix short log parsing and fontification.
9679         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
9680         Fix fontification for the [merge] label.
9682 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
9684         Drop some properties to avoid surprises (bug#5002).
9685         * htmlfontify.el (hfy-ignored-properties): New defcustom.
9686         (hfy-fontify-buffer): Use it.
9688 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9690         Minor cleanup.
9691         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
9692         Adjust all callers.
9693         (ffap-locate-file): Remove unused arg `dir-ok' and make other
9694         args compulsory.  Adjust callers.
9695         (ffap-gopher-at-point): Remove unused var `name'.
9697         Get rid of the ELCFILES abomination.
9698         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
9699         (compile-elcfiles): New phony target.
9700         (compile-main): Compute ELCFILES dynamically.
9701         (compile-clean): New target to remove left-over elc files.
9702         (compile, all): Use it.
9704 2009-12-09  Kenichi Handa  <handa@etlken>
9706         * international/mule-diag.el: Require help-mode instead of help-fns.
9708 2009-12-09  Kenichi Handa  <handa@m17n.org>
9710         * international/mule-cmds.el (ucs-names): Supply sufficiently
9711         fine ranges instead of pre-calculating accurate ranges.
9712         Iterate with bigger gc-cons-threshold.
9714 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
9716         Add support for stashing a snapshot of the current tree.
9717         * vc-git.el (vc-git-stash-snapshot): New function.
9718         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
9720 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
9722         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
9723         instead of `(beginning|end)-of-line'.
9725 2009-12-08  Glenn Morris  <rgm@gnu.org>
9727         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
9729         * Makefile.in (ELCFILES): Regenerate.
9731 2009-12-07  Juri Linkov  <juri@jurta.org>
9733         Don't lazy-highlight the comint output in history Isearch mode.
9735         * comint.el (comint-history-isearch-search): Instead of
9736         `comint-line-beginning-position', use `comint-after-pmark-p'
9737         to check if point if before the process mark, and go to
9738         `process-mark' in this case.
9740 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9742         * textmodes/tex-mode.el (latex-complete)
9743         (latex-indent-or-complete): Remove.
9744         (latex-mode): Set completion-at-point-functions instead.
9746         Provide a standard completion command and hook it into TAB.
9747         * minibuffer.el (completion-at-point-functions): New var.
9748         (completion-at-point): New command.
9749         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
9750         * progmodes/python.el (python-mode-map): Use completion-at-point.
9751         (python-completion-at-point): Rename from python-partial-symbol and
9752         adjust for use in completion-at-point-functions.
9753         (python-mode): Setup completion-at-point for Python completion.
9754         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
9755         extracted from lisp-complete-symbol.
9756         (lisp-complete-symbol): Use it.
9757         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
9758         setup completion-at-point for Elisp completion.
9759         (emacs-lisp-mode-map, lisp-interaction-mode-map):
9760         Use completion-at-point.
9761         * ielm.el (ielm-map): Use completion-at-point.
9762         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
9763         * progmodes/sym-comp.el: Move to...
9764         * obsolete/sym-comp.el: Move from progmodes.
9766 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
9768         Prevent save-buffer in Rmail buffers from using the coding-system
9769         of the current message, and from clobbering the encoding mnemonics
9770         in the mode line (Bug#4623).
9772         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
9773         flag, too.
9774         (rmail-message-encoding): New variable.
9775         (rmail-write-region-annotate): Record the encoding of the current
9776         message in rmail-message-encoding.
9777         (rmail-after-save-hook): New function, restores the encoding of
9778         the current message after the message collection is saved.
9780 2009-12-07  Juri Linkov  <juri@jurta.org>
9782         * progmodes/grep.el (grep-read-files): Use `completing-read'
9783         instead of `read-string'.  Set its `collection' arg to
9784         `read-file-name-internal'.  (Bug#4301)
9786 2009-12-07  Juri Linkov  <juri@jurta.org>
9788         Correctly restore original Isearch point.  (Bug#4994)
9790         * isearch.el (isearch-mode): Move `isearch-push-state' after
9791         `(run-hooks 'isearch-mode-hook)'.
9792         (isearch-cancel): When `isearch-push-state-function' is defined,
9793         let-bind `isearch-cmds' to the first state (the last element of
9794         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
9795         function and restores the original point).  Otherwise, move point
9796         to `isearch-opoint'.
9798 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9800         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
9801         chars that don't have names, so the table can be built much faster at
9802         run-time.
9804 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
9806         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
9807         change.  Suggested by David Kastrup.
9809         * simple.el (compose-mail): Check for incompatibilities and warn.
9810         (compose-mail-user-agent-warnings): New option.
9812 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
9814         Support showing a single log entry from vc-annotate.
9815         * vc.el (print-log): Add a new argument: START-REVISION.
9816         (vc-print-log-internal): Add a new optional argument and
9817         pass it to the backend.
9818         (vc-print-log, vc-print-root-log): Adjust callers.
9819         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
9820         buffer already displays the requested log entry, use it.
9821         Otherwise display only the log entry in question.
9822         * vc-svn.el (vc-svn-print-log):
9823         * vc-mtn.el (vc-mtn-print-log):
9824         * vc-hg.el (vc-hg-state):
9825         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
9826         (vc-git-show-log-entry): Return t on success.
9827         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
9828         (vc-bzr-show-log-entry): Return t on success.
9829         * vc-rcs.el (vc-rcs-print-log):
9830         * vc-sccs.el (vc-sccs-print-log):
9831         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
9833 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
9835         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
9836         Add menus to the meta mode.  (Bug#5043)
9838 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
9840         * ediff-init.el (ediff-event-key): Use event-to-character instead of
9841         event-key.
9843         * ediff.el (ediff-buffers-internal): Add unwind-protect.
9845 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
9847         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
9848         Berbain <raphael.berbain@gmail.com>.
9850         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
9851         characters.
9852         (tramp-initial-end-of-output): New defconst.
9853         (tramp-methods, tramp-find-shell)
9854         (tramp-open-connection-setup-interactive-shell)
9855         (tramp-maybe-open-connection): Use it.
9856         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
9857         existence of `#' and `$'.
9859         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
9860         `tramp-initial-end-of-output'.
9862 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
9864         Get the background mode from the terminal for xterm, and set
9865         faces accordingly.
9866         * term/xterm.el (xterm-set-background-mode): New function.
9867         (terminal-init-xterm): Use it in case xterm supports background
9868         color queries.  Recompute faces after getting the background
9869         color.
9871 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
9873         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
9874         number comment back on its own line, for easier parsing.
9876 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9878         Make it work for non-file buffers (bug#5102).
9879         * doc-view.el (doc-view-current-cache-dir):
9880         Use doc-view-buffer-file-name rather than buffer-file-name.
9881         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
9883 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
9885         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
9886         author field is too short.
9888 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
9890         * vc-git.el (vc-git-print-log): Handle a limit argument.
9891         Display the short log in graph form and with labels.
9892         (vc-git-log-view-mode): Handle labels.
9894         Make vc-revert change VC state from 'added to 'unregistered.
9895         * vc-git.el (vc-git-revert): Call git reset first.
9897 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
9899         * net/newst-backend.el, net/newst-plainview.el:
9900         * net/newst-reader.el, net/newst-ticker.el:
9901         * net/newst-treeview.el, net/newsticker.el:
9902         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
9904 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
9906         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
9908         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
9909         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
9910         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
9911         Update annotation regexp.
9913         * simple.el (beginning-of-visual-line): Constrain to field
9914         boundaries (Bug#5106).
9916 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
9918         * xml.el (xml-substitute-numeric-entities): Move
9919         newsticker--decode-numeric-entities in newst-backend.el to
9920         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
9921         * net/newst-backend.el (newsticker--parse-generic-feed)
9922         (newsticker--parse-generic-items)
9923         (newsticker--decode-numeric-entities): Move
9924         newsticker--decode-numeric-entities in newst-backend.el to
9925         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
9927 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
9929         * progmodes/js.el (js--js-not): Add null to the list of values.
9931 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
9933         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
9935 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9937         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
9938         delimiter if it is at the end of the current line.
9939         (bibtex-generate-url-list): Fix docstring.
9941 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9943         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
9944         minibuffer's content with itself.
9945         Fold the confirm-after-completion case into the `confirm' case.
9946         (completion-pcm-word-delimiters): Add : and / to the delimiters.
9948 2009-12-06  Kevin Ryde  <user42@zip.com.au>
9950         * ffap.el (ffap-rfc-path): Make this a defcustom since
9951         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
9953         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
9954         manuals, similar to existing setup for help-mode.  (Bug#3913.)
9956 2009-12-05  Juri Linkov  <juri@jurta.org>
9958         Save and restore dired buffer's point positions too.  (Bug#4880)
9960         * dired.el (dired-save-positions): Return in the first element
9961         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
9962         Doc fix.
9963         (dired-restore-positions): First restore buffer's position.
9964         While restoring window's positions, check if window still displays
9965         the original buffer.
9967 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
9969         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
9970         if possible.
9972         * shell.el (shell): Require ansi-color (Bug#5113).
9974         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
9976         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
9978 2009-12-05  Alan Mackenzie  <acm@muc.de>
9980         * progmodes/cc-mode.el (c-before-hack-hook)
9981         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
9982         `c-file-style' to work again.  This reversion restores the current
9983         software to its state in Emacs 23.1.  (Bug#4146)
9985 2009-12-05  Kevin Ryde  <user42@zip.com.au>
9987         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
9988         comment-start-skip to comment-end-skip as comment (Bug#4781).
9990 2009-12-05  Juri Linkov  <juri@jurta.org>
9992         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
9993         for virtual nodes.  (Bug#4147)
9994         (Info-find-node-2): Set `Info-current-node-virtual' to nil
9995         when moving from a virtual node.
9996         (Info-mode-menu): Add `Info-virtual-index' to the menu.
9997         (Info-mode): Add `Info-virtual-index' to the docstring.
9999 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10001         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
10002         track of the buffer position of the end of a BibTeX entry as this
10003         position may change during reformatting.
10004         (bibtex-format-entry): Remove whitespace before processing
10005         numerical fields so that we recognize the latter properly.
10006         (bibtex-reformat): Do not use push which changes the global value
10007         of bibtex-entry-format.
10008         (bibtex-field-braces-alist, bibtex-field-strings-alist)
10009         (bibtex-field-re-init): Replace only space characters by regexp
10010         for whitespace.
10011         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
10012         (bibtex-initialize): Also update bibtex-strings.
10013         (bibtex-kill-field): Preserve white space at end of entry.
10014         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
10015         Update bibtex-reference-keys.
10017 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10019         * minibuffer.el (completion-pcm--merge-try): Also consider placing
10020         point after a star, if that's the only place where modifications can
10021         make progress.
10023 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
10025         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
10026         in docstrings.
10028 2009-12-04  Juri Linkov  <juri@jurta.org>
10030         * proced.el (proced): Call `(proced-update t)' to update process
10031         information instead of only running proced-post-display-hook.
10032         (proced-send-signal): Add a leading space to the buffer name
10033         " *Marked Processes*" to make this buffer ephemeral.
10035 2009-12-04  Juri Linkov  <juri@jurta.org>
10037         * dired.el (dired-auto-revert-buffer): New defcustom.
10038         (dired-internal-noselect): Use it.
10040 2009-12-04  Juri Linkov  <juri@jurta.org>
10042         Change roles of modes and functions in image-mode.el (Bug#5062).
10044         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
10045         in `auto-mode-alist'.
10046         (image-mode-previous-major-mode): New variable.
10047         (image-minor-mode-map): Rename from `image-mode-text-map'.
10048         (image-mode): Move graceful error-handling code from
10049         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
10050         (image-minor-mode): Remove all image-handling code.
10051         Replace `image-mode-text-map' with `image-minor-mode-map'.
10052         Check for `image-type' in mode-line format string.
10053         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
10054         (image-mode-as-text): New function with most code from
10055         `image-mode-maybe'.
10056         (image-toggle-display-text): Move code that removes image
10057         properties from `image-toggle-display' to here.
10058         (image-toggle-display-image): New function with code that adds
10059         image properties copied from `image-toggle-display'.
10060         (image-toggle-display): Remove most code with leaving only code
10061         that toggles between `image-mode-as-text' and `image-mode'.
10063 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
10065         * net/newst-treeview.el
10066         (newsticker--treeview-list-highlight-start): Restored call to
10067         save-excursion: Selected item was stuck.
10068         (newsticker--treeview-list-select): New.
10069         (newsticker--treeview-item-show-text)
10070         (newsticker--treeview-item-show)
10071         (newsticker--treeview-item-update): Use new
10072         newsticker-treeview-item-mode.
10073         (newsticker-treeview-update): Keep current item.
10074         (newsticker-treeview-next-new-or-immortal-item): Doc change.
10075         (newsticker--treeview-first-feed): Doc change.
10076         (newsticker-treeview-list-menu)
10077         (newsticker-treeview-item-menu): Added menu entries.
10078         (newsticker-treeview-item-mode): New.
10080         * net/newst-backend.el (newsticker-customize): Delete other
10081         windows.
10083 2009-12-04  Sam Steingold  <sds@gnu.org>
10085         * log-view.el (log-view-mode-map): "q" calls quit-window,
10086         like in all the other non-self-insert buffers.
10088 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10090         Minor cleanup.
10091         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
10092         key decoding rather than do it manually via last-input-event +
10093         ascii-character.
10094         (term-exec): Use delete-and-extract-region.
10095         (term-handle-ansi-terminal-messages): Remove unused var `end'.
10096         (term-process-pager): Remove unused var `i'.
10097         (term-dynamic-simple-complete): Make obsolete.
10098         (serial-update-config-menu): Remove unused vars `y' and `str'.
10099         (term-update-mode-line): Remove unused var `temp'.
10101 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
10103         Limit the number of log entries displayed by default.
10104         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
10105         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
10106         using a prefix argument.
10108 2009-12-03  Glenn Morris  <rgm@gnu.org>
10110         * progmodes/idlwave.el (class): Restore still useful declaration.
10112 2009-12-03  Alan Mackenzie  <acm@muc.de>
10114         Enhance `c-parse-state' to run efficiently in "brace deserts".
10116         * progmodes/cc-mode.el (c-basic-common-init):
10117         Call c-state-cache-init.
10118         (c-neutralize-syntax-in-and-mark-CPP): Rename from
10119         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
10120         placing `category' properties value 'c-cpp-delimiter at its boundaries.
10122         * progmodes/cc-langs.el (c-before-font-lock-function):
10123         c-extend-and-neutralize-syntax-in-CPP has been renamed
10124         c-neutralize-syntax-in-and-mark-CPP.
10126         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
10127         with `category' properties now, not `syntax-table' ones.
10129         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
10130         enhanced (but slower) version of c-end-of-macro that won't land
10131         inside a literal or on another awkward character.
10132         (c-state-cache-too-far, c-state-cache-start)
10133         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
10134         (c-state-nonlit-pos-cache-limit, c-state-point-min)
10135         (c-state-point-min-lit-type, c-state-point-min-lit-start)
10136         (c-state-min-scan-pos, c-state-brace-pair-desert)
10137         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
10138         buffer local variables.
10139         (c-state-literal-at, c-state-lit-beg)
10140         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
10141         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
10142         (c-state-cache-top-paren, c-state-cache-after-top-paren)
10143         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
10144         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
10145         (c-renarrow-state-cache)
10146         (c-append-lower-brace-pair-to-state-cache)
10147         (c-state-push-any-brace-pair, c-append-to-state-cache)
10148         (c-remove-stale-state-cache)
10149         (c-remove-stale-state-cache-backwards, c-state-cache-init)
10150         (c-invalidate-state-cache-1, c-parse-state-1)
10151         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
10152         (c-parse-state): Enhance and refactor.
10153         (c-debug-parse-state): Amend to deal with all the new variables.
10155         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
10156         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
10157         modify to use category text properties rather than syntax-table ones.
10158         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
10159         to switch off/on the syntactic paren property of C++ template
10160         delimiters using the category property.
10161         (c-with-<->-as-parens-suppressed): Macro to invoke code with
10162         template delims suppressed.
10163         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
10164         New constant/macros which apply category properties to the start
10165         and end of preprocessor constructs.
10166         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
10167         "comment out" the syntactic value of characters in preprocessor
10168         constructs.
10169         (c-with-cpps-commented-out)
10170         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
10171         with characters in all or all but one preprocessor constructs
10172         "commented out".
10174 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10176         * proced.el (proced-filter-alist): Use regexp-quote.
10178 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
10180         Cleanup.
10181         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
10182         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
10183         arguments.  Expand `default-directory'.
10185         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
10186         the benefit of returning an expanded localname.
10187         (tramp-tramp-file-p): Handle the case NAME is not a string.
10189 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
10191         Add support for bzr shelve/unshelve.
10192         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
10193         (vc-bzr-extra-menu-map): New variables.
10194         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
10195         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
10196         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
10197         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
10198         (vc-bzr-dir-extra-headers): Display shelves.
10200         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
10202 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10204         * textmodes/bibtex.el (bibtex-complete-internal):
10205         Use completion-in-region.
10206         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
10208 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
10210         Support applying stashes.  Improve UI.
10211         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
10212         (vc-git-stash-apply, vc-git-stash-pop)
10213         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
10214         (vc-git-stash-menu): New functions.
10215         (vc-git-stash-menu-map): New variable.
10216         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
10218 2009-12-03  Glenn Morris  <rgm@gnu.org>
10220         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
10221         (vc-print-log-internal): Fix previous change.
10222         (vc-revert): Correct pluralization.
10224 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10226         * progmodes/make-mode.el (makefile-special-targets-list): No need for
10227         it to be an alist any more.
10228         (makefile-complete): Use completion-in-region.
10230         * progmodes/octave-mod.el (octave-complete-symbol):
10231         Use completion-in-region.
10233         Misc cleanup.
10234         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
10235         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
10236         (idlwave-complete-class): Don't quote lambda.
10237         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
10238         (idlwave-mode-map): Move initialization into declaration.
10239         (idlwave-action-and-binding): Use backquotes.
10240         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
10241         Simplify.
10242         (idlwave-is-pointer-dereference): Remove unused var `pos'.
10243         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
10244         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
10245         `parts', and `all-parts'.
10246         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
10247         (idlwave-convert-xml-system-routine-info): Remove unused string
10248         `version-string'.
10249         (idlwave-display-user-catalog-widget): Use dolist.
10250         (idlwave-scanning-lib): Declare dynamically-scoped var.
10251         (idlwave-scan-library-catalogs): Remove unused var `flags'.
10252         (completion-highlight-first-word-only): Declare to silence bytecomp.
10253         (idlwave-popup-select): Tighten scope of `resp'.
10254         (idlwave-find-struct-tag): Remove unused var `beg'.
10255         (idlwave-after-load-rinfo-hook): Declare.
10256         (idlwave-sintern-class-info): Remove unused var `taglist'.
10257         (idlwave-find-class-definition): Remove unused var `list'.
10258         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
10259         (idlwave-what-module-find-class): Remove unused var `classes'.
10261 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
10263         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
10265 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10267         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
10268         buffers visited.  Remove redundant current-buffer-saving.
10270 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10272         Use completion-in-buffer and remove uses of dynamic scoping.
10273         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
10274         (pascal-buffer-to-use, pascal-flag): Don't declare.
10275         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
10276         (pascal-get-completion-decl, pascal-keyword-completion):
10277         Add `pascal-str' argument, save-excursion,
10278         return the found completions, and don't filter with pascal-pred.
10279         (pascal-completion-cache): New var.
10280         (pascal-completion): Don't switch buffer any more (it was never
10281         necessary).  Don't save-excursion any more (it's done by the called
10282         subroutines).  Use a cache to avoid redundant computations.
10283         Use complete-with-action rather than pascal-completion-response and
10284         let it apply the predicate as well.
10285         (pascal-complete-word): Use completion-in-buffer when
10286         pascal-toggle-completions is nil.
10287         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
10288         not used any more.
10289         (pascal-comp-defun): Don't change buffer any more.
10290         Use complete-with-action rather than pascal-completion-response and
10291         let it apply the predicate as well.
10292         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
10293         when neded.
10295 2009-12-02  Kenichi Handa  <handa@m17n.org>
10297         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
10298         shape for all Indic scripts.
10300 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10302         Use completion-in-buffer.
10303         * wid-edit.el (widget-field-text-end): New function.
10304         (widget-field-value-get): Use it.
10305         (widget-string-complete, widget-file-complete)
10306         (widget-color-complete): Use it and completion-in-region.
10307         (widget-complete): Don't narrow the buffer.
10309 2009-12-02  Glenn Morris  <rgm@gnu.org>
10311         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
10312         (rmail-select-summary): Use rmail-pop-to-buffer.
10313         * mail/rmailsum.el: Replace all pop-to-buffer calls with
10314         rmail-pop-to-buffer, to prevent horizontal splits.
10316         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
10317         save-excursion with save-current-buffer.
10318         Widen before searching.  (Bug#5093)
10319         (diary-list-sexp-entries): Remove superfluous save-excursion.
10321 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
10323         * woman.el (woman-make-bufname): Handle man-pages with "." in the
10324         name.  (Bug#5038)
10326 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
10328         * ido.el (ido-file-internal): Handle filenames at point that do
10329         not have a directory part.  (Bug#5049)
10331 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
10333         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
10334         (mpc-songs-jump-to, mpc-resume): Doc fixes.
10336 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
10338         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
10339         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
10340         any more.
10342 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10344         * comint.el (comint-insert-input): Ignore clicks to the right of
10345         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
10347         * vc.el (vc-print-log-internal): Don't wait for the process to
10348         terminate before setting up the major mode.
10350         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
10351         in case.
10353         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
10354         the last element.
10356         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
10358 2009-12-01  Glenn Morris  <rgm@gnu.org>
10360         * window.el (window--display-buffer-2): Fix previous changes.
10362 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
10364         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
10366 2009-12-01  Glenn Morris  <rgm@gnu.org>
10368         * Makefile.in (ELCFILES): Add mpc.elc.
10370 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10372         * mpc.el: New file.
10374 2009-12-01  Glenn Morris  <rgm@gnu.org>
10376         * window.el (window-to-use): Define for compiler.
10378         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
10379         consistent with others (no final period).
10381         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
10382         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
10384 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
10386         Make vc-print-log buttons work.
10387         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
10389 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
10391         * savehist.el (savehist-autosave-interval): Allow setting to nil
10392         through customize.  (Bug#5056)
10394 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
10396         Fix references to jit-lock properties.
10397         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
10398         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
10399         (perl-font-lock-special-syntactic-constructs):
10400         Quote jit-lock-defer-multiline property.
10402 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
10404         * vc-git.el (vc-git-registered): Call vc-git-root only once.
10406 2009-11-30  Juri Linkov  <juri@jurta.org>
10408         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
10409         value `buffer' of `multi-isearch-next-buffer-current-function'.
10410         Use `(current-buffer)' when `buffer' is nil.
10411         (multi-isearch-next-buffer-from-list): Don't fallback to
10412         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
10414 2009-11-30  Juri Linkov  <juri@jurta.org>
10416         * misearch.el (multi-isearch-read-buffers): Move canonicalization
10417         of buffers with `get-buffer' to `multi-isearch-buffers'.
10418         (multi-isearch-buffers, multi-isearch-buffers-regexp):
10419         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
10420         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
10421         FILES with `expand-file-name' converting relative file names
10422         to absolute.  Doc fix.  (Bug#4727)
10424 2009-11-30  Juri Linkov  <juri@jurta.org>
10426         * misearch.el (multi-isearch-read-buffers)
10427         (multi-isearch-read-matching-buffers): New functions.
10428         (multi-isearch-buffers, multi-isearch-buffers-regexp):
10429         Use them in the `interactive' spec.  Doc fix.
10430         (multi-isearch-read-files, multi-isearch-read-matching-files):
10431         New functions.
10432         (multi-isearch-files, multi-isearch-files-regexp):
10433         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
10435 2009-11-30  Juri Linkov  <juri@jurta.org>
10437         * doc-view.el (doc-view-continuous):
10438         Rename from `doc-view-continuous-mode'.
10439         (doc-view-menu): Move "Toggle display" to the top.
10440         Add submenu "Continuous" with radio buttons "Off"/"On"
10441         and "Save as Default".
10442         (doc-view-scroll-up-or-next-page)
10443         (doc-view-scroll-down-or-previous-page)
10444         (doc-view-next-line-or-next-page)
10445         (doc-view-previous-line-or-previous-page): Rename
10446         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
10448 2009-11-30  Juri Linkov  <juri@jurta.org>
10450         * comint.el (comint-mode-map): Rebind `M-r' from
10451         `comint-previous-matching-input' to
10452         `comint-history-isearch-backward-regexp'.
10453         Unbind `M-s' to allow global key binding `M-s'.
10454         Add menu items for `comint-history-isearch-backward' and
10455         `comint-history-isearch-backward-regexp'.  (Bug#3746)
10457 2009-11-30  Juri Linkov  <juri@jurta.org>
10459         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
10460         For def=recenter, replace `recenter' with `recenter-top-bottom'
10461         that is called with `this-command' and `last-command' let-bound
10462         to `recenter-top-bottom'.  When the last `def' was not `recenter',
10463         set `recenter-last-op' to nil.  (Bug#4981)
10465 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10467         Minor cleanup and simplification.
10468         * filecache.el (file-cache-add-directory)
10469         (file-cache-add-directory-recursively)
10470         (file-cache-add-from-file-cache-buffer)
10471         (file-cache-delete-file-regexp, file-cache-delete-directory)
10472         (file-cache-files-matching-internal, file-cache-display): Use dolist.
10473         (file-cache-temp-minibuffer-message): Delete function.
10474         (file-cache-minibuffer-complete): Use minibuffer-message instead.
10476         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
10477         Don't signal an error when bumping into EOB in tr, s, or y.
10479 2009-11-29  Juri Linkov  <juri@jurta.org>
10481         * startup.el (fancy-about-text): Fix wording of Guided Tour.
10482         (Bug#4960)
10484         * descr-text.el (describe-char-unidata-list): Use lowercase name
10485         for "Unicode name" like in other tags.
10487 2009-11-29  Juri Linkov  <juri@jurta.org>
10489         * ediff-util.el (ediff-minibuffer-with-setup-hook):
10490         New compatibility macro.
10491         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
10493 2009-11-29  Juri Linkov  <juri@jurta.org>
10495         Add defcustom to define the cycling order of `recenter-top-bottom'.
10496         (Bug#4981)
10498         * window.el (recenter-last-op): Doc fix.
10499         (recenter-positions): New defcustom.
10500         (recenter-top-bottom): Rewrite to use `recenter-positions'.
10501         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
10503 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
10505         Improve integration of Tramp and ange-ftp in eshell.
10507         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
10508         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
10509         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
10511         * eshell/esh-util.el (top): Require also Tramp when compiling.
10512         (eshell-directory-files-and-attributes): Check for FTP remote
10513         connection.
10514         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
10515         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
10516         (eshell-file-attributes): Handle ".".  Return `entry'.
10518         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
10519         (ange-ftp-directory-files-and-attributes)
10520         (ange-ftp-real-directory-files-and-attributes): New defuns.
10522         * net/tramp.el (tramp-maybe-open-connection): Open the remote
10523         shell with "exec" when possible.  This prevents trailing prompts
10524         in `start-file-process'.
10526 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10528         Try and remove assumptions about point-min==1.
10529         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
10530         (rng-compute-mode-line-string): Show the validation percentage in
10531         terms of the narrowed text, not the widened text.
10532         (rng-do-some-validation): Don't catch internal errors when debugging.
10533         (rng-first-error): Simplify.
10534         (rng-after-change-function): Remove work around.  AFAIK the bug has
10535         been fixed a while ago.
10537         * image-mode.el (image-minor-mode): Exit more gracefully when the image
10538         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
10540         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
10542         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
10543         `cd' doesn't always do it for us (bug#5067).
10545         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
10546         on 2009-10-25 as part of some other change (bug#5067).
10548 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10550         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
10551         `suspicious'.
10552         (byte-compile-warnings): Use byte-compile-warning-types.
10553         (byte-compile-save-excursion): Warn about use of set-buffer right
10554         after save-excursion.
10556         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
10557         the excursion as well.
10559 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
10561         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
10562         providing a Tramp related implementation of "su" and "sudo".
10563         (eshell-unix-initialize): Add "su" and "sudo".
10565 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
10567         * net/socks.el (socks-send-command): Convert binary request to
10568         unibyte before sending.  This fixes mishandling of some port
10569         numbers such as 129.
10571 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10573         * help.el (describe-bindings-internal): Remove `interactive'.
10575         * man.el (Man-completion-table): Trim a terminating "(".
10576         Remove the space between name page a section.
10577         Add the command's description on the `help-echo' property.
10578         Remove `process-connection-type' binding since it's unused by
10579         call-process.
10580         Provide completion for the "<section> <name>" format as well.
10581         (Man-default-man-entry): Remove spurious var shadowing the argument.
10583 2009-11-26  Kevin Ryde  <user42@zip.com.au>
10585         * log-view.el: Add "Keywords: tools", since its other keywords
10586         aren't in finder-known-keywords, and following vc.el.
10588         * sha1.el (sha1-string-external): default-directory "/" in case
10589         otherwise non-existent.  process-connection-type pipe for touch of
10590         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
10592 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10594         Misc coding convention cleanups.
10595         * htmlfontify.el (hfy-init-kludge-hook): Rename from
10596         hfy-init-kludge-hooks.
10597         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
10598         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
10599         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
10600         and push.
10601         (hfy-slant, hfy-weight): Use tables rather than code.
10602         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
10603         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
10604         (hfy-face-attr-for-class): Initialize `face-spec' directly.
10605         (hfy-face-to-css): Remove `nconc' with single arg.
10606         (hfy-p-to-face-lennart): Use `or'.
10607         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
10608         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
10609         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
10610         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
10611         (hfy-force-fontification): Use run-hooks.
10613 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
10615         Various minor fixes.
10616         * htmlfontify.el (hfy-default-header): Add toggle_invis since
10617         Javascript belongs in the header, not the body.
10618         (hfy-javascript): Remove.
10619         (hfy-fontify-buffer): Don't insert it any more.
10620         (hfy-face-at): Handle (face0 face1 face2) style face properties.
10621         Fix bug in invis handling when there were no invis props in a chunk.
10623 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10625         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
10627 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
10629         * finder.el (finder-mode-map): Add a menu.
10631 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
10633         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
10634         "unsigned" structs.
10636         (verilog-leap-to-head, verilog-backward-token): Handle "disable
10637         fork" statement better.
10639 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
10641         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
10642         (verilog-delete-auto, verilog-delete-empty-auto-pair)
10643         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
10644         Reported by Clay Douglass.
10646         (verilog-auto-inst, verilog-auto-star-safe)
10647         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
10648         Fix removing "// Interfaces" when saving .* expansions.  Reported by
10649         Pierre-David Pfister.
10651 2009-11-26  Glenn Morris  <rgm@gnu.org>
10653         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
10654         the scope.
10656 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
10658         * vc-annotate.el (vc-annotate-revision-previous-to-line):
10659         Really use previous revision.
10661 2009-11-25  Kevin Ryde  <user42@zip.com.au>
10663         * man.el (Man-completion-table): default-directory "/" in case
10664         doesn't otherwise exist.  process-environment COLUMNS=999 so as
10665         not to truncate long names.  process-connection-type pipe to avoid
10666         any chance of hitting the pseudo-tty TIOCGWINSZ.
10667         (man): completion-ignore-case t for friendliness and since man
10668         itself is case-insensitive on the command line.
10669         Further to Bug#3717.
10671         * arc-mode.el: Add "Keywords: files", so the details in its
10672         commentary can be reached from finder-by-keyword.
10673         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
10674         editing mode, but it's comms related and sgml-mode.el has "comm"
10675         on that basis too.
10676         * textmodes/bibtex-style.el: Add "Keywords: tex".
10677         * international/isearch-x.el, international/ja-dic-cnv.el:
10678         * international/ja-dic-utl.el, international/kkc.el:
10679         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
10681 2009-11-25  Juri Linkov  <juri@jurta.org>
10683         * man.el (Man-completion-table): Modify regexp to include
10684         section names to completion strings.  (Bug#3717)
10686 2009-11-25  Juri Linkov  <juri@jurta.org>
10688         Search recursively in gzipped files.  (Bug#4982)
10690         * progmodes/grep.el (grep-highlight-matches): Add new options
10691         `always' and `auto'.  Doc fix.
10692         (grep-process-setup): Check `grep-highlight-matches' for
10693         `auto-detect' to determine the need to compute grep defaults.
10694         Move Windows/DOS specific --colors settings handling
10695         to `grep-compute-defaults'.  Check `grep-highlight-matches'
10696         to get the value of "--color=".
10697         (grep-compute-defaults): Compute `grep-highlight-matches' when it
10698         has the value `auto-detect'.  Move Windows/DOS specific settings
10699         from `grep-process-setup'.
10700         (zrgrep): New command with alias `rzgrep'.
10702 2009-11-25  Juri Linkov  <juri@jurta.org>
10704         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
10705         to nil instead of switching off view-mode.  (Bug#4896)
10707 2009-11-25  Juri Linkov  <juri@jurta.org>
10709         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
10711         * mwheel.el (mwheel-scroll-up-function)
10712         (mwheel-scroll-down-function): New defvars.
10713         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
10714         `scroll-up', and `mwheel-scroll-down-function' instead of
10715         `scroll-down'.
10717         * doc-view.el (doc-view-scroll-up-or-next-page)
10718         (doc-view-scroll-down-or-previous-page): Add optional ARG.
10719         Use this ARG in the call to image-scroll-up/image-scroll-down.
10720         Change `interactive' spec to "P".  Goto next/previous page only
10721         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
10722         SPC/DEL case).  Doc fix.
10723         (doc-view-next-line-or-next-page)
10724         (doc-view-previous-line-or-previous-page): Rename arg to ARG
10725         for consistency.
10726         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
10727         `doc-view-scroll-up-or-next-page', and buffer-local
10728         `mwheel-scroll-down-function' to
10729         `doc-view-scroll-down-or-previous-page'.
10731 2009-11-25  Juri Linkov  <juri@jurta.org>
10733         Provide additional default values (directories at other Dired
10734         windows) via M-n in the minibuffer of some Dired commands.
10736         * dired-aux.el (dired-diff, dired-compare-directories)
10737         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
10738         `minibuffer-default' in `minibuffer-with-setup-hook'.
10739         (dired-dwim-target-directory): Find a window that displays Dired
10740         buffer instead of failing when the next window is not Dired.
10741         Use `get-window-with-predicate' to find for the next Dired window.
10742         (dired-dwim-target-defaults): New function.
10744         * ediff-util.el (ediff-read-file-name):
10745         Use `dired-dwim-target-defaults' to set `minibuffer-default'
10746         in `minibuffer-with-setup-hook'.
10748 2009-11-25  Juri Linkov  <juri@jurta.org>
10750         Provide additional default values (file name at point or at the
10751         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
10753         * minibuffer.el (read-file-name-defaults): New function.
10754         (read-file-name): Reset `minibuffer-default' to nil when
10755         it duplicates initial input `insdef'.
10756         Bind `minibuffer-default-add-function' to lambda that
10757         calls `read-file-name-defaults' in `minibuffer-selected-window'.
10758         (minibuffer-insert-file-name-at-point): New command.
10760         * files.el (file-name-at-point-functions): New defcustom.
10761         (find-file-default): Remove defvar.
10762         (find-file-read-args): Don't use `find-file-default'.
10763         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
10764         to `read-file-name'.
10765         (find-file-literally): Use `read-file-name' with
10766         `confirm-nonexistent-file-or-buffer'.
10768         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
10770         * dired.el (dired-read-dir-and-switches):
10771         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
10772         to `read-file-name'.
10773         (dired-file-name-at-point): New function.
10774         (dired-mode): Add hook `dired-file-name-at-point' to
10775         `file-name-at-point-functions'.
10777 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10779         Really make the *Completions* window soft-dedicated (bug#5030).
10780         * window.el (window--display-buffer-2): Add `dedicated' argument.
10781         (display-buffer): Pass it when needed so the dedicated flag is set
10782         after calling set-window-buffer, which would otherwise reset it.
10784 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10786         * progmodes/meta-mode.el (meta-complete-symbol):
10787         * progmodes/etags.el (complete-tag):
10788         * mail/mailabbrev.el (mail-abbrev-complete-alias):
10789         Use completion-in-region.
10791         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
10792         (dabbrev-completion): Use completion-in-region.
10793         (dabbrev--abbrev-at-point): Simplify regexp.
10795         * abbrev.el (abbrev--before-point): Use word-motion functions
10796         if :regexp is not specified (bug#5031).
10798         * subr.el (string-prefix-p): New function.
10800         * man.el (Man-completion-cache): New var.
10801         (Man-completion-table): Use it.
10803         * vc.el (vc-print-log-internal): Make `limit' optional for better
10804         compatibility (e.g. with vc-annotate.el).
10806 2009-11-24  Kevin Ryde  <user42@zip.com.au>
10808         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
10809         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
10811         * emacs-lisp/elint.el (elint-add-required-env): Better error message
10812         when .el source file not found or other error.
10814 2009-11-24  Markus Triska  <markus.triska@gmx.at>
10816         * linum.el (linum-update-window): Ignore intangible (bug#4996).
10818 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10820         Handle the [back] button properly (bug#4979).
10821         * descr-text.el (describe-text-properties): Add a `buffer' argument.
10822         Use help-setup-xref, help-buffer, and with-help-window.
10823         (describe-char): Add `buffer' argument.
10824         Pass proper command to help-setup-xref.  Don't meddle with
10825         help-xref-stack-item directly.
10826         (describe-text-category): Use with-help-window and help-buffer.
10828         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
10829         for the displayed buffer (bug#4887).
10831         * man.el (Man-completion-table): New function.
10832         (man): Use it.
10834 2009-11-24  David Reitter  <david.reitter@gmail.com>
10836         * vc-git.el (vc-git-registered): Use checkout directory (where
10837         .git is) rather than the file's directory and a relative path spec
10838         to work around a bug in git.
10840 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
10842         Improve handling of processes on remote hosts.
10844         * eshell/esh-util.el (eshell-path-env): New defvar.
10845         (eshell-parse-colon-path): New defun.
10846         (eshell-file-attributes): Use `eshell-parse-colon-path'.
10848         * eshell/esh-ext.el (eshell-search-path):
10849         Use `eshell-parse-colon-path'.
10850         (eshell-remote-command): Remove argument HANDLER.
10851         (eshell-external-command): Check for FTP remote connection.
10853         * eshell/esh-proc.el (eshell-gather-process-output):
10854         Use `file-truename', in order to start also symlinked files.
10855         Apply `start-file-process' instead of `start-process'.
10856         Shorten `command' to the local file name part.
10858         * eshell/em-cmpl.el (eshell-complete-commands-list):
10859         Use `eshell-parse-colon-path'.
10861         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
10863         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
10864         to `eshell-directory-change-hook'.
10866 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
10868         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
10869         because it could be enabled automatically if view-read-only is non-nil.
10871 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
10873         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
10874         made on 2009-11-22.
10876 2009-11-24  Glenn Morris  <rgm@gnu.org>
10878         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
10879         deleted variable bookmark-bmenu-bookmark-column.
10881 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10883         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
10885 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
10887         * net/browse-url.el (browse-url-filename-alist): On Windows, add
10888         two slashes to the "file:" prefix.
10889         (browse-url-file-url): De-munge Cygwin filenames before passing
10890         them to Windows browser.
10891         (browse-url-default-windows-browser): Use call-process.
10893 2009-11-23  Juri Linkov  <juri@jurta.org>
10895         Implement DocView Continuous mode.  (Bug#4896)
10896         * doc-view.el (doc-view-continuous-mode): New defcustom.
10897         (doc-view-mode-map): Bind C-n/<down> to
10898         `doc-view-next-line-or-next-page', C-p/<up> to
10899         `doc-view-previous-line-or-previous-page'.
10900         (doc-view-next-line-or-next-page)
10901         (doc-view-previous-line-or-previous-page): New commands.
10903 2009-11-23  Juri Linkov  <juri@jurta.org>
10905         Implement Isearch in comint input history.  (Bug#3746)
10906         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
10907         `isearch-mode-hook'.
10908         (comint-history-isearch): New defcustom.
10909         (comint-history-isearch-backward)
10910         (comint-history-isearch-backward-regexp): New commands.
10911         (comint-history-isearch-message-overlay): New buffer-local variable.
10912         (comint-history-isearch-setup, comint-history-isearch-end)
10913         (comint-goto-input, comint-history-isearch-search)
10914         (comint-history-isearch-message, comint-history-isearch-wrap)
10915         (comint-history-isearch-push-state)
10916         (comint-history-isearch-pop-state): New functions.
10918 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
10920         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
10921         return.
10922         (tramp-handle-make-symbolic-link)
10923         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
10924         Quote file names.
10925         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
10926         (tramp-handle-process-file): Use it.
10928 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10930         * window.el (move-to-window-line-last-op): Remove.
10931         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
10933 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
10935         Make M-r mirror the new cycling behavior of C-l.
10936         * window.el (move-to-window-line-last-op): New var.
10937         (move-to-window-line-top-bottom): New command.
10938         (global-map): Bind M-r move-to-window-line-top-bottom.
10940 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
10942         * dired-x.el (dired-guess-shell-alist-default):
10943         Support xz format.  (Bug#4953)
10945 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
10947         * emulation/viper-cmd.el: Use viper-last-command-char instead of
10948         last-command-char/last-command-event.
10949         (viper-prefix-arg-value): Do correct conversion of event-char for
10950         XEmacs.
10952         * emulation/viper-util.el, emulation/viper.el:
10953         Use viper-last-command-char instead of
10954         last-command-char/last-command-event.
10956         * ediff-init.el, ediff-mult.el, ediff-util.el:
10957         Replace last-command-char and last-command-event
10958         with (ediff-last-command-char) everywhere.
10960         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
10961         created in fundamental mode.
10963         * ediff.el (ediff-version): Revert the change of interactive-p to
10964         called-interactively-p.
10966 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
10968         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
10969         generation from word-movement command names.
10971 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
10973         * cus-start.el (all): Add native condition for font-use-system-font.
10975 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
10977         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
10978         Correct the patch from 2009-11-18.  (Bug#3910)
10980 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
10982         * progmodes/subword.el: Rename from lisp/subword.el.
10984         * subword.el: Rename to progmodes/subword.el.
10986         * Makefile.in (ELCFILES): Adapt to subword.el move.
10988 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10989             Stefan Monnier  <monnier@iro.umontreal.ca>
10991         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
10992         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
10993         (bookmark-bmenu-show-filenames): Use push.
10994         (bookmark-bmenu-hide-filenames): Use local var instead of
10995         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
10996         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
10997         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
10998         filenames now that the bookmark names are always available.
11000 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11002         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
11003         (bookmark-search-pattern): Move and leave unbound.
11004         (bookmark-bmenu-mode-map): Change binding.
11005         (bookmark-read-search-input): Simplify.
11006         Don't use text-char-description.  Don't error on non-char events.
11007         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
11008         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
11009         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
11010         Use a local var for the timer.
11011         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
11012         (i.e. bookmark-bmenu-search).
11014 2009-11-21  Glenn Morris  <rgm@gnu.org>
11016         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
11018 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
11020         * net/browse-url.el (browse-url-default-windows-browser):
11021         Use cygstart for cygwin.
11023 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
11025         * bookmark.el: Formatting and doc fixes only:
11026         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
11027         (bookmark-bmenu-search): Wrap to fit within 80 columns.
11028         Minor grammar and punctuation fixes in doc string.
11029         (bookmark-read-search-input): Adjust to fit within 80 columns.
11031 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
11033         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
11034         (c-backward-into-nomenclature): Adapt to subword renaming.
11036         * subword.el (subword-forward, subword-backward, subword-mark)
11037         (subword-kill, subword-backward-kill, subword-transpose)
11038         (subword-downcase, subword-upcase, subword-capitalize)
11039         (subword-forward-internal, subword-backward-internal):
11040         Rename from forward-subword, backward-subword, mark-subword,
11041         kill-subword, backward-kill-subword, transpose-subwords,
11042         downcase-subword, upcase-subword, capitalize-subword,
11043         forward-subword-internal, backward-subword-internal.
11045 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11047         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
11048         New options.
11049         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
11050         New vars.
11051         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
11052         (bookmark-bmenu-filter-alist-by-regexp)
11053         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
11054         (bookmark-bmenu-search): New command.
11055         (bookmark-bmenu-mode-map): Bind it.
11057 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
11059         * progmodes/cc-cmds.el: declare-functioned forward-subword and
11060         backward-subword to quit the byte-compiler.
11062         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
11064         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
11066         * progmodes/cc-cmds.el (c-update-modeline)
11067         (c-forward-into-nomenclature, c-backward-into-nomenclature):
11068         Refer to subword.el functions instead of cc-subword.el.
11070         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
11071         subword.el functions instead of cc-subword.el.
11073         * progmodes/cc-subword.el: Rename to subword.el.
11074         * subword.el: Rename from progmodes/cc-subword.el.
11075         (subword-mode-map): Rename from c-subword-mode-map.
11076         (subword-mode): Rename from c-subword-mode.
11077         (global-subword-mode): New global minor mode.
11078         (forward-subword): Rename from c-forward-subword.
11079         (backward-subword): Rename from c-backward-subword.
11080         (mark-subword): Rename from c-mark-subword.
11081         (kill-subword): Rename from c-kill-subword.
11082         (backward-kill-subword): Rename from c-backward-kill-subword.
11083         (transpose-subwords): Rename from c-tranpose-subword.
11084         (downcase-subword): Rename from c-downcase-subword.
11085         (capitalize-subword): Rename from c-capitalize-subword.
11086         (forward-subword-internal): Rename from c-forward-subword-internal.
11087         (backward-subword-internal): Rename from c-backward-subword-internal.
11089 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
11091         * vc.el (vc-deduce-fileset): Allow non-state changing operations
11092         from a dired buffer.
11093         (vc-dired-deduce-fileset): New function.
11094         (vc-root-diff, vc-print-root-log): Use it.
11096         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
11097         nil LIMIT argument to vc-print-log-internal.
11099 2009-11-20  Glenn Morris  <rgm@gnu.org>
11101         * Makefile.in (ELCFILES): Regenerate.
11103 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
11105         * calc/calc.el (calc-set-mode-line):
11106         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
11107         (math-format-number): Rename `math-format-complement-signed' to
11108         `math-format-twos-complement'.
11110         * calc/calc-bin.el (math-format-twos-complement): Rename from
11111         math-format-complement-signed.
11112         (calc-radix): Rename `calc-complement-signed-mode' to
11113         `calc-twos-complement-mode'.
11114         (calc-octal-radix, calc-hex-radix): Add an argument for
11115         two's complement.
11117         * calc/calc-embed.el (calc-embedded-mode-vars):
11118         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
11120         * calc/calc-ext.el (calc-init-extensions):
11121         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
11122         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
11124         * calc/calc-units.el (math-build-units-table-buffer):
11125         Let `calc-twos-complement-mode' be nil.
11127         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
11128         entries.
11130         * calc/calc-vec.el (calcFunc-vunpack):
11131         * calc/calc-aent.el (calc-do-calc-eval):
11132         * calc/calc-forms.el (math-format-date):
11133         * calc/calc-graph.el (calc-graph-plot):
11134         * calc/calc-math.el (math-use-emacs-fn):
11135         * calc/calccomp.el (math-compose-expr):
11136         Let `calc-twos-complement-mode' be nil.
11138 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11140         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
11141         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
11142         * minibuffer.el (completion-in-region-functions): New hook.
11143         (completion-in-region): New function.
11144         * emacs-lisp/lisp.el (lisp-complete-symbol):
11145         * pcomplete.el (pcomplete-std-complete): Use it.
11147 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11149         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
11150         (latex-complete-alist): New vars.
11151         (latex-string-prefix-p, latex-complete-bibtex-keys)
11152         (latex-complete-envnames, latex-complete-refkeys)
11153         (latex-complete-data): New functions.
11154         (latex-complete, latex-indent-or-complete): New commands.
11156         * window.el (display-buffer-mark-dedicated): New var.
11157         (display-buffer): Obey it.
11158         * minibuffer.el (minibuffer-completion-help): Use it.
11160         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
11162         * filecache.el (file-cache-add-file): Use push and cons.
11163         (file-cache-delete-file-regexp): Use push.
11164         (file-cache-complete): Use completion-in-region.
11166         * simple.el (with-wrapper-hook): Fix thinko.
11168         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
11169         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
11170         Use with-current-buffer and string-to-number.
11171         (hfy-fallback-colour-values): Use assoc-string.
11172         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
11173         (hfy-face-at): Remove unused var `found-face'.
11174         (hfy-compile-stylesheet): Remove unused var `css'.
11175         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
11176         and `orig-buffer'.
11177         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
11178         Use with-current-buffer.
11179         (hfy-text-p): Use expand-file-name and fewer setq.
11181 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
11183         * htmlfontify.el, hfy-cmap.el: New files.
11185 2009-11-19  Juri Linkov  <juri@jurta.org>
11187         * minibuffer.el (completions-format): New defcustom.
11188         (completion--insert-strings): Implement vertical format.
11190         * simple.el (switch-to-completions): Move point to the first
11191         completion when point was at the beginning of the buffer.
11193 2009-11-19  Juri Linkov  <juri@jurta.org>
11195         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
11197         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
11199 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
11201         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
11202         (mail-signature): Change default to t.
11203         (mail-from-style): Deprecate `system-default' value.
11204         (mail-insert-from-field): For default value of mail-from-style,
11205         default to `angles' unless `angles' needs quoting and `parens'
11206         does not.
11207         (mail-citation-prefix-regexp): Use citation regexp from
11208         message-mode.
11210 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
11212         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
11213         Set variables for computing the prompt for reading password.
11215 2009-11-19  Glenn Morris  <rgm@gnu.org>
11217         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
11219         * textmodes/flyspell.el (sgml-lexical-context): Declare.
11221         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
11222         (newsticker-treeview-listwindow-height): Fix custom type.
11224 2009-11-19  Kenichi Handa  <handa@m17n.org>
11226         * descr-text.el (describe-char-padded-string): Compose with TAB
11227         only if there's a font for CH.
11228         (describe-char): Fix the condition for detecting a trivial composition.
11230 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
11232         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
11233         more accurate version of the regexp.  (Bug#3910)
11235 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
11237         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
11239 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
11241         * font-setting.el (font-use-system-font): Declare for byte-compiler.
11242         (font-setting-change-default-font): Fix typo in docstring.
11244 2009-11-18  Alan Mackenzie  <acm@muc.de>
11246         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
11248 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
11250         * font-setting.el (font-use-system-font): Move ...
11252         * cus-start.el (all): ... to here.
11254 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
11256         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
11257         Don't set `ad-return-value' if `ad-do-it' doesn't.
11259         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
11260         modification time.
11262 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
11264         * menu-bar.el: Put "Use system font" in Option-menu.
11265         (menu-bar-options-save): Add font-use-system-font.
11267         * loadup.el: If feature system-font-setting or font-render-setting is
11268         there, load font-setting.
11270         * Makefile.in (ELCFILES): Add font-settings.el.
11271         * font-setting.el: New file.
11273 2009-11-17  Glenn Morris  <rgm@gnu.org>
11275         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
11277         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
11278         Preserve point in the list buffer.  (Bug#4939)
11279         Use point-at-eol.
11280         (newsticker--treeview-list-update-highlight)
11281         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
11283 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
11285         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
11286         Remove.
11288         * calc/calc-ext.el (calc-init-extensions): Remove references to
11289         symclip.
11291         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
11293         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
11294         * calc/calc-help.el (calc-b-prefix-help): Remove references to
11295         `calc-symclip'.
11297 2009-11-16  Kevin Ryde  <user42@zip.com.au>
11299         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11300         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
11302         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
11303         (lm-keywords-list): Allow comma-only separator like "foo,bar".
11304         Ignore trailing spaces by omit-nulls to split-string (fixing
11305         regression from Emacs 21 due to the incompatible split-string
11306         change).  (Bug #4928.)
11308 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
11310         * vc.el (vc-log-show-limit): Default to 2000.
11311         (vc-print-log-internal): Insert buttons to request more entries
11312         when limiting the output.
11314         * vc-sccs.el (vc-sccs-print-log):
11315         * vc-rcs.el (vc-rcs-print-log):
11316         * vc-cvs.el (vc-cvs-print-log):
11317         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
11318         LIMIT is non-nil.
11320 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
11322         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
11323         error when `tramp-gvfs-dbus-event-vector' is set.
11324         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
11326 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11328         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
11330 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
11332         * net/dbus.el (dbus-unregister-service): New defun.
11333         (dbus-register-property): Register the handlers of
11334         "org.freedesktop.DBus.Properties" for SERVICE.
11335         (dbus-property-handler): Fix docstring.
11337 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11339         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
11340         Quote doc string reference in defvaralias as it is not in special form.
11341         (byte-compile-output-docform): Doc fix.
11343 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
11345         * calc/calc.el (math-2-word-size, math-half-2-word-size)
11346         (calc-complement-signed-mode): New variables.
11347         (calc-set-mode-line): Add indicator for twos-complements.
11348         (math-format-number): Format twos-complement notation.
11350         * calc/calc-bin.el (calc-word-size): Reset the variables
11351         `math-2-word-size' and `math-half-2-word-size'.
11352         (math-format-complement-signed, math-symclip, calcFunc-symclip)
11353         (calc-symclip): New functions.
11355         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
11357         * calc/calc-embed.el (calc-embedded-mode-vars):
11358         Add `calc-complement-signed-mode' to the list of modes.
11360         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
11361         (calc-b-oper-keys): Add `calc-symclip' to list.
11363         * calc/calc-ext.el (math-read-number-fancy): Read complement
11364         signed numbers.
11365         (calc-init-extensions): Add binding for `calc-symclip'.
11366         Add autoload for `calcFunc-symclip' and `calc-symclip'.
11368         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
11369         `calc-symclip'.
11370         (calc-modes-menu): Add item for twos complement mode.
11372         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
11374 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
11376         * register.el (jump-to-register, insert-register): Handle Semantic
11377         tags.  From commented-out advice in semantic/senator.el.
11379 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
11381         * vc.el (vc-log-show-limit): New variable.
11382         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
11383         when using a prefix argument.
11384         (vc-print-log-internal): Add new argument LIMIT.
11386         * vc-svn.el (vc-svn-print-log):
11387         * vc-mtn.el (vc-mtn-print-log):
11388         * vc-hg.el (vc-hg-print-log):
11389         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
11390         pass it to the log command when set.  Make the BUFFER argument
11391         non-optional.
11393         * vc-sccs.el (vc-sccs-print-log):
11394         * vc-rcs.el (vc-rcs-print-log):
11395         * vc-git.el (vc-git-print-log):
11396         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
11397         ignore it.  Make the BUFFER argument non-optional
11399         * bindings.el (mode-line-buffer-identification): Do not purecopy.
11401 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
11403         * dired.el (dired-mode-map): Move encryption items to "Operate"
11404         menu (Bug#4703).
11406         * strokes.el (strokes-update-window-configuration): Make strokes
11407         buffer current before erasing (Bug#4906).
11409 2009-11-15  Juri Linkov  <juri@jurta.org>
11411         * simple.el (set-mark-default-inactive): Add :type, :group
11412         and :version.  (Bug#4876)
11414 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
11416         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
11417         (archive-unique-fname): ... here.  (Bug#4929)
11419 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11421         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
11422         with a real fix.
11424         * novice.el (disabled-command-function): Add useful args.
11425         Setup the help buffer so that [back] works.
11426         Remove redundant call to help-mode.
11427         (disabled-command-function): Use `case'.
11428         (en/disable-command): New function extracted from enable-command.
11429         (enable-command, disable-command): Use it.
11431 2009-11-14  Glenn Morris  <rgm@gnu.org>
11433         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
11434         constants.  (Bug#4913)
11436         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
11438 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
11440         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
11441         defined in C that have no doc-strings.  (Bug#1063)
11443 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
11445         * cus-edit.el (data, files):
11446         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
11448 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
11450         * simple.el (shell-command): Doc fix (Bug#4891).
11452         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
11454 2009-11-14  Glenn Morris  <rgm@gnu.org>
11456         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
11457         statements for vc-diff, emerge-quit, and rmail-cease-edit.
11458         If they are already loaded, eval-after-load will do the right thing.
11460         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
11461         compiling.
11463         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
11465         * simple.el (x-selection-owner-p): Declare.
11466         (read-mail-command): Use custom radio type rather than choice.
11467         (completion-no-auto-exit): Doc fix.
11469         * custom.el (defgroup):
11470         * epg-config.el (epg): Doc fixes.
11472 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
11474         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
11475         * international/ccl.el (define-ccl-program): Do not purecopy the
11476         docstring, defconst does it anyway.
11478 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11480         * add-log.el (add-change-log-entry): Avoid displaying the changelog
11481         a second time.
11483         * x-dnd.el (x-dnd-maybe-call-test-function):
11484         * window.el (split-window-vertically):
11485         * whitespace.el (whitespace-help-on):
11486         * vc-rcs.el (vc-rcs-consult-headers):
11487         * userlock.el (ask-user-about-lock-help)
11488         (ask-user-about-supersession-help):
11489         * type-break.el (type-break-force-mode-line-update):
11490         * time-stamp.el (time-stamp-conv-warn):
11491         * terminal.el (te-set-output-log, te-more-break, te-filter)
11492         (te-sentinel, terminal-emulator):
11493         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
11494         (term-write-input-ring, term-check-source, term-start-output-log):
11495         (term-display-buffer-line, term-dynamic-list-completions):
11496         (term-ansi-make-term, serial-term):
11497         * subr.el (selective-display):
11498         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
11499         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
11500         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
11501         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
11502         (speedbar-remove-localized-speedbar-support)
11503         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
11504         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
11505         (speedbar-buffers-line-directory):
11506         * simple.el (shell-command-on-region, append-to-buffer)
11507         (prepend-to-buffer):
11508         * shadowfile.el (shadow-save-todo-file):
11509         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
11510         (scroll-bar-maybe-set-window-start):
11511         * sb-image.el (speedbar-image-dump):
11512         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
11513         (load-save-place-alist-from-file):
11514         * ps-samp.el (ps-print-message-from-summary):
11515         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
11516         (ps-background-image, ps-begin-job, ps-do-despool):
11517         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
11518         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
11519         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
11520         (pr-call-process, pr-file-list, pr-interface-save):
11521         * novice.el (disabled-command-function)
11522         (enable-command, disable-command):
11523         * mouse.el (mouse-buffer-menu-alist):
11524         * mouse-copy.el (mouse-kill-preserving-secondary):
11525         * macros.el (kbd-macro-query):
11526         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
11527         * informat.el (batch-info-validate):
11528         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
11529         * hippie-exp.el (try-expand-dabbrev-visible):
11530         * help-mode.el (help-make-xrefs):
11531         * help-fns.el (describe-variable):
11532         * generic-x.el (bat-generic-mode-run-as-comint):
11533         * finder.el (finder-mouse-select):
11534         * find-dired.el (find-dired-sentinel):
11535         * filesets.el (filesets-file-close):
11536         * files.el (list-directory):
11537         * faces.el (list-faces-display, describe-face):
11538         * facemenu.el (list-colors-display):
11539         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
11540         * epg.el (epg--process-filter, epg-cancel):
11541         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
11542         (epa--read-signature-type):
11543         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
11544         (emerge-file-names):
11545         * ehelp.el (electric-helpify):
11546         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
11547         * ediff-vers.el (rcs-ediff-view-revision):
11548         * ediff-util.el (ediff-setup):
11549         * ediff-mult.el (ediff-append-custom-diff):
11550         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
11551         (ediff-wordify):
11552         * echistory.el (Electric-command-history-redo-expression):
11553         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11554         * disp-table.el (describe-display-table):
11555         * dired.el (dired-find-buffer-nocreate):
11556         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
11557         * dabbrev.el (dabbrev--same-major-mode-p):
11558         * chistory.el (list-command-history):
11559         * apropos.el (apropos-documentation):
11560         * allout.el (allout-obtain-passphrase):
11561         (allout-copy-exposed-to-buffer):
11562         (allout-verify-passphrase): Use with-current-buffer.
11564 2009-11-13  Glenn Morris  <rgm@gnu.org>
11566         * Makefile.in (ELCFILES): Regenerate.
11568 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
11570         * net/dbus.el (dbus-registered-objects-table): Rename from
11571         `dbus-registered-functions-table', because it contains also properties.
11572         (dbus-unregister-object): Unregister also properties.
11573         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
11574         Use a timeout of 500 msec, in order to not block.
11575         (dbus-register-property, dbus-property-handler): New defuns.
11577 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11579         * simple.el (minibuffer-default-add-completions): Drop deprecated
11580         4th arg.
11582 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
11584         * textmodes/artist.el (artist-mouse-choose-operation):
11585         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
11586         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
11587         (artist-compute-up-event-key): New function.
11588         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
11590 2009-11-13  Kenichi Handa  <handa@m17n.org>
11592         * language/japan-util.el: Make sure that the value of jisx0208
11593         property is jisx0208 character.
11595 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
11597         * international/mule.el (auto-coding-regexp-alist): Only purecopy
11598         car or each item, not the whole list.
11600 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11602         * minibuffer.el (minibuffer-completion-help):
11603         Use minibuffer-hide-completions.
11605 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
11607         * dired.el (dired-save-positions, dired-restore-positions): New funs.
11608         (dired-revert): Use them (bug#4880).
11610 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
11612         * tooltip.el (tooltip-frame-parameters): Undo previous change.
11614 2009-11-12  Juri Linkov  <juri@jurta.org>
11616         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
11617         New functions.
11618         (find-file-literally-at-point): Alias of `ffap-literally'.
11620 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
11622         * textmodes/ispell.el (ispell-skip-region-alist):
11623         * textmodes/css-mode.el (auto-mode-alist):
11624         * progmodes/compile.el (auto-mode-alist):
11625         * international/mule.el (ctext-non-standard-encodings-alist)
11626         (ctext-non-standard-encodings-regexp):
11627         * simple.el (shell-command-switch, text-read-only):
11628         * replace.el (occur-mode-map):
11629         * paths.el (rmail-file-name):
11630         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
11631         * find-file.el (ff-special-constructs):
11632         * files.el (file-name-handler-alist):
11633         * composite.el: Purecopy strings.
11635         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
11637 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
11639         * widget.el (define-widget): Purecopy the docstring.
11640         * international/mule-cmds.el (charset): Do not purecopy the
11641         docstring here, define-widget does it.
11643         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
11644         * textmodes/bibtex-style.el (auto-mode-alist):
11645         * progmodes/inf-lisp.el (inferior-lisp-prompt):
11646         * progmodes/compile.el (compile-command):
11647         * language/korea-util.el (default-korean-keyboard):
11648         * international/mule-conf.el (file-coding-system-alist):
11649         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
11650         * tooltip.el (tooltip-frame-parameters):
11651         * newcomment.el (comment-end, comment-padding):
11652         * dired.el (dired-trivial-filenames):
11653         * comint.el (comint-file-name-prefix): Purecopy initial values.
11655 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
11657         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
11658         (tramp-advice-minibuffer-electric-tilde): Unload advices via
11659         `tramp-unload'.
11660         (tramp-advice-make-auto-save-file-name)
11661         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
11662         after removing the advice.
11664 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
11666         * progmodes/grep.el (grep-regexp-alist):
11667         * international/mule-cmds.el (iso-2022-control-alist):
11668         * emacs-lisp/timer.el (timer-duration-words):
11669         * subr.el (version-separator, version-regexp-alist):
11670         * minibuffer.el (completion-styles-alist):
11671         * faces.el (face-attribute-name-alist, list-faces-sample-text):
11672         Change defvars to defconsts.
11674         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
11675         * loadup.el ("international/mule-conf"): Load the byte compiled version.
11676         * international/mule-conf.el: Allow to be byte compiled.
11678         * international/mule.el (define-charset): Purecopy props.
11679         (load-with-code-conversion): Purecopy doc string and file name.
11680         (put-charset-property): Purecopy strings.
11681         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
11683         * international/mule-cmds.el (register-input-method): Purecopy arguments.
11684         (define-char-code-property): Correctly purecopy the table.
11686         * international/ccl.el (define-ccl-program): Purecopy the docstring.
11688         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
11690         * subr.el (add-hook): Purecopy strings.
11691         (eval-after-load): Purecopy load-history-regexp and the form.
11693         * custom.el (custom-declare-group): Purecopy load-file-name.
11695         * subr.el (menu-bar-separator): New defconst.
11696         * net/eudc.el (eudc-tools-menu):
11697         * international/mule-cmds.el (set-coding-system-map)
11698         (mule-menu-keymap):
11699         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11700         * vc-hooks.el (vc-menu-map):
11701         * replace.el (occur-mode-map):
11702         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
11703         (menu-bar-edit-menu, menu-bar-goto-menu)
11704         (menu-bar-custom-menu, menu-bar-showhide-menu)
11705         (menu-bar-options-menu, menu-bar-tools-menu)
11706         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
11707         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
11708         (menu-bar-help-menu):
11709         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
11710         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
11712         * term/x-win.el (x-gtk-stock-map):
11713         * progmodes/vera-mode.el (auto-mode-alist):
11714         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
11715         (inferior-lisp-program, inferior-lisp-load-command):
11716         * progmodes/hideshow.el (hs-special-modes-alist):
11717         * progmodes/gud.el (same-window-regexps):
11718         * progmodes/grep.el (grep-program, find-program, xargs-program):
11719         * net/telnet.el (same-window-regexps):
11720         * net/rlogin.el (same-window-regexps):
11721         * language/ethiopic.el (font-ccl-encoder-alist):
11722         * vc-sccs.el (vc-sccs-master-templates):
11723         * vc-rcs.el (vc-rcs-master-templates):
11724         * subr.el (cl-assertion-failed):
11725         * simple.el (next-error-overlay-arrow-position):
11726         * lpr.el (lpr-command):
11727         * locate.el (locate-ls-subdir-switches):
11728         * info.el (same-window-regexps, info)
11729         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
11730         * image-mode.el (image-mode, auto-mode-alist):
11731         * hippie-exp.el (hippie-expand-ignore-buffers):
11732         * format.el (format-alist):
11733         * find-dired.el (find-ls-subdir-switches, find-grep-options)
11734         (find-name-arg):
11735         * facemenu.el (facemenu-keybindings):
11736         * dired.el (dired-listing-switches, dired-chown-program):
11737         * diff.el (diff-switches, diff-command):
11738         * cus-edit.el (same-window-regexps):
11739         * bindings.el (mode-line-mule-info)
11740         (mode-line-buffer-identification): Purecopy strings.
11742 2009-11-11  Juri Linkov  <juri@jurta.org>
11744         * simple.el (dired-get-filename) <declare-function>:
11745         Tell the byte-compiler about dired-get-filename.
11746         (shell-command): In Dired mode, get filename from the current line
11747         as the default value.
11749 2009-11-10  Glenn Morris  <rgm@gnu.org>
11751         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
11752         * calendar/holidays.el, progmodes/cperl-mode.el:
11753         Update x-popup-menu declarations.
11755         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
11756         (list-load-path-shadows): Use dolist.
11757         (list-load-path-shadows): Use with-current-buffer.
11759 2009-11-10  Juri Linkov  <juri@jurta.org>
11761         * minibuffer.el (read-file-name): Support a list of default values
11762         in `default-filename'.  Use the first file name where only one
11763         element is required.  Doc fix.
11765 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
11767         * net/dbus.el (dbus-unregister-object): Release service, if no
11768         other method is registered for it.
11770 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
11772         * bookmark.el (bookmark-completing-read): Sort bookmark names if
11773         bookmark-sort-flag is non-nil (Bug#4653).
11775 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
11777         * emulation/cua-base.el: Add CUA property to some CC mode commands
11778         (Bug#4100).
11780 2009-11-08  Kevin Ryde  <user42@zip.com.au>
11782         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
11783         at end of sentence (Bug#4818).
11785 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
11787         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11788         Handle "see declaration of" MSFT statements (Bug#4100).
11790 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
11792         * net/tramp.el (tramp-advice-make-auto-save-file-name)
11793         (tramp-advice-file-expand-wildcards): Unload via
11794         `ad-remove-advice'.
11796         * net/trampver.el: Update release number.
11798 2009-11-08  Kevin Ryde  <user42@zip.com.au>
11800         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
11801         `ad-do-it'.
11803 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
11805         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
11806         in order to keep context in SELinux.
11808 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
11810         * dired-aux.el (dired-query): Place cursor in echo area and allow
11811         C-g.
11813         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
11814         menu item if not on a directory (Bug#4701).
11816 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
11818         Sync with Tramp 2.1.17.
11820         * net/tramp.el (tramp-handle-copy-directory): Don't use
11821         `file-remote-p' (due to compatibility).
11823         * net/tramp-compat.el (tramp-compat-copy-directory)
11824         (tramp-compat-delete-directory): New defuns.
11826         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
11827         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
11828         `tramp-compat-delete-directory'.
11830         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
11831         (tramp-smb-handle-delete-directory): Use
11832         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
11834         * net/trampver.el: Update release number.
11836 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
11838         * tar-mode.el (tar-copy): Call write-region on the right buffer
11839         (Bug#4857).
11841         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
11842         by hand, if necessary (Bug#4878).
11844 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
11846         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
11847         align size column (Bug#4839).
11849         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
11850         statement.
11852 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11854         * progmodes/ld-script.el (auto-mode-alist):
11855         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
11857         * cus-face.el (custom-declare-face): Purecopy face spec.
11859 2009-11-06  Kenichi Handa  <handa@m17n.org>
11861         * international/uni-bidi.el: Re-generated.
11862         * international/uni-category.el: Re-generated.
11863         * international/uni-combining.el: Re-generated.
11864         * international/uni-mirrored.el: Re-generated.
11866 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11868         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
11869         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
11870         (tex-start-options, slitex-run-command, latex-run-command)
11871         (tex-run-command, tex-directory):
11872         * textmodes/ispell.el (ispell-html-skip-alists)
11873         (ispell-tex-skip-alists, ispell-tex-skip-alists):
11874         * textmodes/fill.el (adaptive-fill-first-line-regexp):
11875         (adaptive-fill-regexp):
11876         * textmodes/dns-mode.el (auto-mode-alist):
11877         * progmodes/python.el (interpreter-mode-alist):
11878         * progmodes/etags.el (tags-compression-info-list):
11879         * progmodes/etags.el (tags-file-name):
11880         * net/browse-url.el (browse-url-galeon-program)
11881         (browse-url-firefox-program):
11882         * mail/sendmail.el (mail-signature-file)
11883         (mail-citation-prefix-regexp):
11884         * international/mule-conf.el (eight-bit):
11885         * international/latexenc.el (latex-inputenc-coding-alist):
11886         * international/fontset.el (x-pixel-size-width-font-regexp):
11887         * emacs-lisp/warnings.el (warning-type-format):
11888         * emacs-lisp/trace.el (trace-buffer):
11889         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
11890         (emacs-lisp-mode-map):
11891         * calendar/holidays.el (holiday-solar-holidays)
11892         (holiday-bahai-holidays, holiday-islamic-holidays)
11893         (holiday-christian-holidays, holiday-hebrew-holidays)
11894         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
11895         (hebrew-holidays-1, holiday-oriental-holidays)
11896         (holiday-general-holidays):
11897         * x-dnd.el (x-dnd-known-types):
11898         * tool-bar.el (tool-bar):
11899         * startup.el (site-run-file):
11900         * shell.el (shell-dumb-shell-regexp):
11901         * rfn-eshadow.el (file-name-shadow-tty-properties)
11902         (file-name-shadow-properties):
11903         * paths.el (remote-shell-program, news-directory):
11904         * mouse.el ([C-down-mouse-3]):
11905         * menu-bar.el (menu-bar-tools-menu):
11906         * jka-cmpr-hook.el (jka-compr-load-suffixes)
11907         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
11908         (jka-compr-compression-info-list):
11909         * isearch.el (search-whitespace-regexp):
11910         * image-file.el (image-file-name-extensions):
11911         * find-dired.el (find-ls-option):
11912         * files.el (directory-listing-before-filename-regexp)
11913         (directory-free-space-args, insert-directory-program)
11914         (list-directory-brief-switches, magic-fallback-mode-alist)
11915         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
11916         (automount-dir-prefix):
11917         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
11918         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
11919         (face-font-registry-alternatives, face-font-registry-alternatives)
11920         (face-font-family-alternatives):
11921         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
11922         (facemenu-foreground-menu, facemenu-face-menu):
11923         * epa-hook.el (epa-file-name-regexp):
11924         * dnd.el (dnd-protocol-alist):
11925         * textmodes/rst.el (auto-mode-alist):
11926         * button.el (default-button): Purecopy strings.
11928 2009-11-06  Glenn Morris  <rgm@gnu.org>
11930         * Makefile.in (ELCFILES): Update.
11932 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11934         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
11935         * emacs-lisp/levents.el: Move to obsolete/levents.el.
11937         * nxml/xsd-regexp.el (xsdre-gen-categories):
11938         * nxml/xmltok.el (xmltok-parse-entity):
11939         * nxml/rng-parse.el (rng-parse-validate-file):
11940         * nxml/rng-maint.el (rng-format-manual)
11941         (rng-manual-output-force-new-line):
11942         * nxml/rng-loc.el (rng-save-schema-location-1):
11943         * nxml/rng-cmpct.el (rng-c-parse-file):
11944         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
11945         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
11947 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
11949         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
11950         Remove extra save-excursions and make-variable-buffer-local's.
11951         Suggested by Stefan Monnier.
11953         (verilog-getopt-file, verilog-module-inside-filename-p)
11954         (verilog-set-define): Merge GNU 1.35 and repair changes from
11955         switching to using with-current-buffer.
11957         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
11958         being treated as a number and confusing AUTORESET.
11959         Reported by Dan Dever.
11961         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
11962         Add verilog-auto-ignore-concat to fix backward compatibility with
11963         older verilog-modes.  Reported by Dan Katz.
11965         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
11966         containing closing anchors "...$".
11968         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
11969         Reported by Wade Smith.
11971         (verilog-batch-execute-func): Comment on function usage.
11973 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
11975         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
11976         for labels.
11978         (verilog-label-re, verilog-calc-1): Support proper indent of named
11979         asserts.
11981         (verilog-backward-token, verilog-basic-complete-re)
11982         (verilog-beg-of-statement, verilog-indent-re): Support proper
11983         indent of the assert statement at the beginning of a block of text.
11985         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
11986         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
11987         tokens as begins.
11989 2009-11-05  Glenn Morris  <rgm@gnu.org>
11991         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
11992         Emacs 19.  (Bug#1531)
11993         (byte-compile-fix-header): Update for the above change.
11994         Drop test for epoch::version.
11996         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
11997         * cus-dep.el (custom-make-dependencies):
11998         * finder.el (finder-compile-keywords):
11999         Use autoload-rubric's feature argument.
12001         * calendar/diary-lib.el (top-level): Make load behave more like require.
12003         * vc-git.el (vc-git-stash-map): Move definition before use.
12005 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
12007         * custom.el (custom-declare-group): Purecopy standard-value.
12008         (custom-declare-group): Purecopy custom-prefix.
12010         * international/mule.el (load-with-code-conversion):
12011         Call do-after-load-evaluation unconditionally.
12013         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
12015 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12017         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
12019 2009-11-04  Glenn Morris  <rgm@gnu.org>
12021         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
12022         (byte-compile-compatibility): Remove option.
12023         (byte-compile-close-variables, byte-compile-fix-header)
12024         (byte-compile-insert-header, byte-compile-output-docform)
12025         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
12026         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
12027         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
12028         (byte-compile-insert, byte-compile-defun):
12029         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
12030         (byte-defop-compiler19): Remove.
12031         Without byte-compile-compatibility, the 'emacs19-opcode property is not
12032         used by anything.  Replace all calls with byte-defop-compiler.
12034 2009-11-04  Juri Linkov  <juri@jurta.org>
12036         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
12037         (menu-bar-options-menu): Don't quote the `prop' arg of
12038         `menu-bar-make-mm-toggle'.
12040 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
12042         * calendar/calendar.el (cal-loaddefs):
12043         * calendar/diary-lib.el (diary-loaddefs):
12044         * calendar/holidays.el (hol-loaddefs):
12045         * eshell/esh-module.el (esh-groups): Load rather than require.
12047 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12049         * calendar/todo-mode.el (todo-add-category): Don't hardcode
12050         point-min==1.
12051         (todo-top-priorities): Only display-buffer when called interactively.
12052         (todo-item-start): Don't save excursion point.
12053         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
12054         (todo-insert-item-here, todo-file-item, todo-remove-item):
12055         Adjust uses of todo-item-start and todo-item-end.
12057         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
12058         (autoload-rubric): Don't use any more.
12060         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
12061         and only put a prop if it is non-nil.
12063 2009-11-03  Juri Linkov  <juri@jurta.org>
12065         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
12066         (menu-bar-options-menu): Fix list quoting (Bug#4429).
12068         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
12069         and "Menu" to make top-level menu item visually one unit (like
12070         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
12071         multi-word menu items).  Fix :help string for quit-window.
12073 2009-11-03  Glenn Morris  <rgm@gnu.org>
12075         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
12076         (byte-compile-file-form-define-abbrev-table)
12077         (byte-compile-file-form-custom-declare-variable)
12078         (byte-compile-variable-ref, byte-compile-defvar):
12079         Whether or not a warning is enabled should only affect whether we issue
12080         the warning, not whether or not we collect the relevant data.
12081         Eg warnings can be turned on and off throughout the course of a file.
12083         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
12084         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
12086 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12088         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
12089         * play/mpuz.el (mpuz-create-buffer):
12090         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
12091         (lm-print-y,s,noise, lm-print-w0, lm-init):
12092         * play/gomoku.el (gomoku-prompt-for-move):
12093         * play/fortune.el (fortune-in-buffer):
12094         * play/dissociate.el (dissociated-press):
12095         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
12096         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
12097         * mail/supercite.el (sc-eref-show):
12098         * mail/smtpmail.el (smtpmail-send-it):
12099         * mail/rmailsum.el (rmail-summary-next-labeled-message)
12100         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
12101         (rmail-summary-undelete-many, rmail-summary-rmail-update)
12102         (rmail-summary-goto-msg, rmail-summary-expunge)
12103         (rmail-summary-get-new-mail, rmail-summary-search-backward)
12104         (rmail-summary-add-label, rmail-summary-output-menu)
12105         (rmail-summary-output-body):
12106         * mail/rfc822.el (rfc822-addresses):
12107         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
12108         * mail/mailpost.el (post-mail-send-it):
12109         * mail/hashcash.el (hashcash-generate-payment):
12110         * mail/feedmail.el (feedmail-run-the-queue)
12111         (feedmail-queue-send-edit-prompt-help-first)
12112         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
12113         (feedmail-deduce-address-list):
12114         * eshell/esh-ext.el (eshell-remote-command):
12115         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
12116         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
12117         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
12118         (viper-save-string-in-file, viper-valid-marker):
12119         * emulation/viper-keym.el (viper-toggle-key):
12120         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
12121         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
12122         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
12123         * emulation/viper-cmd.el (viper-exec-form-in-vi)
12124         (viper-exec-form-in-emacs, viper-brac-function):
12125         * emulation/viper.el (viper-delocalize-var):
12126         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
12127         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
12128         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
12129         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
12130         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
12131         * emulation/edt.el (edt-electric-helpify):
12132         * emulation/cua-rect.el (cua--rectangle-aux-replace):
12133         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
12134         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
12135         (cua-indent-to-global-mark-column):
12136         * calendar/diary-lib.el (calendar-mark-1):
12137         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
12138         Use with-current-buffer.
12139         * emulation/viper.el (viper-delocalize-var): Use dolist.
12141 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
12143         * comint.el (comint-replace-by-expanded-history-before-point):
12144         Replace !! with the previous input string literally (Bug#1795).
12146 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
12148         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
12149         to be made up of whitespace.
12151 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
12153         * minibuffer.el (read-file-name): Don't use file dialogs for
12154         remote directories (Bug#99).
12156 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
12158         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
12160 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
12162         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
12163         instead of deleting the window or frame.
12165 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
12167         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
12168         Support face colors.
12170         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
12171         New function.  Support face colors (Bug#1168).
12172         (tex-common-initialization): Use it.
12174         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
12175         mode allows it (Bug#1168).
12177 2009-10-31  Juri Linkov  <juri@jurta.org>
12179         * facemenu.el (list-colors-display): Don't mark buffer as
12180         modified (Bug#3948).
12182 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
12184         * international/mule-diag.el (list-character-sets-1): Minor
12185         message fix (Bug#3526).
12187         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
12188         face property (Bug#4834).
12189         (etags-list-tags, etags-tags-apropos-additional)
12190         (etags-tags-apropos, tags-select-tags-table): Add follow-link
12191         property.
12193         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
12194         items.
12196 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12198         * textmodes/two-column.el (2C-split):
12199         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
12200         * textmodes/tex-mode.el (tex-set-buffer-directory):
12201         * textmodes/spell.el (spell-region, spell-string):
12202         * textmodes/reftex.el (reftex-erase-buffer):
12203         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
12204         * textmodes/reftex-toc.el (reftex-toc-promote-action):
12205         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
12206         (reftex-select-item):
12207         * textmodes/reftex-ref.el (reftex-label-info-update)
12208         (reftex-offer-label-menu):
12209         * textmodes/reftex-index.el (reftex-index-change-entry)
12210         (reftex-index-phrases-info):
12211         * textmodes/reftex-global.el (reftex-create-tags-file)
12212         (reftex-save-all-document-buffers, reftex-ensure-write-access):
12213         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
12214         (reftex-view-crossref-from-bibtex):
12215         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
12216         (reftex-extract-bib-entries-from-thebibliography)
12217         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
12218         * textmodes/refbib.el (r2b-capitalize-title):
12219         (r2b-convert-buffer, r2b-help):
12220         * textmodes/page-ext.el (pages-directory)
12221         (pages-directory-goto-with-mouse):
12222         * textmodes/bibtex.el (bibtex-validate-globally):
12223         * textmodes/bib-mode.el (bib-capitalize-title):
12224         * textmodes/artist.el (artist-clear-buffer, artist-system):
12225         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
12226         (local-set-scheme-interaction-buffer, xscheme-process-filter)
12227         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
12228         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
12229         (xscheme-send-control-g-interrupt, xscheme-start-process)
12230         (xscheme-process-sentinel, xscheme-cd):
12231         * progmodes/verilog-mode.el (verilog-read-always-signals)
12232         (verilog-set-define, verilog-getopt-file)
12233         (verilog-module-inside-filename-p):
12234         * progmodes/sh-script.el:
12235         * progmodes/python.el (python-pdbtrack-get-source-buffer)
12236         (python-pdbtrack-grub-for-buffer, python-execute-file):
12237         * progmodes/octave-inf.el (inferior-octave):
12238         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
12239         (idlwave-shell-compile-helper-routines, idlwave-set-local)
12240         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
12241         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
12242         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
12243         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
12244         (idlwave-shell-filter, idlwave-shell-examine-highlight)
12245         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
12246         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
12247         (idlwave-shell-examine-display, idlwave-shell-run-region)
12248         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
12249         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
12250         * progmodes/idlw-help.el (idlwave-help-get-special-help)
12251         (idlwave-help-get-help-buffer):
12252         * progmodes/gud.el (gud-basic-call, gud-find-class)
12253         (gud-tooltip-activate-mouse-motions-if-enabled):
12254         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
12255         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
12256         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
12257         (ebrowse-tags-next-file):
12258         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
12259         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
12260         (ebnf-eps-finish-and-write):
12261         * progmodes/cpp.el (cpp-edit-save):
12262         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
12263         * progmodes/cc-defs.el (c-emacs-features):
12264         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
12265         (antlr-directory-dependencies):
12266         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
12267         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
12268         (ada-find-any-references, ada-make-filename-from-adaname)
12269         (ada-make-body-gnatstub):
12270         * obsolete/rnews.el (news-list-news-groups):
12271         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
12272         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
12273         * net/rcirc.el (rcirc-debug):
12274         * net/newst-treeview.el (newsticker--treeview-list-add-item)
12275         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
12276         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
12277         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
12278         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
12279         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
12280         (newsticker--treeview-list-clear-highlight)
12281         (newsticker--treeview-list-update-highlight)
12282         (newsticker--treeview-list-highlight-start)
12283         (newsticker--treeview-tree-update-highlight)
12284         (newsticker--treeview-get-selected-item)
12285         (newsticker-treeview-mark-list-items-old)
12286         (newsticker--treeview-set-current-node):
12287         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
12288         * net/newst-backend.el (newsticker--get-news-by-funcall)
12289         (newsticker--get-news-by-wget, newsticker--image-get)
12290         (newsticker--image-sentinel):
12291         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
12292         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
12293         (eudc-ph-close-session):
12294         * net/eudc.el (eudc-save-options):
12295         * language/thai-word.el (thai-update-word-table):
12296         * language/japan-util.el (japanese-string-conversion):
12297         * international/titdic-cnv.el (tsang-quick-converter)
12298         (ziranma-converter, ctlau-converter):
12299         * international/mule-cmds.el (describe-language-environment):
12300         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
12301         (skkdic-convert-postfix, skkdic-convert-prefix):
12302         (skkdic-convert-okuri-nasi, skkdic-convert):
12303         * emacs-lisp/re-builder.el (reb-update-overlays):
12304         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
12305         * emacs-lisp/gulp.el (gulp-send-requests):
12306         * emacs-lisp/find-gc.el (trace-call-tree):
12307         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
12308         (eieio-describe-generic):
12309         * emacs-lisp/eieio-base.el (eieio-persistent-read):
12310         * emacs-lisp/edebug.el (edebug-outside-excursion):
12311         * emacs-lisp/debug.el (debugger-make-xrefs):
12312         * emacs-lisp/cust-print.el (custom-prin1-to-string):
12313         * emacs-lisp/chart.el (chart-new-buffer):
12314         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
12315         Use with-current-buffer.
12316         * textmodes/artist.el (artist-system): Don't call
12317         copy-sequence on a fresh string.
12318         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
12320 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
12322         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
12323         is no item to edit.  (Bug#4820)
12324         (todo-top-priorities): Restore point and restore narrowing in Todo
12325         buffer.  (Bug#4820)
12327 2009-10-31  Glenn Morris  <rgm@gnu.org>
12329         * net/ange-ftp.el (top-level): Don't require dired when compiling.
12330         (comint-last-output-start, comint-last-input-start)
12331         (comint-last-input-end): Don't defvar when compiling.
12332         (ange-ftp-process-file): Use bound-and-true-p.
12334         * pcmpl-rpm.el (top-level): Move provide statement to end.
12335         (pcmpl-rpm): Remove unused custom group.
12337         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
12339         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
12341         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
12342         (byte-compile-warnings): Add `constants' as an option.
12343         (byte-compile-callargs-warn, byte-compile-arglist-warn)
12344         (display-call-tree): Update for byte-compile-fdefinition possibly
12345         returning `(macro lambda ...)'.  (Bug#4778)
12346         (byte-compile-variable-ref, byte-compile-setq-default):
12347         Respect `constants' member of byte-compile-warnings.
12349 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12351         * vc-bzr.el (vc-bzr-revision-keywords): New var.
12352         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
12353         to "submit:".
12355 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
12357         * textmodes/ispell.el (ispell-skip-region-alist):
12358         * international/mule-conf.el (eight-bit):
12359         * international/fontset.el (font-encoding-alist):
12360         * startup.el (pure-space-overflow-message):
12361         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
12362         * paths.el (gnus-nntp-service, rmail-spool-directory)
12363         (term-file-prefix):
12364         * files.el (save-some-buffers-action-alist):
12365         * cmuscheme.el (same-window-buffer-names):
12366         * ielm.el (same-window-buffer-names):
12367         * shell.el (same-window-buffer-names):
12368         * mail/sendmail.el (same-window-buffer-names):
12369         * progmodes/inf-lisp.el (same-window-buffer-names):
12370         * bindings.el (mode-line-client)
12371         (mode-line-column-line-number-mode-map):
12372         * language/tibetan.el (tibetan-precomposition-rule-regexp)
12373         (tibetan-precomposed-regexp): Purecopy string arguments.
12375 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12377         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
12378         (calcDigit-nondigit):
12379         * calc/calc-yank.el (calc-copy-to-buffer):
12380         * calc/calc-units.el (calc-invalidate-units-table):
12381         * calc/calc-trail.el (calc-trail-yank):
12382         * calc/calc-store.el (calc-insert-variables):
12383         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
12384         * calc/calc-prog.el (calc-read-parse-table):
12385         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
12386         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
12387         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
12388         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
12389         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
12390         (calc-graph-name, calc-graph-find-command, calc-graph-view)
12391         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
12392         * calc/calc-ext.el (calc-realign):
12393         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
12394         (calc-embedded-finish-edit, calc-embedded-make-info)
12395         (calc-embedded-finish-command, calc-embedded-stack-change):
12396         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
12398         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
12399         shell-dynamic-complete-filename in preference to
12400         comint-dynamic-complete-filename.
12402         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12403         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
12404         Don't consider whether the display supports colors.
12405         (bookmark-import-new-list): Use dolist.
12406         (bookmark-bmenu-mode-map): Move initialization into declaration.
12407         (bookmark-bmenu-list): Use dolist, simplify.
12408         (bookmark-show-all-annotations): Use save-selected-window and dolist.
12409         (menu-bar-final-items): Use push.
12411 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
12413         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
12414         it works on remote files.
12415         (vc-hg-diff): Don't pass any `--cwd' argument.
12417 2009-10-27  Kevin Ryde  <user42@zip.com.au>
12419         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
12420         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
12421         (Further to Bug#3921).
12423 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
12425         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
12426         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
12427         calling `tramp-imap-put-file'.  Add file size to the call.
12428         (tramp-imap-get-file-entries): Compute also user name, file size,
12429         and date.
12430         (tramp-imap-handle-insert-directory): Insert uid and gid.
12431         (tramp-imap-handle-file-attributes): Transform uid and gid
12432         according to `id-format'.
12433         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
12434         size in header X-Size.
12436 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
12438         * simple.el (transpose-subr): Give clearer error when the mark
12439         is not set.  (Bug#4807)
12441 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
12443         * net/tramp.el (tramp-perl-file-truename): New defconst.
12444         Perl code contributed by yary <not.com@gmail.com> (tiny change).
12445         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
12446         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
12447         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
12449         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
12450         Ignore `dired-call-process'.
12451         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
12453 2009-10-26  Julian Scheid  <julians37@gmail.com>
12455         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
12456         (tramp-get-remote-readlink): New defun.
12457         (tramp-handle-file-truename): Use it.
12458         (tramp-handle-file-exists-p): Check file-attributes cache, assume
12459         file exists if cache value present.
12460         (tramp-check-cached-permissions): New defun.
12461         (tramp-handle-file-readable-p): Use it.
12462         (tramp-handle-file-writable-p): Likewise.
12463         (tramp-handle-file-executable-p): Likewise.
12464         (tramp-handle-file-name-all-completions): Try using Perl to get
12465         partial completions.  When perl not available, combine `cd' and
12466         `ls' into single remote operation and use shell expansion to get
12467         partial remote directory contents.  Set `file-exists-p' cache for
12468         directory and any files returned by ls.  Change cache handling to
12469         support partial directory contents.  Use error message emitted by
12470         remote `cd' or Perl code for local tramp-error.
12471         (tramp-do-copy-or-rename-file-directly): Avoid separate
12472         tramp-send-command-and-check call.
12473         (tramp-handle-process-file): Merge three remote ops into one.
12474         Do not flush all caches when `process-file-side-effects' is set.
12475         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
12476         file-attributes shows uid/gid to be set already.
12478 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
12480         * textmodes/tex-mode.el (tex-dvi-view-command)
12481         (tex-show-queue-command, tex-open-quote):
12482         * progmodes/ruby-mode.el (auto-mode-alist)
12483         (interpreter-mode-alist): Purecopy strings.
12485         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
12487         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
12488         string for the hook, keymap and abbrev table.
12490         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
12492         * x-dnd.el (x-dnd-xdnd-to-action):
12493         * startup.el (fancy-startup-text, fancy-about-text): Change to
12494         defconst from defvar.
12496         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
12498         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
12499         Purecopy initialization strings.
12501         * mail/sendmail.el (mail-header-separator)
12502         (mail-personal-alias-file):
12503         * mail/rmail.el (rmail-default-dont-reply-to-names)
12504         (rmail-ignored-headers, rmail-retry-ignored-headers)
12505         (rmail-highlighted-headers, rmail-secondary-file-directory)
12506         (rmail-secondary-file-regexp):
12507         * files.el (null-device, file-name-invalid-regexp)
12508         (locate-dominating-stop-dir-regexp)
12509         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
12510         (interpreter-mode-alist): Use mapcar instead of mapc.
12512         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
12514         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
12515         (completion-ignored-extensions):
12516         (debug-ignored-errors): Purecopy strings.
12518 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12520         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
12521         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
12522         (pcomplete--here): Use push.
12524         * subr.el (all-completions): Declare the 4th arg obsolete.
12526 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12528         * pcomplete.el (pcomplete-unquote-argument-function): New var.
12529         (pcomplete-unquote-argument): New function.
12530         (pcomplete--common-suffix): Always pay attention to case.
12531         (pcomplete--table-subvert): Quote and unquote the text.
12532         (pcomplete--common-quoted-suffix): New function.
12533         (pcomplete-std-complete): Use it and pcomplete-begin.
12535         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
12536         we're inside a dedicated or minibuffer window.
12538 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
12540         * bookmark.el: Update documentation, especially documentation
12541         of `bookmark-alist' and of the bookmark file format.
12542         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
12544 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
12546         * mail/emacsbug.el (report-emacs-bug): Clarify that the
12547         keybindings apply to the mail buffer (Bug#4003).  Shrink help
12548         window to buffer.
12550         * whitespace.el (whitespace-mode, whitespace-newline-mode)
12551         (global-whitespace-mode, global-whitespace-newline-mode)
12552         (whitespace-toggle-options, global-whitespace-toggle-options):
12553         Doc fix (Bug#3660).
12555         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
12556         of xmltok-start before the end tag was inserted (Bug#2840).
12558         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
12559         patterns that are preceded by an open-paren (Bug#1320).
12561 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
12563         * files.el (delete-directory): Delete symlinks to directories with
12564         delete-file (Bug#4739).
12566 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
12568         * vc.el (vc-backend-for-registration): Rename from
12569         vc-get-backend-for-registration.  Update callers.
12571         * international/mule-cmds.el (set-language-info-alist):
12572         Purecopy lang-env.
12573         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
12574         (charset): Purecopy the name.
12575         (define-char-code-property): Purecopy string arguments.
12577         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
12578         Purecopy string arguments.
12580         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
12581         * ediff-hook.el (menu-bar-ediff-menu):
12582         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
12583         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
12585 2009-10-24  Glenn Morris  <rgm@gnu.org>
12587         * comint.el (comint-dynamic-list-completions):
12588         * term.el (term-dynamic-list-completions): Use choose-completion rather
12589         than obsolete alias mouse-choose-completion.
12591         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
12592         file-cache-choose-completion.
12593         (file-cache-choose-completion): Handle an optional event argument.
12594         (file-cache-mouse-choose-completion): Make it an obsolete alias.
12596         * progmodes/octave-mod.el (octave-complete-symbol):
12597         Use choose-completion if mouse-choose-completion is ever removed.
12599         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
12600         use.
12602         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
12603         compiler.
12605         * vc-hooks.el (vc-responsible-backend): Fix declaration.
12607 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12609         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
12610         Ignore `pred' now that we receive one.
12611         Handle test-completion specially.
12613 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
12615         * vc.el (vc-responsible-backend): Throw an error if not backend is
12616         found.  Remove the REGISTER argument.  Move the code dealing with
12617         REGISTER ...
12618         (vc-get-backend-for-registration): ... here.  New function.
12619         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
12620         of vc-responsible-backend, pass the file name instead of the
12621         directory name.
12623 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12625         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
12626         New funs.
12627         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
12628         (pcomplete-comint-setup): Don't modify a global var via
12629         accidental side-effects.
12630         (pcomplete-shell-setup): Adjust call accordingly.
12631         (pcomplete-parse-comint-arguments): Use push.
12633 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
12635         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
12636         Allow uncapitalized info node names (Bug#3921).
12638         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
12639         to the DEBUG file (Bug#3781).
12641 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
12643         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
12644         dictionary entry (Bug#4579).
12646 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
12648         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
12649         from `rfn-eshadow-update-overlay-hook' when unloading.
12650         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
12651         "rsyncc".  Adjust doc string.
12652         (tramp-temp-buffer-file-name): New buffer-local defvar.
12653         (tramp-handle-insert-file-contents, tramp-handle-write-region):
12654         Keep temporary file when indicated by method ("rsync" and
12655         "rsyncc").
12656         (tramp-handle-write-region): Handle APPEND.
12657         (tramp-delete-temp-file-function): New defun.  Added to
12658         `kill-buffer-hook'.
12660 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
12662         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
12664 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
12666         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
12667         (color-name-rgb-alist, tty-standard-colors)
12668         (tty-color-mode-alist): Change to defconst.
12670         * simple.el (mark-inactive): Purecopy message.
12672         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
12673         (global-map, yank-menu):
12674         * textmodes/ispell.el (ispell-menu-map):
12675         * net/eudc.el (eudc-tools-menu):
12676         * international/mule-cmds.el (describe-language-environment-map)
12677         (setup-language-environment-map, set-coding-system-map)
12678         (mule-menu-keymap):
12679         * vc-hooks.el (vc-menu-entry, vc-menu-map):
12680         * replace.el (occur-mode-map):
12681         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
12683 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
12685         * calc/calc.el (math-read-number, math-read-number-simple): Use
12686         `save-match-data'.
12688 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12690         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
12691         rather than fiddling with global-map bindings, since it should only
12692         affect per-terminal settings.
12693         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
12695         * minibuffer.el (completion-table-with-terminator): Allow to specify
12696         the terminator-regexp.
12698         * simple.el (switch-to-completions): Look for *Completions* in other
12699         frames as well.
12701         * pcomplete.el: Allow the use of completion-tables.
12702         (pcomplete-std-complete): New command.
12703         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
12704         (pcomplete--here): Use a function for `form' rather than an expression,
12705         so it can be byte-compiled.
12706         (pcomplete-here, pcomplete-here*): Adjust accordingly.
12707         Add edebug declaration.
12708         (pcomplete-show-completions): Remove unused var `curbuf'.
12709         (pcomplete-do-complete, pcomplete-stub):
12710         Don't assume `completions' is a list of strings any more.
12712 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
12714         * find-dired.el (find-name-arg): Fix typo in docstring.
12716 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12718         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
12719         (pcmpl-linux-fs-types): Same, and update to new modules layout.
12721         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
12722         pcomplete-entries.
12724         * comint.el (comint-read-input-ring, comint-write-input-ring)
12725         (comint-substitute-in-file-name)
12726         (comint-dynamic-complete-as-filename)
12727         (comint-dynamic-simple-complete)
12728         (comint-dynamic-list-filename-completions)
12729         (comint-dynamic-list-completions)
12730         (comint-redirect-results-list-from-process): Minor simplifications.
12732 2009-10-21  Kevin Ryde  <user42@zip.com.au>
12734         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
12735         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
12736         the first form.  And insert a blank line after ";;; Code" since
12737         that's usual style.  (Bug#4612)
12739         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
12741 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12743         * minibuffer.el (completion-table-with-terminator): Properly implement
12744         boundaries, in case `terminator' appears in the suffix.
12745         (completion--embedded-envvar-table): Don't return boundaries if
12746         there's no valid completion.  Simplify.
12747         (completion-file-name-table): New completion table extracted from
12748         completion--file-name-table.
12749         (completion--file-name-table): Use it.
12750         (read-file-name-predicate): Declare obsolete.
12751         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
12752         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
12753         completion-file-name-table, and use the `pred' argument.
12754         * files.el (locate-file-completion-table): Use the `pred' arg rather
12755         than read-file-name-predicate.
12756         (abbreviate-file-name): Use \` rather than ^ for BOS.
12758 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
12760         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
12761         vc-responsible-backend to register, it causes problems.
12763 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12765         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
12767 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
12769         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
12770         (tramp-smb-handle-file-attributes): Use it.
12771         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
12772         (tramp-smb-handle-insert-directory): Use `mapc' rather than
12773         `mapcar'.  Use `tramp-smb-get-stat-capability'.
12774         Add `dired-filename' text properties.
12775         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
12776         (tramp-smb-maybe-open-connection): Simplify check for smbclient
12777         version.
12779 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12781         * subr.el (read-key-delay): Reduce to 0.01.
12782         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
12783         (bug#4751).
12785 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12787         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
12789         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
12790         (Info-menu): Remove unused vars `last' and `completions'.
12791         (Info-index-nodes): Remove unused var `node'.
12793         * info.el (Info-complete-menu-item): Use complete-with-action.
12795 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
12797         Make vc-annotate work through copies and renames.
12798         * vc-annotate.el (vc-annotate-extract-revision-at-line):
12799         Return the file name too.
12800         (vc-annotate-revision-at-line)
12801         (vc-annotate-find-revision-at-line)
12802         (vc-annotate-revision-previous-to-line)
12803         (vc-annotate-show-log-revision-at-line): Update to get the file
12804         name from vc-annotate-extract-revision-at-line.
12805         (vc-annotate-show-diff-revision-at-line-internal): Change the
12806         argument to mean whether to show a file diff or not.  Get the file
12807         name from vc-annotate-extract-revision-at-line.
12808         (vc-annotate-show-diff-revision-at-line):
12809         Update vc-annotate-show-diff-revision-at-line call.
12810         (vc-annotate-warp-revision): Add an optional file argument.
12812         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
12813         (vc-git-annotate-extract-revision-at-line): Also return the file
12814         name if found.
12816         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
12817         command.  Remove unused code.
12818         (vc-hg-annotate-re): Update to match --follow output.
12819         (vc-hg-annotate-extract-revision-at-line): Also return the file
12820         name if found.
12822         * vc.el: Update annotate-extract-revision-at-line documentation.
12824 2009-10-18  Kevin Ryde  <user42@zip.com.au>
12826         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
12827         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
12829         * net/browse-url.el (browse-url): Identify alist with "consp and
12830         not functionp" and let all other things go down the `apply' leg,
12831         as suggested by Stefan.  (Further to bug#4531.)
12833 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
12835         * minibuffer.el (read-file-name): Check for repeat before putting
12836         a default argument in file-name-history (Bug#4657).
12838         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
12839         read syntax (Bug#4737).
12841         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
12843 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
12845         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
12846         (html-tag-alist, html-tag-help): Add descriptions for undocumented
12847         entries and make note of obsolete tags.
12849 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12851         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
12853 2009-10-18  Glenn Morris  <rgm@gnu.org>
12855         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
12856         grep, so that binary files (eg international/uni-bidi.el) can match.
12857         Remove test for "UnicodeData" files, since it is hopefully unnecessary
12858         now, and in any case the file header format has changed.
12860 2009-10-17  Glenn Morris  <rgm@gnu.org>
12862         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
12863         (flyspell-get-word, flyspell-large-region)
12864         (flyspell-auto-correct-previous-word): Doc/error message fixes.
12866 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
12868         * Makefile.in (ELCFILES): Add ede/shell.
12870 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
12872         * term/common-win.el (x-colors): Purecopy it.
12874 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12876         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
12877         permissive for when the buffer is empty.
12878         (tar-header-block-tokenize): Decode the username and groupname.
12879         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
12881 2009-10-17  Eric Ludlam  <zappo@gnu.org>
12883         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
12884         contains multibyte characters, choose first applicable coding
12885         system automatically.
12887 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12889         * international/mule-cmds.el (select-safe-coding-system): If the file
12890         has a coding cookie, use it regardless of any other setting (bug#4712).
12892 2009-10-17  Glenn Morris  <rgm@gnu.org>
12894         * foldout.el (foldout-mouse-swallow-events):
12895         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
12897         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
12898         (dired-keep-marker-copy, dired-keep-marker-hardlink)
12899         (dired-keep-marker-symlink, dired-dwim-target)
12900         (dired-copy-preserve-time): Do not autoload these defcustoms.
12902         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
12903         messages from messing up the file coding.  (Bug#4623)
12905 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
12907         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
12908         if no match is found for the current dictionary.  (Bug#4578)
12910         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
12911         optional, since that is how it is documented, and this is often called
12912         with a nil argument.  (Bug#4577)
12913         (flyspell-external-point-words, flyspell-auto-correct-word)
12914         (flyspell-correct-word-before-point, flyspell-word-search-forward)
12915         (flyspell-word-search-backward): Remove nil argument in calls to
12916         flyspell-get-word, since it is not needed now.
12918 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
12920         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
12922 2009-10-16  Glenn Morris  <rgm@gnu.org>
12924         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
12926 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
12928         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
12929         (ange-ftp-file-size): New function.
12930         (ange-ftp-file-attributes): Use it.
12932 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
12934         * net/tramp-smb.el (tramp-smb-version): New defvar.
12935         (tramp-smb-maybe-open-connection): Use it, in order to avoid
12936         repeated checks.
12938 2009-10-16  Glenn Morris  <rgm@gnu.org>
12940         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
12941         Maybe copy some custom properties from old to new name.  (Bug#4706)
12943 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
12945         * subr.el (error, sit-for, start-process-shell-command)
12946         (start-file-process-shell-command): Set the calling convention
12947         after the function definition.
12949 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12951         * subr.el (error, sit-for, start-process-shell-command)
12952         (start-file-process-shell-command): Use the new
12953         set-advertised-calling-convention feature.
12955 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
12957         * international/ucs-normalize.el (ucs-normalize-version):
12958         Change to 1.2.
12959         (check-range): Adjust for Unicode 5.2.
12961 2009-10-15  Juri Linkov  <juri@jurta.org>
12963         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
12964         to the `menu-item' format.
12966 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
12968         * net/tramp.el (tramp-replace-environment-variables): Do not fail
12969         if the environment variable does not exist.
12971         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12972         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
12973         parameter.
12974         (tramp-smb-handle-add-name-to-file)
12975         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12976         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12977         (tramp-smb-handle-file-attributes)
12978         (tramp-smb-do-file-attributes-with-stat)
12979         (tramp-smb-handle-file-local-copy)
12980         (tramp-smb-handle-insert-directory)
12981         (tramp-smb-handle-make-directory)
12982         (tramp-smb-handle-make-directory-internal)
12983         (tramp-smb-handle-make-symbolic-link)
12984         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
12985         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
12986         (tramp-smb-maybe-open-connection): Apply the changed parameters.
12987         (tramp-smb-read-file-entry): Read Disk names in compressed format.
12988         Handle long file names.
12989         (tramp-smb-get-cifs-capabilities): Check, whether the connection
12990         process is running.
12991         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
12992         Read share names with "-g" option.
12994 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
12996         * net/rcirc.el (rcirc-view-log-file): New command.
12997         (rcirc-track-minor-mode-map): Remove C-c ` binding.
12998         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
12999         specified.
13001 2009-10-15  Glenn Morris  <rgm@gnu.org>
13003         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
13004         from the second command-line argument.
13005         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
13006         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
13007         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
13008         w32-batch-update-autoloads.
13009         * emacs-lisp/autoload.el (autoload-make-program): New variable.
13010         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
13012         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
13013         the headers cannot be located.  Simplify, subtracting superflous
13014         save-excursions.
13016 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13018         Replace completion-base-size by completion-base-position to fix bugs
13019         such as (bug#4699).
13020         * simple.el (completion-base-position): New var.
13021         (completion-base-size): Mark as obsolete.
13022         (choose-completion): Make it work for mouse events as well.
13023         Pass the new base-position to choose-completion-string.
13024         (choose-completion-guess-base-position): New function, extracted from
13025         choose-completion-delete-max-match.
13026         (choose-completion-delete-max-match): Use it.  Make obsolete.
13027         (choose-completion-string): Use the new base-position info.
13028         (completion-root-regexp): Delete.
13029         (completion-setup-function): Preserve completion-base-position.
13030         Eliminate obsolete base-size manipulation.
13031         * minibuffer.el (display-completion-list): Don't mess with base-size.
13032         (minibuffer-completion-help): Set completion-base-position instead.
13033         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
13034         choose-completion.
13035         * textmodes/bibtex.el (bibtex-complete):
13036         * emacs-lisp/crm.el (crm--choose-completion-string):
13037         Adjust to new calling convention.
13038         * complete.el (partial-completion-mode): Use minibufferp to avoid
13039         bumping into incompatible change to choose-completion-string-functions.
13040         * ido.el (ido-choose-completion-string): Make its calling convention
13041         more permissive.
13042         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
13043         base-size manipulation.
13044         (comint-dynamic-list-input-ring): Use dotimes and push.
13045         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
13046         fundamental-mode.  Use `or'.
13048 2009-10-14  Juri Linkov  <juri@jurta.org>
13050         * misearch.el (multi-isearch-next-buffer-from-list)
13051         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
13053 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13055         * Makefile.in (compile-onefile): Load `bytecomp' rather than
13056         `bytecomp.el'.
13058         * minibuffer.el (completion-pcm--merge-completions): Make sure the
13059         string we return is all made up of text from the completions rather
13060         than part from the completions and part from the input (bug#4219).
13062         * ido.el (ido-everywhere): Use define-minor-mode.
13064         * buff-menu.el (list-buffers, ctl-x-map):
13065         Mark the entry points with ;;;###autoload cookies.
13067 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13069         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
13070         correctly in the detached head case.
13071         (vc-git-print-log): Remove unused binding.
13073         * vc.el (vc-responsible-backend): When a directory is passed for
13074         for registration create a VC repository if no backend is
13075         responsible for the directory argument.
13076         (vc-deduce-fileset): Tell vc-responsible-backend to register.
13078         * vc.el: Move comments about RCS and SCCS ...
13079         * vc-rcs.el:
13080         * vc-sccs.el: ... here, respectively.
13082 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13084         * minibuffer.el (completion--file-name-table): Return nil if there's
13085         no file completion, even if substitute-in-file-name changed
13086         the string (bug#4708).
13088 2009-10-13  Juri Linkov  <juri@jurta.org>
13090         * files-x.el (read-file-local-variable-value): Don't filter out
13091         minor modes from mode name completion (bug#4664).
13093 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
13095         * international/mule-cmds.el (ucs-names): Remove exclusion of
13096         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
13098 2009-10-13  Kenichi Handa  <handa@m17n.org>
13100         * international/uni-name.el: Regenerated.
13102 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
13104         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
13105         should be automatically buffer-local, but isn't.)
13107 2009-10-12  Sam Steingold  <sds@gnu.org>
13109         * progmodes/compile.el (compilation-next-error-function): Fix the
13110         timestamps if the buffer has been visited before.
13111         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
13112         non-anchored patterns, like the perl one (bug#3928).
13114 2009-10-12  Glenn Morris  <rgm@gnu.org>
13116         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
13117         Let-bind `size'.
13119 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
13121         * proced.el (proced-unload-function): New function.
13123         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
13124         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
13125         Doc fix.
13127         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
13129 2009-10-11  Juri Linkov  <juri@jurta.org>
13131         * files-x.el (read-file-local-variable-value):
13132         Provide default value only for bound variables (bug#4664).
13134 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
13136         * net/tramp.el (tramp-local-host-p): Function shall return nil for
13137         connection methods like smb.
13139         * net/tramp-cache.el (tramp-flush-connection-property): The hash
13140         can be empty.
13142         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
13143         (tramp-smb-file-name-handler-alist): Add handlers for
13144         `add-name-to-file', `make-symbolic-link'.
13145         (tramp-smb-handle-add-name-to-file)
13146         (tramp-smb-do-file-attributes-with-stat)
13147         (tramp-smb-handle-make-symbolic-link)
13148         (tramp-smb-get-cifs-capabilities): New defuns.
13149         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
13150         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
13151         (tramp-smb-handle-file-local-copy)
13152         (tramp-smb-handle-make-directory-internal)
13153         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
13154         The file name syntax depends on cifs capabilities.
13155         (tramp-smb-handle-file-attributes):
13156         Call `tramp-smb-do-file-attributes-with-stat' if possible.
13157         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
13158         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
13160 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
13162         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
13163         (eieio-defclass): Apply deftype handler and setf-method properties
13164         directly.
13165         (eieio-add-new-slot): Avoid union function from cl library.
13166         (eieio--typep): New function.
13167         (eieio-perform-slot-validation): Use it.
13169 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
13171         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
13172         Update documentation to refer to the variables documented in r1.135.
13173         (Bug#4188)
13175 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
13177         * bookmark.el (Info-suffix-list): Remove this unused variable.
13178         (bookmark-current-point): Remove this obsolete variable.
13179         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
13180         Adjust for removal of bookmark-current-point.
13182         (bookmarks-already-loaded, bookmark-current-buffer)
13183         (bookmark-yank-point): Document.  (Bug#4188)
13185 2009-10-10  Glenn Morris  <rgm@gnu.org>
13187         * frame.el (frame-height): Doc fix.
13189         * calendar/calendar.el (calendar-split-width-threshold): New option.
13190         (calendar-basic-setup): Use calendar-split-width-threshold.
13192 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
13194         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
13195         Ideographic Supplement" range (U+1F200..U+1F2FF).
13197 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
13199         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
13200         since the list will have been rebuilt anyway.  (Bug#4349)
13202 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
13204         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
13205         (bookmark-bmenu-execute-deletions): Don't save here, as
13206         bookmark-delete will now do so if necessary.
13207         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
13208         (Bug#4348)
13210 2009-10-09  Glenn Morris  <rgm@gnu.org>
13212         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
13214 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
13216         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
13217         (bookmark-jump-other-window): Just invoke bookmark-jump with new
13218         argument now, so the two function's behaviors will match.  (Bug#3645)
13220 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
13222         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
13223         (tramp-file-name-real-host, tramp-file-name-port):
13224         Apply `save-match-data'.
13226         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
13227         case both directories are remote.
13228         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
13229         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
13231 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
13233         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
13235 2009-10-07  Glenn Morris  <rgm@gnu.org>
13237         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
13238         of concat.
13240 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13242         * files-x.el (read-file-local-variable): Include some
13243         non-user-variables in the completion table (bug#4664).
13245 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
13247         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
13248         message.
13250         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
13251         (tramp-smb-file-name-handler-alist): Add handler for
13252         `copy-directory', `expand-file-name', `set-file-modes'.
13253         (tramp-smb-handle-copy-directory)
13254         (tramp-smb-handle-expand-file-name)
13255         (tramp-smb-handle-set-file-modes): New defuns.
13256         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
13257         (tramp-smb-handle-file-attributes): Simplify check for retrieving
13258         entry.
13259         (tramp-smb-handle-insert-directory): Don't flush the cache.
13260         (tramp-smb-maybe-open-connection): Check for samba client and
13261         server versions.
13263 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
13265         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
13266         to not error out of search for "^lisp=" fails.
13268 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
13270         * makefile.w32-in (WINS_UPDATES): New macro.
13271         (custom-deps, finder-data, autoloads): Use it.
13273 2009-10-07  Glenn Morris  <rgm@gnu.org>
13275         * Makefile.in (autoloads): Revert previous change.
13276         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
13277         the list of preloaded files passed on the command-line, get
13278         it from src/Makefile.
13280         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
13281         show the original buffer rather than a random one.
13283 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
13285         * help.el (describe-no-warranty): Place point in a slightly better
13286         position in the GPLv3 text.
13288 2009-10-06  Sam Steingold  <sds@gnu.org>
13290         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
13291         the comm attribute is present before calling regexp-quote.
13293 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
13295         * play/animate.el (animate-string): For good effect, make sure
13296         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
13298         * play/animate.el (animate-sequence, animate-birthday-present):
13299         * misc.el (butterfly): Don't set `indent-tabs-mode'.
13301 2009-10-06  Glenn Morris  <rgm@gnu.org>
13303         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
13305         * emacs-lisp/autoload.el (autoload-excludes): New variable.
13306         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
13307         (batch-update-autoloads): Process a string value of autoload-excludes,
13308         set during the build process.
13309         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
13311         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
13312         inside with-parsed...  macro so that `v' is defined.
13314         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
13315         * progmodes/fortran.el (fortran-end-of-block)
13316         (fortran-beginning-of-block):
13317         Also push mark in the macro case.
13319         * emerge.el (emerge-show-file-name):
13320         * calc/calc.el (calc-quit):
13321         * calc/calc-misc.el (calc-big-or-small):
13322         * calc/calc-graph.el (calc-graph-view):
13323         * calc/calc-ext.el (calc-reset):
13324         * calendar/calendar.el (calendar-basic-setup):
13325         Use window-full-height-p.
13327         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
13328         header we don't understand, don't insert another.  (Bug#4624)
13329         If changing mime charset, insert the new one in the right place.
13331 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
13333         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
13334         (cal-tex-cursor-month): Correctly increment the end date for diary and
13335         holiday listing.  (Bug#4626)
13337 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13339         * help-fns.el (describe-function-1): Don't burp if the function is not
13340         a symbol.
13342 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
13344         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
13345         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
13346         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
13347         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
13349         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
13350         (eieio-default-superclass): Reflow docstrings.
13351         (this, class-option-assoc, defclass, eieio-class-un-autoload)
13352         (eieio-unbind-method-implementations, defmethod)
13353         (eieio-validate-slot-value, eieio-validate-class-slot-value)
13354         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
13355         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
13356         (eieio-slot-originating-class-p, eieio-slot-name-index)
13357         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
13358         (constructor, initialize-instance, no-next-method, object-print)
13359         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
13360         Fix typos in docstrings.
13361         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
13362         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
13363         (next-method-p): Doc fixes.
13364         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
13365         Fix typos in error messages.
13366         (eieio-defmethod): Fix typo in description of generic method.
13368         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
13369         (eieio-persistent-save-interactive, slot-missing):
13370         Fix typos in docstrings.
13371         (eieio-instance-inheritor-slot-boundp): Doc fix.
13373         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
13374         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
13376         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
13377         (eieio-custom-object-apply-reset):
13378         Fix typos in docstrings and error messages.
13380         * emacs-lisp/eieio-datadebug.el (data-debug-show):
13381         Fix typo in docstring.
13383         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
13384         (eieio-browse-tree): Doc fix.
13385         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
13386         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
13387         Fix typos in docstrings.
13389         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
13390         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
13391         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
13392         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
13393         Reflow docstrings.
13395 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
13397         * vc-hg.el (log-view-vc-backend): Declare for compiler.
13398         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
13399         Set log-view-vc-backend so that diff can work.
13401         * log-view.el (log-view-diff): Use vc-diff-internal instead of
13402         vc-version-diff.
13403         (vc-diff-internal): Autoload this instead of vc-version-diff.
13405 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
13407         * simple.el (eval-expression): Doc fix.
13409         * progmodes/cwarn.el (cwarn-mode): Doc fix.
13411 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
13413         * files.el (directory-files-no-dot-files-regexp): New defconst.
13414         (delete-directory): Use it.
13415         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
13417         * net/tramp.el (tramp-verbose): Fix docstring.
13418         (tramp-methods): Add recursive option to `tramp-copy-args'.
13419         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
13420         "scp1_old", "scp2_old", "rsync", "rsyncc".
13421         (tramp-default-method): Check also for `auth-source-user-or-password'.
13422         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
13423         Add handler for `copy-directory'.
13424         (tramp-handle-copy-directory): New defun.
13425         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
13426         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
13427         Optimize sent command.
13429 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13431         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
13432         window if necessary.
13434         * calendar/calendar.el (calendar-basic-setup): Don't call
13435         switch-to-buffer in a dedicated window.
13437 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
13439         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
13440         don't do anything related to relocating, just return nil.
13441         (bookmark-error-no-filename): New error.
13442         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
13443         bookmark has no file.  Don't even attempt to handle things that
13444         are not files; the whole point of custom handlers is to keep that
13445         knowledge elsewhere anyway.  Tighten some comments.
13446         (bookmark-file-or-variation-thereof): Remove now-unused function.
13447         (bookmark-location): Doc string fix.
13448         (Bug#4250)
13450 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
13452         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
13453         don't use a file dialog, because they usually don't know how to read
13454         a directory target from the user.  (Bug#4230)
13455         Also, make sure the prompt can display directories as well as files.
13457 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
13459         * bookmark.el (bookmark-set, bookmark-buffer-name):
13460         Improve doc strings.  (Bug#1193)
13462 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
13464         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
13465         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
13466         (bookmark-get-annotation, bookmark-set-annotation)
13467         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
13468         (bookmark-set-position, bookmark-get-front-context-string)
13469         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
13470         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
13471         (bookmark-jump-other-window, bookmark-handle-bookmark)
13472         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
13473         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
13474         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
13475         Improve doc strings to say whether bookmark can be a string or
13476         a record or both, and make other consistency and clarity fixes.
13477         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
13478         (bookmark-default-annotation-text, bookmark-yank-word)
13479         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
13480         (bookmark-import-new-list, bookmark-maybe-rename)
13481         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13482         (bookmark-bmenu-bookmark): Give these doc strings.
13483         (bookmark-bmenu-check-position): Give this a doc string, but also
13484         add a FIXME comment about how the function may be pointless.
13485         (bookmark-default-handler): Rework doc string and change a
13486         parameter name, to clarify that this takes a bookmark record
13487         not a bookmark name.
13488         (bookmark-set): Change a parameter name to indicate its meaning,
13489         and improve the doc string a bit.
13490         (Bug#4188)
13492 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
13494         * bookmark.el (bookmark-alist): Document the new `handler' element
13495         in the param alist.
13496         (bookmark-make-record-function): Adjust documentation for above.
13497         (Bug#4193)
13499 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
13501         * info.el (Info-bookmark-make-record): Document this function.
13502         (Info-bookmark-jump): Document with a doc string, not just a comment.
13503         (Bug#4203)
13505 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
13507         * files.el (copy-directory): New defun.
13509         * dired-aux.el (dired-copy-file-recursive): Use it.
13511 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13513         * files-x.el (modify-dir-local-variable)
13514         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
13515         docstrings.
13517         * recentf.el (recentf-unload-function): New function.
13519 2009-10-04  Glenn Morris  <rgm@gnu.org>
13521         * window.el (window-full-height-p): Add doc string.
13523 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
13525         * window.el (window-full-height-p): New function.  (Bug#4543)
13527 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
13529         * vc.el: Remove commented out code.
13530         (vc-derived-from-dir-mode): Remove, unused.
13531         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
13533 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
13535         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
13536         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
13537         there could be recursive loading when `default-directory' is a
13538         remote file name.  (Bug#4614)
13540 2009-10-03  Glenn Morris  <rgm@gnu.org>
13542         * calendar/calendar.el (calendar-basic-setup): Handle the case where
13543         the frame is wide.
13544         (calendar-generate-window): Test for shrinkability rather than width.
13546         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
13547         reusing existing buffers, in case we happen to visit two files with the
13548         same basename.  (Bug#4593)
13550 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
13552         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
13553         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
13554         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
13555         subdirs of cedet as well.
13556         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
13558 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13560         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
13561         Obey advertised-signature-table.
13563         * help-fns.el (help-function-arglist): Don't check
13564         advertised-signature-table.
13565         (describe-function-1): Do it here instead so it also applies to subrs.
13567 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
13569         * simple.el (start-file-process): Say in the doc-string, that file
13570         handlers might not support pty association, if PROGRAM is nil.
13572         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
13573         HOST and USER are strings.  They are nil, when there are
13574         incomplete entries in ~/.netrc, for example.
13575         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
13576         root directory ("device busy" error otherwise).
13578         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
13579         Flush file properties of created directory.
13581 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
13583         * makefile.w32-in (WINS_BASIC): Remove cedet.
13584         (WINS_CEDET): Add cedet.
13585         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
13587 2009-10-02  Kevin Ryde  <user42@zip.com.au>
13589         * net/browse-url.el (browse-url): Pass any symbol in
13590         browse-url-browser-function to `apply', since if you've mistakenly put
13591         an unbound symbol then the error is clearer.  (Bug#4531)
13593 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
13595         * allout.el (allout-init, allout-back-to-current-heading)
13596         (allout-beginning-of-current-entry, allout-ascend-to-depth)
13597         (allout-ascend, allout-up-current-level, allout-end-of-level)
13598         (allout-previous-visible-heading, allout-forward-current-level)
13599         (allout-backward-current-level, allout-show-children):
13600         * apropos.el (apropos-describe-plist):
13601         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
13602         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
13603         * completion.el (add-completion, add-permanent-completion):
13604         * descr-text.el (describe-text-category, describe-char):
13605         * desktop.el (desktop-lazy-abort):
13606         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
13607         * dired.el (dired-build-subdir-alist):
13608         * ediff.el (ediff-version):
13609         * elide-head.el (elide-head, elide-head-show):
13610         * emerge.el (emerge-version):
13611         * env.el (getenv):
13612         * face-remap.el (variable-pitch-mode):
13613         * faces.el (describe-face):
13614         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
13615         (dired-at-point):
13616         * files.el (find-file-existing, auto-save-mode):
13617         * font-lock.el (font-lock-fontify-buffer):
13618         * help-fns.el (describe-function, describe-variable)
13619         (describe-syntax, describe-categories):
13620         * help.el (view-lossage, describe-bindings, describe-key)
13621         (describe-mode):
13622         * hexl.el (hexl-current-address):
13623         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
13624         * info.el (Info-goto-emacs-key-command-node):
13625         * log-edit.el (log-edit-insert-cvs-template)
13626         (log-edit-insert-cvs-rcstemplate):
13627         * menu-bar.el (menu-bar-mode):
13628         * mouse.el (mouse-appearance-menu):
13629         * newcomment.el (comment-indent-new-line):
13630         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
13631         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
13632         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
13633         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
13634         * recentf.el (recentf-mode):
13635         * savehist.el (savehist-mode, savehist-save):
13636         * shadowfile.el (shadow-copy-files):
13637         * simple.el (kill-ring-save, next-line, previous-line)
13638         (normal-erase-is-backspace-mode):
13639         * strokes.el (strokes-update-window-configuration)
13640         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
13641         (strokes-xpm-for-stroke):
13642         * time.el (emacs-uptime, emacs-init-time):
13643         * tutorial.el (tutorial--describe-nonstandard-key)
13644         (tutorial--detailed-help):
13645         * type-break.el (type-break-mode)
13646         (type-break-mode-line-message-mode, type-break-query-mode)
13647         (type-break-guesstimate-keystroke-threshold):
13648         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
13649         * version.el (emacs-version):
13650         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
13651         * winner.el (winner-mode):
13652         * calendar/timeclock.el (timeclock-in, timeclock-out)
13653         (timeclock-status-string, timeclock-change)
13654         (timeclock-workday-remaining-string)
13655         (timeclock-workday-elapsed-string)
13656         (timeclock-when-to-leave-string):
13657         * calendar/todo-mode.el (todo-add-category):
13658         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
13659         * emacs-lisp/autoload.el (update-file-autoloads):
13660         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
13661         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
13662         (checkdoc-message-text, checkdoc-defun):
13663         * emacs-lisp/debug.el (debugger-list-functions):
13664         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13665         * emacs-lisp/eieio-opt.el (eieio-describe-class)
13666         (eieio-describe-generic):
13667         * emacs-lisp/lisp-mnt.el (lm-synopsis):
13668         * emacs-lisp/shadow.el (list-load-path-shadows):
13669         * emulation/cua-base.el (cua-mode):
13670         * emulation/edt.el (edt-set-scroll-margins):
13671         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
13672         (tpu-toggle-regexp, tpu-toggle-search-direction)
13673         (tpu-toggle-rectangle, tpu-toggle-control-keys):
13674         * emulation/tpu-extras.el (tpu-set-scroll-margins):
13675         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
13676         (viper-set-parsing-style-toggling-macro)
13677         (viper-set-emacs-state-searchstyle-macros):
13678         * emulation/viper.el (viper-set-hooks):
13679         * eshell/esh-mode.el (eshell-truncate-buffer):
13680         * international/mule-cmds.el (prefer-coding-system)
13681         (describe-input-method, describe-language-environment):
13682         * international/mule-diag.el (list-character-sets)
13683         (describe-character-set, describe-coding-system)
13684         (describe-fontset, list-fontsets, list-input-methods):
13685         * mail/sendmail.el (mail-signature):
13686         * net/ange-ftp.el (ange-ftp-copy-file):
13687         * net/browse-url.el (browse-url):
13688         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
13689         * net/quickurl.el (quickurl-add-url):
13690         * net/rcirc.el (names, topic):
13691         * net/xesam.el (xesam-mode):
13692         * play/5x5.el (5x5-new-game):
13693         * play/yow.el (apropos-zippy):
13694         * progmodes/ada-mode.el (ada-mode-version):
13695         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
13696         (f90-end-of-block)
13697         (f90-beginning-of-block):
13698         * progmodes/fortran.el (fortran-end-of-block)
13699         (fortran-beginning-of-block):
13700         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
13701         * progmodes/python.el (python-describe-symbol, python-shell):
13702         * term/ns-win.el (ns-print-buffer):
13703         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
13704         * textmodes/flyspell.el (flyspell-mode-on):
13705         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
13706         (pages-directory-for-addresses):
13707         * textmodes/table.el (table-recognize-cell)
13708         (table-query-dimension, table-generate-source)
13709         (table-insert-sequence, table--warn-incompatibility):
13710         * textmodes/tex-mode.el (tex-validate-buffer):
13711         * textmodes/texinfmt.el (texinfmt-version)
13712         (texinfo-format-buffer):
13713         Use `called-interactively-p' instead of `interactive-p'.
13715 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
13717         * image-mode.el (image-toggle-display):
13718         * emacs-lisp/elp.el (elp-instrument-function):
13719         * emacs-lisp/advice.el (ad-make-advised-definition):
13720         * emacs-lisp/easy-mmode.el (define-minor-mode):
13721         * net/browse-url.el (browse-url-maybe-new-window):
13722         * progmodes/sh-script.el (sh-learn-buffer-indent):
13723         Pass new argument 'any to `called-interactively-p'.
13725 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
13727         * international/uni-bidi.el:
13728         * international/uni-category.el:
13729         * international/uni-combining.el:
13730         * international/uni-comment.el:
13731         * international/uni-decimal.el:
13732         * international/uni-decomposition.el:
13733         * international/uni-digit.el:
13734         * international/uni-lowercase.el:
13735         * international/uni-mirrored.el:
13736         * international/uni-name.el:
13737         * international/uni-numeric.el:
13738         * international/uni-old-name.el:
13739         * international/uni-titlecase.el:
13740         * international/uni-uppercase.el:
13741         Regenerate from Unicode 5.2.0 data.
13743 2009-10-01  Glenn Morris  <rgm@gnu.org>
13745         * Makefile.in (ELCFILES): Regenerate.
13747 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13749         * subr.el (interactive-p): Mark obsolete.
13750         (called-interactively-p): Make the optional-ness of `kind' obsolete.
13751         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
13752         advertised-signature-table for subroutines as well.
13754         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
13755         (set-advertised-calling-convention): New function.
13756         (make-obsolete, define-obsolete-function-alias)
13757         (make-obsolete-variable, define-obsolete-variable-alias):
13758         Make the optional-ness of `when' obsolete.
13759         (define-obsolete-face-alias): Make `when' non-optional.
13760         * help-fns.el (help-function-arglist):
13761         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
13762         Use advertised-signature-table.
13764 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
13766         * files.el (delete-directory): New defun.  The original function
13767         in fileio.c has been renamed to `delete-directory-internal'.
13769         * dired.el (dired-delete-file): Call `delete-directory' with
13770         RECURSIVE parameter.
13772         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
13773         parameter RECURSIVE.  Implementation is missing.
13775         * net/tramp.el (tramp-handle-make-directory): Flush upper
13776         directory's file properties.
13777         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
13778         (tramp-handle-dired-recursive-delete-directory): Flush directory
13779         properties after the remove command only.
13781         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
13782         Handle optional parameter RECURSIVE.
13784         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
13785         Handle optional parameter RECURSIVE.
13787         * net/tramp-smb.el (tramp-smb-errors): Add error message for
13788         connection timeout.
13789         (tramp-smb-handle-delete-directory): Handle optional parameter
13790         RECURSIVE.
13792 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13794         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
13795         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
13796         (byte-compile-defmacro): Use backquotes.
13798         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
13800         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
13801         has no associated file.
13802         (vc-resynch-buffer): Use vc-dir-buffers.
13804 2009-10-01  Glenn Morris  <rgm@gnu.org>
13806         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
13807         (chart-file-count):
13808         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
13809         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
13810         * emacs-lisp/eieio-opt.el (eieio-describe-class):
13811         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
13812         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
13813         (eieio-copy-parents-into-subclass, make-instance, class-children)
13814         (eieio-generic-form):
13816         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
13817         match-data.  (Bug#4555).
13819         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
13820         rather than parsing it as a regexp.  This relaxes the layout
13821         requirements and makes errors easier to detect.
13822         (check-declare-verify): Check file is regular.
13823         (check-declare-directory): Doc fix.
13824         * subr.el (declare-function): Doc fix.
13826         * ibuffer.el (ibuffer-format-qualifier):
13827         * isearch.el (hi-lock-regexp-okay):
13828         * calc/calc.el (math-zerop):
13829         * mail/uce.el (rmail-msgbeg, rmail-msgend):
13830         * term/w32-win.el (setup-default-fontset, set-fontset-font):
13831         Remove unused declarations.
13833 2009-09-30  Eric Ludlam  <zappo@gnu.org>
13835         * emacs-lisp/eieio.el (boolean-p): Delete.
13837 2009-09-30  Glenn Morris  <rgm@gnu.org>
13839         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
13841         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
13842         filename is not a string.
13844 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
13846         * files.el (safe-local-eval-forms): Fix typo.
13848 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13850         * vc-hooks.el (vc-dir-buffers): New var.
13851         (vc-state-refresh): New function.
13852         (vc-state): Use it.
13853         (vc-after-save): Always ask the backend to recompute the new state.
13854         Always call vc-dir if necessary, using vc-dir-buffers.
13855         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
13856         Use vc-dir-buffers.
13857         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
13858         (vc-dir-prepare-status-buffer, vc-dir-update)
13859         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
13860         Don't call expand-file-name on default-directory.
13862 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13864         * speedbar.el (speedbar-item-delete):
13865         * calc/calc-prog.el (calc-kbd-if):
13866         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
13868         * epa.el (epa-key-list-mode-map):
13869         * hi-lock.el (hi-lock-menu): Fix typos in menus.
13871         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
13872         (hs-show-hook): Fix typo in docstring.
13874 2009-09-29  Glenn Morris  <rgm@gnu.org>
13876         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
13877         file-name-nondirectory call preventing location of cedet files.
13878         (check-declare-verify): Use literal search rather than re-search.
13879         Add basic defmethod and defclass, and define-overloadable-function.
13881         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13882         Use tramp-compat-file-attributes rather than nonexistent
13883         tramp-compat-handle-file-attributes.
13885         * Makefile.in (lisptagsfiles4): New.
13886         (AUTOGENEL): Add cedet loaddefs files.
13887         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
13888         (update-elclist, compile-always, backup-compiled-files)
13889         (bootstrap-clean): Add yet another directory level.
13890         (update-elclist): Use LC_COLLATE rather than COLLATE.
13891         (ELCFILES): Update, via `make update-elclist'.
13893 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13895         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
13896         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
13897         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
13899 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
13901         * Makefile.in (lisptagsfiles3): Define.
13902         (TAGS, TAGS-LISP): Use it.
13903         (update-elclist): Add third directory level to look for elc files.
13904         (compile-always): Likewise.
13905         (backup-compiled-files): Likewise.
13906         (bootstrap-clean): Likewise.
13907         (ELCFILES): Update.
13909 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
13911         * Makefile.in (ELCFILES): Add CEDET files.
13913 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
13915         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
13917         * net/tramp.el (top): Require tramp-imap.
13919         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13920         Use `tramp-compat-handle-file-attributes'.
13922 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13924         * net/tramp-imap.el: New package.
13926 2009-09-28  Eric Ludlam  <zappo@gnu.org>
13928         * emacs-lisp/chart.el:
13929         * emacs-lisp/eieio-base.el:
13930         * emacs-lisp/eieio-comp.el:
13931         * emacs-lisp/eieio-custom.el:
13932         * emacs-lisp/eieio-datadebug.el:
13933         * emacs-lisp/eieio-opt.el:
13934         * emacs-lisp/eieio-speedbar.el:
13935         * emacs-lisp/eieio.el: New files.
13937 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13939         * whitespace.el (whitespace-trailing-regexp)
13940         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
13941         Fix doc string.
13943 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
13945         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
13946         menu.
13948         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
13949         menu-bar-ediff-menu.
13951         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
13952         define-overloadable-function.
13954         * progmodes/autoconf.el: Provide autoconf as well, so that this
13955         file can be `require'd.
13957         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
13959         * emacs-lisp/autoload.el (generated-autoload-feature)
13960         (generated-autoload-load-name): New vars.
13961         (autoload-rubric, autoload-generate-file-autoloads): Use them.
13962         (make-autoload): Recognize define-overloadable-function and
13963         defclass forms (for EIEIO).
13965         * Makefile.in (update-subdirs): Exclude cedet directory.
13967 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
13969         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
13971         * faces.el: Default light-background background for region face to
13972         ns_selection_color under NS.
13974 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
13976         * net/imap-hash.el: New library, see NEWS.
13978         * Makefile.in (ELCFILES): Add imap-hash.el.
13980 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13982         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
13983         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
13984         * help-macro.el (make-help-screen): Avoid using an ambiguous function
13985         definition where the docstring could be taken for the return value.
13987 2009-09-26  Glenn Morris  <rgm@gnu.org>
13989         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
13990         Add option to only show images below a certain size.
13991         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
13992         save-excursion calls.
13994 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
13996         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
13997         subdirectories) and eieio.
13999 2009-09-26  Alan Mackenzie  <acm@muc.de>
14001         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
14002         buggy bracketing.  (Bug#4289)
14004         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
14005         character constants (as case labels).  (Bug#4289)
14007 2009-09-25  Juri Linkov  <juri@jurta.org>
14009         * files.el (safe-local-eval-forms): Allow time-stamp in
14010         before-save-hook (Bug#4554).
14012 2009-09-25  Drew Adams  <drew.adams@oracle.com>
14014         * menu-bar.el (list-buffers-directory): Doc fix.
14016 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14018         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
14019         Try and avoid copying twice the same paragraph.
14020         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
14021         Remove save-excursion.
14022         (log-edit-changelog-entry): Do it here instead.
14024 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
14026         * bs.el (bs--get-file-name): Use `list-buffers-directory'
14027         when available, instead of hardcoding mode names.  Doc fix.
14029         * menu-bar.el (list-buffers-directory): Add docstring.
14030         Make automatically buffer-local.
14032         * dired.el (dired-mode):
14033         * files.el (cd-absolute):
14034         * pcvs.el (cvs-temp-buffer):
14035         * pcvs-util.el (cvs-get-buffer-create):
14036         * shell.el (shell-mode):
14037         * vc-dir.el (vc-dir-mode):
14038         Don't make `list-buffers-directory' buffer local.
14040 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
14042         * comint.el (comint-exec, comint-run, make-comint):
14043         Doc fixes (Bug#4542).
14045 2009-09-25  Glenn Morris  <rgm@gnu.org>
14047         * mail/rmailmm.el (rmail-mime): New custom group.
14048         Move all defcustoms in this file into this group.
14049         (rmail-mime-media-type-handlers-alist): Revert previous change.
14050         (rmail-mime-show-images): New option.
14051         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
14052         references to it, since it wasn't actually used for anything.
14053         (rmail-mime-insert-image): New function.
14054         (rmail-mime-image): Use rmail-mime-insert-image.
14055         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
14056         obey the value of `rmail-mime-show-images' option.  Print the size of
14057         attachments.
14059 2009-09-25  David Engster  <deng@randomsample.de>
14061         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
14063 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14065         * whitespace.el: Does not highlight trailing spaces While point is
14066         at end of line.  Does not highligt spaces at beginning of buffer
14067         while point is at beginning of buffer.  Does not highlight spaces
14068         at end of buffer while point is at end of buffer.  (Bug#4177)
14069         New version 12.0.
14070         (whitespace-display-mappings): Adjust initialization.
14071         (whitespace-point, whitespace-font-lock-refontify): New vars.
14072         (whitespace-color-on, whitespace-color-off): Adjust code.
14073         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
14074         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
14075         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
14077 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
14079         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
14081         * textmodes/sgml-mode.el: Remove xml-mode alias.
14083         * files.el (auto-mode-alist, conf-mode-maybe)
14084         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
14086 2009-09-24  Alan Mackenzie  <acm@muc.de>
14088         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
14089         c-forward-conditionals, but it doesn't move point and doesn't set
14090         the mark.
14091         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
14092         (c-down-conditional-with-else, c-backward-conditional)
14093         (c-forward-conditional): Refactor to use c-scan-conditionals.
14095 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
14097         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
14098         (help-default-arg-highlight): Remove.
14099         (help-highlight-arg): New function.
14100         (help-do-arg-highlight): Use it.
14101         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
14103 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14105         * term.el (term-set-scroll-region, term-handle-ansi-escape):
14106         Undo last change, which didn't fix the problem and introduced others.
14108 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
14110         * progmodes/gdb-mi.el: Don't require speedbar.
14111         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
14113 2009-09-24  Glenn Morris  <rgm@gnu.org>
14115         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
14117         * term/ns-win.el (ns-reg-to-script): Define for compiler.
14119         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
14120         there is no newline after the final mime boundary.  (Bug#4539)
14121         Move markers on insertion so that any buttons inserted don't end up in
14122         the next part of a multipart message.
14123         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
14124         (rmail-mime-bulk-handler): Optionally handle images.
14125         (rmail-mime-image): New button action.
14126         (rmail-mime-image-handler): New function.
14127         (rmail-mime-mode): New mode.
14128         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
14130 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14132         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
14133         than just dropping elements from it (bug#4504).
14135         * term.el (term-set-scroll-region): Don't move cursor any more.
14136         (term-handle-ansi-escape): Call term-goto here instead.
14137         Suggested by Ivan Kanis <apple@kanis.eu>.
14139         * term.el: Require CL.
14140         (term-ansi-reset): New function.
14141         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
14142         (term-handle-colors-array): Simplify.
14144 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
14146         * allout.el (allout-overlay-interior-modification-handler)
14147         (allout-obtain-passphrase):
14148         * epa-file.el (epa-file-write-region):
14149         * ps-print.el (ps-begin-job):
14150         * vc-hooks.el (vc-toggle-read-only):
14151         * vc-rcs.el (vc-rcs-rollback):
14152         * vc-sccs.el (vc-sccs-rollback):
14153         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
14154         (vc-version-diff, vc-revert, vc-rollback):
14155         * wdired.el (wdired-check-kill-buffer):
14156         * emacs-lisp/authors.el (authors):
14157         * net/socks.el (socks-open-connection):
14158         * net/zeroconf.el (zeroconf-service-add-hook):
14159         * obsolete/vc-mcvs.el (vc-mcvs-register):
14160         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
14161         (gdb-select-frame):
14162         * progmodes/grep.el (lgrep, rgrep):
14163         * progmodes/idlw-help.el (idlwave-help-check-locations)
14164         (idlwave-help-html-link, idlwave-help-assistant-open-link):
14165         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
14166         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
14167         (reftex-toc-rename-label): Fix typos in error messages.
14169         * dired-aux.el (dired-do-shell-command): Reflow docstring.
14170         (dired-copy-how-to-fn): Doc fix.
14171         (dired-files-attributes, dired-read-shell-command):
14172         Fix typos in docstrings.
14174         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
14175         (dired-x-find-file-other-window): Reflow docstrings.
14176         (dired-omit-marker-char, dired-read-shell-command)
14177         (dired-x-submit-report): Fix typos in docstrings.
14179         * shell.el (shell-mode-hook):
14180         * view.el (View-scroll-line-forward):
14181         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
14182         Fix typos in docstrings.
14184         * net/dig.el (dig-invoke): Fix typo in docstring.
14185         (query-dig): Reflow docstring.
14187         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
14188         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
14189         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
14190         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
14191         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
14192         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
14193         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
14194         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
14195         (idlwave-completion-map, idlwave-current-indent)
14196         (idlwave-custom-ampersand-surround, idlwave-customize)
14197         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
14198         (idlwave-define-abbrev, idlwave-determine-class-special)
14199         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
14200         (idlwave-end-block-reg, idlwave-end-of-statement)
14201         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
14202         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
14203         (idlwave-explicit-class-listed, idlwave-file-header)
14204         (idlwave-fill-paragraph, idlwave-find-class-definition)
14205         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
14206         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
14207         (idlwave-in-quote, idlwave-indent-action-table)
14208         (idlwave-indent-expand-table, idlwave-indent-line)
14209         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
14210         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
14211         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
14212         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
14213         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
14214         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
14215         (idlwave-outlawed-buffers, idlwave-popup-select)
14216         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
14217         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
14218         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
14219         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
14220         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
14221         (idlwave-statement-type, idlwave-struct-skip)
14222         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
14223         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
14224         (idlwave-what-module-find-class): Fix typos in docstrings.
14225         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
14226         (idlwave-calculate-cont-indent, idlwave-expand-equal)
14227         (idlwave-find-module, idlwave-find-structure-definition)
14228         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
14229         (idlwave-list-load-path-shadows, idlwave-next-statement)
14230         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
14231         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
14232         (idlwave-template): Reflow docstrings.
14234         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
14235         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
14236         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
14237         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
14238         (idlwave-shell-display-line, idlwave-shell-display-wframe)
14239         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
14240         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
14241         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
14242         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
14243         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
14244         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
14245         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
14246         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
14247         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
14248         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
14249         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
14250         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
14251         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
14252         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
14253         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
14254         Fix typos in docstrings.
14255         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
14256         (idlwave-shell-hide-output, idlwave-shell-mode)
14257         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
14258         Reflow docstrings.
14260         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
14262 2009-09-24  Ivan Kanis  <apple@kanis.eu>
14264         * term.el (term-bold-attribute): New var.
14265         (term-handle-colors-array): Use it.
14267 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
14269         * progmodes/gdb-mi.el (gdb-version): New variable.
14270         (gdb-non-stop-handler): Set gdb-version.
14271         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
14272         Condition "--thread" option on gdb-version.
14273         (gdb-invalidate-threads): Remove unused argument.
14275 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14277         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
14278         to looking-back to avoid ridiculous slow down in large files (bug#4511).
14280 2009-09-23  Glenn Morris  <rgm@gnu.org>
14282         * mail/rmail.el (rmail-reply): Don't try to add a References header when
14283         replying to mail without References or Message-Id.  (Bug#4525)
14285 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
14287         * term/ns-win.el (ns-reg-to-script): New variable.
14289 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
14291         * epg.el (epg-wait-for-status): Preserve existing 'error results.
14293 2009-09-22  Sam Steingold  <sds@gnu.org>
14295         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
14296         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
14297         to 1 because hg returns status 1 when nothing is found.
14298         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
14300 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14302         * textmodes/fill.el: Convert to utf-8 encoding.
14303         (fill-french-nobreak-p): Remove redundant » and « inherited from our
14304         pre-Unicode days.
14306         * add-log.el (change-log-fill-forward-paragraph): New function.
14307         (change-log-mode): Use it so fill-region DTRT.
14308         Set fill-indent-according-to-mode here rather than in
14309         change-log-fill-paragraph.
14310         (change-log-fill-paragraph): Remove.
14312 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
14314         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
14315         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
14317 2009-09-22  Glenn Morris  <rgm@gnu.org>
14319         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
14320         the scroll-bar scroll the calendar window rather than the buffer.
14322         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
14323         commands that move point (as opposed to scrolling).
14325         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
14327         * emacs-lisp/elint.el (elint): New custom group.
14328         (elint-log-buffer): Make it a defcustom.
14329         (elint-scan-preloaded, elint-ignored-warnings)
14330         (elint-directory-skip-re): New options.
14331         (elint-builtin-variables): Doc fix.
14332         (elint-preloaded-env): New variable.
14333         (elint-unknown-builtin-args): Add an entry for encode-time.
14334         (elint-extra-errors): Make it a variable rather than a constant.
14335         (elint-preloaded-skip-re): New constant.
14336         (elint-directory): Skip files matching elint-directory-skip-re.
14337         (elint-features): New variable, local to linted buffers.
14338         (elint-update-env): Initialize elint-features.  Possibly add
14339         elint-preloaded-env to the buffer's environment.
14340         (elint-get-top-forms): Bind elint-current-pos, for log messages.
14341         Skip quoted forms.
14342         (elint-init-form): New function, extracted from elint-init-env.
14343         Make non-list forms a warning rather than an error.
14344         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
14345         easy-menu-define, put that adds an error-condition, and provide.
14346         When requiring cl, also require cl-macs.  Really require cl, to handle
14347         some cl macros.  Store required libraries in the list elint-features,
14348         so as not to re-load them.  Treat cc-require like require.
14349         (elint-init-env): Call elint-init-form to do the work.
14350         Handle eval-and-compile and such like.
14351         (elint-add-required-env): Do not clear messages.
14352         (elint-special-forms): Add handlers for function, defalias, if, when,
14353         unless, and, or.
14354         (elint-form): Add optional argument to ignore elint-special-forms,
14355         useful to prevent recursive calls from handlers.  Doc fix.
14356         Respect elint-ignored-warnings.
14357         (elint-form): Respect elint-ignored-warnings.
14358         (elint-bound-variable, elint-bound-function): New variables.
14359         (elint-unbound-variable): Respect elint-bound-variable.
14360         (elint-get-args): Respect elint-bound-function.
14361         (elint-check-cond-form): Add some simple handling for (f)boundp and
14362         featurep tests.
14363         (elint-check-defalias-form): New handler.
14364         (elint-check-let-form): Make an empty let a warning rather than an
14365         error.
14366         (elint-check-setq-form): Make an empty setq a warning rather than an
14367         error.  Respect elint-ignored-warnings.
14368         (elint-check-defvar-form): Accept null doc-strings.
14369         (elint-check-conditional-form): New handler.  Does some simple-minded
14370         checking of featurep and (f)boundp tests.
14371         (elint-put-function-args): New function.
14372         (elint-initialize): Use elint-scan-doc-file rather than
14373         elint-find-builtin-variables.  Use elint-put-function-args.
14374         Possibly scan preloaded-file-list.
14375         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
14376         extend to handle functions as well.
14378 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
14380         * linum.el (linum-delete-overlays, linum-update-window):
14381         Do not modify the right margin.  (Bug#3971)
14383 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
14385         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
14386         nxml-mode instead of xml-mode.
14388 2009-09-21  Kevin Ryde  <user42@zip.com.au>
14390         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
14392 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14394         * net/dig.el (dig-mode): Use define-derived-mode.
14396 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
14398         * vc-dispatcher.el (vc-do-command): Return the process object in
14399         the asynchronous case.  Use when instead of if.  Do not run
14400         vc-exec-after to display a message if not enabled.  (Bug#4463)
14402         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
14403         properties to the stash strings.
14404         (vc-git-stash-list): Return a list of strings.
14405         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
14406         (vc-git-stash-show-at-point): New functions.
14407         (vc-git-stash-map): New keymap.
14409         * register.el (ctl-x-r-map): Define the keys here instead of
14410         using autoload.
14412 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
14414         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
14415         list, to workaround performance problem (bug#4485).
14417 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
14419         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
14421 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
14423         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
14424         Document that this option is not recommended to use.
14426 2009-09-19  Glenn Morris  <rgm@gnu.org>
14428         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
14429         variable `var'.
14431         * calc/calc-alg.el (var):
14432         * calc/calcalg2.el (var): Define for compiler.
14434 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
14436         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
14437         Doc fix (Bug#3932).
14439         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
14441         * time-stamp.el (time-stamp-month-dd-yyyy)
14442         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
14443         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
14444         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
14445         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
14446         Remove functions that have been obsolete since 1995 (Bug#4436).
14448         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
14449         indent buffer only if called interactively (Bug#4452).
14451 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
14452             Eli Zaretskii  <eliz@gnu.org>
14454         This fixes bug#4197 (merged to bug#865, though not identical).
14455         * server.el (server-auth-dir): Add docstring note about FAT32.
14456         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
14457         but warn against using them.
14459 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
14461         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
14462         older GDB where there is no has_more field.
14464 2009-09-19  Glenn Morris  <rgm@gnu.org>
14466         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
14468 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
14470         * files.el (auto-mode-alist): Change default for XML files to nXML
14471         mode (Bug#4169).
14473 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
14475         * server.el (server-ensure-safe-dir): Pass 'integer
14476         to `file-attributes', as suggested.
14478 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14480         * dired-aux.el (dired-query-alist): Remove spurious backslash.
14481         (dired-query): Use read-key.
14483 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
14485         * cus-start.el (ns-use-qd-smoothing): Remove.
14487 2009-09-18  Glenn Morris  <rgm@gnu.org>
14489         * allout.el (top-level): Remove unnecessary progn.
14491         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
14493         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
14494         definition of abbrev table.
14496         * speedbar.el (speedbar-track-mouse):
14497         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
14498         * net/eudc.el (eudc-expand-inline):
14499         * net/newst-backend.el (newsticker--cache-read-feed):
14500         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
14501         condition-case handlers.
14503 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
14505         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
14506         (gdb-var-list): Add an element for has_more field.
14507         (gdb-non-stop-handler): Enable pretty printing for STL containers.
14508         (gdb-var-create-handler, gdb-var-list-children-handler-1)
14509         (gdb-var-update-handler-1): Parse output of dynamic variable
14510         objects (STL containers).
14511         (gdb-var-delete-1): Pass var1 as an explicit second argument.
14512         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
14514         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
14515         gdb-var-list.
14516         (gud-speedbar-buttons): Make node expandable if expression "has more"
14517         children.
14519 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
14521         * startup.el (emacs-quick-startup): Remove variable and all uses.
14522         (command-line): Set `inhibit-x-resources' instead.
14523         (command-line-1): Use `inhibit-x-resources' instead.
14525 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
14527         * subr.el: Fix last change to avoid using the `unless' macro,
14528         which breaks bootstrapping.
14530 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14532         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
14533         extended definitions, in case we reload subr.el after having
14534         loaded CL.
14535         (eval-next-after-load): Mark as obsolete.
14537 2009-09-17  Juri Linkov  <juri@jurta.org>
14539         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
14540         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
14541         (menu-bar-showhide-menu, menu-bar-tools-menu)
14542         (menu-bar-describe-menu, menu-bar-help-menu)
14543         (minibuffer-local-completion-map, minibuffer-local-map):
14544         Fix list quoting.
14546 2009-09-17  Glenn Morris  <rgm@gnu.org>
14548         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
14549         arguments, whether or not it has a handler.
14551         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
14553         * simple.el (hard-newline): Give it a doc-string.
14555         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
14556         (lisp-mode-syntax-table): Give them doc-strings.
14558 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
14560         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
14561         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
14562         (menu-bar-options-menu, menu-bar-showhide-menu)
14563         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
14564         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
14565         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
14566         (menu-bar-options-menu, menu-bar-tools-menu)
14567         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
14568         (menu-bar-help-menu):
14569         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
14570         string arguments.
14572         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
14573         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
14574         calls for the menu names and :help.
14576 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14578         * mouse.el (minor-mode-menu-from-indicator): Pay attention
14579         to :minor-mode-function (bug#4455).
14581 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14583         * startup.el (command-line): Initialize the window-system after
14584         processing the command-line.
14586         * textmodes/page.el (what-page): Make sure we don't inf-loop if
14587         page-delimiter matches the empty string.
14589 2009-09-16  Glenn Morris  <rgm@gnu.org>
14591         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
14592         byte-compile-not-obsolete-var.  It's a list now.
14593         (byte-compile-not-obsolete-funcs): New variable.
14594         (byte-compile-warn-obsolete): Don't warn about functions if they are in
14595         byte-compile-not-obsolete-funcs.
14596         (byte-compile-variable-ref, byte-compile-defvar): Update for
14597         byte-compile-not-obsolete-vars name-change and list nature.
14598         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
14599         and variables behind (f)boundp tests.
14600         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
14602 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
14604         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
14606 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14608         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
14609         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
14610         Don't autoload.
14612 2009-09-15  Stephen Eglen  <stephen@gnu.org>
14614         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
14615         the virtual-buffers, use the name of the buffer specified by
14616         find-file-noselect, as the match may be a symlink.  (This was a
14617         problem if the target and the symlink had different names.)
14619 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14621         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
14623         * desktop.el (desktop-path): Check user-emacs-directory.
14625         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
14627         * loadup.el: Use after-load-functions to GC after loading each file.
14628         Remove the explicit GC calls that used to be sprinkled around.
14630         * subr.el (after-load-functions): New hook.
14631         (do-after-load-evaluation): Run it.  Use string-match-p to detect
14632         `obsolete' packages, rather than painfully extracting the relevant
14633         directory name.
14635 2009-09-15  Glenn Morris  <rgm@gnu.org>
14637         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
14638         free variable `doc'.
14640         * dired.el (dired-mode-map): Add menu entry for async shell command.
14642         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
14643         variables, also consider the .elc files, since the .el files are
14644         normally gzipped (subsequent code locates the .el.gz from the .elc).
14646         * calc/calc-prog.el (arglist): Define for compiler.
14648         * calendar/diary-lib.el (diary-display-function): Change the default to
14649         fancy display.
14650         (body): Define for compiler.
14652         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
14653         (byte-compile-file-form, byte-compile-lambda)
14654         (byte-compile-top-level-body, byte-compile-form)
14655         (byte-compile-variable-ref, byte-compile-setq)
14656         (byte-compile-setq-default, byte-compile-body)
14657         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
14658         (batch-byte-compile): Give some more local variables with common names
14659         a "bytecomp-" prefix to avoid masking warnings about free variables.
14661         * startup.el (command-line-1): Give local variables with common names a
14662         distinguishing prefix, so as not to hide free variable warnings during
14663         bootstrap.
14665         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
14666         clever and add a suffix to make a unique name, just let the user decide
14667         whether or not to overwrite it.  If the input is a directory, write the
14668         default filename to that directory.  (Bug#4388)
14669         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
14670         is a filename-as-a-directory.
14672 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14674         * textmodes/page.el (what-page): Don't move to beginning of line.
14675         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
14677 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
14679         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
14681 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
14683         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
14684         * help.el (help-for-help-internal): Add purecopy calls for text.
14686         * vc.el (top): print-log method now takes an optional SHORTLOG
14687         argument.  Add a new method: root.
14688         (vc-root-diff, vc-print-root-log): New functions.
14689         (vc-log-short-style): New variable.
14690         (vc-print-log-internal): Add support for showing short logs.
14692         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
14693         vc-print-root-log and vc-print-root-diff.
14695         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
14696         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
14697         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
14698         short logs.
14700         * vc-cvs.el (vc-cvs-print-log):
14701         * vc-mtn.el (vc-mtn-print-log):
14702         * vc-rcs.el (vc-rcs-print-log):
14703         * vc-sccs.el (vc-sccs-print-log):
14704         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
14705         that is ignored for now.
14707         * vc-mtn.el (vc-mtn-annotate-command):
14708         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
14710 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14712         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
14713         to function-key-map, and give them ascii-character property.
14714         * term/x-win.el (x-alternatives-map):
14715         * term/ns-win.el (ns-alternatives-map):
14716         * term/internal.el (msdos-key-remapping-map):
14717         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
14719 2009-09-14  Glenn Morris  <rgm@gnu.org>
14721         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
14722         temp-buffers (2009-09-12).
14724 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14726         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
14727         the new read-key function.
14729 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
14731         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
14732         is defined (Bug#4405).
14734 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
14736         * recentf.el (recentf-cleanup): Use a hash table to find
14737         duplicates (Bug#4407).
14739 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
14741         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
14742         kp-0 to ascii equivalents (Bug#4325).
14744 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
14746         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
14748         * eshell/em-hist.el:
14749         * eshell/em-dirs.el (eshell-complete-user-reference):
14750         Declare pcomplete functions and variables to avoid compiler warnings.
14752 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
14754         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
14755         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
14756         * eshell/em-alias.el (eshell-aliases-file):
14757         * eshell/em-hist.el (eshell-history-file-name):
14758         Use expand-file-name instead of concat to make file names (Bug#4308).
14760 2009-09-13  Glenn Morris  <rgm@gnu.org>
14762         * ediff-merg.el (ediff-do-merge):
14763         * filesets.el (filesets-run-cmd):
14764         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
14765         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
14766         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
14767         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
14768         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
14769         Replace empty `let's with `progn'.
14771 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14773         * mail/sendmail.el (send-mail-function):
14774         * tooltip.el (tooltip-mode):
14775         * simple.el (transient-mark-mode):
14776         * rfn-eshadow.el (file-name-shadow-mode):
14777         * frame.el (blink-cursor-mode):
14778         * font-core.el (global-font-lock-mode):
14779         * files.el (temporary-file-directory)
14780         (small-temporary-file-directory, auto-save-file-name-transforms):
14781         * epa-hook.el (auto-encryption-mode):
14782         * composite.el (global-auto-composition-mode):
14783         Use custom-initialize-delay.
14784         * startup.el (command-line): Don't explicitly call
14785         custom-reevaluate-setting for all the above vars.
14786         * custom.el (custom-initialize-safe-set)
14787         (custom-initialize-safe-default): Delete.
14789 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14791         * term/x-win.el (x-initialize-window-system):
14792         * term/w32-win.el (w32-initialize-window-system):
14793         * term/ns-win.el (ns-initialize-window-system): Don't call
14794         mouse-wheel-mode since it's enabled globally by default already.
14796         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
14797         actually define the variable, but only silences the byte-compiler.
14798         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
14799         before looking it up.
14800         (mouse-wheel-scroll-amount): Also reset the bindings if this value
14801         is changed.
14803 2009-09-12  Glenn Morris  <rgm@gnu.org>
14805         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
14806         1000.
14807         (elint-add-required-env): Don't beep on error.
14808         (elint-forms): In case of error, return ENV unchanged.
14809         (elint-init-env): Skip non-list forms.
14810         (elint-log): Handle unknown file positions.
14812 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
14814         * epg.el (epg-make-context): Add autoload cookie.
14815         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
14816         (epg-decrypt-string, epg-start-verify, epg-verify-file)
14817         (epg-verify-string, epg-start-sign, epg-sign-file)
14818         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
14819         (epg-encrypt-string, epg-start-export-keys)
14820         (epg-export-keys-to-file, epg-export-keys-to-string)
14821         (epg-start-import-keys, epg-import-keys-from-file)
14822         (epg-import-keys-from-string, epg-start-receive-keys)
14823         (epg-receive-keys, epg-import-keys-from-server)
14824         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
14825         (epg-sign-keys, epg-start-generate-key)
14826         (epg-generate-key-from-file, epg-generate-key-from-string):
14827         Remove autoload cookie.
14829 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
14831         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
14832         reevaluation of trash-directory.
14834         * mwheel.el: Fix last change.
14835         (mouse-wheel-mode): New defvar.
14836         (mouse-wheel-mode): Remove autoload cookie.
14838 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14840         * mwheel.el (mwheel-installed-bindings): New var.
14841         (mouse-wheel-mode): Use it, so as to make sure we really remove all
14842         the bindings we set last time.  Use custom-initialize-delay.
14843         * loadup.el: Load mwheel after term/*-win.el.
14844         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
14845         and mouse-wheel-up-event now that their first evaluation is done
14846         sufficiently late to be correct.
14848         * startup.el (tutorial-directory): Make it a defcustom.
14849         Use custom-initialize-delay rather than eval-at-startup to set it.
14850         * image.el (image-load-path): Make it a defcustom.
14851         Use custom-initialize-delay rather than eval-at-startup to set it.
14852         * subr.el (eval-at-startup): Remove.
14853         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
14855         * subr.el (do-after-load-evaluation): Warn the user after loading an
14856         obsolete package.
14858 2009-09-12  Glenn Morris  <rgm@gnu.org>
14860         * proced.el (proced-mark-alt): Remove alias.
14861         (proced-mode-map): Remove proced-mark-alt.
14863         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
14864         Elint file and directory.  Remove initialization entry.
14866         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
14867         commands.
14868         (elint-current-buffer): Set mode-line-process.
14869         (elint-init-env): Handle define-derived-mode.
14870         Fix declare-function with unspecified arglist.  Guard against odd
14871         defalias statements (eg iso-insert's 8859-1-map).
14872         (elint-add-required-env): Use a temp buffer.
14873         (elint-form): Just print the function/macro name, not the whole form.
14874         Return env unchanged if we fail to parse a macro.
14875         (elint-forms): Guard against parse errors.
14876         (elint-output): New function, to handle batch mode.
14877         (elint-log-message): Add optional argument.  Use elint-output.
14878         (elint-set-mode-line): New function.
14880 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
14882         * emacs-lisp/elp.el (elp-not-profilable): Add more
14883         functions (Bug#4233).
14885 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
14887         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
14888         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
14890 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
14892         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
14893         (gdb-var-list-children): Use json parsing.
14895 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
14897         * progmodes/js.el (js--proper-indentation): Handle the case where
14898         char-before is null.  Reported by Deniz Dogan.
14900 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
14902         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
14904 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
14906         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
14907         (epg-digest-algorithm-alist): Add SHA224.
14908         (epg-context-set-passphrase-callback)
14909         (epg-context-set-progress-callback): Add description about
14910         callback function.
14912 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14914         * custom.el (custom-delayed-init-variables): New var.
14915         (custom-initialize-delay): New function.
14916         * startup.el (command-line): "Re"evaluate all vars in
14917         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
14918         explicitly any more.
14919         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
14920         to avoid creating a ~/.emacs.d at build-time (bug#4347).
14922         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
14924 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
14926         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
14927         (gdb-var-update-handler): Use json parsing.
14929 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
14931         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
14932         decode annotated text, regardless of language environment.  (Bug#2741)
14934 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14936         * Makefile.in (autoloads): Make rmail.el writable as well.
14938 2009-09-11  Glenn Morris  <rgm@gnu.org>
14940         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
14941         loaddefs.el.
14942         * dired.el: Regenerate with extracted autoloads.
14943         * Makefile.in (autoloads): Make dired.el writable.
14945         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
14946         * ibuffer.el: Regenerate with extracted autoloads.
14947         * Makefile.in (autoloads): Make ibuffer.el writable.
14949         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
14950         * version.el (emacs-copyright, emacs-major-version)
14951         (emacs-minor-version): Reformat doc-strings for make-docfile.
14953         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
14954         functions and variables, since they must be stuff specific to some other
14955         platform.
14956         (apropos-print): Make mouse-click message less specific about button.
14958         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
14959         that records where a macro was defined.
14960         * help-fns.el (describe-function-1): Mention if a function has a
14961         compiler-macro.
14962         * help-mode.el (help-function-cmacro): New button.
14964         * locate.el (top-level): Always require dired.
14965         (locate-mode-map): Initialize inside the defvar.
14967         * net/ange-ftp.el (dired-compress-file): Declare.
14968         (ange-ftp-dired-compress-file): Add doc string.
14970         * term/ns-win.el (x-display-name, x-setup-function-keys):
14971         Unify doc-strings with X versions.
14973 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14975         * emulation/crisp.el (crisp-mode-map): Move initialization
14976         into declaration.
14977         (crisp-mode): Use define-minor-mode.
14979         * progmodes/xscheme.el (xscheme-evaluation-commands):
14980         Put a :advertised-binding property rather than using
14981         advertised-xscheme-send-previous-expression.
14982         (advertised-xscheme-send-previous-expression): Declare obsolete.
14983         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
14984         `advertised-undo'.
14985         (crisp-mode): Add corresponding bindings to
14986         undo's :advertised-binding instead.
14987         * dired.el (dired-mode-map): Put a :advertised-binding property rather
14988         than using dired-advertised-find-file.
14989         (dired-advertised-find-file):
14990         * simple.el (advertised-undo):
14991         * wid-edit.el (advertised-widget-backward): Declare obsolete.
14992         (widget-keymap): Put a :advertised-binding property rather
14993         than using advertised-widget-backward.
14994         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
14995         than using advertised-undo.
14996         * tutorial.el (tutorial--default-keys): Adjust accordingly.
14998 2009-09-10  Simon South  <ssouth@slowcomputing.org>
15000         * progmodes/delphi.el (delphi-tab): Indent region when Transient
15001         Mark mode is enabled and region is active; otherwise indent or
15002         insert TAB as usual.
15003         (delphi-mode): Update description of TAB-key binding.
15005 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15007         * subr.el (define-key-rebound-commands): Mark obsolete.
15008         * startup.el (precompute-menubar-bindings): Remove.
15009         (normal-top-level): Remove obsolete code that tried to precompute
15010         menubar bindings.
15011         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
15012         define-key-rebound-commands and precompute-menubar-bindings.
15014 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15016         * net/imap.el (imap-interactive-login): Better messages.
15017         (imap-open): Fix bug with renamed buffer on reconnect.
15018         (imap-authenticate): Add buffer-local imap-last-authenticator variable
15019         for easier debugging and cleaner code.  On successful (guessed based on
15020         server capabilities) secondary authentication, set imap-state
15021         correctly.
15022         (imap-last-authenticator): Define imap-last-authenticator as a variable
15023         to avoid warnings.
15025 2009-09-10  Glenn Morris  <rgm@gnu.org>
15027         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
15029         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
15030         (byte-compile-file-form-autoload): Don't warn about unknown functions
15031         where the autoload statement comes after the use.
15032         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
15033         that any handlers inside the body (eg require) are in turn respected.
15035         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
15036         effects.
15038         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
15039         and syntax and abbrev tables basic docs, if they don't have any.
15041         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
15043         * international/mule-cmds.el (top-level): Require cl when compiling.
15044         (view-hello-file): Use default-value rather than
15045         default-enable-multibyte-characters.
15047         * progmodes/fortran.el: Move all safe and risky properties into the
15048         defcustoms.
15050         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
15051         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
15052         * mail/undigest.el:
15053         Put autoloads in rmail.el rather than loaddefs.el.
15054         * mail/rmail.el: Regenerate with extracted autoloads.
15056         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
15057         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
15059 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
15061         Reported in thread for Bug#4375.
15062         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
15063         "-data-evaluate-expression" instead of print.
15064         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
15065         (gdb-tooltip-print): Parse output from above MI command.
15066         (gdb): Revert 2009-08-11 change.  User should detach inferior
15067         manually.
15069         Remove the word "separate" from IO functions as inferior
15070         output is now never displayed in the GUD buffer.
15072 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
15074         * startup.el (command-line-normalize-file-name): On Windows and
15075         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
15077 2009-09-10  Juri Linkov  <juri@jurta.org>
15079         * isearch.el (isearch-text-char-description): Propertize escape
15080         character sequences with the `escape-glyph' face.  (Bug#4344)
15082         * simple.el (shell-command): Set asynchronous process filter to
15083         `comint-output-filter'.  (Bug#4343)
15085         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
15086         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
15087         the list.  Move "asm" to the bottom.
15088         (grep-find-ignored-directories): Add `choice' with nil value
15089         to empty the list easily.
15090         (grep-find-ignored-files): New option.
15091         (grep-files-history): Set to nil by default instead of '("ch" "el").
15092         (grep-compute-defaults): Add "<X>" to `grep-template'.
15093         (grep-read-files): Bind new local variables `default-alias' and
15094         `default-extension'.  Use a list of default values for the file prompt.
15095         (lgrep): Add `--exclude=' command line options composed from
15096         `grep-find-ignored-files'.
15097         (rgrep): Add `-name' command line options composed from
15098         `grep-find-ignored-files'.  (Bug#4301)
15100 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15102         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
15103         (bug#4368).
15105 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15107         * calendar/time-date.el (autoload):
15108         Expand define-obsolete-function-alias into defalias and make-obsolete
15109         for old Emacsen that Gnus supports.
15110         (with-no-warnings): Define it for old Emacsen.
15111         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
15112         is available.
15113         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
15114         float-time is available; suppress compile warning for time-to-seconds.
15116 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
15118         * net/imap.el (imap-message-map): Docstring fix.
15120 2009-09-09  Glenn Morris  <rgm@gnu.org>
15122         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
15123         line numbers too.  (Bug#4374)
15125 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15127         * smerge-mode.el (smerge-remove-props, smerge-refine):
15128         Use with-silent-modifications (bug#4342).
15130         * subr.el (with-silent-modifications): New macro.
15132 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
15134         * files.el (top-level): Require `cl' when compiling.
15136 2009-09-07  Glenn Morris  <rgm@gnu.org>
15138         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
15140         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
15141         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
15143 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
15145         * vc-git.el (vc-git-annotate-command): Use separator to parse
15146         arguments correctly.
15148 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
15150         * proced.el (proced-mode): Doc fix.
15152 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
15154         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
15155         lstat fails.
15156         (tramp-do-file-attributes-with-ls): Check for file existence at
15157         remote end.
15158         (tramp-do-file-attributes-with-stat): Likewise.
15159         (tramp-convert-file-attributes): Return nil when attr is nil.
15161 2009-09-05  Glenn Morris  <rgm@gnu.org>
15163         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
15164         properties to this button.
15165         (diary-fancy-display): Don't extend the button to the final newline.
15166         (diary-fancy-display-mode): Continue to define "q" as a local key.
15168         * calendar/cal-china.el (holiday-chinese): Make it slightly more
15169         efficient.
15171         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
15173         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
15174         (byte-compile-dest-file-function): New option.
15175         (byte-compile-dest-file): Doc fix.
15176         Obey byte-compile-dest-file-function.
15177         (byte-compile-cl-file-p): New function.
15178         (byte-compile-eval): Only suppress noruntime warnings about cl functions
15179         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
15180         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
15181         than for file being previously loaded.
15182         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
15183         (byte-compile-file-form-require): Handle the case where requiring a file
15184         indirectly causes CL to be loaded.
15186 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
15188         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
15189         before killing the old buffer, since by the time `kill-buffer' is
15190         run so many buffer variables have been set to nil that it may not
15191         behave as expected.  (Bug#4061)
15193 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
15195         * files.el (find-alternate-file): If the old buffer is modified
15196         and visiting a file, behave similarly to `kill-buffer' when
15197         killing it, thus reverting to the pre-1.878 behavior; see
15198         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
15199         for discussion.  Also, consult `buffer-file-name' as a variable
15200         not as a function, for consistency with the rest of the code.
15202 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
15204         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
15205         also when adding a new directory.
15207         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
15208         defun.
15210 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15212         * files.el (locate-file-completion-table): Make it provide boundary
15213         information, so partial-completion works better.
15215 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
15217         * mail/footnote.el (Footnote-text-under-cursor):
15218         Check footnote-text-marker-alist before using it (bug#4324).
15220 2009-09-04  Glenn Morris  <rgm@gnu.org>
15222         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
15223         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
15224         * play/solitaire.el, play/tetris.el:
15225         Remove leading * from defcustom and defface docs.
15227         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
15228         necessary.
15229         (diary-fancy-overriding-map): New variable.
15230         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
15231         Use view-mode.
15233         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
15234         goto-line.
15236 2009-09-03  Glenn Morris  <rgm@gnu.org>
15238         * arc-mode.el (archive-mode):
15239         * dos-fns.el (set-default-process-coding-system):
15240         * man.el (Man-getpage-in-background):
15241         * menu-bar.el (menu-bar-describe-menu):
15242         * server.el (server-process-filter):
15243         * startup.el (command-line):
15244         * tar-mode.el (tar-header-block-tokenize, tar-extract):
15245         * w32-fns.el (set-default-process-coding-system):
15246         * x-dnd.el (x-dnd-handle-file-name):
15247         * international/mule-cmds.el (mule-menu-keymap)
15248         (set-default-coding-systems, language-info-alist, set-language-info)
15249         (set-language-environment, standard-display-european-internal)
15250         (set-locale-environment):
15251         * international/mule-diag.el (mule-diag):
15252         * mail/emacsbug.el (report-emacs-bug):
15253         * mail/rmail.el (rmail-mode):
15254         * mail/sendmail.el (mail-setup):
15255         Use default-value rather than default-enable-multibyte-characters.
15257         * progmodes/f90.el: Move all safe properties into the defcustoms.
15258         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
15260         * calendar/appt.el (appt-check):
15261         * calendar/diary-lib.el (diary-set-header, diary-live-p)
15262         (diary-check-diary-file, diary-list-entries)
15263         (diary-include-other-diary-files, diary-simple-display)
15264         (diary-fancy-display, diary-print-entries)
15265         (diary-mark-included-diary-files, diary-make-entry):
15266         Don't call substitute-in-file-name on diary-file.
15268 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
15269             Stefan Monnier  <monnier@iro.umontreal.ca>
15271         * mail/footnote.el (footnote-prefix): Make it a defcustom.
15272         (footnote-mode-map): Move initialization into the declaration.
15273         (footnote-minor-mode-map): Define it rather than changing global-map.
15274         (footnote-mode): Use define-minor-mode.
15276 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
15278         * net/tramp.el (tramp-handle-file-attributes-with-ls)
15279         (tramp-do-file-attributes-with-perl)
15280         (tramp-do-file-attributes-with-stat): Rename from
15281         `tramp-handle-file-attributes-with-*'.
15282         (tramp-handle-file-attributes): Use them.
15283         (tramp-do-directory-files-and-attributes-with-perl)
15284         (tramp-do-directory-files-and-attributes-with-stat): Rename from
15285         `tramp-handle-directory-files-and-attributes-with-*'.
15286         (tramp-handle-directory-files-and-attributes): Use them.
15287         (tramp-method-out-of-band-p): Additional parameter SIZE.
15288         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
15289         (tramp-handle-write-region): Use it.
15290         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
15291         (tramp-handle-vc-registered): Check, whether the first run did
15292         return files to be tested.
15293         (tramp-advice-make-auto-save-file-name): Do not call directly
15294         `tramp-handle-make-auto-save-file-name', because this would bypass
15295         the locking mechanism.
15297         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
15298         (file-remote-p, process-file, start-file-process, set-file-times)
15299         (tramp-compat-file-attributes): Compatibility functions shall not
15300         call directly `tramp-handle-*', because this would bypass the
15301         locking mechanism.
15302         (tramp-compat-number-sequence): New defun.
15304 2009-09-02  Glenn Morris  <rgm@gnu.org>
15306         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
15307         alias for float-time.
15308         (time-to-number-of-days): In Emacs, use float-time.
15309         * net/newst-backend.el (time-add): Suppress warnings from compat
15310         function.
15311         * time.el (emacs-uptime, emacs-init-time):
15312         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
15313         Use float-time rather than time-to-seconds.
15315         * minibuffer.el (completion-initials-expand): Fix typo.
15317         * faces.el (modeline, modeline-inactive, modeline-highlight)
15318         (modeline-buffer-id):
15319         * info.el (info-menu-5): Mark these face aliases as obsolete.
15321 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
15323         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
15324         space ...
15325         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
15326         no "--thread" option.
15327         (gdb-stopped): Don't print "Switched to thread" message when it is
15328         unchanged.
15330 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15332         * minibuffer.el (completion-try-completion)
15333         (completion-all-completions): Remove ill-defined (and
15334         mistakenly installed and luckily never used nor documented)
15335         `completion-styles' property.
15336         (completion-initials-expand, completion-initials-all-completions)
15337         (completion-initials-try-completion): New functions.
15338         (completion-styles-alist): Add doc to each entry.
15339         Add new `initials' entry.
15341 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
15343         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
15344         MI command -var-evaluate-expression.
15345         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
15346         and tweak for case of string child.
15347         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
15349 2009-09-01  Glenn Morris  <rgm@gnu.org>
15351         * add-log.el (change-log-date-face, change-log-name-face)
15352         (change-log-email-face, change-log-file-face, change-log-list-face)
15353         (change-log-conditionals-face, change-log-function-face)
15354         (change-log-acknowledgement-face):
15355         * cus-edit.el (custom-invalid-face, custom-rogue-face)
15356         (custom-modified-face, custom-set-face, custom-changed-face)
15357         (custom-saved-face, custom-button-face, custom-button-pressed-face)
15358         (custom-documentation-face, custom-state-face, custom-comment-face)
15359         (custom-comment-tag-face, custom-variable-tag-face)
15360         (custom-variable-button-face, custom-face-tag-face)
15361         (custom-group-tag-face-1, custom-group-tag-face):
15362         * diff-mode.el (diff-header-face, diff-file-header-face)
15363         (diff-index-face, diff-hunk-header-face, diff-removed-face)
15364         (diff-added-face, diff-changed-face, diff-function-face)
15365         (diff-context-face, diff-nonexistent-face):
15366         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
15367         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
15368         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15369         (Info-title-4-face):
15370         * isearch.el (isearch-lazy-highlight-face):
15371         * log-view.el (log-view-file-face, log-view-message-face):
15372         * paren.el (show-paren-match-face, show-paren-mismatch-face):
15373         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15374         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15375         (cvs-msg-face):
15376         * smerge-mode.el (smerge-mine-face, smerge-other-face)
15377         (smerge-base-face, smerge-markers-face):
15378         * wid-edit.el (widget-documentation-face, widget-button-face)
15379         (widget-field-face, widget-single-line-field-face)
15380         (widget-inactive-face, widget-button-pressed-face):
15381         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
15382         (woman-addition-face):
15383         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
15384         (eshell-ls-executable-face, eshell-ls-readonly-face)
15385         (eshell-ls-unreadable-face, eshell-ls-special-face)
15386         (eshell-ls-missing-face, eshell-ls-archive-face)
15387         (eshell-ls-backup-face, eshell-ls-product-face)
15388         (eshell-ls-clutter-face):
15389         * eshell/em-prompt.el (eshell-prompt-face):
15390         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
15391         * obsolete/old-whitespace.el (whitespace-highlight-face):
15392         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
15393         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
15394         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
15395         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
15396         (antlr-font-lock-literal-face):
15397         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
15398         (ebrowse-root-class-face, ebrowse-file-name-face)
15399         (ebrowse-default-face, ebrowse-member-attribute-face)
15400         (ebrowse-member-class-face, ebrowse-progress-face):
15401         * progmodes/make-mode.el (makefile-space-face):
15402         * progmodes/sh-script.el (sh-heredoc-face):
15403         * textmodes/flyspell.el (flyspell-incorrect-face)
15404         (flyspell-duplicate-face):
15405         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
15406         * textmodes/texinfo.el (texinfo-heading-face):
15407         Mark face aliases with "-face" suffix as obsolete.
15409         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
15410         compiler.
15412         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
15413         (eudc-bob-sound-menu): Use defvar rather than defconst, since
15414         easy-menu-define wants to modify these.
15416         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
15418         * net/browse-url.el (browse-url-file-url):
15419         * term/internal.el (dos-codepage-setup):
15420         Use default-value rather than default-enable-multibyte-characters.
15422         * progmodes/etags.el (etags-goto-tag-location):
15423         * progmodes/flymake.el (flymake-highlight-line)
15424         (flymake-goto-file-and-line, flymake-goto-line):
15425         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
15426         (gdb-goto-breakpoint):
15427         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15428         * progmodes/python.el (python-find-function)
15429         (python-pdbtrack-track-stack-file):
15430         * progmodes/verilog-mode.el (verilog-surelint-off):
15431         * term/ns-win.el (ns-open-file-select-line):
15432         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
15433         Use forward-line rather than goto-line.
15435         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
15436         * textmodes/reftex-index.el (reftex-display-index):
15437         * textmodes/reftex-ref.el (reftex-offer-label-menu):
15438         * textmodes/reftex-toc.el (reftex-toc):
15439         Remove unnecessary bindings of default-major-mode (all are followed by
15440         major-mode check and possible mode switch).
15442 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
15444         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
15445         Handle watchpoints (bug#4282).
15446         (def-gdb-thread-buffer-command): Enable thread to be selected by
15447         clicking without selecting threads buffer first.
15448         (gdb-current-context-command): Use selected frame so that "up",
15449         "down" etc work in the GUD buffer.
15450         (gdb-update): Find selected frame before rendering stack buffer.
15451         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
15453 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15455         * progmodes/sym-comp.el (displayed-completions): Remove.
15456         (symbol-complete): Use minibuffer-complete.
15458 2009-08-31  Glenn Morris  <rgm@gnu.org>
15460         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
15462         * apropos.el (apropos-symbols-internal):
15463         Handle (obsolete) face aliases.
15465         * faces.el (describe-face): Adjust the output format to be more like
15466         describe-variable, and to mention (obsolete) face aliases.
15467         Adjust the whitespace so that help-setup-xref works.
15469         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
15470         * calendar/diary-lib.el (diary-button-face):
15471         Mark these face aliases as obsolete.
15473         * calendar/calendar.el (calendar-today): Doc fix.
15475 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
15477         * progmodes/gdb-mi.el (gdb-control-all-threads)
15478         (gdb-control-current-thread): Force tool bar update.
15479         (gdb-non-stop-handler): New function.
15480         (gdb-init-1): Use it to test if non-stop mode is supported.
15481         Remove unused gdbmi buffer type.
15483 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
15485         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
15486         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
15488 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
15490         * comint.el (comint-exec-1): Check command is non-null first.
15491         Part of gdb-mi.el change (2009-08-28).
15493 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15495         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
15497 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
15499         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
15500         instead of `dolist' to avoid a recursive require when bootstrapping.
15502 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15504         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
15506         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
15508         * net/imap.el (imap-send-command): Simplify.
15509         (imap-wait-for-tag): point-max -> buffer-size.
15511         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
15513         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
15514         with constant argument.
15516         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
15518         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
15520         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
15521         Change default, since most of our files don't have a history.
15522         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
15523         the user.
15525         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15526         Add comint-run.
15528         * calc/calc.el: Improve commenting convention.
15529         (calc-digit-map, toplevel): Simplify.
15531         * comint.el (comint-insert-input): Be careful to only set point if we
15532         don't delegate to some other command.
15534         * proced.el (proced-signal-list): Make it an alist.
15535         (proced-grammar-alist): Capitalize names.
15536         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
15537         Disable undo manually and make it read-only.
15538         Use completion-annotate-function.
15540         * minibuffer.el (minibuffer-message): If the current buffer is not
15541         a minibuffer, insert the message in the echo area rather than at the
15542         end of the buffer.
15543         (completion-annotate-function): New variable.
15544         (minibuffer-completion-help): Use it.
15545         (completion--embedded-envvar-table): Environment vars are
15546         always case-sensitive.
15548 2009-08-30  Glenn Morris  <rgm@gnu.org>
15550         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
15551         from fortran-current-defun.
15552         (fortran-beginning-of-subprogram): Be more precise about finding the
15553         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
15554         (fortran-end-of-subprogram): Simplify.
15555         (fortran-current-defun): Use fortran-start-prog-re.
15557 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
15559         * subr.el (do-after-load-evaluation): Simplify.
15561 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
15563         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
15565         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
15566         (vc-rcs-print-log): Use it.
15568         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
15570 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15572         * paths.el (abbrev-file-name): Move to abbrev.el.
15573         * abbrev.el (abbrev-file-name): Move from paths.el.
15574         Obey user-emacs-directory.
15575         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
15576         user-emacs-directory.
15577         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
15578         abbrev-file-name and calc-settings-file any more.
15579         * startup.el (command-line): Recompute abbrev-file-name and
15580         abbreviated-home-dir.
15581         (normal-no-mouse-startup-screen): Improve the generic code and get rid
15582         of the special code for when C-h bindings haven't been changed.
15583         (display-startup-echo-area-message): Use with-current-buffer.
15584         (command-line-1): Use a list of strings, rather than a list of lists
15585         of strings for longopts.
15587         * files.el (get-free-disk-space): Use / for default-directory.
15589         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
15590         Use with-current-buffer.
15592         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
15593         Recognize immutable variables like most-positive-fixnum.
15594         (byte-compile-setq-default): Check and warn if trying to assign
15595         to an immutable variable, or a non-variable.
15597         * progmodes/cc-vars.el (c-comment-continuation-stars):
15598         * progmodes/cc-engine.el (c-looking-at-bos):
15599         * progmodes/cc-cmds.el (c-toggle-auto-state)
15600         (c-forward-into-nomenclature, c-backward-into-nomenclature)
15601         (c-comment-line-break-function): Add version of obsolescence.
15603 2009-08-28  Juri Linkov  <juri@jurta.org>
15605         * files.el (magic-fallback-mode-alist): Add ZIP magic number
15606         associated with `archive-mode'.
15608         * image.el (image-type-header-regexps): Use only JPEG magic number
15609         to determine JPEG images, and don't use `image-jpeg-p' because
15610         Emacs can display non-JFIF non-Exif JPEG images.
15612 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
15614         * arc-mode.el (archive-mode):
15615         * emacs-lisp/re-builder.el (re-builder-unload-function):
15616         Protect against the default value of `major-mode' being nil.
15618 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
15620         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
15621         Fix typos in docstrings.
15623         * progmodes/js.el (js--macro-decl-re): Doc fix.
15624         (js--plain-method-re, js--split-name): Refloc docstring.
15625         (js--class-styles, js--make-merged-item, js--splice-into-items):
15626         Fix typos in docstrings; reflow docstrings.
15627         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
15628         (js--variable-decl-matcher, js--inside-pitem-p)
15629         (js--parse-state-at-point, js--get-all-known-symbols)
15630         (js--symbol-history, js-find-symbol, js--js-references)
15631         (js--moz-interactor, js--js-encode-value, js--read-tab):
15632         Fix typos in docstrings.
15634 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15636         * textmodes/reftex.el (reftex-get-file-buffer-force):
15637         * progmodes/verilog-mode.el (verilog-batch-execute-func):
15638         * emulation/viper.el (viper-go-away, viper-set-hooks):
15639         * emacs-lisp/re-builder.el (re-builder-unload-function):
15640         * emacs-lisp/bytecomp.el (byte-compile-file):
15641         * ses.el (ses-unload-function):
15642         * hexl.el (hexl-find-file):
15643         * files.el (normal-mode):
15644         * ehelp.el (with-electric-help):
15645         * autoinsert.el (auto-insert-alist):
15646         * arc-mode.el (archive-mode):
15647         Use (default-value 'major-mode) instead of default-major-mode.
15649         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
15650         * international/mule.el (load-with-code-conversion):
15651         * emacs-lisp/debug.el (debug):
15652         * ediff-vers.el (ediff-rcs-get-output-buffer):
15653         * dired.el (dired-internal-noselect): Don't let-bind
15654         default-major-mode around code that doesn't use it.
15655         E.g. buffer creation via get-buffer-create doesn't use it.
15657 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
15659         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
15660         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
15661         when writing the temp file.  Otherwise, epa-file gets confused.
15662         (tramp-register-file-name-handlers): Make it a defun.  Move also
15663         `epa-file-handler' to the front of `file-name-handler-alist'.
15665 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15667         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
15668         start right after a ^M.
15669         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
15670         (tramp-completion-file-name-regexp-separate)
15671         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
15672         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
15673         Don't modify last-coding-system-used by accident.
15674         (tramp-completion-file-name-handler): Apply the checks here,
15675         instead during registration.
15676         (tramp-register-file-name-handlers): Renamed from
15677         `tramp-register-file-name-handler'.  Register both
15678         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
15679         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
15681 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
15683         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
15684         Remove variable ...
15685         (gdb-init-1, gdb-display-separate-io-buffer)
15686         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
15687         references to it.
15688         (gdb-inferior-io-mode): Use make-comint-in-buffer.
15689         (gdb-inferior-filter): Use comint-output-filter to stop
15690         echoing and remove ^M characters.
15692 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15694         * emulation/viper-init.el (viper-restore-cursor-type):
15695         * emulation/cua-base.el (cua--update-indications):
15696         Replace default-cursor-type with (default-value 'cursor-type).
15698         * mail/sendmail.el (mail-recover-1):
15699         * international/mule-diag.el (describe-current-coding-system-briefly)
15700         (describe-current-coding-system):
15701         * international/mule-cmds.el (select-safe-coding-system)
15702         (select-message-coding-system)
15703         (set-language-environment-coding-systems, set-locale-environment):
15704         * hexl.el (hexl-insert-multibyte-char):
15705         * dos-w32.el (find-buffer-file-type-coding-system):
15706         * simple.el (what-cursor-position):
15707         Replace uses of default-buffer-file-coding-system
15708         with (default-value 'buffer-file-coding-system).
15710         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
15711         Replace uses of default-cursor-in-non-selected-windows
15712         with (default-value 'cursor-in-non-selected-windows).
15713         Use with-current-buffer.
15715         * mail/feedmail.el: Use CL macros.
15716         (feedmail-run-the-queue, feedmail-send-it-immediately):
15717         * dos-w32.el (find-buffer-file-type): Replace uses of
15718         default-buffer-file-type with (default-value 'buffer-file-type).
15720 2009-08-28  Glenn Morris  <rgm@gnu.org>
15722         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
15723         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
15724         Use default-value of major-mode rather than default-major-mode.
15726 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15728         * Makefile.in (update-elcfiles): Report left over elc files.
15730         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
15731         expand-file-name and with-current-buffer.
15732         (mail-get-names, mail-directory): Use with-current-buffer.
15734         * vc.el (vc-read-revision): New function.
15735         (vc-version-diff, vc-merge): Use it.
15737 2009-08-27  Sam Steingold  <sds@gnu.org>
15739         * simple.el (kill-do-not-save-duplicates): New user option.
15740         (kill-new): When it is non-nil, and the new string is the same as
15741         the latest kill, set replace to t to avoid duplicates in kill-ring.
15743 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
15745         * net/tramp.el (tramp-handle-process-file): Do not flush all
15746         caches when `process-file-side-effects' is set.
15747         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
15748         instead of `tramp-find-file-exists-command'.
15749         Unset `process-file-side-effects'.
15751 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
15753         * net/tramp.el (tramp-methods): New method "rsyncc".
15754         (top): Add completion function for "rsyncc".
15755         (tramp-message-show-message): New defvar.
15756         (tramp-message, tramp-error): Use it.
15757         (tramp-do-copy-or-rename-file-directly): Extend check for direct
15758         remote copying.
15759         (tramp-do-copy-or-rename-file-out-of-band): Handle new
15760         `tramp-methods' entry `copy-env' of "rsyncc".
15761         (tramp-vc-registered-read-file-names): New defconst.
15762         (tramp-vc-registered-file-names): New defvar.
15763         (tramp-handle-vc-registered): Implement optimization strategy.
15764         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
15765         (tramp-vc-file-name-handler): New defun.
15766         (tramp-get-ls-command, tramp-get-test-command)
15767         (tramp-get-file-exists-command, tramp-get-remote-ln)
15768         (tramp-get-remote-perl, tramp-get-remote-stat)
15769         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
15771         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
15772         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
15773         timestamps.
15774         (tramp-get-file-property): Check for timestamps in
15775         `tramp-cache-inhibit-cache'.
15776         (tramp-set-file-property): Write timestamp.
15778 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15780         * language/japan-util.el (japanese-symbol-table): Add entries for
15781         cp932-2-byte.
15783         * international/characters.el: Add category `j' to cp932-2-byte.
15785 2009-08-27  Kenichi Handa  <handa@m17n.org>
15787         * international/fontset.el (build-default-fontset-data): New macro.
15788         (setup-default-fontset): Use build-default-fontset-data for CJK,
15789         tibetan, ethiopic, and ipa.
15791 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15793         * cus-start.el (default-major-mode): Customize `major-mode' instead.
15794         (enable-multibyte-characters): Not customizable any more.
15796         * subr.el (default-mode-line-format, default-header-line-format)
15797         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
15798         (default-direction-reversed, default-truncate-lines)
15799         (default-left-margin, default-tab-width, default-case-fold-search)
15800         (default-left-margin-width, default-right-margin-width)
15801         (default-left-fringe-width, default-right-fringe-width)
15802         (default-fringes-outside-margins, default-scroll-bar-width)
15803         (default-vertical-scroll-bar, default-indicate-empty-lines)
15804         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
15805         (default-fringe-cursor-alist, default-scroll-up-aggressively)
15806         (default-scroll-down-aggressively, default-fill-column)
15807         (default-cursor-type, default-buffer-file-type)
15808         (default-cursor-in-non-selected-windows)
15809         (default-buffer-file-coding-system, default-major-mode)
15810         (default-enable-multibyte-characters): Mark as obsolete.
15812 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
15814         * vc-dir.el (vc-dir-update): Remove debug helper.
15816         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
15818 2009-08-26  Sam Steingold  <sds@gnu.org>
15820         * simple.el (save-interprogram-paste-before-kill): New user option.
15821         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
15822         save the interprogram-paste into kill-ring before overriding it
15823         with the Emacs kill.
15825 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
15827         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
15828         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
15829         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
15830         and move to vc-rcs.el.
15831         (vc-default-next-revision): Rename to vc-rcs-next-revision and
15832         move to vc-rcs.el.
15833         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
15834         (vc-rcs-update-changelog): Remove.
15835         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
15836         and move to vc-rcs.el.
15838         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
15839         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
15840         renaming.
15841         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
15842         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
15843         vc.el, renamed to be RCS specific.
15845         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
15846         New functions.
15847         (vc-cvs-update-changelog): Move here from vc.el.
15849         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
15850         New functions.
15852 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15854         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
15856 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
15858         * vc-git.el (vc-git-register): Use "git add" for directories.
15859         (vc-git-stash, vc-git-stash-show): New functions.
15860         (vc-git-extra-menu-map): Bind them.
15862         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
15863         directory correctly in case the item is a directory itself.
15865         * vc.el: Document the desired behavior for reverted files in the
15866         `added' state.
15867         (vc-default-prettify-state-info): Remove function, unused.
15869         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
15871 2009-08-26  Glenn Morris  <rgm@gnu.org>
15873         * bindings.el (standard-mode-line-format): Reposition dashes in
15874         which-func entry.  (Bug#4217)
15876         * files.el (enable-local-variables, enable-local-eval)
15877         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
15878         the defcustoms.
15879         (auto-mode-alist, ignored-local-variables)
15880         (save-some-buffers-action-alist): Move risky declarations to the
15881         definitions.
15882         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
15883         (font-lock-defaults, format-alist, imenu--index-alist)
15884         (imenu-generic-expression, input-method-alist, minor-mode-alist)
15885         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
15886         (mode-line-modified, mode-line-mule-info, mode-line-position)
15887         (mode-line-process, mode-line-remote, outline-level)
15888         (parse-time-rules, rmail-output-file-alist)
15889         (special-display-buffer-names, vc-mode):
15890         Move risky declarations to the relevant files.
15891         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
15892         (mode-line-modified, mode-line-process, mode-line-position)
15893         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
15894         * font-core.el (font-lock-defaults):
15895         * format.el (format-alist):
15896         * vc-hooks.el (vc-mode):
15897         * window.el (special-display-buffer-names):
15898         * international/mule-cmds.el (input-method-alist):
15899         Define riskiness here (dumped file) rather than in files.el.
15900         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
15901         * imenu.el (imenu-generic-expression, imenu--index-alist):
15902         * outline.el (outline-level):
15903         * time.el (display-time-string):
15904         * calendar/parse-time.el (parse-time-rules):
15905         * mail/rmailout.el (rmail-output-file-alist):
15906         Autoload riskiness here, rather than placing in files.el.
15908 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
15910         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
15912 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
15914         * simple.el (process-file-side-effects): New defvar.
15916         * dired-aux.el (dired-show-file-type):
15917         * vc.el (vc-diff-internal):
15918         * vc-arch.el (vc-arch-diff):
15919         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
15920         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
15921         * vc-git.el (vc-git-registered, vc-git-working-revision)
15922         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
15923         (vc-git--empty-db-p):
15924         * vc-hooks.el (vc-user-login-name):
15925         * vc-svn.el (vc-svn-registered, vc-svn-state)
15926         (vc-svn-dir-extra-headers, vc-svn-find-revision):
15927         * progmodes/grep.el (grep-probe): Let-bind
15928         `process-file-side-effects' with nil.
15930         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
15932         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
15933         daemon.  Replace ping by checking for running service for bluez
15934         and zeroconf.  (Bug#4239)
15936 2009-08-25  Kevin Ryde  <user42@zip.com.au>
15938         * net/dig.el (dig): Add autoload cookie.
15940 2009-08-25  Glenn Morris  <rgm@gnu.org>
15942         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
15943         load-history for absolute file-names.
15944         (byte-compile-file-form-require): Warn about use of the cl package.
15946         * format.el (format-alist): Doc fix.
15948         * play/bubbles.el (top-level): Don't require cl at run-time.
15950         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
15951         run-time cl).
15953 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
15955         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
15956         from cl package.
15957         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
15959 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
15961         * calc/calc-alg.el (math-trig-rewrite)
15962         (math-hyperbolic-trig-rewrite): New functions.
15963         (calc-simplify): Simplify trig functions when asked.
15965 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15967         * diff-mode.el (diff-find-source-location): Avoid goto-line.
15969 2009-08-24  Kenichi Handa  <handa@m17n.org>
15971         * language/ind-util.el (mapthread): Delete it.
15972         (combinatorial): New function.
15973         (indian--puthash-cv): Use combinatorial instead of mapthread.
15975 2009-08-22  Kevin Ryde  <user42@zip.com.au>
15977         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
15978         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
15979         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
15980         Clarify docstring that the value is strings not symbols.
15981         (checkdoc-list-of-strings-p): New function.
15983 2009-08-22  Glenn Morris  <rgm@gnu.org>
15985         * files.el (auto-mode-alist):
15986         * hippie-exp.el (he-concat-directory-file-name):
15987         * lpr.el (lpr-windows-system, printer-name):
15988         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
15989         * ps-print.el (ps-windows-system):
15990         * startup.el (command-line):
15991         * emulation/viper-ex.el (viper-glob-function):
15992         * international/mule-cmds.el (set-language-environment-coding-systems):
15993         * net/ange-ftp.el (ange-ftp-write-region):
15994         * obsolete/fast-lock.el (fast-lock-cache-name):
15995         Remove code for defunct system-types emx, macos, mswindows, next-mach,
15996         unisoft-unix, vax-vms, win32, w32.
15998         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
15999         given name if the pattern is not more specific.
16001         * calendar/lunar.el (lunar-phase-names): New option.
16002         (lunar-phase): Doc fix.
16003         (lunar-cycles-per-year): New constant.
16004         (lunar-index): New function.
16005         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
16006         (lunar-phase-name): Use lunar-phase-names.
16007         (calendar-lunar-phases): Use format.
16008         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
16010         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
16011         Copy imenu-example--name-and-position function here for own use.
16012         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
16014         * bs.el (bs--redisplay):
16015         * cus-edit.el (custom-redraw):
16016         * ibuffer.el (ibuffer-bury-buffer):
16017         * server.el (server-goto-line-column):
16018         * startup.el (command-line-1):
16019         * strokes.el (strokes-xpm-for-stroke):
16020         * term.el (term-display-buffer-line):
16021         * view.el (View-goto-line):
16022         * calc/calc.el (calc-do, calc-trail-buffer):
16023         * play/gamegrid.el (gamegrid-add-score-insecure):
16024         * progmodes/ada-mode.el (ada-compile-goto-error):
16025         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
16026         (ebrowse-select-1st-to-9nth):
16027         * progmodes/cperl-mode.el (cperl-time-fontification):
16028         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
16029         * progmodes/gud.el (gud-display-line):
16030         (idlwave-shell-display-line):
16031         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
16032         * progmodes/make-mode.el (makefile-browser-toggle):
16033         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
16034         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
16035         * textmodes/picture.el (picture-draw-rectangle):
16036         * textmodes/reftex-index.el (reftex-index-goto-letter):
16037         (reftex-select-jump-to-previous):
16038         * textmodes/reftex-sel.el (reftex-find-start-point)
16039         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
16040         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
16041         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
16042         * textmodes/tex-mode.el (tex-compilation-parse-errors):
16043         * textmodes/two-column.el (2C-associated-buffer):
16044         Use forward-line rather than goto-line.
16046         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
16047         goto-line.
16049         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
16050         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
16051         (quick-check-list-to-regexp): Declare.
16053         * progmodes/make-mode.el (makefile-browser-insert-selection):
16054         Use goto-char rather than goto-line.
16056         * progmodes/prolog.el (compilation-error-regexp-alist)
16057         (compilation-forget-errors): Declare.
16059 2009-08-22  Juri Linkov  <juri@jurta.org>
16061         * progmodes/grep.el (lgrep, rgrep): At the beginning
16062         set `dir' to `default-directory' unless `dir' is a non-nil
16063         readable directory.  (Bug#4052)
16064         (lgrep, rgrep): Change a weird way to report an error
16065         from using `read-string' to using `error'.
16066         Instead of using interactive arguments in the function body,
16067         add new argument `confirm'.
16069 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16071         * textmodes/remember.el (remember-buffer):
16072         * progmodes/cperl-mode.el (cperl-vc-header-alist):
16073         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
16074         (icalendar-extract-ical-from-buffer):
16075         * net/newst-treeview.el (newsticker-groups-filename):
16076         * net/newst-backend.el (newsticker-cache-filename):
16077         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
16078         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
16079         (speedbar-add-ignored-path-regexp, speedbar-line-path)
16080         (speedbar-buffers-line-path, speedbar-path-line)
16081         (speedbar-buffers-line-path):
16082         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
16083         (epg-sign-keys):
16084         * epa.el (epa-display-verify-result):
16085         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
16087 2009-08-21  Glenn Morris  <rgm@gnu.org>
16089         * progmodes/js.el (inferior-moz-process): Fix declaration.
16091         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
16093         * obsolete/rnewspost.el (news-mail-reply):
16094         Use goto-char rather than goto-line.
16096         * term/ns-win.el (ns-open-file-select-line):
16097         Use line-beginning-position rather than goto-line.
16099         * apropos.el (apropos-command):
16100         * ehelp.el (electric-helpify):
16101         * printing.el (pr-show-setup):
16102         * strokes.el (strokes-help):
16103         * tutorial.el (tutorial--describe-nonstandard-key)
16104         (tutorial--detailed-help):
16105         * woman.el (woman-mini-help, woman-display-extended-fonts):
16106         * calc/calc-help.el (calc-describe-key):
16107         * emulation/edt.el (edt-electric-helpify):
16108         * international/mule-diag.el (mule-diag):
16109         * play/yow.el (apropos-zippy):
16110         * progmodes/python.el (python-describe-symbol):
16111         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
16112         * textmodes/table.el (*table--cell-describe-mode)
16113         (*table--cell-describe-bindings):
16114         Use help-print-return-message rather than the now obsolete alias.
16116         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
16117         (calendar-cursor-to-visible-date):
16118         * play/5x5.el (5x5-position-cursor):
16119         * play/decipher.el (decipher):
16120         * play/gomoku.el (gomoku-goto-xy):
16121         * play/landmark.el (lm-goto-xy):
16122         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
16123         (mpuz-paint-digit):
16124         Use forward-line, not goto-line.
16126         * mail/rmail.el (rmail-obsolete): Delete custom group.
16127         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
16128         (rmail-remote-password, rmail-remote-password-required):
16129         Remove unneeded :set-after and :set properties.
16131 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
16133         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
16135 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
16137         * loadup.el: Remove leftover macos code.
16139         * vc-git.el (vc-git-annotate-command): Run asynchronously.
16140         Explicitly pass the date format to git blame so that user local
16141         so that the output format can be parsed.
16143 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
16145         * net/dbus.el (top): Don't check for (getenv
16146         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
16148 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
16150         * log-edit.el (log-edit-strip-single-file-name): New var.
16151         (log-edit-insert-changelog): Use it.  Bug#3571
16153 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16155         * subr.el (read-passwd): Use read-key so keypad keys work as well.
16156         Bug#3287
16158         * help.el (help-print-return-message): Rename from
16159         print-help-return-message.
16161         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
16162         cvs-mode-map parent hack.
16163         (log-view-mode): Derive from special-mode.
16165         * linum.el (linum-mode): window-size-change-functions is redundant.
16166         Adapt to new window-configuration-change-hook behavior.
16167         (linum-after-size, linum-after-config): Remove.
16169         * imenu.el (imenu-example--name-and-position)
16170         (imenu-example--lisp-extract-index-name)
16171         (imenu-example--create-lisp-index, imenu-example--create-c-index):
16172         Mark as obsolete.
16174         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
16175         (inferior-prolog-mode): Use it.
16176         (inferior-prolog-load-file): Reset list of errors.
16178 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16180         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
16182         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
16184 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
16186         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
16187         is running already.
16189 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16191         * subr.el (listify-key-sequence-1): Use normal syntax since those
16192         integers are nowadays always represented by the same (positive) number
16193         on all platforms.
16194         (read-key-empty-map): New const.
16195         (read-key-delay): New var.
16196         (read-key): New function.
16197         (force-mode-line-update): Use with-current-buffer.
16198         (locate-user-emacs-file): Don't forget to abbreviate the file name.
16199         (start-process-shell-command, start-file-process-shell-command):
16200         Discourage the use of command-args.
16202 2009-08-19  Glenn Morris  <rgm@gnu.org>
16204         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
16206 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16208         * simple.el (choose-completion-string): Don't rely on
16209         minibuffer-completing-file-name and ad-hoc checks to decide whether
16210         to continue completion or not.
16212         * minibuffer.el (minibuffer-hide-completions): New function.
16213         (completion--do-completion): Use it.
16214         (completions-annotations): New face.
16215         (completion--insert-strings): Use it.
16216         (completion-pcm--delim-wild-regex): Add docstring.
16217         (completion-pcm--string->pattern): Add support for 0-width delimiters
16218         in completion-pcm--delim-wild-regex.
16220 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16222         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
16223         Remove unused var `buffer-modified-p'.
16225         * minibuffer.el (completion--do-completion): Move point for the #b001
16226         case as well (bug#4176).
16227         (minibuffer-complete, minibuffer-complete-word): Don't move point.
16229 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
16231         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
16232         and :session buses.
16234 2009-08-18  Kenichi Handa  <handa@m17n.org>
16236         * international/ucs-normalize.el (ucs-normalize-version):
16237         Change to 1.1.
16238         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
16239         (utf-8-hfs): Make it perform normalization on encoding too.
16241         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
16242         (sentence-end-without-space): Delete duplicated chars.
16243         (sentence-end-base): Likewise.
16245         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
16246         (html-mode): Delete duplicated chars from sentence-end-base.
16248         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
16249         (texinfo-mode): Delete duplicated chars from sentence-end-base.
16251 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
16253         * files.el (hack-one-local-variable): If the mode function is for
16254         a minor mode, pass it an argument (Bug#4148).
16256 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
16258         * net/tramp.el (tramp-register-completion-file-name-handler):
16259         Check also for (member 'partial-completion completion-styles).
16261 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
16263         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
16264         abbrev (Bug#3943).
16266 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
16268         * progmodes/cperl-mode.el: Merge upstream 6.2.
16269         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
16270         (cperl-forward-re): Check cperl-brace-recursing.
16271         (cperl-highlight-charclass): New function.
16272         (cperl-find-pods-heres): Use it.
16273         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
16274         (cperl-beautify-regexp-piece): Fix column calculation.
16275         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
16276         (cperl-beautify-level): Don't process entire regexp.
16277         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
16278         calling man.
16279         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
16280         (cperl-init-faces): Build a list in the normal way.
16282 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
16284         * calendar/parse-time.el (parse-time-string-chars): Save match
16285         data.
16287 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16289         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
16290         (sql-product): Use it.
16291         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
16292         (sql-set-product): Add completion.
16293         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
16294         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
16295         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
16296         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
16297         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
16298         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
16299         (sql-highlight-db2-keywords): Remove.
16300         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
16301         (sql-highlight-product): Use derived-mode-p.
16302         (sql-set-sqli-buffer): Use with-current-buffer.
16303         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
16304         Simplify.
16306         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
16308         * term.el: Fix commenting convention, turn comments into docstrings.
16310 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
16312         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
16314 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
16316         * calendar/parse-time.el (parse-time-string-chars): Compute using
16317         character classes, to handle non-ascii characters (Bug#3190).
16319 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
16321         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
16322         another heredoc if the user adds another < (Bug#3226).
16324         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
16325         Don't initialize based on window-system (Bug#4124).
16327         * facemenu.el (facemenu-read-color): Use a completion function
16328         that accepts any defined color, such as RGB triplets (Bug#3677).
16330         * files.el (get-free-disk-space): Change fallback default
16331         directory to /.  Expand DIR argument before switching to fallback.
16332         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
16334 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
16336         * files.el (load-library): Doc fix.
16338 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
16340         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
16341         (viper-if-string): Redefine C-s in the minibuffer to insert the last
16342         incremental search string.
16344         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
16345         XEmacs.
16347         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
16348         (ediff-merge-region-is-non-clash)
16349         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
16350         Also check if the job is really a merge job.
16352         * ediff.el (ediff-current-file): New function.
16354 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
16356         * progmodes/js.el: Edit docstrings throughout to follow Emacs
16357         conventions.
16358         (js-insert-and-indent): Delete function.
16359         (js-mode-map): Don't bind keys to js-insert-and-indent.
16360         (js-beginning-of-defun): Rename from js--beginning-of-defun.
16361         (js-end-of-defun): Rename from js--end-of-defun.
16362         (js-auto-indent-flag): Delete variable.
16364 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
16366         * progmodes/js.el: Remove proclaim statement.
16367         Defvar which-func-imenu-joiner-function to silence compiler.
16369         * files.el (auto-mode-alist): Use js-mode for .js files.
16371         * progmodes/js2-mode.el: Remove file.
16373         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
16375         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
16377         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
16379 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
16380             Karl Landstrom  <karl.landstrom@brgeight.se>
16382         * progmodes/js.el: New file.
16384 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
16386         * timezone.el (timezone-parse-date): Add ability to understand ISO
16387         basic format (minimal separators) dates in addition to the
16388         already-supported extended format dates.
16390 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
16392         * international/ucs-normalize.el: Add a `coding' file variable.
16394         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
16396 2009-08-14  Sam Steingold  <sds@gnu.org>
16398         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
16400 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
16402         * faces.el (help-argument-name): Define it here instead of
16403         help-fns.el, because in daemon mode help-fns.el may be loaded when
16404         faces are still uninitialized (Bug#1078).
16406         * help-fns.el (help-argument-name): Move defface to faces.el.
16408 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
16410         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
16411         create buffer with a pty but no process so that GDB can make the
16412         inferior the controlling process.
16414 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
16416         * international/ucs-normalize.el: New file.
16418 2009-08-13  Richard Stallman  <rms@gnu.org>
16420         * mail/rmail.el (rmail-get-attr-names):
16421         Accept an attribute header that is too short.
16423         * mail/rmail.el (rmail-forget-messages):
16424         Ignore nil elt in rmail-message-vector.  Use dotimes.
16426         * progmodes/compile.el (compilation-goto-locus):
16427         Use next-error-move-function.
16429         * simple.el (next-error-move-function): New variable.
16431 2009-08-12  Juri Linkov  <juri@jurta.org>
16433         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
16434         always non-nil.  (Bug#4052)
16436         * replace.el (read-regexp): Return empty string when
16437         `default-value' is nil.
16438         (keep-lines-read-args): Don't use empty string as the
16439         default value for `read-regexp'.  (Bug#2495)
16441 2009-08-12  Juri Linkov  <juri@jurta.org>
16443         * international/mule-cmds.el (ucs-insert): Change arguments
16444         from `arg' to `character', `count', `inherit' to be the same
16445         as in `insert-char'.  Doc fix.  (Bug#4039)
16447         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
16449 2009-08-12  Juri Linkov  <juri@jurta.org>
16451         * files-x.el: New file.
16453         * files.el: Move code that deals with adding/deleting
16454         file/directory-local variables to files-x.el.
16456         * Makefile.in (ELCFILES): Add files-x.elc.
16458 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
16460         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
16461         to use `goto-line'.
16462         (gdb-place-breakpoints, gdb-get-location): Rewritten without
16463         `goto-line'.
16464         (gdb-invalidate-disassembly): Do not refresh upon receiving
16465         'update signal.  Instead, update all disassembly buffers only after
16466         threads list.
16467         (gdb): Send -target-detach when buffer is killed (Bug#3794).
16468         (gdb-starting): Moved -data-list-register-names...
16469         (gdb-stopped): ...here so it's sent when first thread stops.
16470         (gdb-registers-handler-custom): Do nothing if register names are
16471         unknown yet.
16473         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
16474         from `gdb-mi.el' to avoid extra tangling.
16476         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
16477         change which breaks `gud-def' definitions used in `gdb'.
16478         (gdb-update-gud-running): No extra fuss for updating frame number.
16480 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16482         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
16483         (describe-language-environment-map, setup-language-environment-map)
16484         (set-coding-system-map): Move initialization into declaration.
16485         (set-language-info-alist): Last arg to define-key-after can be skipped.
16487         * international/quail.el (quail-completion-1): Simplify.
16488         (quail-define-rules): Use slightly more compact code.
16489         (quail-insert-decode-map): Propertize keys, compact columns.
16491         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16492         Add goto-line.
16494 2009-08-10  Miles Bader  <miles@gnu.org>
16496         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
16497         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
16498         (js2-instance-member, js2-private-member, js2-private-function-call)
16499         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
16500         (js2-magic-paren, js2-external-variable):
16501         Remove "-face" suffix from face names.
16502         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
16503         (js2-highlight-undeclared-vars, js2-peek-token)
16504         (js2-parse-function-params, js2-mode-show-errors)
16505         (js2-mode-show-warnings, js2-make-magic-delimiter)
16506         (js2-mode-highlight-magic-parens): Update to use new face names.
16508 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
16510         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
16511         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
16513 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
16515         * subr.el: Provide hashtable-print-readable.
16517         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
16518         hs-c-like-adjust-block-beginning.
16519         (hs-hide-block-at-point): Stop hiding at the beginning of
16520         hs-block-end-regexp (Bug#700).
16522 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
16524         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
16525         a macro.
16526         (gdb-registers-handler-custom): Do not fail when register names
16527         are unavailable.
16529 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
16531         * progmodes/gdb-mi.el (gdb-control-all-threads)
16532         (gdb-control-current-thread): Interactive setters for
16533         `gdb-gud-control-all-threads' to use in menu.
16534         (gdb-show-run-p): Show «Go» when process is not active.
16535         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
16536         gud/thread.xpm and gud/all.xpm.
16538 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
16540         * net/net-utils.el (net-utils-font-lock-keywords): New var.
16541         (nslookup-font-lock-keywords): Make it a variable.
16542         (net-utils-mode): New mode for viewing diagnostic network output.
16543         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
16544         (net-utils-run-simple): New function.
16545         (ifconfig, iwconfig, netstat, arp, route): Use it.
16547 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
16549         * progmodes/gdb-mi.el (gdb-read-memory-custom)
16550         (gdb-memory-set-address, def-gdb-set-positive-number)
16551         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
16552         after changing settings.
16553         (gdb-invalidate-disassembly): Update when first shown.
16554         (gdb-edit-locals-value): Fixed.
16555         (gdb-registers-handler-custom): Print registers in right order and
16556         allow changing register values (only for current thread yet).
16557         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
16558         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
16559         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
16560         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
16561         info in mode name.
16562         (gdb-registers-mode-map): TAB to switch to locals.
16564 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
16566         * mail/rmail.el (rmail-add-mbox-headers)
16567         (rmail-set-message-counters-counter): Search for
16568         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
16570 2009-08-08  Glenn Morris  <rgm@gnu.org>
16572         * Makefile.in (ELCFILES): Update.
16574 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
16576         * mail/sendmail.el (mail-yank-original): Set
16577         buffer-file-coding-system from the one used by the message whose
16578         text is yanked.
16580         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
16581         to "windows" when "pgnuplot" is used.
16582         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
16583         call accept-process-output if "pgnuplot" is used.
16584         (calc-graph-init): Don't send -display and -geometry to
16585         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
16586         running "pgnuplot -V" with shell-command-to-string.
16588         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
16589         the default.
16591 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
16593         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
16594         org/org-latex.elc.
16596 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
16598         * vc-dispatcher.el (vc-resynch-window): Update comment.
16600         * term.el (term-handle-ansi-escape): Add comments with the
16601         terminfo capabilities implemented.
16603 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
16605         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
16606         (gdb-var-create-handler): Rewritten using JSON parser.
16607         (gdb-propertize-header): Moved earlier.
16608         (gdb-set-header): Removed to avoid duplication.
16609         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
16610         Refresh disassembly buffers only after threads list have been
16611         update.
16612         (gdb-threads-header, gdb-registers-header): Per-buffer header line
16613         variables.
16615 2009-08-04  Juri Linkov  <juri@jurta.org>
16617         * files.el: Commands to add/delete file/directory-local variables.
16618         (read-file-local-variable, read-file-local-variable-value)
16619         (read-file-local-variable-mode, modify-file-local-variable)
16620         (modify-file-local-variable-prop-line)
16621         (modify-dir-local-variable): New functions.
16622         (add-file-local-variable, delete-file-local-variable)
16623         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
16624         (add-dir-local-variable, delete-dir-local-variable)
16625         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
16626         (copy-dir-locals-to-file-locals-prop-line): New commands.
16628 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
16630         * abbrev.el (insert-abbrev-table-description): Prettify output.
16631         Suggested by Karl Chen.
16633 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
16635         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
16636         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
16637         (gdb-overlay-arrow-position, gdb-thread-position)
16638         (gdb-disassembly-position): Declare variables.
16639         (gdb-wait-for-pending): Function now.
16640         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
16641         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
16642         compilation goes smoothly.
16643         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
16644         (gdb-non-stop-setting): New customization setting which replaces
16645         `gdb-non-stop' so changing it doesn't break active GDB session.
16646         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
16647         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
16648         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
16649         (gdb-show-threads-by-default): New customization options.
16650         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
16651         routines.
16652         (gdb-get-buffer-create): Send buffers update signal when they are
16653         created.
16654         (gdb-invalidate-locals, gdb-invalidate-registers)
16655         (gdb-invalidate-breakpoints)
16656         (gdb-invalidate-threads, gdb-invalidate-disassembly)
16657         (gdb-invalidate-memory): Accept update signal.
16658         (gdb-current-context-command): Use --frame option.
16659         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
16660         Implement `gdb-frame-number' selection logic.
16661         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
16662         whether to show GUD toolbar buttons.
16663         (gdb-thread-exited): Unselect current thread when it exits.
16664         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
16665         (gdb-mark-line): Routine which sets overlay arrow or inverses
16666         video on fringeless displays.
16667         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
16668         to build aligned columns of data in GDB buffers and set text
16669         properties line-by-line.
16670         (gdb-invalidate-breakpoints)
16671         (gdb-breakpoints-list-handler-custom)
16672         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
16673         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
16674         (gdb-registers-handler-custom): Align data columns.
16675         (gdb-locals-handler-custom): Now prints data like in variable
16676         declarations.
16677         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
16678         Removed confusing buttons.
16679         (gdb-invalidate-threads): Append --frame.
16680         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
16681         between breakpoints/threads buffers.
16682         (gdb-set-window-buffer): Now can ignore dedicated windows.
16683         (gdb-propertize-header): Use `gdb-set-window-buffer'.
16684         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
16685         (def-gdb-thread-buffer-gud-command): Replaces
16686         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
16687         for fine thread control.
16688         (gdb-preempt-existing-or-display-buffer): New function used to
16689         display bound buffers without breaking window layout.
16690         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
16691         (gdb-select-frame): New version of `gdb-frames-select' which now
16692         sets `gdb-frame-number' so commands may use --frame option instead
16693         of inner debugger state.
16694         (gdb-frame-handler): Do not set `gdb-frame-number'.
16695         (gdb-threads-mode-map): Select threads with mouse.
16697         * progmodes/gud.el (gdb-gud-context-call): Declare function to
16698         avoid compilation warning.
16699         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
16700         `gdb-show-stop-p`.
16702         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
16703         Argument `key' renamed to `buffer-type'.
16704         (gdb-current-context-buffer-name): Do not add thread info to
16705         buffer name when no thread is selected.
16706         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
16707         command (bug 3794).
16708         (gdb-thread-selected): Handle `=thread-selected' notification.
16709         (gdb-wait-for-pending): New macro to deal with congestion problems.
16710         (gdb-breakpoints-list-handler-custom): Don't fail on pending
16711         breakpoints.
16712         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
16713         This fixes problem similar to one described in bug 3947.
16714         (gud-menu-map): More menu items.
16715         (gdb-init-1): Reset `gdb-thread-number' to nil.
16717         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
16718         non-stop settings.
16720         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
16721         (gdb-current-context-command): Do not append --thread if
16722         `gdb-thread-number' is nil.
16723         (gdb-running-threads-count, gdb-stopped-threads-count): New
16724         variables.
16725         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
16726         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
16727         customization options.
16728         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
16729         GUD commands.
16730         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
16731         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
16732         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
16733         set `gdb-thread-number' and update `gud-running' properly.
16734         (gdb-running): Update threads list when new threads appear.
16735         (gdb-stopped): Support non-stop operation and new thread switching
16736         logic.
16737         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
16738         (gdb-json-partial-output): New set of JSON routines.
16739         (def-gdb-auto-update-trigger): New `signal-list' optional
16740         argument.
16741         (gdb-thread-list-handler-custom): Update `gud-running',
16742         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
16743         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
16744         (gdb-continue-thread, gdb-step-thread): New commands for fine
16745         thread execution control.
16746         (gud-menu-map): New menu items to switch non-stop options.
16747         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
16748         (gdb-send): Mimic RET properly (bug 3794).
16750         * progmodes/gdb-mi.el (gdb-rules-name-maker)
16751         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
16752         gdb-buffer-rules.
16753         (def-gdb-auto-update-handler): New nopreserve optional argument.
16754         (gdb-stack-list-frames-custom): Print stack from top to bottom.
16756         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
16757         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
16758         (gdb-parent-mode): New mode to derive other GDB modes from.
16759         (gdb-display-disassembly-for-thread)
16760         (gdb-frame-disassembly-for-thread): New commands for threads
16761         buffer.
16763         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
16764         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
16765         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
16766         (gdb-update): We now store all GDB buffers in a list so that they
16767         can be updated by traversing a list instead of calling invalidate
16768         triggers explicitly.
16769         (def-gdb-trigger-and-handler): New macro to define trigger-handler
16770         pair for GDB buffer.
16771         (gdb-stack-buffer-name): Add thread information.
16772         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
16773         handle pending triggers.
16774         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
16775         (def-gdb-thread-buffer-simple-command)
16776         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
16777         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
16778         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
16779         New commands which show buffers bound to thread.
16780         (gdb-stack-list-locals-regexp): Removed unused regexp.
16782         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
16783         (gdb-locals-buffer-name, gdb-registers-buffer-name)
16784         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
16785         to (gud-comint-buffer) in *-buffer-name functions
16786         because (gdb-get-target-string) already does that.
16787         (gdb-locals-handler-custom, gdb-registers-handler-custom)
16788         (gdb-changed-registers-handler): Rewritten without regexps.
16790         * progmodes/gdb-mi.el: Basic thread selection support.
16791         (gdb-thread-number): New variable.
16792         (gdb-current-context-command): New macro which adds --thread
16793         option to command.
16794         (gdb-threads-mode-map): Select thread with SPC.
16795         (gdb-thread-list-handler-custom): Mark current thread with overlay
16796         arrow.  Synchronize GDB thread and Emacs thread.
16797         (gdb-select-thread): New command which selects current thread.
16798         (gdb-invalidate-frames, gdb-invalidate-locals)
16799         (gdb-invalidate-registers): Use --thread option.
16801 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
16803         * net/tramp.el (top): Make check for tramp-gvfs loading more
16804         robust.  (Bug#3977)
16805         (tramp-handle-insert-file-contents): `unwind-protect' must be
16806         inside `with-parsed-tramp-file-name'.
16808         * net/tramp-gvfs.el (top): Remove superfluous message when loading
16809         fails.
16811 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
16813         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
16814         directory if CLASSPATH is not set.
16816 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
16818         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
16819         New defconst.
16820         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
16822 2009-08-02  Kevin Ryde  <user42@zip.com.au>
16824         * net/newst-backend.el (newsticker--raw-url-list-defaults):
16825         Update freshmeat link.  Delete newsforge.com as it seems gone.
16827 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
16829         * select.el (x-set-selection): Doc fix (Bug#4021).
16831         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
16833         * help-fns.el (describe-variable): Treat list return values from
16834         dir-locals-find-file properly (Bug#4005).
16836 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
16838         * net/tramp.el (tramp-debug-message): Print also microseconds.
16840 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
16842         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
16843         or END is non-nil.
16844         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
16845         (tramp-get-debug-buffer): Change `outline-regexp' according to new
16846         format.
16848         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
16849         (tramp-get-file-property): Use it.
16851         * autorevert.el (auto-revert-handler): Allow
16852         `auto-revert-tail-mode' for remote files.
16854 2009-08-02  Jason Rumney  <jasonr@gnu.org>
16856         * minibuffer.el (read-file-name): Treat confirm options to
16857         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
16859 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
16861         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
16862         (font-lock-variable-name-face, font-lock-constant-face): Darken
16863         the colors for light backgrounds.
16865 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
16867         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
16868         month names.  (Bug#3987)
16870 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
16872         * simple.el (line-move-finish): Pass whole number to
16873         line-move-to-column.
16874         (line-move-visual): Perform hscroll to the recorded position.
16876 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
16878         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
16880 2009-07-29  Alan Mackenzie  <acm@muc.de>
16882         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
16884 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
16886         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
16887         (gdb-place-breakpoints): Use full path when setting breakpoints.
16889 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
16891         * calc/calc.el (calc-mode-map): Add keybinding for
16892         `calc-transpose-lines'.
16894 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
16896         * calc/calc-misc.el (calc-transpose-lines): New function.
16898 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
16900         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
16901         Simplify check for out-of-band methods.
16902         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
16903         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
16905 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
16907         * vc-git.el (vc-git-checkin): Fix typo.
16909 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
16911         * progmodes/js2-mode.el: New file.
16913 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
16915         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
16916         (gud-menu-map): Adjust tooltip accordingly.
16918 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
16920         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
16921         (vc-bzr-log-view-mode): Adjust log-view-file-re.
16923         * add-log.el (change-log-mode-map): Add a menu.
16925 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
16927         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
16928         function returns nil.
16929         (dbus-handle-event): Handle special return value :ignore.
16930         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
16932 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
16934         * view.el (view-mode-enable): Don't define Helper-return-blurb if
16935         it's not needed.
16937 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
16939         Fix Bug#3888:
16941         * w32-vars.el (x-select-enable-clipboard): Doc fix.
16943         * term/pc-win.el (x-display-name, x-colors)
16944         (x-select-enable-clipboard, x-select-text): Doc fix.
16946         * term/common-win.el (x-display-name, x-colors): Doc fix.
16948         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
16949         (xw-defined-colors): Doc fix.
16951         * w32-fns.el (x-select-text, x-setup-function-keys)
16952         (x-get-selection, x-set-selection): Doc fix.
16954         * term/x-win.el (x-select-text, x-setup-function-keys)
16955         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
16957         * select.el (x-set-selection): Doc fix.
16959 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
16961         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
16962         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
16963         "IsNSSSupportAvailable" method is not available.  Reported by
16964         Steve Youngs <steve@sxemacs.org>.
16966 2009-07-24  Kenichi Handa  <handa@m17n.org>
16968         * international/characters.el: Fix setting of category ?C, ?|, ?K,
16969         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
16970         (build-unicode-category-table): Fix range checks.
16972 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
16974         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
16975         the buffer we try to sync is current when calling
16976         vc-resynch-buffer.
16978         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
16979         not show up to date files.
16981 2009-07-24  Glenn Morris  <rgm@gnu.org>
16983         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
16984         Add autoload cookies.  If necessary, initialize.
16985         (elint-log): Handle non-file buffers.
16986         (elint-initialize): Add optional argument to reinitialize.
16987         (elint-find-builtin-variables): Save excursion.
16989 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
16991         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16992         for Lint.
16994 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
16996         * vc.el (vc-print-log-internal): New function, split out from ...
16997         (vc-print-log): ... here.
16998         (vc-dir-move-to-goal-column): Declare.
17000         * vc-git.el (vc-git-add-signoff): New variable.
17001         (vc-git-checkin): Use it.
17002         (vc-git-toggle-signoff): New function.
17003         (vc-git-extra-menu-map): Bind it to menu.
17004         (vc-git--run-command-string): Accept a nil FILE argument.
17005         (vc-git-stash-list): New function.
17006         (vc-git-dir-extra-headers): Use it.
17008 2009-07-23  Glenn Morris  <rgm@gnu.org>
17010         * help-fns.el (describe-variable): Describe ignored and risky local
17011         variables in a similar way to that in which we describe safe ones.
17013         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
17014         (byte-compile-output-file-form, byte-compile-output-docform)
17015         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
17016         Give some more local variables with common names a "bytecomp-" prefix,
17017         so as not to shadow things during compilation.
17018         * emacs-lisp/cl-macs.el (load-time-value)
17019         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
17020         `outbuffer' to `bytecomp-outbuffer'.
17022         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
17023         since the next two variables cover them automatically now.
17024         (elint-builtin-variables, elint-autoloaded-variables): New.
17025         (elint-unknown-builtin-args): Remove all members, since they can be
17026         parsed automatically now.
17027         (elint-extra-errors): New.
17028         (elint-env-add-env, elint-env-add-macro): Use cadr.
17029         (elint-current-buffer): Use or.  Change final message.
17030         (elint-get-top-forms): Use line-end-position.
17031         (elint-init-env): Use cadr.  Handle autoload, declare-function,
17032         and defalias.
17033         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
17034         (regexp-assoc): Remove unused function.
17035         (elint-top-form): Set elint-current-pos, to record the start of the
17036         top-level form, for compilation-mode.
17037         (elint-form): Trap errors in macro expansion.  Use dolist.
17038         (elint-unbound-variable): Use elint-builtin-variables and
17039         elint-autoloaded-variables.
17040         (elint-get-args): Use cadr, or.
17041         (elint-check-cond-form): Use dolist, cadr.
17042         (elint-check-condition-case-form): Doc fix.  Use cadr.
17043         Use elint-extra-errors.
17044         (elint-log): New function.
17045         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
17046         Distinguish errors and warnings.
17047         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
17048         Use a bytecomp-style format.
17049         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
17050         (elint-get-log-buffer): Use compilation mode.  Disable undo.
17051         Don't truncate lines.
17052         (elint-initialize): Set builtin and autoloaded variable lists.
17053         Only process elint-unknown-builtin-args if non-nil.
17054         (elint-find-builtin-variables, elint-find-autoloaded-variables):
17055         New functions.
17056         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
17058 2009-07-22  Kevin Ryde  <user42@zip.com.au>
17060         * net/newst-backend.el (newsticker--parse-atom-1.0)
17061         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
17062         (newsticker--parse-rss-1.0):
17063         * progmodes/idlwave.el (idlwave-mode):
17064         * progmodes/idlw-shell.el (idlwave-shell-mode):
17065         * progmodes/vera-mode.el (vera-mode):
17066         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
17067         * progmodes/vhdl-mode.el (vhdl-mode):
17068         * textmodes/table.el (table-generate-source)
17069         (table--warn-incompatibility):
17070         Hyperlink urls in docstrings with URL `...'.
17072 2009-07-22  Glenn Morris  <rgm@gnu.org>
17074         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
17075         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
17076         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
17077         Remove leading * from defcustom docs.
17079         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
17081         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
17082         defcustom doc.
17083         (list-load-path-shadows): Optionally, just return shadows as a string.
17085         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
17087 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
17089         * mail/rmailedit.el (rmail-edit-mode): Use
17090         auto-save-include-big-deletions.
17092         * mail/rmail.el (rmail-variables): Use
17093         auto-save-include-big-deletions.
17095         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
17096         changes.
17098 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
17100         * calc/calc.el (calc-undo-length): New variable.
17101         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
17103 2009-07-21  Richard Stallman  <rms@gnu.org>
17105         * files.el (auto-save-mode): Handle buffer-save-size = -2
17106         for toggling mode.
17108 2009-07-21  Glenn Morris  <rgm@gnu.org>
17110         * textmodes/ispell.el (ispell-looking-back): Update declaration.
17112         * calendar/todo-mode.el (calendar-current-date): Update declaration.
17114         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
17115         silence compiler.  Instead...
17116         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
17117         (ps-print-ensure-fontified): Update for above function name changes.
17119         * printing.el (pr-mh-get-msg-num, pr-mh-show)
17120         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
17121         silence compiler.  Instead...
17122         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
17123         (mh-show-buffer): Only define for compiler.
17124         (pr-mh-current-message): Update for above function name changes.
17126         * files.el (abort-if-file-too-large): Explicitly pass `filename'
17127         as an argument.
17128         (find-file-noselect, insert-file-1): Update for above change.
17130         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
17132         * mail/mailclient.el (mailclient-send-it): Fix message.
17134         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
17135         (edebug-eval): Check cl-debug-env is bound.
17136         (print-level, print-circle): Don't redefine built-in variables.
17138         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
17139         (custom-print-vectors): Remove old comments from doc.
17141         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
17142         (emerge-version): Make the variable an obsolete alias for the
17143         emacs-version variable.  Make the function obsolete.
17144         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
17145         Emerge options, rather than merging in into the main Options menu.
17146         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
17147         and auto advance modes.  Disable edit/fast items when not relevant.
17149 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
17151         * term/vt420.el (terminal-init-vt420): Fix typo.
17153 2009-07-20  Sam Steingold  <sds@gnu.org>
17155         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
17156         variable (removed from compile.el on 2004-03-11).
17158 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
17160         * files.el (hack-local-variables-filter): Fix last change.
17162 2009-07-19  Juri Linkov  <juri@jurta.org>
17164         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
17165         (dir-local-variables-alist): New buffer-local variable.
17166         (hack-local-variables-filter): If variable is not dir-local,
17167         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
17168         because file-local overrides dir-local.
17169         (c-postprocess-file-styles) <declare-function>:
17170         Remove obsolete declaration.
17171         (hack-dir-local-variables): Add dir-local variable/value pair to
17172         `dir-local-variables-alist' and remove duplicates.  Doc fix.
17174         * help-fns.el (describe-variable): Add information about
17175         file-local and dir-local variables.
17177 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
17179         * files.el (hack-local-variables-filter): Rewrite.
17181 2009-07-19  Glenn Morris  <rgm@gnu.org>
17183         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
17184         Silence compiler by only defining on XEmacs.
17186         * international/mule.el (auto-coding-regexp-alist): Only match
17187         BABYL... at the start of buffer, not of lines.  (Bug#3790)
17189         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
17190         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
17191         (cal-menu-context-mouse-menu): Doc fix.
17193         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
17195         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
17197 2009-07-18  Juri Linkov  <juri@jurta.org>
17199         * info.el: Virtual Info keyword finder.
17200         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
17201         (Info-finder-file): New variable.
17202         (Info-finder-find-file): New function.
17203         (finder-known-keywords, finder-package-info)
17204         (find-library-name, lm-commentary): Use defvar and
17205         declare-function to silence compiler warnings.
17206         (Info-finder-find-node): New function.
17207         (info-finder): New command.
17209         * subr.el (process-kill-buffer-query-function): New function.
17210         (add-hook)<kill-buffer-query-functions>: Add hook
17211         `process-kill-buffer-query-function'.
17213 2009-07-18  Alan Mackenzie  <acm@muc.de>
17215         * progmodes/cc-mode.el (c-before-hack-hook)
17216         (c-postprocess-file-styles): Give invocation of `c-set-style'
17217         DONT-OVERRIDE parameter of t.  Already set style variables will
17218         thus not be overridden by style settings given by `c-file-syle'.
17220         * files.el (hack-local-variables-filter): Remove entries with
17221         duplicate keys from `file-local-variables-alist'.
17223 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
17225         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
17226         x-set-selection if display-selections-p returns nil for the
17227         current frame.
17229 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
17231         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
17233 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
17235         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
17236         Accept nil in addition to a regexp.
17237         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
17238         Accept nil in addition to a regexp.
17239         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
17240         buffers that have an associated file.  Handle nil values of
17241         desktop-buffers-not-to-save and desktop-files-not-to-save.
17242         (Bug#3833)
17244         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
17245         (x-disown-selection-internal): New functions.
17247 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
17249         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
17250         warning.
17251         (gdb-breakpoints-header): Move forward to avoid compiler warning.
17252         (gdb-make-header-line-mouse-map): Remove duplicate definition.
17254 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
17256         * simple.el (set-mark): Revert last change.
17258 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
17260         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
17261         rendering of pngs is not possible instead of messaging a long
17262         description.
17264 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
17266         * w32-fns.el (x-selection-owner-p): New function.
17268         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
17269         (mouse-yank-at-click, mouse-yank-primary): If
17270         select-active-regions is non-nil, deactivate the mark before
17271         insertion.
17273         * simple.el (deactivate-mark, set-mark): Only save selection if we
17274         own it.
17276 2009-07-17  Kenichi Handa  <handa@m17n.org>
17278         * case-table.el (describe-buffer-case-table): Fix for the case
17279         that KEY is a cons.
17281 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
17283         * vc-rcs.el (vc-rcs-find-file-hook):
17284         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
17286 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
17288         * net/tramp.el (tramp-wait-for-output): Handle the case when
17289         commands do not return a newline but a null byte before the shell
17290         prompt.  (Bug#3858)
17292 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17294         * term/ns-win.el (ns-set-alpha): Don't declare.
17295         (ns-set-background-alpha): Remove function.
17297 2009-07-16  Kevin Ryde  <user42@zip.com.au>
17299         * emacs-lisp/copyright.el (copyright-update): Save match-data across
17300         y-or-n-p, for safety.
17302 2009-07-16  Richard Stallman  <rms@gnu.org>
17304         * files.el (auto-save-mode): If buffer-saved-size is -2,
17305         don't clobber it.
17307         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
17308         (rmail-retry-ignored-headers): Add more uninteresting fields.
17310 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
17312         * net/rcirc.el (rcirc): Use history variables.
17313         (rcirc-server-name-history, rcirc-nick-name-history)
17314         (rcirc-server-port-history): New variables.
17316 2009-07-15  Kenichi Handa  <handa@m17n.org>
17318         * international/mule-cmds.el (set-language-environment-charset):
17319         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
17320         ignore them.
17322         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
17323         Delete unibyte-display.
17325 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
17327         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
17329 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
17331         * simple.el (deactivate-mark): Optional argument FORCE.
17332         (set-mark): Use deactivate-mark.
17334         * info.el (Info-search): No need to check transient-mark-mode
17335         before calling deactivate-mark.
17337         * select.el (x-set-selection): Doc fix.
17338         (x-valid-simple-selection-p): Allow buffer values.
17339         (xselect--selection-bounds): Handle buffer values.  Suggested by
17340         David De La Harpe Golden.
17342         * mouse.el (mouse-set-region, mouse-drag-track): Call
17343         copy-region-as-kill before setting the mark, to let
17344         select-active-regions work.
17346 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
17348         * simple.el (deactivate-mark): If select-active-regions is
17349         non-nil, copy the selection data into a string.
17350         (activate-mark): If select-active-regions is non-nil, set the
17351         selection to the current buffer.
17352         (set-mark): Update selection if select-active-regions is non-nil.
17354         * select.el (x-valid-simple-selection-p): Allow buffer values.
17356 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17358         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
17359         and more featureful message-mode.
17361 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
17363         * select.el (x-set-selection): Doc fix.
17364         (x-valid-simple-selection-p): Disallow selection data consisting
17365         of a list or cons of integers, since that is not used.
17366         (xselect--selection-bounds, xselect--int-to-cons): New functions.
17367         (xselect-convert-to-string, xselect-convert-to-length)
17368         (xselect-convert-to-filename, xselect-convert-to-charpos)
17369         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
17371 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
17373         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
17374         output in -break-info command (Emacs bug #3794).
17376 2009-07-14  Glenn Morris  <rgm@gnu.org>
17378         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
17379         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
17380         (edebug-print-length, edebug-print-level, edebug-print-circle)
17381         (edebug-sit-for-seconds, edebug-view-outside)
17382         (edebug-bounce-point, edebug-set-global-break-condition)
17383         (edebug-Go-nonstop-mode, edebug-trace-mode)
17384         (edebug-Trace-fast-mode, edebug-continue-mode)
17385         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
17386         (edebug-visit-eval-list): Doc fixes.
17388         * subr.el (def-edebug-spec): Doc fix.
17390 2009-07-14  Kenichi Handa  <handa@m17n.org>
17392         * international/characters.el: Fix setting of category ?C.
17394 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
17396         * term/ns-win.el (x-select-font): defalias x-select-font to
17397         ns-popup-font-panel instead of generate-fontset-menu.
17399 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
17401         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
17403 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
17405         * arc-mode.el (archive-find-type): Allow for a PK00 string before
17406         the PK\003\004 header (Bug#3770).
17408 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
17410         * pcomplete.el (pcomplete-comint-setup): Check for
17411         shell-dynamic-complete-filename too.
17413 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
17415         * simple.el (temporary-goal-column): Change the value for
17416         line-move-visual to a cons cell.
17417         (line-move-visual): Record or set the window hscroll, if
17418         necessary (Bug#3494).
17419         (line-move-1): Handle cons value of temporary-goal-column.
17421 2009-07-11  Kenichi Handa  <handa@m17n.org>
17423         * international/mule-diag.el (describe-character-set): Don't show
17424         width.
17426 2009-07-10  Sam Steingold  <sds@gnu.org>
17428         * progmodes/compile.el (compilation-mode-font-lock-keywords):
17429         Omake sometimes indents the errors it prints, so allow all
17430         regexps to start with spaces.
17432 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
17434         * cus-edit.el (customize-changed-options-previous-release):
17435         Bump value to 22.1.  (Bug#3804)
17437 2009-07-08  Sam Steingold  <sds@gnu.org>
17439         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
17440         to be a cons cell (test . ignored-directory) to selectively ignore
17441         some directories depending on the location of the search.
17443 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
17445         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
17446         remote user is root, on the local host.
17447         (tramp-local-host-p): Either the local user or the remote user
17448         must be root.  (Bug#3771)
17450 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
17452         * progmodes/gdb-mi.el (gdb): Remove description of
17453         gdb-use-separate-io-buffer.
17454         (menu): Don't allow toggling of or enable
17455         gdb-use-separate-io-buffer from menubar.
17457 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
17459         * mail/unrmail.el (unrmail): Make sure the message ends with two
17460         newlines (Bug#3769).
17462 2009-07-08  Glenn Morris  <rgm@gnu.org>
17464         * calendar/calendar.el (calendar-current-date): Rework previous change.
17466 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
17468         * calendar/calendar.el (calendar-current-date):
17469         Add an optional argument giving an offset from today.
17471 2009-07-08  Glenn Morris  <rgm@gnu.org>
17473         * tutorial.el (tutorial--describe-nonstandard-key):
17474         Adjust the message for when a key has been unbound.
17475         (help-with-tutorial): Hide the arch-tag.
17477 2009-07-08  Kenichi Handa  <handa@m17n.org>
17479         * international/fontset.el (setup-default-fontset): For each
17480         script, append (not set) font-specs.
17482         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
17483         docstring.
17485 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
17487         * progmodes/gdb-mi.el (gdb-init-1): Move sending
17488         -data-list-register-names to ...
17489         (gdb-starting): ... here because GDB 7.0 requires execution to
17490         have started when using this MI command.
17491         (gdb-set-header): New function to distinguish select and
17492         unselected tabs in gdb buffers.
17493         (gdb-propertize-header): New macro that uses gdb-set-header.
17494         (gdb-breakpoints-header, gdb-locals-header): Use it.
17495         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
17497 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
17499         * Makefile.in (ELCFILES): Remove fadr.elc.
17501 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
17503         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
17504         may contain frame information, so `string-match' should be used.
17505         (gdb-update): Disassembly is invalidated through
17506         `gdb-get-selected-frame'.
17507         (gdb-pad-string): New function to pad string with spaces.
17508         (gdb-invalidate-disassembly): Invalidate only if the buffer
17509         exists.
17510         (gdb-disassembly-handler-custom): Column alignment.
17511         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
17512         placing new ones.
17513         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
17514         end of line, too.
17515         (gdb-frame-handler): Match convention to for disassembly buffer
17516         mode name.
17517         (gdb-stack-list-frames-handler): Rewritten without regexps.
17518         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
17519         not highlight breakpoints without line information.
17520         (gdb-input): Add trailing newline to command.
17522         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
17523         buffer properly.
17524         (gdb-breakpoints-list-handler-custom): Replacement for
17525         `gdb-break-list-handler'.  Using real parser instead of regexps
17526         now.
17527         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
17528         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
17529         to place breakpoints.
17530         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
17531         functions.
17532         (gdb-disassembly-handler-custom): Show overlay arrow.
17533         (gdb-disassembly-place-breakpoints): Show breakpoints in
17534         disassembly buffer.
17535         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
17536         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
17537         instead of parsing breakpoints buffer.  Fixed old menu references
17538         in `gud-menu-map'.
17540         * fadr.el: Remove.
17542         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
17543         (gdb-memory-address): New variable which holds top address of
17544         memory page shown in memory buffer.
17545         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
17546         customization variables.
17547         New functions:
17548         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
17549         display the memory buffer.
17550         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
17551         buffer display parameters.
17552         (def-gdb-memory-format, gdb-memory-format-binary)
17553         (gdb-memory-format-octal, gdb-memory-format-unsigned)
17554         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
17555         Functions for setting memory buffer format.
17556         (gdb-memory-unit-word, gdb-memory-unit-halfword)
17557         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
17558         unit size used in memory buffer.
17559         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
17560         to next/previous page of memory buffer.
17561         Now using (bindat-get-field) instead of fadr functions.
17563 2009-07-07  Sam Steingold  <sds@gnu.org>
17565         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
17566         non-top-level files.
17568 2009-07-07  Kenichi Handa  <handa@m17n.org>
17570         * international/mule-cmds.el (reset-language-environment): Put
17571         the highset priority to the charset iso-8859-1.
17573 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
17575         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
17576         to the end of the line when locating the block (Bug#700).
17578 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
17580         * net/tramp.el (tramp-handle-write-region): Flush file properties
17581         in case of short track.
17583 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
17585         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
17586         Coded custom representation of verilog error regular expressions
17587         to work with Emacs-22's new format.
17588         (verilog-error-regexp-xemacs-alist): Coded custom representation
17589         of verilog error regular expressions to work with XEmacs format.
17590         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
17591         error recognition into XEmacs.
17592         (verilog-error-regexp-add-emacs): Hook routine to install verilog
17593         error recognition into Emacs-22.
17595 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
17597         * woman.el: Remove stand-alone closing parentheses.
17598         (woman-file-name, woman2-format-paragraphs)
17599         (woman-leave-blank-lines): Code cleanup.
17600         (woman-use-own-frame): Change default to nil.
17601         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
17602         defaults to inherit from default faces.
17603         (woman2-process-escapes): Consume the newline after a stand-alone
17604         filler character (Bug#3651).
17606 2009-07-06  Glenn Morris  <rgm@gnu.org>
17608         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
17609         (top-level): Move provide to the end.
17610         (ffap): Remove defunct URL from custom group.
17612         * subr.el (eval-after-load): Doc fix.
17614 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
17616         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
17617         `calc-embedded-word' is called twice.
17619 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17621         * files.el (find-alternate-file-other-window, find-alternate-file):
17622         Obey confirm-nonexistent-file-or-buffer.
17624 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
17626         * dired-aux.el (dired-show-file-type): Handle remote files.
17628 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
17630         * desktop.el (desktop-globals-to-save):
17631         Add file-name-history (Bug#2750).
17633 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
17635         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
17637 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
17639         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
17640         property on entire argument since this is what eshell-lisp-command
17641         expects.
17643 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
17645         * net/tramp-gvfs.el (tramp-gvfs-methods)
17646         (tramp-gvfs-zeroconf-domain)
17647         (tramp-bluez-discover-devices-timeout): Add version flag.
17648         (tramp-gvfs-handler-mounted-unmounted)
17649         (tramp-gvfs-connection-mounted-p): Polish handling of
17650         incompatibilities between GVFS 0.2 and 1.0.
17652 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
17654         * cus-start.el (all): Add make-pointer-invisible.
17656 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
17658         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
17659         formatted correctly.
17661 2009-07-02  Juri Linkov  <juri@jurta.org>
17663         * info.el: Virtual Info files and nodes.
17664         (Info-virtual-files, Info-virtual-nodes): New variables.
17665         (Info-current-node-virtual): New variable.
17666         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
17667         New functions.
17668         (Info-file-supports-index-cookies): Use Info-virtual-file-p
17669         to check for a virtual file instead of checking a fixed list
17670         of node names.
17671         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
17672         instead of ad-hoc processing of "dir" and (apropos history toc).
17673         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
17674         instead of ad-hoc processing of "dir" and (apropos history toc).
17675         Reread a file when moving from a virtual node.
17676         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
17677         (Info-directory-toc-nodes, Info-directory-find-file)
17678         (Info-directory-find-node): New functions.
17679         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
17680         (Info-history): Move part of code to
17681         `Info-history-find-node'.
17682         (Info-history-toc-nodes, Info-history-find-file)
17683         (Info-history-find-node): New functions.
17684         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
17685         (Info-toc): Move part of code to `Info-toc-find-node'.
17686         (Info-toc-find-node): New function.
17687         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
17688         the current Info file name to references because now the node
17689         "*TOC*" belongs to the same Info manual.
17690         (Info-toc-build): Rename from `Info-build-toc'.
17691         (Info-toc-nodes): Rename input argument `file' to `filename'.
17692         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
17693         instead of ad-hoc processing of ("dir" apropos history toc).
17694         (Info-index-nodes): Use Info-virtual-file-p
17695         to check for a virtual file instead of checking a fixed list
17696         of node names.
17697         (Info-index-node): Add check for `Info-current-node-virtual'.
17698         Raise `save-match-data' higher up the tree to contain
17699         `search-forward' too (bug fix).
17700         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
17701         (Info-virtual-index-nodes): New variable.
17702         (Info-virtual-index-find-node, Info-virtual-index): New functions.
17703         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
17704         (Info-apropos-file, Info-apropos-nodes): New variables.
17705         (Info-apropos-toc-nodes, Info-apropos-find-file)
17706         (Info-apropos-find-node, Info-apropos-matches): New functions.
17707         (info-apropos): Move part of code to `Info-apropos-find-node' and
17708         `Info-apropos-matches'.
17709         (Info-mode-map): Bind "I" to `Info-virtual-index'.
17710         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
17711         for a virtual file instead of checking a fixed list of node names.
17713         * simple.el (async-shell-command): New command.
17715         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
17717         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
17718         instead of `mount-info'.
17720 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
17722         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
17723         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
17725 2009-07-02  Kenichi Handa  <handa@m17n.org>
17727         * international/mule.el (set-keyboard-coding-system): Force *-unix
17728         coding-system to avoid eol conversion.
17730 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
17732         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
17733         Add handler for `process-file', `shell-command' and
17734         `start-file-process'.
17735         (tramp-gvfs-handle-shell-command)
17736         (tramp-gvfs-handle-start-file-process)
17737         (tramp-gvfs-handle-process-file): New defuns.
17738         (tramp-synce-list-devices): Simplify check for existence of property.
17740 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
17742         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
17744 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
17746         * language/korean.el (set-language-info-alist): Add korean-cp949,
17747         cp949 to spec.
17749 2009-07-01  Kenichi Handa  <handa@m17n.org>
17751         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
17753         * international/encoded-kb.el: Deleted.
17755         * international/mule.el (set-keyboard-coding-system): Perform the
17756         necessary setup here instead of calling encoded-kbd-setup-display.
17758 2009-07-01  Glenn Morris  <rgm@gnu.org>
17760         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
17762 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
17764         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
17766 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
17768         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
17769         Handle also the 'rename case, when setting file modes.  (Bug#3712)
17770         (tramp-default-file-modes): Remove execute permissions.
17772         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
17773         (top): Add a default for "synce" in `tramp-default-user-alist'.
17774         Add completion function for "synce" method.
17775         (tramp-hal-service, tramp-hal-path-manager)
17776         (tramp-hal-interface-manager, tramp-hal-interface-device):
17777         New defconst.
17778         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
17779         (tramp-synce-list-devices, tramp-synce-parse-device-names):
17780         New defuns.
17782         * net/trampver.el: Update release number.
17784 2009-06-30  Kenichi Handa  <handa@m17n.org>
17786         * international/fontset.el (setup-default-fontset): Add CJK fonts
17787         for symbols and the other miscellaneous characters.
17789         * language/korea-util.el (setup-korean-environment-internal):
17790         Make char-width-table suitable for Korean environments.
17791         (exit-korean-environment): Cancel above.
17793         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
17794         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
17795         setup-function to make char-width-table suitable for respective
17796         environments, and an exit-function to cancel that.
17798         * language/japan-util.el (setup-japanese-environment-internal):
17799         Call use-cjk-char-width-table with arg `ja_JP'.
17801         * international/characters.el (cjk-char-width-table): Delete it.
17802         (cjk-char-width-table-list): New variable.
17803         (use-cjk-char-width-table): New arg local-name.
17804         (use-default-char-width-table): Fix for the case that Emacs is
17805         already using the default char-width-table.
17807 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
17809         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
17810         modes mandatory.  (Bug#3712)
17812 2009-06-29  Alan Mackenzie  <acm@muc.de>
17814         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
17815         correction between the visible width of TABs and their number of bytes.
17817 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
17819         * server.el (server-buffer-done): Prevent kill-buffer from
17820         prompting by clearing the buffer modification flag (Bug#3696).
17822 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
17824         * progmodes/verilog-mode.el (verilog-beg-of-statement)
17825         (verilog-endcomment-reason-re): Support unique case and priority case.
17826         (verilog-basic-complete-re): Support localparam lineup.
17827         (verilog-beg-of-statement-1): Fix for robustness, unique case.
17828         (verilog-set-auto-endcomments): Fix for unique case, always_comb
17829         commenting.
17830         (verilog-leap-to-case-head): Now support *nested* unique &
17831         priority case statements.
17832         (verilog-auto-lineup): Make just declarations the default (as it
17833         had been).
17834         (verilog-leap-to-case-head): Support priority/unique case statements.
17835         (verilog-auto-lineup): Rework to give users radio buttons to
17836         select the various styles of automatic lineup.
17837         (verilog-error-regexp-alist): Rework to support the XEmacs style
17838         of error regular expressions from compilers, lint tools &
17839         simulators.  Note that GNU Emacs has made it impossible for a mode
17840         to load such things.
17841         (electric-verilog-terminate-line, verilog-indent-declaration)
17842         (verilog-auto-wiure): Rework for radio button selection of
17843         auto-lineup selection of specification of auto lineup.
17844         (verilog-beg-of-statement-1): Redesign to support proper operation
17845         in additional code, based on testing with auto-lineup.
17846         (verilog-calculate-indent, assignments & declarations)
17847         (verilog-backward-token): Enhance to support auto-lineup of
17848         assignments & declarations.
17849         (verilog-in-directive-p, verilog-at-struct-p): New function for
17850         easy test of whether we are.
17851         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
17852         to support safe execution at almost anyline.
17853         (verilog-calc-1): Properly support indenting deep inside generate
17854         blocks.
17855         (verilog-init-font): Remove definition & use of verilog-init-font,
17856         as it is redundant with font-lock-defaults.
17857         (verilog-mode): Alter the definition of verilog-font-lock-defaults
17858         to avoid circular calls if syntax-ppss is a function (as is the
17859         case now in 22.x GNU Emacs) as that function would sometimes call
17860         itself, leading to (nearly) infinite recursion.
17861         (verilog-ovm-begin-re, verilog-ovm-end-re)
17862         (verilog-ovm-statement-re, verilog-leap-to-head)
17863         (verilog-backward-token): Add support for OVM macros.  Some are
17864         complete statements, and others open and close scopes like begin
17865         and end.
17866         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
17867         (verilog-defun-level-generate-only-re): Really fix the defun-list
17868         compilation issue.
17869         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
17870         coverpoint, constraint and cross statements.
17871         (verilog-defun-level-list, verilog-generate-defun-level-list)
17872         (verilog-all-defun-level-list): Redo these specifications - it is
17873         too hard to support eval-when compile aggregation of lists also
17874         built at when-compile time.
17875         (verilog-defun-level-list): Place defconsts of variables used in
17876         building regular expressions which are built in eval-when-compile
17877         bodies in the same eval-when-compile body to facilitate compile
17878         without load.
17879         (verilog-beg-block-re-ordered): Support indenting
17880         virtual/protected tasks and functions.
17881         (verilog-defun-level-list, verilog-in-generate-region-p)
17882         (verilog-backward-ws&directives, verilog-calc-1): Speed up
17883         indentation of some module items (generate items).
17884         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
17885         across virtual/protected tasks and functions.
17887 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
17889         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
17890         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
17891         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
17892         in concatenations.  Reported by Yishay Belkind.
17893         (verilog-auto-ascii-enum): Support one-hot state machines in
17894         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
17895         (verilog-auto-inst, verilog-auto-inst-port): Include interface
17896         modport in AUTOINST and add vl-modport for users.  Reported by
17897         David Rogoff.
17898         (verilog-auto-inout-module, verilog-auto-inst)
17899         (verilog-decls-get-interfaces, verilog-insert-definition)
17900         (verilog-insert-one-definition, verilog-read-decls)
17901         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
17902         (verilog-sig-modport, verilog-signals-combine-bus)
17903         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
17904         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
17905         Suggested by David Rogoff.
17906         (verilog-repair-open-comma): Fix non-insertion of comma when
17907         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
17908         (verilog-make-width-expression): Simplify [A-1:0] expression
17909         widths to just {A{1'b0}}.
17910         (verilog-mode): Cleanup checkdoc warnings.
17911         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
17912         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
17913         inputs/outputs or data type.  Suggested by Vasu Kandadi.
17914         (next-error-last-buffer): Fix byte-compiler warning.
17915         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
17916         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
17917         or shell command text during AUTO expansion.  Suggested by Tad Truex.
17918         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
17919         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
17920         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
17921         in AUTOINOUT.  Reported by Matthew Lovell.
17922         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
17923         causing use of <= assignments.  Reported by Alex Reed.
17924         (verilog-read-decls): Fix triand, trior, wand, wor to be
17925         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
17926         (verilog-extended-complete-re): Support import "DPI-C" functions.
17927         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
17928         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
17929         (verilog-insert-date, verilog-insert-year)
17930         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
17931         Windows systems.  Reported by Michael Potts.
17932         (verilog-read-module-name): Fix AUTOINST when the child module
17933         declaration's name is a tick define.  Reported by Elliot Mednick.
17934         (verilog-read-decls): Fix V2K parameter bit subscripts getting
17935         passed to next parameter's definition.  Reported by Bruce T.
17936         (verilog-read-decls): Fix detecting "parameter int" when using
17937         AUTOINSTPARAM.  Reported by Bruce T.
17938         (verilog-goto-defun): Fix goto not finding modules unless first
17939         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
17940         (verilog-mode): Expand -f flag arguments on entry to mode so
17941         verilog-goto-defun will work.  Reported by Lawrence Butcher.
17942         (verilog-getopt): Expand environment variables in -f file
17943         arguments.  Suggested by Lawrence Butcher.
17944         (verilog-set-define): Fix "Symbol's value as variable is void"
17945         when reading enumerations.
17946         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
17947         Suggested by Stephen Peltan.
17948         (verilog-read-defines): Fix reading of enumerations in include
17949         files.  Reported by Steve Peltan.
17951 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
17953         * files.el (trash-directory): Fix defcustom type.
17955 2009-06-28  Juri Linkov  <juri@jurta.org>
17957         * help-fns.el (describe-function-1): Correctly locate adviced
17958         functions in hyperlink (Bug#2438).
17960 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
17962         * files.el (trash-directory): Change default to nil.
17963         (move-file-to-trash): If trash-directory is nil and
17964         system-move-file-to-trash is unbound, perform freedesktop-style
17965         trashing.
17967 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
17969         * files.el (move-file-to-trash): Add freedesktop trash
17970         support (Bug#973).
17972 2009-06-28  Glenn Morris  <rgm@gnu.org>
17974         * autorevert.el (global-auto-revert-non-file-buffers)
17975         (global-auto-revert-mode): Doc fixes.
17977 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
17979         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
17981 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
17983         * faces.el (x-handle-named-frame-geometry): Ensure that we have
17984         opened an X connection before calling x-get-resource (Bug#3194).
17986         * play/doctor.el: Remove reference to obsolete website.
17987         (make-doctor-variables): Correct grammar mistake (Bug#2633).
17989 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
17991         Remove find-file-not-found-hook VC method.  (Bug#2757)
17992         * vc-hooks.el (vc-file-not-found-hook)
17993         (vc-default-find-file-not-found-hook): Remove functions.
17994         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
17995         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
17996         * vc.el:
17997         * vc-hg.el:
17998         * vc-git.el: Do not mention find-file-not-found-hook VC method.
18000 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
18002         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
18003         compatibility function for `looking-back'.
18005         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
18006         Use `ispell-looking-back'.
18008 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
18010         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
18011         rather than `filename'.
18013 2009-06-23  Miles Bader  <miles@gnu.org>
18015         * face-remap.el (text-scale-set): New function.
18017 2009-06-23  Glenn Morris  <rgm@gnu.org>
18019         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
18021         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
18023         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
18025         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
18027         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
18028         Simplify Persian conditionals.
18030         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
18031         variable `filename'.
18033         * comint.el (comint-insert-input): Doc fix.
18035         * Makefile.in (ELCFILES): Fix typo in previous change.
18037 2009-06-23  Miles Bader  <miles@gnu.org>
18039         * cus-start.el: Add entry for `recenter-redisplay'.
18041 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
18043         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
18044         Add an optional argument for the backend, use it instead of
18045         calling vc-backend.
18046         (vc-mode-line): Add an optional argument for the backend.
18047         Pass the backend to vc-state and vc-working-revision.  Move code for
18048         special handling for vc-state being a buffer to ...
18050         * vc-rcs.el (vc-rcs-find-file-hook):
18051         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
18053         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
18054         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
18055         vc-stay-local-p and vc-mode-line calls.
18057         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
18058         (vc-cvs-diff, vc-cvs-annotate-command)
18059         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
18060         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
18061         vc-mode-line calls.
18063         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
18064         direct comparison.
18065         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
18066         backend when calling vc-mode-line.
18067         (vc-register): Do not create a closure for calling the vc register
18068         function, call it directly.
18070 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
18072         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
18073         to make it obvious item can be clicked.
18075         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
18077 2009-06-23  Kenichi Handa  <handa@m17n.org>
18079         * language/korea-util.el (korean-key-bindings): Change the binding
18080         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
18081         same command.
18083 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
18085         Sync with Tramp 2.1.16.
18087         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
18089         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
18090         when a loading of a package fails.  Completion function for rsync
18091         is `tramp-completion-function-alist-ssh'.
18092         (all): Replace all calls of `split-string' and
18093         `tramp-split-string' by `tramp-compat-split-string'.
18094         (tramp-default-method): Use `tramp-compat-process-running-p'.
18095         (tramp-default-proxies-alist): Allow also Lisp forms.
18096         (tramp-remote-path): Add choice "Private Directories".
18097         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
18098         (tramp-domain-regexp): Allow also "-", "_" and ".".
18099         (tramp-end-of-output): Remove newlines, and add "$" at the end.
18100         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
18101         (tramp-debug-message): Insert header line in debug buffer.
18102         (tramp-handle-directory-files-and-attributes-with-stat):
18103         Care about filenames with spaces, or starting with "-".
18104         (tramp-handle-dired-uncache): New defun.
18105         (tramp-handle-insert-directory): Don't flush the directory from
18106         cache, this is handled by `dired-uncache' now.
18107         (tramp-handle-insert-file-contents): Improve error handling.
18108         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
18109         Quote `tramp-end-of-output'.
18110         (tramp-action-password): Improve trace message.
18111         (tramp-check-for-regexp): Both echoes must be present, before removing.
18112         (tramp-open-connection-setup-interactive-shell): Trace coding system.
18113         (tramp-compute-multi-hops): Eval cons cells of
18114         `tramp-default-proxies-alist'.
18115         (tramp-maybe-open-connection): Use the same command pattern for
18116         first hop and further hops.
18117         (tramp-wait-for-output): Remove handling of newlines.
18118         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
18119         (tramp-split-string): Remove function.  It is handled in
18120         tramp-compat now.
18122         * net/tramp-cmds.el (tramp-bug):
18123         Recommend `tramp-cleanup-all-connections' in the bug mail.
18125         * net/tramp-compat.el (tramp-compat-split-string)
18126         (tramp-compat-process-running-p): New defuns.
18128         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
18129         for `dired-uncache'.
18131         * net/tramp-gvfs.el: New package.
18133         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
18134         Add handler for `dired-uncache'.
18135         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
18137         * net/trampver.el: Update release number.  Make version check fit
18138         for SXEmacs 22.
18140 2009-06-22  Jim Meyering  <meyering@redhat.com>
18142         Automatically handle .xz suffix (XZ-compressed files), too.
18143         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
18144         XZ is the successor to LZMA: <http://tukaani.org/xz/>
18146 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
18147             Nick Roberts  <nickrob@snap.net.nz>
18149         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
18150         repository (http://sphinx.net.ru/hg/gdb-mi/).
18152 2009-06-22  Glenn Morris  <rgm@gnu.org>
18154         * files.el (dir-locals-collect-mode-variables): Allow for any number of
18155         `mode' and `eval' entries.  (Bug#3430)
18157         * Makefile.in (ELCFILES): Add fadr.elc.
18159         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
18160         differing behavior of \n and ^ in strings.  (Bug#3385)
18162         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
18164         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
18165         property.
18166         (lisp-indent-function): Make it a defcustom.
18168 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
18170         * progmodes/gdb-ui.el: Replace with ...
18171         * progmodes/gdb-mi.el: ... this file.
18172         * progmodes/gud.el: Modify for gdb-mi.el.
18174 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
18176         * fadr.el: New file.
18178 See ChangeLog.14 for earlier changes.
18180 ;; Local Variables:
18181 ;; coding: utf-8
18182 ;; End:
18184   Copyright (C) 2009, 2010  Free Software Foundation, Inc.
18186   This file is part of GNU Emacs.
18188   GNU Emacs is free software: you can redistribute it and/or modify
18189   it under the terms of the GNU General Public License as published by
18190   the Free Software Foundation, either version 3 of the License, or
18191   (at your option) any later version.
18193   GNU Emacs is distributed in the hope that it will be useful,
18194   but WITHOUT ANY WARRANTY; without even the implied warranty of
18195   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18196   GNU General Public License for more details.
18198   You should have received a copy of the GNU General Public License
18199   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.