* vc-hg.el (vc-hg-program): New var.
[emacs.git] / lisp / ChangeLog
blobc1e446c313822f8bb8f193aec1cf970f42ac12b6
1 2010-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * vc-hg.el (vc-hg-program): New var.
4         Suggested by Norman Gray <norman@astro.gla.ac.uk>.
5         (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
7 2010-11-17  Glenn Morris  <rgm@gnu.org>
9         * emacs-lisp/autoload.el (autoload-find-destination): The function
10         coding-system-eol-type may return non-numeric values.  (Bug#7414)
12 2010-11-16  Ulrich Mueller  <ulm@gentoo.org>
14         * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
16 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
18         * subr.el (posn-col-row): Pay attention to header line.  (Bug#7390)
20 2010-11-13  Chong Yidong  <cyd@stupidchicken.com>
22         * textmodes/picture.el (picture-mouse-set-point): Don't use
23         posn-col-row; explicitly compute the motion based on the posn at
24         the window-start (Bug#7390).
26 2010-11-13  Michael Albinus  <michael.albinus@gmx.de>
28         * net/tramp.el (tramp-remote-coding-commands): Add an alternative
29         using "base64 -d -i".  This is needed for older base64 versions
30         from GNU coreutils.  Reported by Klaus Reichl
31         <Klaus.Reichl@thalesgroup.com>.
33 2010-11-13  Glenn Morris  <rgm@gnu.org>
35         * novice.el (disabled-command-function):
36         Fix 2009-11-15 change.  (Bug#7384)
38 2010-11-12  Glenn Morris  <rgm@gnu.org>
40         * calendar/calendar.el (diary-iso-date-forms): Make elements
41         mutually exclusive.  (Bug#7377)
43 2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
45         * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
46         when filling the remaining "unconstrained" values.
48 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
50         * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
51         safety predicate.
53         * files.el (safe-local-variable-p): Gracefully handle errors.
55         * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
56         Use smie-indent-virtual when indenting relative to an opener.
57         (smie-rule-separator): Use smie-rule-parent.
58         (smie-indent-keyword): Consult rules, even for openers at bol.
59         (smie-indent-comment-close): Try to align closer's content.
61 2010-11-11  Glenn Morris  <rgm@gnu.org>
63         * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
65 2010-11-10  Glenn Morris  <rgm@gnu.org>
67         * printing.el (pr-menu-bind): Doc fix.
69         * speedbar.el (speedbar-toggle-images): Doc fix.
71         * progmodes/python.el (python-shell): Doc fix.
73         * wid-edit.el (widget-field-use-before-change)
74         (widget-use-overlay-change): Doc fixes.
76 2010-11-09  Glenn Morris  <rgm@gnu.org>
78         * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
80 2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
82         * minibuffer.el (minibuffer-completion-help): Specify the end of the
83         completion field (bug#7211).
85         * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
86         Fix handling of backslash escapes.
87         (python-quote-syntax): Adjust accordingly.
89 2010-11-08  Richard Levitte  <richard@levitte.org>  (tiny change)
91         * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
92         (vc-mtn-workfile-branch): Adjust to new output format.
94 2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
96         * international/mule-cmds.el (princ-list): Mark as obsolete.
98 2010-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
100         * emacs-lisp/smie.el: New package.
102 2010-11-06  Michael Albinus  <michael.albinus@gmx.de>
104         * files.el (backup-by-copying-when-mismatch):
105         Set `permanent-local' property.
107         * net/tramp.el (tramp-handle-insert-file-contents): Do not set
108         `permanent-local' property for `backup-by-copying-when-mismatch'.
110 2010-11-06  Eli Zaretskii  <eliz@gnu.org>
112         * ls-lisp.el (insert-directory): Doc fix.  (bug#7285)
113         (ls-lisp-classify-file): New function.
114         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
115         (ls-lisp-classify): Call ls-lisp-classify-file.
116         (insert-directory): Remove blanks from switches.
118 2010-11-07  Wilson Snyder  <wsnyder@wsnyder.org>
120         * progmodes/verilog-mode.el (verilog-insert-one-definition)
121         (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
122         AUTOINOUT for SV style multidimensional arrays, bug294.
123         Reported by Eric Mastromarchi.
124         (verilog-preprocess): Use with-current-buffer and
125         font-lock-fontify-buffer to cleanup style issues.
127 2010-11-05  Michael Albinus  <michael.albinus@gmx.de>
129         * net/trampver.el: Update release number.
131 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
133         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
134         beginning of the string.  Use `string-match-p'.  (Bug#6765)
136 2010-11-01  Glenn Morris  <rgm@gnu.org>
138         * locate.el (locate, locate-mode): Doc fixes.
140 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
142         * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
143         user for confirmation.
144         (server-force-stop): Use it.
145         (server-start): Use server-force-stop for kill-emacs-hook, to
146         avoid user interaction while killing Emacs.
148 2010-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
150         * vc/log-edit.el (log-edit-rewrite-fixes): New var.
151         (log-edit-author): New dynamic var.
152         (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
153         Use it to return the author if different from committer.
154         (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
156 2010-10-31  Eli Zaretskii  <eliz@gnu.org>
158         * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
160 2010-10-31  Chong Yidong  <cyd@stupidchicken.com>
162         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
163         (vc-root-diff, vc-print-root-log, vc-log-incoming)
164         (vc-log-outgoing): Use it.
165         (vc-diff-internal): Set diff-vc-backend.
167         * vc/diff-mode.el (diff-vc-backend): New var.
169 2010-10-31  Juri Linkov  <juri@jurta.org>
171         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
172         buffer-locally to lambda that re-runs the vc diff command.
173         (Bug#6447)
175 2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
177         * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
179         Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
180         log-outgoing commands.
181         * vc/vc.el (vc-log-internal-common): Add a new argument and use it
182         to create a buffer local revert-buffer-function variable.
183         (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
184         revert-buffer-function lambda.
186         Improve VC create/retrieve tag/branch.
187         * vc.el (vc-create-tag): Do not read the directory name for VCs
188         with repository revision granularity.  Adjust the tag/branch
189         prompt.  Reset VC properties.
190         (vc-retrieve-tag): Do not read the directory name for VCs
191         with repository revision granularity.  Reset VC properties.
193         Add optional support for resetting VC properties.
194         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
195         call vc-file-clearprops when true.
196         (vc-resynch-buffer): Add new optional argument, pass it down.
197         (vc-resynch-buffers-in-directory): Likewise.
199         Improve support for special markup in the VC commit message.
200         * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
201         * vc-hg.el (vc-hg-checkin): Add support for Date:.
202         * vc-git.el (vc-git-checkin):
203         * vc-bzr.el (vc-bzr-checkin): Likewise.
205         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
206         * vc-git.el (vc-git-log-view-mode): Fix font lock for
207         incoming/outgoing logs.
208         (vc-git-log-outgoing, vc-git-log-incoming): New functions.
210         * vc-git.el (vc-git-log-outgoing): Use the same format as the
211         short log.
212         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log
213         command
215         Add bindings for vc-log-incoming and vc-log-outgoing.
216         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
217         and vc-log-outgoing.
218         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
219         and vc-log-outgoing.
221         Improve state updating for VC tag commands.
222         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
223         to update the state of all buffers in the directory.
225 2010-05-19  Glenn Morris  <rgm@gnu.org>
227         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
229 2010-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
231         * vc.el (vc-checkin, vc-modify-change-comment):
232         Adjust to new vc-start/finish-logentry.
233         (vc-find-conflicted-file): New command.
234         (vc-transfer-file): Adjust to new vc-checkin.
235         (vc-next-action): Improve scoping.
237         * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
238         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
240         * vc-dispatcher.el (vc-log-edit): Shorten names for
241         log-edit-show-files.
243         * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
244         (vc-bzr-conflicted-files): New function.
246         * log-edit.el (log-edit-summary, log-edit-header)
247         (log-edit-unknown-header): New faces.
248         (log-edit-headers-alist): New var.
249         (log-edit-header-contents-regexp): New const.
250         (log-edit-match-to-eoh): New function.
251         (log-edit-font-lock-keywords): Use them.
252         (log-edit): Insert a "Summary:" header as default.
253         (log-edit-mode): Mark font-lock rules as case-insensitive.
254         (log-edit-done): Cleanup headers.
255         (log-edit-extract-headers): New function to replace it.
257         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
258         the windows/frames.
260         * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
262         * vc-dir.el (vc-dir-kill-line): New command.
263         (vc-dir-mode-map): Bind it to C-k.
264         (vc-dir-headers): Abbreviate the working dir.
266         * vc-git.el (vc-git-revision-table): Include remote branches.
268 2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
270         New VC methods: vc-log-incoming and vc-log-outgoing.
271         * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
272         (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
273         New functions.
274         (vc-print-log-internal): Just call vc-log-internal-common.
275         (vc-log-view-type): New permanent local variable.
277         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
279         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
280         of the dynamic bound vc-short-log.
281         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
283         * vc-git.el (vc-git-log-outgoing): New function.
284         (vc-git-log-view-mode): Use vc-log-view-type instead
285         of the dynamic bound vc-short-log.
287         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
288         the dynamic bound vc-short-log.  Highlight the tag.
289         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
290         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
291         (vc-hg-incoming-mode): Remove.
292         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
294         Fix default-directory for vc-root-diff.
295         * vc.el (vc-root-diff): Bind default-directory to the root
296         directory for the diff command.
298 2010-10-31  Sam Steingold  <sds@gnu.org>
300         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
301         `vc-hg-command' with a list of flags.
303 2010-10-31  Glenn Morris  <rgm@gnu.org>
305         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
306         log-edit-before-checkin-process.
308         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
310         * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
312         * vc-dispatcher.el (vc-start-logentry): Doc fix.
313         (log-view-process-buffer, log-edit-extra-flags): Declare.
315 2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
317         Add special markup processing for commit logs.
318         * log-edit.el (log-edit): Add new argument MODE.  Use that mode
319         when non-nil instead of the log-view-mode.
321         * vc.el (vc-default-log-edit-mode): New function.
323         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
324         log-edit.
326         Support for shelving snapshots and for showing shelves.
327         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
328         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
329         New functions.
330         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
331         (vc-bzr-extra-menu-map): Map them.
333 2010-10-30  Michael Albinus  <michael.albinus@gmx.de>
335         * net/tramp.el (tramp-handle-insert-file-contents): For root,
336         preserve owner and group when editing files.  (Bug#7289)
338 2010-10-29  Glenn Morris  <rgm@gnu.org>
340         * speedbar.el (speedbar-mode):
341         * play/fortune.el (fortune-in-buffer, fortune):
342         * play/gomoku.el (gomoku-mode):
343         * play/landmark.el (lm-mode):
344         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
345         Replace inappropriate uses of toggle-read-only.  (Bug#7292)
347 2010-10-28  Glenn Morris  <rgm@gnu.org>
349         * select.el (x-selection): Mark it as an obsolete alias.
351 2010-10-27  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
353         * add-log.el (find-change-log): Use derived-mode-p rather than
354         major-mode (bug#7284).
356 2010-10-27  Glenn Morris  <rgm@gnu.org>
358         * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
359         rather than just an unused variable that inherits from the real one.
361 2010-10-23  Michael McNamara  <mac@mail.brushroad.com>
363         * verilog-mode.el (verilog-directive-re): Make this variable
364         auto-built for efficiency of execution and updating.
365         (verilog-extended-complete-re): Support 'pure' fucntion & task
366         declarations (these have no bodies).
367         (verilog-beg-of-statement): General cleanup to enable support of
368         'pure' fucntion & task declarations (these have no bodies).
369         These efforts together fix Verilog bug210 from veripool; which was also
370         noticed by Steve Pearlmutter.
371         (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
372         (verilog-directive-nest-re, verilog-set-auto-endcomments):
373         Support `elsif.  Reported by Shankar Giri.
374         (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
375         attribute handling for lining up declarations and assignments.
376         (verilog-beg-of-statement-1): Fix issue where continued declaration
377         is indented differently if it is after a begin..end clock.
378         (verilog-in-attribute-p, verilog-skip-backward-comments)
379         (verilog-skip-forward-comment-p): Support proper treatment of
380         attributes by indent code. Reported by Jeff Steele.
381         (verilog-in-directive-p): Fix comment to correctly describe function.
382         (verilog-backward-up-list, verilog-in-struct-region-p)
383         (verilog-backward-token, verilog-in-struct-p)
384         (verilog-in-coverage-p, verilog-do-indent)
385         (verilog-pretty-declarations): Use verilog-backward-up-list as
386         wrapper around backward-up-list inorder to properly skip comments.
387         Reported by David Rogoff.
388         (verilog-property-re, verilog-endcomment-reason-re)
389         (verilog-beg-of-statement, verilog-set-auto-endcomments)
390         (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
391         of if). Reported by Max Bjurling and
392         (verilog-calc-1): Fix for clocking block in modport
393         declaration. Reported by Brian Hunter.
395 2010-10-23  Wilson Snyder  <wsnyder@wsnyder.org>
397         * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
398         (verilog-gate-keywords, verilog-read-sub-decls)
399         (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
400         (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
401         AUTOINST for gate primitives, bug284.  Reported by Mark Johnson.
402         (verilog-read-decls): Fix spaces in V2K module parameters causing
403         mis-identification as interfaces, bug287.
404         (verilog-read-decls): Fix not treating "parameter string" as a
405         parameter in AUTOINSTPARAM.
406         (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
407         treating `elsif similar to `endif inside AUTOSENSE.
408         (verilog-do-indent): Implement correct automatic or static task or
409         function end comment highlight. Reported by Steve Pearlmutter.
410         (verilog-font-lock-keywords-2): Fix highlighting of single
411         character pins, bug264.  Reported by Michael Laajanen.
412         (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
413         (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
414         (verilog-subdecls-get-interfaced, verilog-subdecls-new): Support
415         interfaces with AUTOINST, bug270.  Reported by Luis Gutierrez.
416         (verilog-pretty-expr): Fix interactive arguments, bug272.
417         Reported by Mark Johnson.
418         (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
419         Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
420         bug269. Suggested by Gary Delp.
421         (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
422         (verilog-preprocessor, verilog-set-compile-command):
423         Create verilog-preprocess and verilog-preprocessor to show
424         preprocessed output.
425         (verilog-get-beg-of-line, verilog-get-end-of-line)
426         (verilog-modi-file-or-buffer, verilog-modi-name)
427         (verilog-modi-point, verilog-within-string): Move defmacro's
428         before first use to avoid warning. Reported by Steve Pearlmutter.
429         (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
430         (verilog-colorize-region, verilog-highlight-buffer)
431         (verilog-highlight-includes, verilog-highlight-modules)
432         (verilog-highlight-region, verilog-mode): Rename colorize to
433         highlight to match other packages.  Disable module highlighting,
434         as received speed complaints, reenable for experimentation only
435         using new verilog-highlight-modules.
436         (verilog-read-decls): Fix regexp stack overflow in very large
437         AUTO_TEMPLATEs, bug250.
438         (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
439         (verilog-scan): Create verilog-save-buffer-state to standardize
440         making insignificant changes that shouldn't call hooks.
441         (verilog-save-no-change-functions, verilog-save-scan-cache)
442         (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
443         Create verilog-save-no-change-functions to wrap verilog-scan
444         preservation, and fix to work with nested preserved calls.
445         (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
446         port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
447         generate .name with AUTOINST, bug245.  Suggested by David Rogoff.
448         (verilog-submit-bug-report): Update variable list to be complete.
449         (verilog-auto, verilog-colorize-region): Fix AUTO expansion
450         breaking on-the-fly font-locking.
451         (verilog-colorize-buffer, verilog-colorize-include-files)
452         (verilog-colorize-include-files-buffer, verilog-colorize-region)
453         (verilog-load-file-at-mouse, verilog-load-file-at-point)
454         (verilog-mode, verilog-read-inst-module-matcher): With point on a
455         AUTOINST cell instance name, middle mouse button now finds-file on
456         it.  Suggested by Brad Dobbie.
457         (verilog-alw-get-temps, verilog-auto-reset)
458         (verilog-auto-sense-sigs, verilog-read-always-signals)
459         (verilog-read-always-signals-recurse): Fix loop indexes being
460         AUTORESET. AUTORESET now assumes any variables in the
461         initialization section of a for() should be ignored.  Reported by
462         Dan Dever.
463         (verilog-error-font-lock-keywords)
464         (verilog-error-regexp-emacs-alist)
465         (verilog-error-regexp-xemacs-alist): Fix error detection of
466         Cadence HAL, reported by David Asher.  Repair drift between the
467         three similar error variables.
468         (verilog-modi-lookup, verilog-modi-lookup-cache)
469         (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
470         (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
471         Fix slow verilog-auto expansion on very large files.
472         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
473         Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
474         "{1*2{...".  Broke in last revision.
475         (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
476         submodule connections with replications "{#{a},#{b}}".
478 2010-10-23  Glenn Morris  <rgm@gnu.org>
480         * comint.el (comint-password-prompt-regexp):
481         Match "enter the password".  (Bug#7224)
483 2010-10-22  Juanma Barranquero  <lekktu@gmail.com>
485         * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
486         Fix typo in docstring.
488 2010-10-21  Michael Albinus  <michael.albinus@gmx.de>
490         * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
491         errors.
493         * net/trampver.el: Update release number.
495 2010-10-20  Kenichi Handa  <handa@m17n.org>
497         * face-remap.el (text-scale-adjust): Call read-event with a proper
498         prompt.
500 2010-10-19  Michael Albinus  <michael.albinus@gmx.de>
502         * net/tramp.el (tramp-do-file-attributes-with-stat)
503         (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
504         order to make stat results a float.  Patch by Andreas Schwab
505         <schwab@linux-m68k.org>.
507 2010-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
509         * repeat.el (repeat): Use read-key (bug#6256).
511 2010-10-18  Chong Yidong  <cyd@stupidchicken.com>
513         * emacs-lisp/unsafep.el: Don't mark functions that display
514         messages as safe.  Suggested by Johan Bockgård.
516 2010-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
518         * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
519         Turn comments into docstrings.
521         * minibuffer.el (completion--replace): Move point where it belongs
522         when there's a common suffix (bug#7215).
524 2010-10-15  Michael Albinus  <michael.albinus@gmx.de>
526         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
527         Suppress expansion of tabs to spaces.  Reported by Dale Sedivec
528         <dale@codefu.org>.
530 2010-10-15  Kenichi Handa  <handa@m17n.org>
532         * international/characters.el: Add category '|' (word breakable)
533         to fullwidth characters.
535 2010-10-14  Kenichi Handa  <handa@m17n.org>
537         * mail/rmail.el (rmail-show-message-1): Catch an error of
538         base64-decode-region and just show an error message (bug#7165).
540         * ps-mule.el (ps-mule-font-spec-list): Delete it.  Not used anymore.
541         (ps-mule-begin-job): Fix for the case that only ENCODING is set in
542         a font-spec (bug#7197).
544 2010-10-13  Glenn Morris  <rgm@gnu.org>
546         * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
548 2010-10-12  Juanma Barranquero  <lekktu@gmail.com>
550         * international/mule.el (define-coding-system):
551         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
552         * composite.el (compose-region): Fix typo in docstring.
554 2010-10-10  Jan Djärv  <jan.h.d@swipnet.se>
556         * term/ns-win.el (ns-right-alternate-modifier): New defvar.
557         (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
558         (mac-right-option-modifier): New alias for ns-right-option-modifier.
560         * cus-start.el (all): ns-right-alternate-modifier is new.
562 2010-10-10  Andreas Schwab  <schwab@linux-m68k.org>
564         * Makefile.in (ELCFILES): Update.
566 2010-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
568         * emacs-lisp/lisp.el (lisp-completion-at-point):
569         Use emacs-lisp-mode-syntax-table for the whole function.
571 2010-10-09  Richard Sharman  <richard_sharman@mitel.com>  (tiny change)
573         * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
574         (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
575         work when breakpoint number exceeds nine.
577 2010-10-05  David Koppelman  <koppel@ece.lsu.edu>
579         * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
580         instead of font-lock-mode before adding keywords.
581         Remove hi-lock-mode off code.  Remove inhibit hack.
582         (hi-lock-set-pattern): Only add keywords if font-lock-fontified
583         non-nil; removed hook inhibit hack.
585 2010-10-09  Glenn Morris  <rgm@gnu.org>
587         * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
588         (load-path-shadows-find): ... to this.
589         (list-load-path-shadows): Update for above change.
591         * mail/mail-utils.el (mail-mbox-from): Also try return-path.
593 2010-10-08  Glenn Morris  <rgm@gnu.org>
595         * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
597         * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
598         (shadows-compare-text-p): Make it an obsolete alias for...
599         (load-path-shadows-compare-text): ... new name.
600         (find-emacs-lisp-shadows): Update for above name change.
601         (load-path-shadows-same-file-or-nonexistent): New name for the old
602         shadow-same-file-or-nonexistent.
604 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
606         * minibuffer.el (completion--some, completion--do-completion)
607         (minibuffer-complete-and-exit, minibuffer-completion-help)
608         (completion-basic-try-completion)
609         (completion-basic-all-completions)
610         (completion-pcm--find-all-completions): Use lexical-let to
611         avoid some false matches in variable completion (Bug#7056)
613 2010-10-03  Olof Ohlsson Sax  <olof.ohlsson.sax@gmail.com>  (tiny change)
615         * vc-svn.el (vc-svn-merge-news): Use --non-interactive.  (Bug#7152)
617 2010-10-03  Leo  <sdl.web@gmail.com>
619         * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
620         return non-nil if the file exists (Bug#7090).
622 2010-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
624         * minibuffer.el (completion--replace):
625         Better preserve markers (bug#7138).
627 2010-09-29  Juanma Barranquero  <lekktu@gmail.com>
629         * server.el (server-process-filter): Doc fix.
631 2010-09-27  Drew Adams  <drew.adams@oracle.com>
633         * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
635 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
637         * Makefile.in (ELCFILES): Update.
639         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
640         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
642 2010-09-27  Kenichi Handa  <handa@m17n.org>
644         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
645         "ustar" format.
647 2010-09-27  Kenichi Handa  <handa@m17n.org>
649         * international/mule.el (define-coding-system): Docstring fixed.
651         * international/mule-diag.el (describe-character-set): Use princ
652         with proper print-length and print-level instead of insert.
654 2010-09-26  Juanma Barranquero  <lekktu@gmail.com>
656         * window.el (walk-windows): Doc fix (bug#7105).
658 2010-09-23  Glenn Morris  <rgm@gnu.org>
660         * isearch.el (isearch-lazy-highlight-cleanup)
661         (isearch-lazy-highlight-initial-delay)
662         (isearch-lazy-highlight-interval)
663         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
664         * net/net-utils.el (ipconfig-program-options):
665         Move aliases to options before the associated definitions.
667 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
669         * newcomment.el (comment-normalize-vars): Better test validity of
670         comment-end-skip.
672 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
674         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
675         (float-e): New name for `e'.
676         (degrees-to-radians, radians-to-degrees):
677         * calendar/solar.el (solar-longitude):
678         * calculator.el (calculator-registers, calculator-funcall):
679         * textmodes/artist.el (artist-spray-random-points):
680         * play/bubbles.el (bubbles--initialize-images): Use new names.
682 2010-09-19  Eric M. Ludlam  <zappo@gnu.org>
684         Update to CEDET 1.0's version of EIEIO.
686         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
687         New function.
688         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
689         (eieio-default-eval-maybe): Eval val instead of unquoting only.
690         (class-precedence-list): If class is nil, return nil.
691         (eieio-generic-call): If class of first input arg is nil, don't
692         look up static methods, and do check for primary methods.
693         (initialize-instance): See if the default needs to be evaluated
694         during the constructor.
695         (eieio-perform-slot-validation-for-default): Don't do the check
696         for values that will eventually be evaluated.
697         (eieio-eval-default-p): New function.
698         (eieio-default-eval-maybe): Use it.
700 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
702         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
703         method-invocation-order.
704         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
705         (eieio-class-precedence-dfs): Compute class precedence list using
706         dfs algorithm.
707         (eieio-class-precedence-bfs): Compute class precedence list using
708         bfs algorithm.
709         (eieio-class-precedence-c3): Compute class precedence list using
710         c3 algorithm.
711         (class-precedence-list): New function.
712         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
713         (inconsistent-class-hierarchy): New error symbol.
714         (call-next-method): Stow the replacement argument list for future
715         call-next-method invocations.
717 2010-09-15  Glenn Morris  <rgm@gnu.org>
719         * calendar/appt.el (appt-check): If not displaying the diary,
720         use (diary 1) to only get the entries we need.
721         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
722         that it is in day order.  (Bug#7019)
724         * calendar/appt.el (appt-check): Rather than showing the diary,
725         just turn off invisible display, and only if needed.
727         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
729 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
731         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
732         Add `when' argument.  Update callers.
734         * subr.el (unintern): Declare the obarray arg mandatory.
736 2010-09-14  Glenn Morris  <rgm@gnu.org>
738         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
739         Doc fixes.
741         * calendar/diary-lib.el (diary-included-files): New variable.
742         (diary-list-entries): Maybe initialize diary-included-files.
743         (diary-include-other-diary-files): Append to diary-included-files.
744         * calendar/appt.el (appt-update-list): Also check the members of
745         diary-included-files.  (Bug#6999)
746         (appt-check): Doc fix.
748 2010-09-12  David Reitter  <david.reitter@gmail.com>
750         * simple.el (line-move-visual): Do not truncate goal column to
751         integer size.  (Bug#7020)
753 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
755         * repeat.el (repeat): Allow repeating when the last event is a click.
756         Suggested by Drew Adams (bug#6256).
758 2010-09-11  Sascha Wilde  <wilde@sha-bang.de>
760         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
761         Replace setting HGRCPATH to "" by some less invasive --config options.
763 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
765         * font-lock.el (font-lock-beginning-of-syntax-function):
766         Mark as obsolete.
768 2010-09-10  Glenn Morris  <rgm@gnu.org>
770         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
771         and tool-bar modes.  (Bug#6211)
772         (menu-bar-mode): Move setting of standard-value after the
773         minor-mode definition, otherwise it seems to have no effect.
775 2010-09-08  Masatake YAMATO  <yamato@redhat.com>
777         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
778         Fix typo.  (Bug#6976)
780 2010-09-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
782         * whitespace.el: Allow cleaning up blanks without blank
783         visualization (Bug#6651).  Adjust help window for
784         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
785         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
786         (whitespace-style): Add new value 'face.  Adjust docstring.
787         (whitespace-space, whitespace-hspace, whitespace-tab):
788         Adjust foreground property face.
789         (whitespace-line-column): Adjust docstring and type declaration.
790         (whitespace-style-value-list, whitespace-toggle-option-alist)
791         (whitespace-help-text): Adjust const initialization.
792         (whitespace-toggle-options, global-whitespace-toggle-options):
793         Adjust docstring.
794         (whitespace-display-window, whitespace-interactive-char)
795         (whitespace-style-face-p, whitespace-color-on): Adjust code.
796         (whitespace-help-scroll): New fun.
798 2010-09-05  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
800         * files.el (directory-abbrev-alist): Use \` as default regexp.
802         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
803         chars like - or ] (bug#6984).
804         (rx-any-condense-range): Explode 2-char ranges.
806 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
808         * textmodes/bibtex.el:
809         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
811 2010-09-02  Glenn Morris  <rgm@gnu.org>
813         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
815 2010-08-31  Kenichi Handa  <handa@m17n.org>
817         * international/mule-cmds.el (standard-display-european-internal):
818         Setup standard-display-table for 8-bit characters by storing 8-bit
819         characters in the element vector.
821         * disp-table.el (standard-display-8bit):
822         Setup standard-display-table for 8-bit characters by storing 8-bit
823         characters in the element vector.
824         (standard-display-european): Likewise.
826 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
828         Sync with Tramp 2.1.19.
830         * net/tramp-cmds.el (tramp-cleanup-all-connections)
831         (tramp-reporter-dump-variable, tramp-load-report-modules)
832         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
833         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
835         * net/tramp-compat.el (top): Do not autoload
836         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
837         only when `start-file-process' is not bound.
838         (byte-compile-not-obsolete-vars): Define if not bound.
839         (tramp-compat-funcall): New defmacro.
840         (tramp-compat-line-beginning-position)
841         (tramp-compat-line-end-position)
842         (tramp-compat-temporary-file-directory)
843         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
844         (tramp-compat-copy-file, tramp-compat-copy-directory)
845         (tramp-compat-delete-file, tramp-compat-delete-directory)
846         (tramp-compat-number-sequence, tramp-compat-process-running-p):
847         Use it.
848         (tramp-advice-file-expand-wildcards): Do not use
849         `tramp-handle-file-remote-p'.
850         (tramp-compat-make-temp-file): Simplify fallback implementation.
851         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
852         (tramp-compat-copy-tree): Remove function.
853         (tramp-compat-delete-file): New defun.
854         (tramp-compat-delete-directory): Provide implementation for older
855         Emacsen.
856         (tramp-compat-file-attributes): Handle only
857         `wrong-number-of-arguments' error.
859         * net/tramp-fish.el (tramp-fish-handle-copy-file):
860         Add PRESERVE_SELINUX_CONTEXT.
861         (tramp-fish-handle-delete-file): Add TRASH arg.
862         (tramp-fish-handle-directory-files-and-attributes):
863         Do not use `tramp-fish-handle-file-attributes.
864         (tramp-fish-handle-file-local-copy)
865         (tramp-fish-handle-insert-file-contents)
866         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
868         * net/tramp-gvfs.el (top): Require url-util.
869         (tramp-gvfs-mount-point): Remove.
870         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
871         and `set-file-selinux-context'.
872         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
873         (tramp-gvfs-handle-file-selinux-context)
874         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
875         (with-tramp-dbus-call-method): Format trace message.
876         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
877         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
878         Implement backup call, when operation on local files fails.
879         Use progress reporter.  Flush properties of changed files.
880         (tramp-gvfs-handle-delete-file): Add TRASH arg.
881         Use `tramp-compat-delete-file'.
882         (tramp-gvfs-handle-expand-file-name): Expand "~/".
883         (tramp-gvfs-handle-make-directory): Make more traces.
884         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
885         (tramp-gvfs-url-file-name): Hexify file name in url.
886         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
887         into account for the resulting file name.
888         (tramp-gvfs-handler-askquestion): Preserve current message, in
889         order to let progress reporter continue afterwards.  (Bug#6257)
890         Return dummy mountpoint, when the answer is "no".
891         See `tramp-gvfs-maybe-open-connection'.
892         (tramp-gvfs-handler-mounted-unmounted)
893         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
894         attribute "default_location".  Set "prefix" property.
895         Handle default-location.
896         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
897         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
898         exists.  Raise an error, if not (due to a corresponding answer
899         "no" in interactive questions, for example).
900         Use `tramp-compat-funcall'.
902         * net/tramp-imap.el (top): Autoload `epg-make-context'.
903         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
904         (tramp-imap-do-copy-or-rename-file)
905         (tramp-imap-handle-insert-file-contents)
906         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
907         (tramp-imap-handle-delete-file): Add TRASH arg.
909         * net/tramp-smb.el (tramp-smb-handle-copy-file):
910         Add PRESERVE-SELINUX-CONTEXT.
911         (tramp-smb-handle-copy-file)
912         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
913         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
914         Use `with-progress-reporter'.
915         (tramp-smb-handle-delete-file): Add TRASH arg.
917         * net/tramp.el (tramp-methods): Move hostname to the end in all
918         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
919         appropriate.
920         (tramp-verbose): Describe verbose level 9.
921         (tramp-completion-function-alist)
922         (tramp-file-name-regexp, tramp-chunksize)
923         (tramp-local-coding-commands, tramp-remote-coding-commands)
924         (with-connection-property, tramp-completion-mode-p)
925         (tramp-action-process-alive, tramp-action-out-of-band)
926         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
927         (tramp-exists-file-name-handler): Fix docstring.
928         (tramp-remote-process-environment): Use `format' instead of
929         `concat'.  Protect version string by apostroph.
930         (tramp-shell-prompt-pattern): Do not use a shy group in case of
931         XEmacs.
932         (tramp-file-name-regexp-unified)
933         (tramp-completion-file-name-regexp-unified): On W32 systems, do
934         not regard the volume letter as remote filename.  (Bug#5447)
935         (tramp-perl-file-attributes)
936         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
937         (tramp-vc-registered-read-file-names): Read input as
938         here-document, otherwise the command could exceed maximum length
939         of command line.
940         (tramp-file-name-handler-alist): Add `file-selinux-context' and
941         `set-file-selinux-context'.
942         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
943         backtrace functions.
944         (tramp-error-with-buffer): Don't show the connection buffer when
945         we are in completion mode.
946         (tramp-progress-reporter-update, tramp-remote-selinux-p)
947         (tramp-handle-file-selinux-context)
948         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
949         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
950         New defuns.
951         (with-progress-reporter): New defmacro.
952         (tramp-debug-outline-regexp): New defconst.
953         (top, tramp-rfn-eshadow-setup-minibuffer)
954         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
955         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
956         (tramp-completion-mode-p, tramp-check-for-regexp)
957         (tramp-open-connection-setup-interactive-shell)
958         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
959         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
960         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
961         Use `tramp-compat-funcall'.
962         (tramp-handle-make-symbolic-link): Flush file properties.
963         (tramp-handle-load, tramp-handle-file-local-copy)
964         (tramp-handle-insert-file-contents, tramp-handle-write-region)
965         (tramp-handle-vc-registered, tramp-maybe-send-script)
966         (tramp-find-shell): Use `with-progress-reporter'.
967         (tramp-do-file-attributes-with-stat): Add space in format string,
968         in order to work around a bug in pdksh.  Reported by Gilles Pion
969         <gpion@lfdj.com>.
970         (tramp-handle-verify-visited-file-modtime): Do not send a command
971         when the connection is not established.
972         (tramp-handle-set-file-times): Simplify the check for utc.
973         (tramp-handle-directory-files-and-attributes)
974         (tramp-get-remote-path): Use `copy-tree'.
975         (tramp-completion-handle-file-name-all-completions): Ensure, that
976         non remote files are still checked.  Oops.
977         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
978         Handle PRESERVE-SELINUX-CONTEXT.
979         (tramp-do-copy-or-rename-file): Add progress reporter.
980         (tramp-do-copy-or-rename-file-directly): Do not use
981         `tramp-handle-file-remote-p'.
982         (tramp-do-copy-or-rename-file-out-of-band):
983         Use `tramp-compat-delete-directory'.
984         (tramp-do-copy-or-rename-file-out-of-band)
985         (tramp-compute-multi-hops, tramp-maybe-open-connection):
986         Use `format-spec-make'.
987         (tramp-handle-delete-file): Add TRASH arg.
988         (tramp-handle-dired-uncache): Flush directory cache, not only file
989         cache.
990         (tramp-handle-expand-file-name)
991         (tramp-completion-handle-file-name-all-completions)
992         (tramp-completion-handle-file-name-completion):
993         Use `tramp-connectable-p'.
994         (tramp-handle-start-file-process): Set connection property "vec".
995         Use it, in order to invalidate file caches.  Check only for
996         `remote-tty' process property.
997         Implement tty setting.  (Bug#4604, Bug#6360)
998         (tramp-file-name-for-operation): Add `call-process-region' and
999         `set-file-selinux-context'.
1000         (tramp-find-foreign-file-name-handler)
1001         (tramp-advice-make-auto-save-file-name)
1002         (tramp-set-auto-save-file-modes): Remove superfluous check for
1003         `stringp'.  This is done inside `tramp-tramp-file-p'.
1004         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
1005         operations when we are in completion mode.  This gives the user
1006         the chance to correct the file name in the minibuffer.
1007         (tramp-completion-mode-p): Use `non-essential'.
1008         (tramp-handle-file-name-all-completions): Backward/ XEmacs
1009         compatibility: Use `completion-ignore-case' if
1010         `read-file-name-completion-ignore-case' does not exist.
1011         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1012         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1013         `tramp-open-shell'.
1014         (tramp-action-password): Hide password prompt before next run.
1015         (tramp-process-actions): Widen connection buffer for the trace.
1016         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1017         process property.  Trace stty settings if `tramp-verbose' >= 9.
1018         Apply workaround for IRIX64 bug.  Move argument of last
1019         `tramp-send-command' where it belongs to.
1020         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1021         front of `login-args'.
1022         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1023         on "/dev/null" instead of "/".
1024         (tramp-get-ls-command-with-dired): Make test for "--dired"
1025         stronger.
1026         (tramp-set-auto-save-file-modes): Adapt version check.
1027         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1028         (tramp-handle-process-file): Call the program in a subshell, in
1029         order to preserve working directory.
1030         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1031         `tramp-remote-sh' from `tramp-methods'.
1032         (tramp-get-ls-command): Make test for "--color=never" stronger.
1033         (tramp-check-for-regexp): Use (forward-line 1).
1035         * net/trampver.el: Update release number.
1037 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
1039         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1040         empty argument to gvfs-copy.
1042 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1044         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1045         handle new TRASH arg of `delete-file'.
1047 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
1049         * net/tramp.el (tramp-handle-insert-directory): Don't use
1050         `forward-word', its default syntax could be changed.
1052 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1053             Michael Albinus  <michael.albinus@gmx.de>
1055         Implement compression for inline methods.
1057         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1058         (tramp-copy-size-limit): Allow also nil.
1059         (tramp-inline-compress-commands): New defconst.
1060         (tramp-find-inline-compress, tramp-get-inline-compress)
1061         (tramp-get-inline-coding): New defuns.
1062         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1063         replaced by `tramp-get-inline-coding'.
1064         (tramp-handle-file-local-copy, tramp-handle-write-region)
1065         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1067 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
1069         Detect ssh 'ControlMaster' argument automatically in some cases.
1071         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1072         (tramp-default-method): Use it.
1074 2010-08-26  Karel Klíč  <kklic@redhat.com>
1076         * net/tramp.el (tramp-file-name-for-operation):
1077         Add file-selinux-context.
1079 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
1081         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1083 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1085         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1086         (Bug#6907).
1088 2010-08-23  Chris Foote <chris@foote.com.au>  (tiny change)
1090         * progmodes/python.el (python-block-pairs): Allow use of "finally"
1091         with "else" (Bug#3991).
1093 2010-08-22  Leo  <sdl.web@gmail.com>
1095         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1096         (ignore, bright, dim, keyword): Split list of nicknames before
1097         passing to rcirc-add-or-remove (Bug#6894).
1099 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1101         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1103 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1105         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
1106         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1107         New version 13.0.
1108         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1109         Adjust initialization.
1110         (whitespace-bob-marker, whitespace-eob-marker)
1111         (whitespace-buffer-changed): New vars.
1112         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1113         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1114         (whitespace-post-command-hook, whitespace-display-char-on):
1115         Adjust code.
1116         (whitespace-looking-back, whitespace-buffer-changed): New funs.
1117         (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
1119 2010-08-21  Leo  <sdl.web@gmail.com>
1121         Fix buffer-list rename&refresh after killing a buffer in ido.
1122         * lisp/ido.el: Revert Óscar's.
1123         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1124         Remember the buffers at head, rather than their name.
1125         * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1127 2010-08-21  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
1128             Stefan Monnier  <monnier@iro.umontreal.ca>
1130         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1131         extra backslash added to each line (bug#6890).
1133 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1135         * subr.el (read-key): Don't echo keystrokes (bug#6883).
1137 2010-08-21  Glenn Morris  <rgm@gnu.org>
1139         * menu-bar.el (menu-bar-games-menu): Add landmark.
1141 2010-08-20  Glenn Morris  <rgm@gnu.org>
1143         * align.el (align-regexp): Make group and spacing arguments
1144         use the interactive defaults when non-interactive.  (Bug#6698)
1146         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1147         expansion, so as not to need sendmail.
1148         (mail-text-start): Remove declaration.
1149         (rmail-retry-failure): Require sendmail.
1151 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1153         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1155 2010-08-18  Michael Albinus  <michael.albinus@gmx.de>
1157         * progmodes/flymake.el (flymake-start-syntax-check-process):
1158         Use `start-file-process' in order to let it run also on remote hosts.
1160 2010-08-18  Kenichi Handa  <handa@m17n.org>
1162         * files.el: Add `word-wrap' as safe local variable.
1164 2010-08-18  Glenn Morris  <rgm@gnu.org>
1166         * woman.el (woman-translate): Case matters.  (Bug#6849)
1168 2010-08-14  Chong Yidong  <cyd@stupidchicken.com>
1170         * simple.el (kill-region): Doc fix (Bug#6787).
1172 2010-08-14  Glenn Morris  <rgm@gnu.org>
1174         * calendar/diary-lib.el (diary-header-line-format):
1175         Fit it to the window, not the frame.
1177 2010-08-11  Andreas Schwab  <schwab@linux-m68k.org>
1179         * subr.el (ignore-errors): Add debug declaration.
1181 2010-08-09  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
1183         * whitespace.el (whitespace-color-off): Remove post-command-hook
1184         locally.
1186 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
1188         * replace.el (replace-highlight): Bind isearch-forward and
1189         isearch-error, ensuring that highlighting is updated if the user
1190         switches the search direction (Bug#6808).
1192         * isearch.el (isearch-lazy-highlight-forward): New var.
1193         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1194         (isearch-lazy-highlight-update): Use it.
1196 2010-08-06  Kenichi Handa  <handa@m17n.org>
1198         * international/mule.el (define-charset): Store NAME as :base property.
1199         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
1200         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
1201         current priority.  Force using the designation of the specific
1202         charset by adding `charset' text property.  Improve the whole
1203         algorithm.
1205 2010-08-05  Juanma Barranquero  <lekktu@gmail.com>
1207         * emulation/pc-select.el (pc-selection-mode-hook)
1208         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
1209         (pc-selection-mode): Fix typos in docstrings.
1211 2010-08-04  Kenichi Handa  <handa@m17n.org>
1213         * language/cyrillic.el: Don't add "microsoft-cp1251" to
1214         ctext-non-standard-encodings-alist here.
1216         * international/mule.el (ctext-non-standard-encodings-alist):
1217         Add "koi8-r" and "microsoft-cp1251".
1218         (ctext-standard-encodings): New variable.
1219         (ctext-non-standard-encodings-table): List only elements for
1220         non-standard encodings.
1221         (ctext-pre-write-conversion): Adjust for the above change.
1222         Check ctext-standard-encodings.
1224         * international/mule-conf.el (compound-text): Doc fix.
1225         (ctext-no-compositions): Doc fix.
1226         (compound-text-with-extensions): Doc fix.
1228 2010-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1230         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
1232 2010-08-03  Juanma Barranquero  <lekktu@gmail.com>
1234         * progmodes/which-func.el (which-func-format): Split help-echo text
1235         into lines, like other mode-line tooltips.
1237         * server.el (server-start): When using TCP sockets, force IPv4
1238         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
1240 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1242         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
1244 2010-08-02  Juanma Barranquero  <lekktu@gmail.com>
1246         * term.el (term-delimiter-argument-list): Reflow docstring.
1247         (term-read-input-ring, term-write-input-ring, term-send-input)
1248         (term-bol, term-erase-in-display, serial-supported-or-barf):
1249         Fix typos in docstrings.
1251 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1253         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
1255 2010-08-01  Juanma Barranquero  <lekktu@gmail.com>
1257         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
1259 2010-08-01  MON KEY  <monkey@sandpframing.com>  (tiny change)
1261         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
1262         Fix typo in docstring (bug#6747).
1264 2010-07-30  Leo  <sdl.web@gmail.com>
1266         * eshell/esh-io.el (eshell-get-target): Better detection of
1267         read-only file (Bug#6762).
1269 2010-07-30  Juanma Barranquero  <lekktu@gmail.com>
1271         * align.el (align-default-spacing): Doc fix.
1272         (align-region-heuristic, align-regexp): Fix typos in docstrings.
1274 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
1276         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
1278 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
1280         * time.el (display-time-day-and-date): Remove spurious * in docstring.
1281         (display-time-world-buffer-name, display-time-world-mode-map):
1282         Fix typos in docstrings.
1284 2010-07-17  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
1286         * image-mode.el (image-display-size): New function.
1287         (image-forward-hscroll, image-next-line, image-eol, image-eob)
1288         (image-mode-fit-frame): Use it (Bug#6639).
1290 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
1292         * dired.el (dired-buffers-for-dir): Handle list values of
1293         dired-directory (Bug#6636).
1295 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
1297         * vc.el (vc-coding-system-inherit-eol): New defvar.
1298         (vc-coding-system-for-diff): Use it to decide whether to inherit
1299         from the file the EOL format for reading the diffs of that file.
1300         (Bug#4451)
1302 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
1304         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
1305         unibyte, so compressed attachments are not compressed again.
1307 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
1309         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
1310         now that unicode is used (Bug#6594).
1312 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
1314         * simple.el (push-mark-command): Set the selection if
1315         select-active-regions is non-nil.
1317 2010-07-10  Glenn Morris  <rgm@gnu.org>
1319         * calendar/calendar.el (calendar-week-end-day): New function.
1320         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
1321         Respect calendar-week-start-day.  (Bug#6606)
1322         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1323         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
1324         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
1325         respect calendar-week-start-day.
1327 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
1329         * simple.el (use-region-p): Doc fix (Bug#6607).
1331 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
1333         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
1334         builtins (BufferError, BytesWarning, WindowsError; callables
1335         bin, bytearray, bytes, format, memoryview, next, print; __package__).
1337 2010-07-07  Glenn Morris  <rgm@gnu.org>
1339         * play/zone.el (zone-fall-through-ws): Fix next-line ->
1340         forward-line fallout.
1342 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
1344         * mouse.el (mouse-appearance-menu): Add docstring.
1346         * help.el (describe-key): Print up-event using key-description.
1348 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
1350         * net/zeroconf.el (zeroconf-resolve-service)
1351         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
1352         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
1354 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
1356         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
1358 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
1360         Avoid displaying files with a nil state in vc-dir.
1361         * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
1362         cases that cause insertion.
1363         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
1364         with a nil state.
1366 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
1368         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
1370 2010-06-29  Leo  <sdl.web@gmail.com>
1372         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
1374 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
1376         * generic-x.el (bat-generic-mode): Fix regexp for command line
1377         switches (Bug#5719).
1379 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
1381         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
1382         of nconc to avoid pure storage error (Bug#6239).
1384 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
1386         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
1387         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
1388         bindings of bookmark-automatically-show-annotations (Bug#6515).
1390 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
1392         * arc-mode.el (archive-zip-extract): Don't quote the file name on
1393         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
1395 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1397         * comint.el (make-comint, make-comint-in-buffer): Mention return
1398         value in the docstrings.  (Bug#6498)
1400 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
1402         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
1403         since it is not present when using some non-default switches.
1405 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
1407         * simple.el (compose-mail): Fix doc string to refer to
1408         `compose-mail-user-agent-warnings', instead of to the
1409         nonexistent `compose-mail-check-user-agent'.
1411 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1413         Fix vc-annotate for renamed files when using Git.
1414         * vc-git.el (vc-git-find-revision): Deal with empty results from
1415         ls-files.  Doe not pass the object as a file name to cat-file, it
1416         is not a file name.
1417         (vc-git-annotate-command): Pass the file name using -- to avoid
1418         ambiguity with the revision.
1419         (vc-git-previous-revision): Pass a relative file name.
1421 2010-06-22  Glenn Morris  <rgm@gnu.org>
1423         * progmodes/js.el (js-mode-map): Use standard capitalization and
1424         ellipses for menu entries.
1426         * wid-edit.el (widget-complete): Doc fix.
1428 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
1430         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
1432 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1434         Fix annotating other revisions for renamed files in vc-annotate.
1435         * vc-annotate.el (vc-annotate): Add an optional argument for the
1436         VC backend.  Use it when non-nil.
1437         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.  (Bug#6487)
1439         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
1440         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1441         Do not pass the file name to the 'previous-revision call when we
1442         don't want a file diff.  (Bug#6489)
1444 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
1446         Fix finding revisions for renamed files in vc-annotate.
1447         * vc.el (vc-find-revision): Add an optional argument for
1448         the VC backend.  Use it when non-nil.
1449         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
1450         backend to vc-find-revision.  (Bug#6487)
1452 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
1454         Fix reading file names in Git annotate buffers.
1455         * vc-git.el (vc-git-annotate-extract-revision-at-line):
1456         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
1458 2010-06-20  Alan Mackenzie  <acm@muc.de>
1460         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
1461         in file local variables, set it first.
1463 2010-06-19  Glenn Morris  <rgm@gnu.org>
1465         * descr-text.el (describe-char-unicode-data): Insert separating
1466         space when needed.  (Bug#6422)
1468         * progmodes/idlwave.el (idlwave-action-and-binding):
1469         Fix typo in 2009-12-03 change.  (Bug#6450)
1471 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1473         * subr.el (read-quoted-char): Fix up last change (bug#6290).
1475 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1477         * font-lock.el (font-lock-major-mode): Rename from
1478         font-lock-mode-major-mode to distinguish it from
1479         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1480         (font-lock-set-defaults):
1481         * font-core.el (font-lock-default-function): Adjust users.
1482         (font-lock-mode): Don't set it at all.
1484 2010-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1486         * vc-annotate.el (vc-annotate): Use vc-read-revision.
1488 2010-06-15  Glenn Morris  <rgm@gnu.org>
1490         * calendar/appt.el (appt-time-msg-list): Doc fix.
1491         (appt-check): Let-bind appt-warn-time.
1492         (appt-add): Make the 3rd argument optional.
1493         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
1494         Only add WARNTIME to the output list if non-nil.
1496 2010-06-15  Ivan Kanis  <apple@kanis.eu>
1498         * calendar/appt.el (appt-check): Let the 3rd element of
1499         appt-time-msg-list specify the warning time.
1500         (appt-add): Add new argument with the warning time.  (Bug#5176)
1502 2010-06-12  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
1504         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
1505         older than version 1.6.  (Bug#6361)
1507 2010-06-12  Helmut Eller  <eller.helmut@gmail.com>
1509         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
1510         used by cl-do-arglist.  (Bug#6408)
1512 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1514         * emacs-lisp/advice.el (ad-compile-function):
1515         Define warning-suppress-types before we let-bind it (bug#6275).
1517         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1518         declare it, make it buffer-local and permanent-local (bug#6324).
1519         (vc-resynch-window): Adjust name.
1520         * vc-hooks.el (vc-find-file-hook): Adjust name.
1522 2010-06-07  Jonathan Rockway  <jon@jrock.us>
1524         * net/rcirc.el: Add support for password authentication.
1525         (rcirc-server-alist): Add :password keyword.
1526         (rcirc): Ask for a password, or get it from the server's alist.
1527         (rcirc-connect): Add password argument.  Pass it to server.
1529 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
1531         * net/dbus.el (dbus-register-method): Declare function.
1532         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1533         (dbus-introspect): Doc fix.
1534         (dbus-event-bus-name, dbus-introspect-get-interface)
1535         (dbus-introspect-get-argument): Reflow docstrings.
1537 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
1539         * term/common-win.el (x-colors): Add "dark green" and "dark
1540         turquoise" (Bug#6332).
1542 2010-06-03  Glenn Morris  <rgm@gnu.org>
1544         * desktop.el (desktop-clear-preserve-buffers):
1545         Add "*Warnings*" buffer.  (Bug#6336)
1547 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
1549         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1551 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1553         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1554         `file-directory-p' to the filename part rather than to the whole text.
1556 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1558         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1560 2010-05-31  Drew Adams  <drew.adams@oracle.com>
1562         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1564 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
1566         * subr.el (momentary-string-display): Just use read-event to read
1567         the exit event (Bug#6238).
1569 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
1571         * ansi-color.el: Delete unused escape sequences (Bug#6085).
1572         (ansi-color-drop-regexp): New constant.
1573         (ansi-color-apply, ansi-color-filter-region)
1574         (ansi-color-apply-on-region): Delete unrecognized control sequences.
1575         (ansi-color-apply): Build string list before calling concat.
1577 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1579         * progmodes/verilog-mode.el (verilog-type-font-keywords):
1580         Use font-lock-constant-face, not obsolete font-lock-reference-face.
1582 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
1584         * htmlfontify.el (hfy-face-resolve-face): New function.
1585         (hfy-face-to-style): Use it (Bug#6279).
1587 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1589         * epa.el (epa--select-keys): Don't explicitly delete the window since
1590         that can fail (e.g. sole window in frame).  Use dedication instead.
1592 2010-05-19  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
1594         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1596 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1598         * subr.el (read-quoted-char): Resolve modifiers after key
1599         remapping (bug#6212).
1601 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1603         * tmm.el (tmm-prompt): Don't try to precompute bindings.
1604         (tmm-get-keymap): Compute shortcuts (bug#6171).
1606 2010-05-10  Glenn Morris  <rgm@gnu.org>
1608         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
1609         all dired buffers, even tramp ones.  (Bug#5755)  [Backport from trunk]
1611 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1613         * Version 23.2 released.
1615 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
1617         * international/mule.el (auto-coding-alist): Only purecopy
1618         car of each item, not the whole list (Bug#6083).
1620 2010-05-02  Chong Yidong  <cyd@stupidchicken.com>
1622         * progmodes/js.el (js-mode): Make paragraph variables local before
1623         calling c-setup-paragraph-variables (Bug#6071).
1625 2010-05-01  Eli Zaretskii  <eliz@gnu.org>
1627         * composite.el (compose-region, reference-point-alist): Fix typos
1628         in the doc strings.
1630 2010-04-28  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1632         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
1633         gnuplot's "set" command.
1635 2010-04-26  Juanma Barranquero  <lekktu@gmail.com>
1637         * abbrev.el (last-abbrev-text): Doc fix.
1638         (abbrev-prefix-mark): Don't escape parenthesis.
1640 2010-04-24  Andreas Schwab  <schwab@linux-m68k.org>
1642         * composite.el (find-composition): Doc fix.
1644 2010-04-24  Juanma Barranquero  <lekktu@gmail.com>
1646         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
1647         (sql-oracle-program, sql-sqlite-options)
1648         (sql-query-placeholders-and-send): Doc fixes.
1649         (sql-set-product, sql-interactive-mode): Reflow docstrings.
1650         (sql-imenu-generic-expression, sql-buffer)
1651         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
1652         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
1653         (sql-mode-sybase-font-lock-keywords)
1654         (sql-mode-informix-font-lock-keywords)
1655         (sql-mode-interbase-font-lock-keywords)
1656         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
1657         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
1658         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
1659         (sql-product-feature, sql-highlight-product)
1660         (comint-line-beginning-position, sql-rename-buffer)
1661         (sql-toggle-pop-to-buffer-after-send-region)
1662         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
1663         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
1664         Fix typos in docstrings.
1666 2010-04-23  Juri Linkov  <juri@jurta.org>
1668         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
1669         property instead of `invisible' and `after-string' (bug#5998).
1671 2010-04-23  Juri Linkov  <juri@jurta.org>
1673         * image-mode.el (image-mode-as-text): Fix typo in docstring.
1675 2010-04-23  Juanma Barranquero  <lekktu@gmail.com>
1677         * filecache.el (file-cache-add-directory-list)
1678         (file-cache-add-directory-recursively): Fix typos in docstrings.
1680 2010-04-22  Kenichi Handa  <handa@m17n.org>
1682         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
1683         (gujarati-composable-pattern): Fix typo.
1685 2010-04-20  Kenichi Handa  <handa@m17n.org>
1687         * language/indian.el (oriya-composable-pattern)
1688         (tamil-composable-pattern, malayalam-composable-pattern):
1689         Add two-part vowels to "v" (vowel sign).
1691 2010-04-20  Chong Yidong  <cyd@stupidchicken.com>
1693         * files.el (copy-directory): Handle symlinks (Bug#5982).
1695         * progmodes/compile.el (compilation-next-error-function):
1696         Revert 2009-10-12 change (Bug#5983).
1698 2010-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
1700         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
1701         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
1702         (Bug#5846).
1704 2010-04-20  Glenn Morris  <rgm@gnu.org>
1706         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
1708         * minibuffer.el (completion-at-point): Doc fix.
1710 2010-04-17  Dan Nicolaescu  <dann@ics.uci.edu>
1712         Fix the version number for added files.
1713         * vc-hg.el (vc-hg-working-revision): Check if the file is
1714         registered after hg parent fails (Bug#5961).
1716 2010-04-17  Glenn Morris  <rgm@gnu.org>
1718         * htmlfontify.el (htmlfontify-buffer)
1719         (htmlfontify-copy-and-link-dir): Autoload entry points.
1721 2010-04-17  Magnus Henoch  <magnus.henoch@gmail.com>
1723         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1724         name relative to the project root (Bug#5960).
1726 2010-04-16  Glenn Morris  <rgm@gnu.org>
1728         * vc-git.el (vc-git-print-log): Doc fix.
1730 2010-04-14  Óscar Fuentes  <ofv@wanadoo.es>
1732         * ido.el (ido-file-internal): Fix 2009-12-02 change.
1734 2010-04-14  Christoph  <cschol2112@googlemail.com>  (tiny change)
1736         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1737         default settings (Bug#5928).
1739 2010-04-10  Glenn Morris  <rgm@gnu.org>
1741         * progmodes/fortran.el (fortran-match-and-skip-declaration):
1742         New function.
1743         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
1745 2010-04-07  Kenichi Handa  <handa@m17n.org>
1747         * language/indian.el (malayalam-composable-pattern): Fix previous
1748         change (add U+0D4D "SIGN VIRAMA").
1749         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1750         (tamil-composable-pattern): Fix typo in the regexp.
1751         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1752         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1753         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1755 2010-04-06  Chong Yidong  <cyd@stupidchicken.com>
1757         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1758         paragraph-separate (Bug#5821).
1760 2010-04-05  Juri Linkov  <juri@jurta.org>
1762         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1764         * info.el (Info-find-node-2): Comment out code that skips
1765         breadcrumbs line.
1766         (Info-mouse-follow-link): New command.
1767         (Info-link-keymap): New keymap.
1768         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1769         Return a string with links instead of inserting breadcrumbs
1770         to the Info buffer.
1771         (Info-fontify-node): Comment out code that inserts breadcrumbs.
1772         Instead of putting the `invisible' text property over the Info
1773         header, make an overlay over the Info header with the `invisible'
1774         property and `after-string' set to the string returned by
1775         `Info-breadcrumbs'.
1777 2010-04-03  Chong Yidong  <cyd@stupidchicken.com>
1779         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1780         Reported by monkey@sandpframing.com.
1782 2010-03-30  Tomas Abrahamsson  <tab@lysator.liu.se>
1784         * textmodes/artist.el (artist-mode): Fix typo in docstring.
1785         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
1787 2010-03-30  Kenichi Handa  <handa@m17n.org>
1789         * language/sinhala.el (composition-function-table): Fix regexp for
1790         the new Unicode specification.
1792         * language/indian.el (devanagari-composable-pattern)
1793         (tamil-composable-pattern, kannada-composable-pattern)
1794         (malayalam-composable-pattern): Adjust for the new Unicode
1795         specification.
1796         (bengali-composable-pattern, gurmukhi-composable-pattern)
1797         (gujarati-composable-pattern, oriya-composable-pattern)
1798         (telugu-composable-pattern): New variables to cope with the new
1799         Unicode specification.  Use them in composition-function-table.
1801 2010-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1803         Make tmm-menubar work for the Buffers menu again (bug#5726).
1804         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
1805         vectors rather than cons cells, as used in menu-bar-update-buffers.
1807 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
1809         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
1810         (js-insert-and-indent): Revert 2009-08-15 change, restoring
1811         electric punctuation for "{}();,:" (Bug#5586).
1813         * mail/sendmail.el (mail-default-directory): Doc fix.
1815 2010-03-27  Chong Yidong  <cyd@stupidchicken.com>
1817         * mail/sendmail.el (mail-default-directory): Doc fix.
1819 2010-03-27  Eli Zaretskii  <eliz@gnu.org>
1821         * subr.el (version-regexp-alist, version-to-list)
1822         (version-list-<, version-list-=, version-list-<=)
1823         (version-list-not-zero, version<, version<=, version=): Doc fix.
1824         (Bug#5744).
1826 2010-03-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1827             Nick Roberts  <nickrob@snap.net.nz>
1829         * progmodes/gdb-ui.el (gdb-apple-test): New function.
1830         (gdb-init-1): Use it.
1832 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
1834         * vc.el (vc-root-diff): Doc fix.
1836 2010-03-25  Chong Yidong  <cyd@stupidchicken.com>
1838         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
1840         * simple.el (append-to-buffer): Fix last change.
1842 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
1844         * simple.el (append-to-buffer): Ensure that point is preserved if
1845         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
1846         (Bug#5749)
1848 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1850         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1851         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1852         not be present any more.
1854 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1856         * faces.el (set-face-attribute): Fix typo in docstring.
1857         (face-valid-attribute-values): Reflow docstring.
1859 2010-03-23  Glenn Morris  <rgm@gnu.org>
1861         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
1863 2010-03-21  Chong Yidong  <cyd@stupidchicken.com>
1865         * indent.el (indent-for-tab-command): Doc fix.
1867 2010-03-22  Juanma Barranquero  <lekktu@gmail.com>
1869         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1870         (image-dired-read-comment): Doc fix.
1872         * json.el (json-object-type, json-array-type, json-key-type)
1873         (json-false, json-null, json-read-number):
1874         * minibuffer.el (completion-in-region-functions):
1875         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1876         (cal-tex-cursor-week):
1877         * emacs-lisp/trace.el (trace-function):
1878         * eshell/em-basic.el (eshell/printnl):
1879         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1880         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1881         * obsolete/levents.el (allocate-event, event-key, event-object)
1882         (event-point, event-process, event-timestamp, event-to-character)
1883         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1884         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1885         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1886         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1887         (reftex-highlight-selection): Fix typos in docstrings.
1889 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
1891         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
1893 2010-03-18  Glenn Morris  <rgm@gnu.org>
1895         * mail/rmail.el (rmail-highlight-face): Restore option deleted
1896         2008-02-13 without comment; mark it obsolete.
1897         (rmail-highlight-headers): Use rmail-highlight-face once more.
1899 2010-03-16  Chong Yidong  <cyd@stupidchicken.com>
1901         * woman.el (woman2-process-escapes): Only consume the newline if
1902         the filler character is on a line by itself (Bug#5729).
1904 2010-03-16  Kenichi Handa  <handa@m17n.org>
1906         * language/indian.el (devanagari-composable-pattern): Add more
1907         consonants.
1909 2010-03-14  Michael Albinus  <michael.albinus@gmx.de>
1911         * net/trampver.el: Update release number.
1913 2010-03-13  Glenn Morris  <rgm@gnu.org>
1915         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
1917 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
1919         * net/tramp.el (tramp-find-executable):
1920         Use `tramp-get-connection-buffer'.  Make the regexp for checking
1921         output of "wc -l" more robust.
1922         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
1923         (tramp-open-connection-setup-interactive-shell): Remove workaround
1924         for OpenSolaris bug, it is not needed anymore.
1926 2010-03-12  Glenn Morris  <rgm@gnu.org>
1928         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
1930 2010-03-11  Wilson Snyder  <wsnyder@wsnyder.org>
1932         * files.el (auto-mode-alist): Accept more verilog file patterns.
1934 2010-03-09  Miles Bader  <miles@gnu.org>
1936         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1937         instead of "format:"; this ensures that the output is
1938         newline-terminated.
1940 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
1942         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1943         that all errors are caught, and that the return value is always a
1944         list (Bug#5692).
1946 2010-03-08  Kenichi Handa  <handa@m17n.org>
1948         * language/misc-lang.el (windows-1256): New coding system.
1949         (cp1256): New alias of windows-1256 (bug#5690).
1951 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
1953         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1954         call to rfc822-bad-address.  (Bug#5692)
1956 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1958         * vc-git.el (vc-git-annotate-extract-revision-at-line):
1959         Use vc-git-root as default directory for revision path (Bug#5657).
1961 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
1963         * calculator.el (calculator): Don't bind split-window-keep-point
1964         (Bug#5674).
1966 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1968         * vc-git.el: Re-flow to fit into 80 columns.
1969         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1970         Remove spurious `quote' element in each case alternative.
1971         (vc-git-show-log-entry): Use prog1.
1972         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1974 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1976         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1978 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
1980         * macros.el (insert-kbd-macro): Look up keyboard macro using the
1981         definition, not the name (Bug#5481).
1983 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1985         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1986         argument with a local variable.  (Bug#5670)
1988 2010-03-02  Juri Linkov  <juri@jurta.org>
1990         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
1992 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
1994         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1995         error when FILENAME and NEWNAME are existing remote directories.
1997         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1998         parameter DIR-FLAG.
2000 2010-03-02  Glenn Morris  <rgm@gnu.org>
2002         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
2003         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2005 2010-03-01  Kenichi Handa  <handa@m17n.org>
2007         * language/burmese.el (burmese-composable-pattern): Rename from
2008         myanmar-composable-pattern.
2010         * international/characters.el (script-list):
2011         * international/fontset.el (script-representative-chars):
2012         Change myanmar to burmese.
2013         (otf-script-alist): Likewise.
2014         (setup-default-fontset): Likewise.  Re-fix :otf spec.
2016 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2018         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2020 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
2022         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2024 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
2026         * net/tramp.el (tramp-handle-write-region): START can be a string.
2027         Take care in the checks.  Reported by Dan Davison
2028         <davison@stats.ox.ac.uk>.
2030 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
2032         * net/dbus.el (dbus-introspect, dbus-get-property)
2033         (dbus-set-property, dbus-get-all-properties): Use
2034         `dbus-call-method' when noninteractive.  (Bug#5645)
2036 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
2038         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2039         * emacs-lisp/elint.el (elint-add-required-env):
2040         * calendar/icalendar.el (icalendar--add-diary-entry):
2041         * calc/calcalg2.el (math-tracing-integral):
2042         * files.el (recover-session-finish): Use with-current-buffer
2043         instead of save-excursion.
2045 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2047         Fix in-buffer completion when after-change-functions modify the buffer.
2048         * minibuffer.el (completion--replace): New function.
2049         (completion--do-completion): Use it and use relative movement.
2051 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
2053         * international/fontset.el (setup-default-fontset): Fix :otf spec.
2055 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
2057         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2058         Allow the characters _<> in the stack entry (Bug#5653).
2060 2010-02-26  Kenichi Handa  <handa@m17n.org>
2062         * language/burmese.el: Fix entries in composition-function-table.
2063         (myanmar-composable-pattern): New variable.
2065         * international/fontset.el (setup-default-fontset): Add an entry
2066         for myanmar.
2068         * international/characters.el (script-list): Add Myanmar
2069         Extended-A.
2071 2010-02-26  Glenn Morris  <rgm@gnu.org>
2073         * custom.el (custom-initialize-delay): Doc fix.
2075         * mail/sendmail.el (send-mail-function): Autoload the call
2076         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2078 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
2080         * files.el (hack-local-variables-filter): For eval forms, also
2081         check safe-local-variable-p (Bug#5636).
2083 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
2085         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
2086         and use c(ad)r of cddr (Bug#5640).
2088 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
2090         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2091         setting the modes by `ignore-errors'.  It might fail, for example
2092         if the file is not owned by the user but the group.
2093         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2095 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
2097         * files.el (directory-listing-before-filename-regexp): Use
2098         stricter matching for iso-style dates, to avoid false matches with
2099         date-like filenames (Bug#5597).
2101         * htmlfontify.el (htmlfontify): Doc fix.
2103         * eshell/eshell.el (eshell): Doc fix.
2105         * startup.el (fancy-about-screen): In mode-line, apply
2106         mode-line-buffer-id face only to the buffer name (Bug#5613).
2108 2010-02-20  Kevin Ryde  <user42@zip.com.au>
2110         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2111         In `watcom' anchor regexp to start of line, to avoid slowness
2112         (Bug#5599).
2114 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
2116         * subr.el (remove-yank-excluded-properties): Explain in a comment
2117         why `category' property is removed.
2119 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
2121         * isearch.el (isearch-update-post-hook, isearch-update): Revert
2122         2010-02-17 change.
2124 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
2126         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2127         (icalendar--convert-weekly-to-ical)
2128         (icalendar--convert-yearly-to-ical)
2129         (icalendar--convert-block-to-ical)
2130         (icalendar--convert-cyclic-to-ical)
2131         (icalendar--convert-anniversary-to-ical): Take care of time
2132         specifications where hour has 1-digit only (Bug#5549).
2134 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
2136         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2137         of disassemble output in GDB 7.1.
2139 2010-02-19  Glenn Morris  <rgm@gnu.org>
2141         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2142         property.  (Bug#5593)
2144 2010-02-18  Sam Steingold  <sds@gnu.org>
2146         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2148 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2150         Use abbreviated file names in bookmarks (bug#5591).
2151         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
2152         calls to expand-file-name.
2153         (bookmark-relocate): Use abbreviated file names in bookmarks.
2154         (bookmark-load): Use abbreviated file names in messages.
2156 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
2158         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
2159         expand "." and "..".  Reported by Thierry Volpiatto
2160         <thierry.volpiatto@gmail.com>.
2162 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
2164         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
2165         permissions of the temporary file to "0600".  In case the remote
2166         file has no read permissions for the owner, there might be
2167         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
2169 22010-02-18  Glenn Morris  <rgm@gnu.org>
2171         * emacs-lisp/authors.el (authors-renamed-files-alist):
2172         Add entries for INSTALL.CVS.
2174 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
2176         * vc-bzr.el: Fix typo in Known Bugs section.
2178         * isearch.el (isearch-update-post-hook): New hook.
2179         (isearch-update): Use the new hook.
2181 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
2183         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2184         Fix errors in copying directories.
2185         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
2186         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
2187         (tramp-handle-delete-file)
2188         (tramp-handle-dired-recursive-delete-directory)
2189         (tramp-handle-write-region): Flush also the cache for the upper
2190         directory.
2192 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
2194         * simple.el (save-interprogram-paste-before-kill): Doc fix.
2196         * cus-edit.el (hardware): Doc fix.
2198         * man.el (man): Add to external custom group.
2200         * delim-col.el (columns): Move to wp custom group.
2202         * doc-view.el (doc-view): Add to data custom group.
2204         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
2206         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
2207         by ispell-parse-output (Bug#5575).
2209 2010-02-16  Kenichi Handa  <handa@m17n.org>
2211         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
2212         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
2213         (skkdic-convert): Use `euc-japan' coding system for writing.
2215 2010-02-16  Glenn Morris  <rgm@gnu.org>
2217         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
2218         tex-main-file before using it.  (Bug#5562)
2220 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2222         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
2223         warnings, since it is annoying for the user to see them each time he
2224         runs the code.
2226 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
2228         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2229         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
2230         instead of PROC for caching "first-password-request".  Otherwise,
2231         new processes would not profit from passwords already entered.
2233         * net/tramp-cache.el (tramp-dump-connection-properties):
2234         Don't save "first-password-request" property.
2236 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
2238         * outline.el (outline-head-from-level):
2239         * simple.el (with-wrapper-hook):
2240         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
2241         (elint-defun, elint-buffer-env, elint-top-form-logged)
2242         (elint-unbound-variable):
2243         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
2244         Fix typos in docstrings.
2246 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
2248         * files.el (insert-directory): When WILDCARD-REGEXP and
2249         FULL-DIRECTORY-P are nil, insert the file entry instead of the
2250         whole directory.  (Bug#5551)
2252         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
2253         dired's alignment sanity.  (Bug#5516)
2255 2010-02-14  Juri Linkov  <juri@jurta.org>
2257         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
2258         Remove remaining ^H with their preceding chars.  (Bug#5566)
2260 2010-02-13  Glenn Morris  <rgm@gnu.org>
2262         * simple.el (transpose-subr): Give it a doc-string.
2264         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
2265         Doc fixes.
2267 2010-02-12  Juri Linkov  <juri@jurta.org>
2269         * arc-mode.el (archive-unique-fname): Make directories for nested
2270         archives.  (Bug#5540)
2272 2010-02-12  Juri Linkov  <juri@jurta.org>
2274         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
2276 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2278         * subr.el (copy-overlay): Handle deleted overlays.
2280         * man.el (Man-completion-table): Don't signal an error if we can't run
2281         manual-program (bug#4056).
2283 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
2285         * textmodes/artist.el (artist-mt): Fix typos in docstring.
2287 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2289         * info.el (Info-bookmark-jump): Simplify.
2291         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
2292         (bookmark-default-handler): Accept new bookmark field `buffer'.
2294 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
2296         * iswitchb.el (iswitchb-completions): Revert last change.
2298 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
2300         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
2301         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
2302         This prevents file names like "~/" being listed literally.
2304 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
2306         * term/xterm.el (xterm-maybe-set-dark-background-mode):
2307         Remove dead code.  (Bug#5546)
2309 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
2311         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
2312         correctly (Bug#5548).
2314 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
2316         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
2317         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
2319 2010-02-08  Kenichi Handa  <handa@m17n.org>
2321         * international/mule-util.el (with-coding-priority): Add autoload
2322         cookie for putting `lisp-indent-function'.
2324 2010-02-07  Glenn Morris  <rgm@gnu.org>
2326         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
2327         Move F2003 named interfaces from keywords-2 to keywords-1, and
2328         use function-name-face rather than constant-face.
2329         Simplify "abstract interface" regexp.
2331 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
2333         * eshell/esh-util.el (eshell-file-attributes): New optional arg
2334         ID-FORMAT.  Pass it to `file-attributes'.
2336         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2338 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
2340         * faces.el (set-face-attribute): Allow calling
2341         internal-set-lisp-face-attribute with 'unspecified family and
2342         foundry argument (Bug#5536).
2344 2010-02-07  Glenn Morris  <rgm@gnu.org>
2346         * progmodes/f90.el (f90-font-lock-keywords-2)
2347         (f90-looking-at-type-like, f90-looking-at-program-block-end):
2348         Handle F2003 named interfaces.
2350 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
2352         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
2353         beg and end before calling c-get-state-before-change-functions.
2355 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
2357         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
2359 2010-02-05  Juri Linkov  <juri@jurta.org>
2361         * doc-view.el (doc-view-mode):
2362         * image-mode.el (image-mode): Put property mode-class=special.
2363         (Bug#4896)
2365 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
2367         * vc-svn.el (vc-svn-revision-table): New function.
2369 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
2371         * net/ange-ftp.el (ange-ftp-insert-directory):
2372         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2373         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2374         Handle also directories.  (Bug#5478)
2376 2010-02-05  Glenn Morris  <rgm@gnu.org>
2378         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
2380 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
2382         * startup.el (command-line-1): Convert options beginning with a
2383         single dash as well (Bug#5519).
2385 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2387         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
2388         * minibuffer.el (completion-initials-expand): Only check the presence
2389         of delims *within* the boundaries, since otherwise the / delim is
2390         always found for files.
2392         Fix up various corner case problems.
2393         * doc-view.el (doc-view-last-page-number): New function.
2394         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
2395         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
2396         (doc-view-kill-proc): Avoid inf-loop in freak cases.
2397         (doc-view-reconvert-doc): Use the new recursive delete-directory.
2398         (doc-view-convert-current-doc): Don't create the resolution.el file
2399         here any more.
2400         (doc-view-pdf/ps->png): Do it here instead.
2401         (doc-view-already-converted-p): Check that resolution.el is present.
2402         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
2403         windows that are not yet showing images.
2405 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
2407         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
2408         `dired-uncache' for every elemnt which is an absolute file name.
2410         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
2411         directory, handle its directory component.
2412         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
2413         function is called permanently and creates noise, otherwise.
2415         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2416         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2417         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
2419 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
2421         * macros.el (apply-macro-to-region-lines):
2422         Minor simplification.  (Bug#5485)
2424 2010-02-04  Glenn Morris  <rgm@gnu.org>
2426         * mail/rmail.el (rmail-show-message-1): Handle malformed
2427         quoted-printable text.  (Bug#5441)
2429         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
2431         * simple.el (visual-line-mode): Capitalize lighter.
2433 2010-02-03  John Wiegley  <jwiegley@gmail.com>
2435         * iswitchb.el (iswitchb-completions): Add bookmark files to the
2436         list of files considered for "virtual buffer" completions.
2438 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
2440         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
2441         also in case of (and (not full) (not wildcard)). This is needed,
2442         when dired is called with a list of files, which are not in
2443         `default-directory'.  (Bug#5478)
2445 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2447         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
2449 2010-02-02  Juri Linkov  <juri@jurta.org>
2451         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
2452         from unidiff to allow function-line after @@.
2454 2010-02-02  Juri Linkov  <juri@jurta.org>
2456         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
2457         '(RCS SCCS) with inverted condition.
2459 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
2461         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
2462         messages.
2464 2010-02-01  Juri Linkov  <juri@jurta.org>
2466         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
2467         compare with "pkunzip" and "pkzip" instead of only "pkzip".
2468         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
2469         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
2471 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2473         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
2474         (doc-view-revert-buffer): New command.
2475         (doc-view-mode-map): Use it.
2477 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
2479         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
2480         pending merge is detected.
2482 2010-01-31  Juri Linkov  <juri@jurta.org>
2484         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
2485         beginning of interactive spec like all other grep commands do.
2486         Put "all" in front of "gz".  (Bug#5260)
2488 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
2490         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
2492 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
2494         * dirtrack.el (dirtrack): Warn instead of signalling error if the
2495         regexp is incorrect (Bug#5476).
2497 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
2499         * net/tramp.el (tramp-handle-insert-directory): Handle also
2500         symlinks, when FILENAME is not in `default-directory'.
2502 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
2504         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
2505         FILE is not in `default-directory'.  (Bug#5478)
2507         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
2508         of SWITCHES.  Handle the case, FILENAME is not in
2509         `default-directory'.  (Bug#5478)
2510         (tramp-register-file-name-handlers): Add safe-magic property.
2512 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
2514         * arc-mode.el (archive-zip-extract): Quote the argument passed to
2515         unzip (Bug#5475).
2517 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
2519         * progmodes/flymake.el (flymake-allowed-file-name-masks)
2520         (flymake-master-make-header-init): Add other C++ filename masks.
2521         (flymake-find-possible-master-files)
2522         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
2524 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
2526         Fix some busybox annoyances.
2528         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
2529         not responding." string.
2530         (tramp-open-connection-setup-interactive-shell): Dump stty
2531         settings.  Enable "neveropen" arg for all `tramp-send-command'
2532         calls.  Handle "=" in variable values properly.
2533         (tramp-find-inline-encoding): Raise an error, when no encoding is
2534         found.
2535         (tramp-wait-for-output): Check, whether PROC buffer is available.
2536         Remove spurious " ^H" sequences, sent by busybox.
2537         (tramp-get-ls-command): Suppress coloring, if possible.
2539 2010-01-28  Glenn Morris  <rgm@gnu.org>
2541         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
2543         * log-edit.el (log-edit-strip-single-file-name): Add missing
2544         :safe, :group, and :version tags.
2546 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
2548         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
2549         buffers.  (Bug#5477)
2551 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
2553         * files.el (delete-directory): Handle moving to trash without
2554         first doing recursion (Bug#5436).
2556 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
2558         * vc-hooks.el (vc-path): Mark as obsolete.
2560 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
2562         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
2563         names too.
2565         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
2566         for the short log.
2567         (vc-bzr-log-view-mode): Adjust regexp for the above change.
2569 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
2571         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
2573         * vc-bzr.el (vc-bzr-revision-table): New function.
2575 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
2577         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
2578         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
2580 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
2582         Remove support for adding --signoff on commit.
2583         Future support will use an incompatible generic mechanism.
2584         * vc-git.el (vc-git-add-signoff): Remove variable.
2585         (vc-git-toggle-signoff): Remove function.
2586         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
2588         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
2589         from xterm-set-background-mode.  Return t if the background mode
2590         was set.
2591         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
2592         earlier, call it again in case the background mode has changed.
2594 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
2596         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
2597         (Bug#3541).
2599 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
2601         * emacs-lisp/assoc.el (aelement): Doc fix.
2602         (aput, adelete, amake): Use lexical-let (Bug#5450).
2604 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
2606         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
2607         is the same as subprogram call, not declaration.  (Bug#5435).
2609 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
2611         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
2612         (tramp-smb-maybe-open-connection): Use it.
2614 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
2616         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
2618 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2620         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
2621         just because we see "encoding: 8bit".
2622         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
2624 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
2626         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
2628 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
2630         * jka-compr.el (jka-compr-load): If load-file is not in
2631         load-history, try its file-truename version.  (bug#5447)
2633 2010-01-21  Alan Mackenzie  <acm@muc.de>
2635         Fix a situation where deletion of a cpp construct throws an error.
2636         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
2637         invoking c-with-all-but-one-cpps-commented-out, check that the
2638         special cpp construct is still in the buffer.
2639         (c-parse-state): Record the special cpp with markers, not numbers.
2641 2010-01-21  Kenichi Handa  <handa@m17n.org>
2643         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
2644         process last-command-event, as it is now decoded first (Bug#5380).
2646 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
2648         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
2650 2010-01-20  Glenn Morris  <rgm@gnu.org>
2652         * indent.el (tab-always-indent): Fix custom-type.
2654 2010-01-19  Alan Mackenzie  <acm@muc.de>
2656         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
2657         buffer throws "args out of range".
2658         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
2659         playing the role of delimiter.
2661 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
2663         * progmodes/ada-mode.el: Fix bug#5400.
2664         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
2665         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
2666         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
2667         Improve comments in "is" portion.  Handle null procedure declaration.
2668         (ada-move-to-end): Improve doc string.
2670 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
2672         * ido.el (ido-cur-list): Initialize to nil.
2673         Remove obsolete information from commentary.
2674         (ido-choice-list): Initialize to nil.
2675         (ido-get-bufname): Reject minibuffers.
2676         (ido-make-buffer-list): If "default" is a nonexistent
2677         buffer, ignore it, as per the function's comment.
2678         (ido-kill-buffer-internal): New function.
2679         (ido-kill-buffer-at-head): Use it.
2680         (ido-visit-buffer): Likewise.
2682 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2684         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
2686 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
2688         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
2689         Fix typos in chart titles.
2691         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
2692         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
2693         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
2694         (describe-class, eieio-describe-generic, describe-generic):
2695         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
2696         (eieio-speedbar-expand):
2697         * emulation/viper-cmd.el (viper-exec-form-in-vi)
2698         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
2699         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
2700         (viper-del-backward-char-in-replace, viper-backward-indent)
2701         (viper-brac-function, viper-register-to-point, viper-submit-report):
2702         * net/tramp.el (tramp-remote-coding-commands):
2703         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
2704         Fix typos in docstrings.
2706 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2708         * mail/sendmail.el (mail-yank-original): Set the mark if the
2709         specified function for yanking does not do it.
2711 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
2713         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
2715         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
2716         resyncing a directory.
2718 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
2720         * progmodes/ada-mode.el: Fix bug#1920.
2721         (ada-ident-re): Delete ., allow multibyte characters.
2722         (ada-goto-label-re): New; matches goto labels.
2723         (ada-block-label-re): New; matches block labels.
2724         (ada-label-re): New; matches both.
2725         (ada-named-block-re): Deleted; callers changed to use
2726         `ada-block-label-re' instead.
2727         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2728         Use `ada-block-label-re'.
2729         (ada-indent-on-previous-lines): Improve handling of goto labels.
2730         (ada-get-indent-block-start): Special-case block label.
2731         (ada-get-indent-label): Split into `ada-indent-block-label' and
2732         `ada-indent-goto-label'.
2733         (ada-goto-stmt-start, ada-goto-next-non-ws):
2734         Optionally ignore goto labels.
2735         (ada-goto-next-word): Simplify.
2736         (ada-indent-newline-indent-conditional): Insert newline before
2737         trying to fix indentation; doc fix.
2739 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
2741         * calc/calc.el (calc-command-flags): Give it an initial value.
2743 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2745         * files.el (minibuffer-with-setup-hook):
2746         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2747         (artist-key-draw-continously, artist-key-do-continously-continously)
2748         (artist-key-set-point-continously, artist-mouse-draw-continously):
2749         Fix typos in docstrings.
2751 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
2753         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2754         return t (Bug#3898).
2756 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
2758         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2759         can parse the output of the external commands (Bug#5279).
2761 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
2763         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2765 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
2767         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2769         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2771         * startup.el (command-line): Remove unused --icon-type arg.
2772         Handle --display arg, passing it to command-line-1 (Bug#5392).
2774 2010-01-16  Mario Lang  <mlang@delysid.org>
2776         * emacs-lisp/chart.el (chart-translate-namezone):
2777         * textmodes/artist.el (artist-compute-popup-menu-table):
2778         Remove duplicated words in doc-strings.
2780 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
2782         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2783         to mairix-search to suppress threading (Bug#5342).
2785 2010-01-15  Kenichi Handa  <handa@m17n.org>
2787         * international/mule-cmds.el (canonicalize-coding-system-name):
2788         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
2790 2010-01-15  Glenn Morris  <rgm@gnu.org>
2792         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
2794         * wid-edit.el (widget-keymap): Doc fix.
2796         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2797         former seems to be more widely accepted by various svn versions.
2799 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2801         * find-cmd.el (find-constituents):
2802         * vc-arch.el (vc-arch-root):
2803         * window.el (window-body-height, pop-up-frames):
2804         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2805         * progmodes/ada-stmt.el (ada-if):
2806         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2807         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2808         (ispell-encoding8-command, ispell-aspell-supports-utf8)
2809         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2811         * progmodes/flymake.el (flymake-post-syntax-check):
2812         Fix typo in error message.
2814 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2816         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2817         which is always a string.  (Bug#5313)
2819 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2821         * progmodes/ada-xref.el (ada-default-prj-properties):
2822         Simplify previous change.
2824 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2826         * progmodes/ada-xref.el (ada-default-prj-properties):
2827         Default ada_project_path to $ADA_PROJECT_PATH.
2829 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2831         * progmodes/ada-mode.el (ada-create-keymap):
2832         Override `narrow-to-defun' with `ada-narrow-to-defun'.
2834 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2836         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2837         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2838         (ada-get-current-indent, ada-imenu-generic-expression)
2839         (ada-which-function): Check for it.
2841 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2843         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2844         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2846 2010-01-14  Glenn Morris  <rgm@gnu.org>
2848         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
2850 2010-01-14  Kenichi Handa  <handa@m17n.org>
2852         * composite.el (auto-composition-mode): Make it a buffer local
2853         variable (permanent-local).
2854         (auto-composition-function): Set the default value to
2855         auto-compose-chars.
2856         (auto-composition-mode): Make it a simple function, not a minor mode.
2857         (global-auto-composition-mode): Likewise.
2858         (turn-on-auto-composition-if-enabled): Delete it.
2860 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
2862         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
2864 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
2866         * files.el (copy-directory): Compute target for recursive
2867         directories with identical names.  (Bug#5343)
2869 2010-01-12  Glenn Morris  <rgm@gnu.org>
2871         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2872         it to bug-gnu-emacs rather than emacs-pretest-bug.
2874 2010-01-11  Sam Steingold  <sds@gnu.org>
2876         * imenu.el (imenu-default-create-index-function): Detect infinite
2877         loops caused by imenu-prev-index-position-function.
2879 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
2881         * htmlfontify.el (htmlfontify-load-rgb-file)
2882         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2883         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2884         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2885         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2886         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2887         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2888         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2889         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2890         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2891         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2892         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2893         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2894         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2895         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2896         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2897         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2898         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2899         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2900         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2901         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2902         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2903         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2904         backslash-quoting from parentheses, etc.
2906 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
2908         * progmodes/js.el: Autoload javascript-mode alias.
2910 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
2912         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2913         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2914         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2915         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2916         Fix typos in docstrings.
2917         (ffap-url-regexp): Doc fix.
2918         (ffap-at-mouse): Fix typo in message.
2920 2010-01-11  Glenn Morris  <rgm@gnu.org>
2922         * version.el (emacs-copyright): Set copyright year to 2010.
2924 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2926         * format.el (format-annotate-function): Only set
2927         write-region-post-annotation-function after running to-fn so as not to
2928         affect nested write-region calls (bug#5273).
2930 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
2932         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2933         wisent/python.el.
2935 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
2937         * man.el (Man-goto-section): Signal error if the section is not
2938         found (Bug#5317).
2940 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
2942         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2943         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
2945 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
2947         * progmodes/compile.el: Don't treat compile-command as safe if
2948         compilation-read-command might be nil (Bug#4218).
2950 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
2952         * startup.el (command-line-1): Use orig-argi to check for ignored X and
2953         NS options.
2955 2010-01-08  Kenichi Handa  <handa@m17n.org>
2957         * international/fontset.el (build-default-fontset-data):
2958         Exclude characters in scripts kana, hangul, han, or cjk-misc.
2960 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
2962         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2963         to `create-file-buffer' as it expects, not just a buffer name.
2964         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2965         to help uniquify.  (Bug#3224)
2967 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
2969         * font-setting.el (font-setting-change-default-font): Use user-spec
2970         instead of name.
2972 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
2974         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2976 2010-01-05  Tom Tromey  <tromey@redhat.com>
2978         * progmodes/python.el (python-font-lock-keywords):
2979         Handle qualified decorators (Bug#881).
2981 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2983         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2984         in a lightweight checkout.
2986 2010-01-05  Kenichi Handa  <handa@m17n.org>
2988         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
2990 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2992         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2994 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
2996         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2997         checkouts.  (Bug#618)
2998         (vc-bzr-log-view-mode): Also highlight the author.
2999         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
3000         (vc-bzr-shelve-menu-map):
3001         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
3002         (vc-bzr-shelve-apply): Make prompt more explicit.
3004 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3006         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
3007         They are valid characters in URL paths (rfc3986), and at least
3008         Firefox does not understand the encoded version (Bug#3166).
3010 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
3012         * progmodes/octave-mod.el (octave-end-keywords)
3013         (octave-block-begin-or-end-regexp, octave-block-match-alist):
3014         Add "end" keyword (Bug#3061).
3015         (octave-end-as-array-index-p): New function.
3016         (calculate-octave-indent): Use it.
3018 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3020         * bookmark.el: Consistently put the text property on the bookmark name.
3021         (bookmark-bmenu-marks-width): Bump back to 2, to include
3022         annotation marks.
3023         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
3024         property on the bookmark name, instead of not putting it at all.
3025         (bookmark-bmenu-list): Fix where we put the text property.
3027 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3029         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
3030         for showing buffer modified state (as added in the previous change).
3032 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3034         * bookmark.el: Show modified state of bookmark buffer more accurately.
3035         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3036         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3037         (with-buffer-modified-unmodified): New macro.
3038         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3039         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
3040         Use new macro to preserve the buffer modified state.
3042 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3044         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3045         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3046         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3047         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3048         (bookmark-bmenu-rename, bookmark-bmenu-locate)
3049         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3050         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3052 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
3054         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3055         Make the lines in the generated doc string shorter.  (Bug#4668)
3057 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
3059         * net/rcirc.el: Add follow-link binding (Bug#4738).
3061 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
3063         * Makefile.in (bzr-update): Rename from cvs-update.
3064         (cvs-update): New target for backward compatibility.
3066         * makefile.w32-in (bzr-update): Rename from cvs-update.
3067         (cvs-update): New target for backward compatibility.
3069 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3071         * bookmark.el: Remove gratuitous gratitude.
3073 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3075         * bookmark.el (bookmark-bmenu-any-marks): New function
3076         (bookmark-bmenu-save): Clear buffer modification if no marks.
3078 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3080         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
3081         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3082         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3083         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
3085         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
3086         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
3087         To: emacs-devel {_AT_} gnu.org
3088         Subject: bookmark.el bug report
3089         Date: Mon, 28 Dec 2009 14:19:16 +0800
3090         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3092 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3094         * bookmark.el: Improvements suggested by Drew Adams:
3095         (bookmark-bmenu-ensure-position): New name for
3096         `bookmark-bmenu-check-position'.  Just ensure the position,
3097         don't return any meaningful value.
3098         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
3099         New constants.
3101 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
3103         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3104         (bookmark-yank-point, bookmark-bmenu-check-position):
3105         Fix typos in docstrings.
3106         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3107         (bookmark-name-from-full-record, bookmark-get-position)
3108         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3109         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3110         Remove useless quoting of parenthesis, etc. in docstrings.
3112         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3113         (ediff-append-custom-diff): Fix typo in error message.
3114         (ediff-meta-mark-equal-files): Fix typos in messages.
3116         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3118         * net/imap-hash.el (imap-hash-make): Doc fix.
3119         (imap-hash-test): Fix typo in error message; reflow docstring.
3120         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3121         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3122         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3123         Fix typos in docstrings.
3124         (imap-hash-open-connection): Fix typo in error message.
3126         * play/gomoku.el (gomoku): Fix typos in docstring.
3128         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3129         (gdb-jsonify-buffer): Fix typos in docstring.
3130         (gdb-goto-breakpoint): Fix typo in error message.
3131         ("Display Other Windows"): Fix typo in help message.
3132         (gdb-speedbar-expand-node): Fix typo in question.
3134         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3135         (idlwave-html-system-help-location, idlwave-html-help-location)
3136         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3137         (idlwave-help-browser-generic-args, idlwave-help-directory)
3138         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3139         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3140         (idlwave-online-help, idlwave-help-html-link)
3141         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3142         Fix typos in docstrings.
3143         (idlwave-help-with-source, idlwave-help-find-routine-definition):
3144         Reflow docstrings.
3145         (idlwave-help-assistant-start): Fix typo in error message.
3147         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3148         (octave-electric-space): Fix typos in docstrings.
3150 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3152         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3154 2010-01-01  Juri Linkov  <juri@jurta.org>
3156         * comint.el (comint-input-ring-size): Make it a defcustom and
3157         increase the default to 500 (Bug#5148).
3159 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
3161         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
3162         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
3163         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
3165 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
3167         Show working revision correctly for mercurial.
3168         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
3169         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
3171 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
3173         Declare some functions for the byte-compiler.
3174         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
3175         (speedbar-timer-fn, speedbar-change-expand-button-char)
3176         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
3178 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
3180         This changeset reverts GDB Graphical Interface to use annotations.
3181         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
3183 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
3185         Make vc-dir work on subdirectories of the bzr root.
3186         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
3187         file names relative to it.
3188         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
3189         relative directory to vc-bzr-after-dir-status.
3191 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
3193         * font-lock.el (font-lock-refresh-defaults): New function, which
3194         can be used to let font-lock react to external changes in
3195         variables like font-lock-defaults and keywords.
3196         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3198 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
3200         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3202         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3204 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
3206         Supersede color.diff settings in git log (bug#5211).
3208         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3209         escape chars in its output when the user has color.diff set to `always'.
3210         This fix works on git 1.4.2 and newer (released on 2006-08-13).
3212 2009-12-26  Kevin Ryde  <user42@zip.com.au>
3214         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3215         node.  Keep previous "Index" name to work with past coreutils too.
3217         * man.el (man): Revise docstring a bit to show -a and -l as
3218         examples.  Add -k description since support for it has otherwise
3219         been a secret.  (Further to bug#3717.)
3220         (Man-bgproc-sentinel): When "-k foo" produces no output show error
3221         "no matches" rather than "Can't find manpage", as the latter reads
3222         like -k was interpreted as a page name, which is not so.  (Bug#5431)
3224 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
3226         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3227         switches.  Check also for //SUBDIRED// line.
3229 2009-12-25  Kenichi Handa  <handa@m17n.org>
3231         * language/indian.el (devanagari-composable-pattern): Fixed to
3232         handle ZWNJ and ZWJ.  Use it in composition-function-table for
3233         Devanagari.
3234         (malayalam-composable-pattern): Fix previous change.
3236 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3238         * ps-print.el (ps-face-attributes): It was not returning the
3239         attribute face for faces specified as string.  Reported by harven
3240         <harven@free.fr>.  (Bug#5254)
3241         (ps-print-version): New version 7.3.5.
3243 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
3245         * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
3246         timezone names.
3247         (icalendar--convert-tz-offset): Fixed the "last-day-problem".
3248         (icalendar--add-diary-entry): Remove the trailing blank that
3249         diary-make-entry inserts.
3251 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
3253         Make `file-expand-wildcards' work for remote files.
3255         * files.el (file-expand-wildcards): In case of remote files, check
3256         only local file name part for wildcards.  Provide feature 'files
3257         and subfeature 'remote-wildcards.  (Bug#5198)
3259         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3260         if there is already an established connection.
3261         (tramp-advice-file-expand-wildcards): Remove it.
3263         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3264         (tramp-advice-file-expand-wildcards): Moved from tramp.el.
3265         Activate advice for older GNU Emacs versions.  (Bug#5237)
3267 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
3269         Some doc fixes (more needed).
3271         * find-cmd.el (find-constituents): Reflow docstring.
3272         (find-cmd, find-prune, find-command): Fix typos in docstrings.
3273         (find-generic): Doc fix.
3275 2009-12-17  Juri Linkov  <juri@jurta.org>
3277         Fix regression from 23.1 to allow multiple modes in Local Variables.
3279         * files.el (hack-local-variables-filter): While ignoring duplicates,
3280         don't take `mode' into account.
3281         (hack-local-variables-filter, hack-dir-local-variables): Don't
3282         remove duplicate `mode' from local-variables-alist (like `eval').
3284 2009-12-17  Juri Linkov  <juri@jurta.org>
3286         Make `dired-diff' more safe.  (Bug#5225)
3288         * dired-aux.el (dired-diff): Signal an error when `file' equals to
3289         `current' or when `file' is a directory of the `current' file.
3291 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
3293         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3294         unconditionally preloaded files.
3296 2009-12-16  Juri Linkov  <juri@jurta.org>
3298         Revert to old 23.1 logic of using the file at the mark as default.
3299         * dired-aux.el (dired-diff): Use the file at the mark as default
3300         if it's not the same as the current file, and the target dir is
3301         the current dir or the mark is active.  Add the current file
3302         as the arg of `dired-dwim-target-defaults'.  Use the default file
3303         in the prompt.  (Bug#5225)
3305 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
3307         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3308         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3309         (tramp-check-for-regexp): Check also, when an echoing shell stops
3310         to echo sent commands.
3312 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3314         * Makefile.in: Revert last change (Bug#5191).
3316 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
3318         * vc-hg.el (vc-hg-print-log): Fix argument order.
3319         (vc-hg-working-revision): Make sure the command is executed in a
3320         known environment so that we can parse the output.  (Bug#4417)
3322 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3324         * progmodes/python.el (python-symbol-completions): Remove text
3325         properties from symbol string before calling python-send-receive.
3327 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
3329         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
3330         when there are values for both file and line.  (Bug#5060)
3332 2009-12-14  Juri Linkov  <juri@jurta.org>
3334         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
3335         whitespace after the file name of the first line of unified format,
3336         because git-diff doesn't output whitespace and file modification time
3337         after the file name.
3339 2009-12-14  David Kastrup  <dak@gnu.org>
3341         * info.el (Info-hide-cookies-node): Before hiding a cookie,
3342         check if it already has the `display' property added by
3343         `Info-display-images-node', and not put the `invisible' property
3344         in this case.
3346 2009-12-13  Glenn Morris  <rgm@gnu.org>
3348         * mail/emacsbug.el (message-sort-headers): Define for compiler.
3349         (report-emacs-bug): In message-mode, sort manually before storing
3350         original report text.  (Bug#5178)
3351         Remove superfluous save-excursion.
3353 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
3355         * net/dbus.el (dbus-property-handler): Filter lambda forms out
3356         when responding to "GetAll" properties.
3358 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
3360         * simple.el (compose-mail): Remove mail-setup-with-from from
3361         customization checks.
3363 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
3365         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
3366         RAR archives created on Unix systems.
3368 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3370         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
3371         the varalias that was accidentally removed by the 2009-11-19 change
3372         (bug#5186).
3374 2009-12-12  Kenichi Handa  <handa@m17n.org>
3376         * language/indian.el (indian-compose-regexp): New function.
3377         (malayalam-composable-pattern): Fix the pattern.
3378         (composition-function-table): Set malayalam-composable-pattern for
3379         Malayalam characters.
3381 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
3383         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
3384         rather than down-mouse-1, based on follow-link conventions.
3386         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
3387         are compiled.
3389 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
3391         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
3392         (verilog-vmm-statement-re, verilog-ovm-statement-re)
3393         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
3394         (verilog-leap-to-head, verilog-backward-token):
3395         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
3397 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
3399         * progmodes/verilog-mode.el (verilog-auto-lineup)
3400         (verilog-nameable-item-re): Cleanup user-visible spelling and
3401         documentation errors.  One reported by Gary Delp.
3402         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
3403         (verilog-read-decls): Fix AUTOWIRE with types declared in a
3404         package, bug195.  Reported by Pierre-David Pfister.
3406 2009-12-11  Glenn Morris  <rgm@gnu.org>
3408         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
3410         * mail/emacsbug.el: No longer require sendmail.
3411         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
3412         (report-emacs-bug-orig-text): Doc fix.
3413         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
3414         New local variables, to adapt to different mail-user-agents.
3415         (report-emacs-bug): Fix test for a gnu.org address.
3416         Use overlays for emphasis, since font-lock defeats 'face property.
3417         Pretest bugs also end up at the newsgroup these days.
3418         Stop message-mode stripping text properties.
3419         Set and use the new buffer-local variables.
3420         (report-emacs-bug-hook): Add doc-string.
3421         Remove some unnecessary save-excursions and simplify.
3422         Use the appropriate hook and send-command.
3424         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
3425         capitalization of some menu entries.
3427 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3429         * whitespace.el (whitespace-display-char-on): Ensure
3430         `buffer-display-table' is unique when two or more windows are
3431         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
3432         New version 12.1.
3434 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
3436         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
3437         characters in the Attribute field.
3439 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
3441         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
3443 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3445         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
3446         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3447         Disregard autoload-excludes.
3448         (update-directory-autoloads): Obey autoload-excludes here instead.
3449         But don't store its contents in no-autoloads and remove entries that
3450         refer to excludes files.
3452 2009-12-10  Glenn Morris  <rgm@gnu.org>
3454         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
3455         (expand-mail-aliases): Define for compiler.
3457         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
3458         Define for compiler.
3460         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
3461         appropriate for the mail-user-agent in use.
3463 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
3465         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
3467 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
3469         Fix short log parsing and fontification.
3470         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
3471         Fix fontification for the [merge] label.
3473 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
3475         Drop some properties to avoid surprises.
3476         * htmlfontify.el (hfy-ignored-properties): New defcustom.
3477         (hfy-fontify-buffer): Use it.
3479 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3481         Minor cleanup.
3482         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
3483         Adjust all callers.
3484         (ffap-locate-file): Remove unused arg `dir-ok' and make other
3485         args compulsory.  Adjust callers.
3486         (ffap-gopher-at-point): Remove unused var `name'.
3488         Get rid of the ELCFILES abomination.
3489         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3490         (compile-elcfiles): New phony target.
3491         (compile-main): Compute ELCFILES dynamically.
3492         (compile-clean): New target to remove left-over elc files.
3493         (compile, all): Use it.
3495 2009-12-09  Kenichi Handa  <handa@etlken>
3497         * international/mule-diag.el: Require help-mode instead of help-fns.
3499 2009-12-09  Kenichi Handa  <handa@m17n.org>
3501         * international/mule-cmds.el (ucs-names): Supply sufficiently
3502         fine ranges instead of pre-calculating accurate ranges.
3503         Iterate with bigger gc-cons-threshold.
3505 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
3507         Add support for stashing a snapshot of the current tree.
3508         * vc-git.el (vc-git-stash-snapshot): New function.
3509         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
3511 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
3513         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
3514         instead of `(beginning|end)-of-line'.
3516 2009-12-08  Glenn Morris  <rgm@gnu.org>
3518         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
3520         * Makefile.in (ELCFILES): Regenerate.
3522 2009-12-07  Juri Linkov  <juri@jurta.org>
3524         Don't lazy-highlight the comint output in history Isearch mode.
3526         * comint.el (comint-history-isearch-search): Instead of
3527         `comint-line-beginning-position', use `comint-after-pmark-p'
3528         to check if point if before the process mark, and go to
3529         `process-mark' in this case.
3531 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3533         * textmodes/tex-mode.el (latex-complete)
3534         (latex-indent-or-complete): Remove.
3535         (latex-mode): Set completion-at-point-functions instead.
3537         Provide a standard completion command and hook it into TAB.
3538         * minibuffer.el (completion-at-point-functions): New var.
3539         (completion-at-point): New command.
3540         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
3541         * progmodes/python.el (python-mode-map): Use completion-at-point.
3542         (python-completion-at-point): Rename from python-partial-symbol and
3543         adjust for use in completion-at-point-functions.
3544         (python-mode): Setup completion-at-point for Python completion.
3545         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
3546         extracted from lisp-complete-symbol.
3547         (lisp-complete-symbol): Use it.
3548         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
3549         setup completion-at-point for Elisp completion.
3550         (emacs-lisp-mode-map, lisp-interaction-mode-map):
3551         Use completion-at-point.
3552         * ielm.el (ielm-map): Use completion-at-point.
3553         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
3554         * progmodes/sym-comp.el: Move to...
3555         * obsolete/sym-comp.el: Move from progmodes.
3557 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
3559         Prevent save-buffer in Rmail buffers from using the coding-system
3560         of the current message, and from clobbering the encoding mnemonics
3561         in the mode line (Bug#4623).
3563         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
3564         flag, too.
3565         (rmail-message-encoding): New variable.
3566         (rmail-write-region-annotate): Record the encoding of the current
3567         message in rmail-message-encoding.
3568         (rmail-after-save-hook): New function, restores the encoding of
3569         the current message after the message collection is saved.
3571 2009-12-07  Juri Linkov  <juri@jurta.org>
3573         * progmodes/grep.el (grep-read-files): Use `completing-read'
3574         instead of `read-string'.  Set its `collection' arg to
3575         `read-file-name-internal'.  (Bug#4301)
3577 2009-12-07  Juri Linkov  <juri@jurta.org>
3579         Correctly restore original Isearch point.  (Bug#4994)
3581         * isearch.el (isearch-mode): Move `isearch-push-state' after
3582         `(run-hooks 'isearch-mode-hook)'.
3583         (isearch-cancel): When `isearch-push-state-function' is defined,
3584         let-bind `isearch-cmds' to the first state (the last element of
3585         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
3586         function and restores the original point).  Otherwise, move point
3587         to `isearch-opoint'.
3589 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3591         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
3592         chars that don't have names, so the table can be built much faster at
3593         run-time.
3595 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
3597         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
3598         change.  Suggested by David Kastrup.
3600         * simple.el (compose-mail): Check for incompatibilities and warn.
3601         (compose-mail-user-agent-warnings): New option.
3603 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
3605         Support showing a single log entry from vc-annotate.
3606         * vc.el (print-log): Add a new argument: START-REVISION.
3607         (vc-print-log-internal): Add a new optional argument and
3608         pass it to the backend.
3609         (vc-print-log, vc-print-root-log): Adjust callers.
3610         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
3611         buffer already displays the requested log entry, use it.
3612         Otherwise display only the log entry in question.
3613         * vc-svn.el (vc-svn-print-log):
3614         * vc-mtn.el (vc-mtn-print-log):
3615         * vc-hg.el (vc-hg-state):
3616         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
3617         (vc-git-show-log-entry): Return t on success.
3618         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
3619         (vc-bzr-show-log-entry): Return t on success.
3620         * vc-rcs.el (vc-rcs-print-log):
3621         * vc-sccs.el (vc-sccs-print-log):
3622         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
3624 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
3626         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
3627         Add menus to the meta mode.  (Bug#5043)
3629 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
3631         * ediff-init.el (ediff-event-key): Use event-to-character instead of
3632         event-key.
3634         * ediff.el (ediff-buffers-internal): Add unwind-protect.
3636 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
3638         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
3639         Berbain <raphael.berbain@gmail.com>.
3641         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
3642         characters.
3643         (tramp-initial-end-of-output): New defconst.
3644         (tramp-methods, tramp-find-shell)
3645         (tramp-open-connection-setup-interactive-shell)
3646         (tramp-maybe-open-connection): Use it.
3647         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
3648         existence of `#' and `$'.
3650         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
3651         `tramp-initial-end-of-output'.
3653 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
3655         Get the background mode from the terminal for xterm, and set
3656         faces accordingly.
3657         * term/xterm.el (xterm-set-background-mode): New function.
3658         (terminal-init-xterm): Use it in case xterm supports background
3659         color queries.  Recompute faces after getting the background
3660         color.
3662 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
3664         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3665         number comment back on its own line, for easier parsing.
3667 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3669         Make it work for non-file buffers (bug#5102).
3670         * doc-view.el (doc-view-current-cache-dir):
3671         Use doc-view-buffer-file-name rather than buffer-file-name.
3672         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3674 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
3676         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3677         author field is too short.
3679 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
3681         * vc-git.el (vc-git-print-log): Handle a limit argument.
3682         Display the short log in graph form and with labels.
3683         (vc-git-log-view-mode): Handle labels.
3685         Make vc-revert change VC state from 'added to 'unregistered.
3686         * vc-git.el (vc-git-revert): Call git reset first.
3688 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
3690         * net/newst-backend.el, net/newst-plainview.el:
3691         * net/newst-reader.el, net/newst-ticker.el:
3692         * net/newst-treeview.el, net/newsticker.el:
3693         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
3695 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
3697         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3699         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3700         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
3701         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3702         Update annotation regexp.
3704         * simple.el (beginning-of-visual-line): Constrain to field
3705         boundaries (Bug#5106).
3707 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
3709         * xml.el (xml-substitute-numeric-entities): Move
3710         newsticker--decode-numeric-entities in newst-backend.el to
3711         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
3712         * net/newst-backend.el (newsticker--parse-generic-feed)
3713         (newsticker--parse-generic-items)
3714         (newsticker--decode-numeric-entities): Move
3715         newsticker--decode-numeric-entities in newst-backend.el to
3716         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
3718 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
3720         * progmodes/js.el (js--js-not): Add null to the list of values.
3722 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
3724         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
3726 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3728         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3729         delimiter if it is at the end of the current line.
3730         (bibtex-generate-url-list): Fix docstring.
3732 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3734         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3735         minibuffer's content with itself.
3736         Fold the confirm-after-completion case into the `confirm' case.
3737         (completion-pcm-word-delimiters): Add : and / to the delimiters.
3739 2009-12-06  Kevin Ryde  <user42@zip.com.au>
3741         * ffap.el (ffap-rfc-path): Make this a defcustom since
3742         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
3744         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
3745         manuals, similar to existing setup for help-mode.  (Bug#3913.)
3747 2009-12-05  Juri Linkov  <juri@jurta.org>
3749         Save and restore dired buffer's point positions too.  (Bug#4880)
3751         * dired.el (dired-save-positions): Return in the first element
3752         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3753         Doc fix.
3754         (dired-restore-positions): First restore buffer's position.
3755         While restoring window's positions, check if window still displays
3756         the original buffer.
3758 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
3760         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3761         if possible.
3763         * shell.el (shell): Require ansi-color (Bug#5113).
3765         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3767         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3769 2009-12-05  Alan Mackenzie  <acm@muc.de>
3771         * progmodes/cc-mode.el (c-before-hack-hook)
3772         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3773         `c-file-style' to work again.  This reversion restores the current
3774         software to its state in Emacs 23.1.  (Bug#4146)
3776 2009-12-05  Kevin Ryde  <user42@zip.com.au>
3778         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3779         comment-start-skip to comment-end-skip as comment (Bug#4781).
3781 2009-12-05  Juri Linkov  <juri@jurta.org>
3783         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3784         for virtual nodes.  (Bug#4147)
3785         (Info-find-node-2): Set `Info-current-node-virtual' to nil
3786         when moving from a virtual node.
3787         (Info-mode-menu): Add `Info-virtual-index' to the menu.
3788         (Info-mode): Add `Info-virtual-index' to the docstring.
3790 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3792         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3793         track of the buffer position of the end of a BibTeX entry as this
3794         position may change during reformatting.
3795         (bibtex-format-entry): Remove whitespace before processing
3796         numerical fields so that we recognize the latter properly.
3797         (bibtex-reformat): Do not use push which changes the global value
3798         of bibtex-entry-format.
3799         (bibtex-field-braces-alist, bibtex-field-strings-alist)
3800         (bibtex-field-re-init): Replace only space characters by regexp
3801         for whitespace.
3802         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
3803         (bibtex-initialize): Also update bibtex-strings.
3804         (bibtex-kill-field): Preserve white space at end of entry.
3805         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3806         Update bibtex-reference-keys.
3808 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3810         * minibuffer.el (completion-pcm--merge-try): Also consider placing
3811         point after a star, if that's the only place where modifications can
3812         make progress.
3814 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
3816         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3817         in docstrings.
3819 2009-12-04  Juri Linkov  <juri@jurta.org>
3821         * proced.el (proced): Call `(proced-update t)' to update process
3822         information instead of only running proced-post-display-hook.
3823         (proced-send-signal): Add a leading space to the buffer name
3824         " *Marked Processes*" to make this buffer ephemeral.
3826 2009-12-04  Juri Linkov  <juri@jurta.org>
3828         * dired.el (dired-auto-revert-buffer): New defcustom.
3829         (dired-internal-noselect): Use it.
3831 2009-12-04  Juri Linkov  <juri@jurta.org>
3833         Change roles of modes and functions in image-mode.el (Bug#5062).
3835         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3836         in `auto-mode-alist'.
3837         (image-mode-previous-major-mode): New variable.
3838         (image-minor-mode-map): Rename from `image-mode-text-map'.
3839         (image-mode): Move graceful error-handling code from
3840         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
3841         (image-minor-mode): Remove all image-handling code.
3842         Replace `image-mode-text-map' with `image-minor-mode-map'.
3843         Check for `image-type' in mode-line format string.
3844         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3845         (image-mode-as-text): New function with most code from
3846         `image-mode-maybe'.
3847         (image-toggle-display-text): Move code that removes image
3848         properties from `image-toggle-display' to here.
3849         (image-toggle-display-image): New function with code that adds
3850         image properties copied from `image-toggle-display'.
3851         (image-toggle-display): Remove most code with leaving only code
3852         that toggles between `image-mode-as-text' and `image-mode'.
3854 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
3856         * net/newst-treeview.el
3857         (newsticker--treeview-list-highlight-start): Restored call to
3858         save-excursion: Selected item was stuck.
3859         (newsticker--treeview-list-select): New.
3860         (newsticker--treeview-item-show-text)
3861         (newsticker--treeview-item-show)
3862         (newsticker--treeview-item-update): Use new
3863         newsticker-treeview-item-mode.
3864         (newsticker-treeview-update): Keep current item.
3865         (newsticker-treeview-next-new-or-immortal-item): Doc change.
3866         (newsticker--treeview-first-feed): Doc change.
3867         (newsticker-treeview-list-menu)
3868         (newsticker-treeview-item-menu): Added menu entries.
3869         (newsticker-treeview-item-mode): New.
3871         * net/newst-backend.el (newsticker-customize): Delete other
3872         windows.
3874 2009-12-04  Sam Steingold  <sds@gnu.org>
3876         * log-view.el (log-view-mode-map): "q" calls quit-window,
3877         like in all the other non-self-insert buffers.
3879 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3881         Minor cleanup.
3882         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3883         key decoding rather than do it manually via last-input-event +
3884         ascii-character.
3885         (term-exec): Use delete-and-extract-region.
3886         (term-handle-ansi-terminal-messages): Remove unused var `end'.
3887         (term-process-pager): Remove unused var `i'.
3888         (term-dynamic-simple-complete): Make obsolete.
3889         (serial-update-config-menu): Remove unused vars `y' and `str'.
3890         (term-update-mode-line): Remove unused var `temp'.
3892 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3894         Limit the number of log entries displayed by default.
3895         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3896         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3897         using a prefix argument.
3899 2009-12-03  Glenn Morris  <rgm@gnu.org>
3901         * progmodes/idlwave.el (class): Restore still useful declaration.
3903 2009-12-03  Alan Mackenzie  <acm@muc.de>
3905         Enhance `c-parse-state' to run efficiently in "brace deserts".
3907         * progmodes/cc-mode.el (c-basic-common-init):
3908         Call c-state-cache-init.
3909         (c-neutralize-syntax-in-and-mark-CPP): Rename from
3910         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
3911         placing `category' properties value 'c-cpp-delimiter at its boundaries.
3913         * progmodes/cc-langs.el (c-before-font-lock-function):
3914         c-extend-and-neutralize-syntax-in-CPP has been renamed
3915         c-neutralize-syntax-in-and-mark-CPP.
3917         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3918         with `category' properties now, not `syntax-table' ones.
3920         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3921         enhanced (but slower) version of c-end-of-macro that won't land
3922         inside a literal or on another awkward character.
3923         (c-state-cache-too-far, c-state-cache-start)
3924         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3925         (c-state-nonlit-pos-cache-limit, c-state-point-min)
3926         (c-state-point-min-lit-type, c-state-point-min-lit-start)
3927         (c-state-min-scan-pos, c-state-brace-pair-desert)
3928         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3929         buffer local variables.
3930         (c-state-literal-at, c-state-lit-beg)
3931         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3932         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3933         (c-state-cache-top-paren, c-state-cache-after-top-paren)
3934         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3935         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3936         (c-renarrow-state-cache)
3937         (c-append-lower-brace-pair-to-state-cache)
3938         (c-state-push-any-brace-pair, c-append-to-state-cache)
3939         (c-remove-stale-state-cache)
3940         (c-remove-stale-state-cache-backwards, c-state-cache-init)
3941         (c-invalidate-state-cache-1, c-parse-state-1)
3942         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
3943         (c-parse-state): Enhance and refactor.
3944         (c-debug-parse-state): Amend to deal with all the new variables.
3946         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3947         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
3948         modify to use category text properties rather than syntax-table ones.
3949         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
3950         to switch off/on the syntactic paren property of C++ template
3951         delimiters using the category property.
3952         (c-with-<->-as-parens-suppressed): Macro to invoke code with
3953         template delims suppressed.
3954         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3955         New constant/macros which apply category properties to the start
3956         and end of preprocessor constructs.
3957         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
3958         "comment out" the syntactic value of characters in preprocessor
3959         constructs.
3960         (c-with-cpps-commented-out)
3961         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3962         with characters in all or all but one preprocessor constructs
3963         "commented out".
3965 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3967         * proced.el (proced-filter-alist): Use regexp-quote.
3969 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
3971         Cleanup.
3972         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3973         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
3974         arguments.  Expand `default-directory'.
3976         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3977         the benefit of returning an expanded localname.
3978         (tramp-tramp-file-p): Handle the case NAME is not a string.
3980 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3982         Add support for bzr shelve/unshelve.
3983         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3984         (vc-bzr-extra-menu-map): New variables.
3985         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3986         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3987         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3988         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3989         (vc-bzr-dir-extra-headers): Display shelves.
3991         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3993 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3995         * textmodes/bibtex.el (bibtex-complete-internal):
3996         Use completion-in-region.
3997         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3999 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4001         Support applying stashes.  Improve UI.
4002         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
4003         (vc-git-stash-apply, vc-git-stash-pop)
4004         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
4005         (vc-git-stash-menu): New functions.
4006         (vc-git-stash-menu-map): New variable.
4007         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
4009 2009-12-03  Glenn Morris  <rgm@gnu.org>
4011         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
4012         (vc-print-log-internal): Fix previous change.
4013         (vc-revert): Correct pluralization.
4015 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4017         * progmodes/make-mode.el (makefile-special-targets-list): No need for
4018         it to be an alist any more.
4019         (makefile-complete): Use completion-in-region.
4021         * progmodes/octave-mod.el (octave-complete-symbol):
4022         Use completion-in-region.
4024         Misc cleanup.
4025         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
4026         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
4027         (idlwave-complete-class): Don't quote lambda.
4028         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
4029         (idlwave-mode-map): Move initialization into declaration.
4030         (idlwave-action-and-binding): Use backquotes.
4031         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4032         Simplify.
4033         (idlwave-is-pointer-dereference): Remove unused var `pos'.
4034         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4035         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4036         `parts', and `all-parts'.
4037         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4038         (idlwave-convert-xml-system-routine-info): Remove unused string
4039         `version-string'.
4040         (idlwave-display-user-catalog-widget): Use dolist.
4041         (idlwave-scanning-lib): Declare dynamically-scoped var.
4042         (idlwave-scan-library-catalogs): Remove unused var `flags'.
4043         (completion-highlight-first-word-only): Declare to silence bytecomp.
4044         (idlwave-popup-select): Tighten scope of `resp'.
4045         (idlwave-find-struct-tag): Remove unused var `beg'.
4046         (idlwave-after-load-rinfo-hook): Declare.
4047         (idlwave-sintern-class-info): Remove unused var `taglist'.
4048         (idlwave-find-class-definition): Remove unused var `list'.
4049         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4050         (idlwave-what-module-find-class): Remove unused var `classes'.
4052 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
4054         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4056 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4058         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4059         buffers visited.  Remove redundant current-buffer-saving.
4061 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4063         Use completion-in-buffer and remove uses of dynamic scoping.
4064         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4065         (pascal-buffer-to-use, pascal-flag): Don't declare.
4066         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4067         (pascal-get-completion-decl, pascal-keyword-completion):
4068         Add `pascal-str' argument, save-excursion,
4069         return the found completions, and don't filter with pascal-pred.
4070         (pascal-completion-cache): New var.
4071         (pascal-completion): Don't switch buffer any more (it was never
4072         necessary).  Don't save-excursion any more (it's done by the called
4073         subroutines).  Use a cache to avoid redundant computations.
4074         Use complete-with-action rather than pascal-completion-response and
4075         let it apply the predicate as well.
4076         (pascal-complete-word): Use completion-in-buffer when
4077         pascal-toggle-completions is nil.
4078         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4079         not used any more.
4080         (pascal-comp-defun): Don't change buffer any more.
4081         Use complete-with-action rather than pascal-completion-response and
4082         let it apply the predicate as well.
4083         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4084         when neded.
4086 2009-12-02  Kenichi Handa  <handa@m17n.org>
4088         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4089         shape for all Indic scripts.
4091 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4093         Use completion-in-buffer.
4094         * wid-edit.el (widget-field-text-end): New function.
4095         (widget-field-value-get): Use it.
4096         (widget-string-complete, widget-file-complete)
4097         (widget-color-complete): Use it and completion-in-region.
4098         (widget-complete): Don't narrow the buffer.
4100 2009-12-02  Glenn Morris  <rgm@gnu.org>
4102         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
4103         (rmail-select-summary): Use rmail-pop-to-buffer.
4104         * mail/rmailsum.el: Replace all pop-to-buffer calls with
4105         rmail-pop-to-buffer, to prevent horizontal splits.
4107         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4108         save-excursion with save-current-buffer.
4109         Widen before searching.  (Bug#5093)
4110         (diary-list-sexp-entries): Remove superfluous save-excursion.
4112 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
4114         * woman.el (woman-make-bufname): Handle man-pages with "." in the
4115         name.  (Bug#5038)
4117 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
4119         * ido.el (ido-file-internal): Handle filenames at point that do
4120         not have a directory part.  (Bug#5049)
4122 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
4124         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4125         (mpc-songs-jump-to, mpc-resume): Doc fixes.
4127 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
4129         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4130         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4131         any more.
4133 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4135         * comint.el (comint-insert-input): Ignore clicks to the right of
4136         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4138         * vc.el (vc-print-log-internal): Don't wait for the process to
4139         terminate before setting up the major mode.
4141         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4142         in case.
4144         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4145         the last element.
4147         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4149 2009-12-01  Glenn Morris  <rgm@gnu.org>
4151         * window.el (window--display-buffer-2): Fix previous changes.
4153 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
4155         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4157 2009-12-01  Glenn Morris  <rgm@gnu.org>
4159         * Makefile.in (ELCFILES): Add mpc.elc.
4161 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4163         * mpc.el: New file.
4165 2009-12-01  Glenn Morris  <rgm@gnu.org>
4167         * window.el (window-to-use): Define for compiler.
4169         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4170         consistent with others (no final period).
4172         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4173         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
4175 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
4177         Make vc-print-log buttons work.
4178         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
4180 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
4182         * savehist.el (savehist-autosave-interval): Allow setting to nil
4183         through customize.  (Bug#5056)
4185 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
4187         Fix references to jit-lock properties.
4188         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4189         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4190         (perl-font-lock-special-syntactic-constructs):
4191         Quote jit-lock-defer-multiline property.
4193 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
4195         * vc-git.el (vc-git-registered): Call vc-git-root only once.
4197 2009-11-30  Juri Linkov  <juri@jurta.org>
4199         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4200         value `buffer' of `multi-isearch-next-buffer-current-function'.
4201         Use `(current-buffer)' when `buffer' is nil.
4202         (multi-isearch-next-buffer-from-list): Don't fallback to
4203         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
4205 2009-11-30  Juri Linkov  <juri@jurta.org>
4207         * misearch.el (multi-isearch-read-buffers): Move canonicalization
4208         of buffers with `get-buffer' to `multi-isearch-buffers'.
4209         (multi-isearch-buffers, multi-isearch-buffers-regexp):
4210         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
4211         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4212         FILES with `expand-file-name' converting relative file names
4213         to absolute.  Doc fix.  (Bug#4727)
4215 2009-11-30  Juri Linkov  <juri@jurta.org>
4217         * misearch.el (multi-isearch-read-buffers)
4218         (multi-isearch-read-matching-buffers): New functions.
4219         (multi-isearch-buffers, multi-isearch-buffers-regexp):
4220         Use them in the `interactive' spec.  Doc fix.
4221         (multi-isearch-read-files, multi-isearch-read-matching-files):
4222         New functions.
4223         (multi-isearch-files, multi-isearch-files-regexp):
4224         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
4226 2009-11-30  Juri Linkov  <juri@jurta.org>
4228         * doc-view.el (doc-view-continuous):
4229         Rename from `doc-view-continuous-mode'.
4230         (doc-view-menu): Move "Toggle display" to the top.
4231         Add submenu "Continuous" with radio buttons "Off"/"On"
4232         and "Save as Default".
4233         (doc-view-scroll-up-or-next-page)
4234         (doc-view-scroll-down-or-previous-page)
4235         (doc-view-next-line-or-next-page)
4236         (doc-view-previous-line-or-previous-page): Rename
4237         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
4239 2009-11-30  Juri Linkov  <juri@jurta.org>
4241         * comint.el (comint-mode-map): Rebind `M-r' from
4242         `comint-previous-matching-input' to
4243         `comint-history-isearch-backward-regexp'.
4244         Unbind `M-s' to allow global key binding `M-s'.
4245         Add menu items for `comint-history-isearch-backward' and
4246         `comint-history-isearch-backward-regexp'.  (Bug#3746)
4248 2009-11-30  Juri Linkov  <juri@jurta.org>
4250         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4251         For def=recenter, replace `recenter' with `recenter-top-bottom'
4252         that is called with `this-command' and `last-command' let-bound
4253         to `recenter-top-bottom'.  When the last `def' was not `recenter',
4254         set `recenter-last-op' to nil.  (Bug#4981)
4256 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4258         Minor cleanup and simplification.
4259         * filecache.el (file-cache-add-directory)
4260         (file-cache-add-directory-recursively)
4261         (file-cache-add-from-file-cache-buffer)
4262         (file-cache-delete-file-regexp, file-cache-delete-directory)
4263         (file-cache-files-matching-internal, file-cache-display): Use dolist.
4264         (file-cache-temp-minibuffer-message): Delete function.
4265         (file-cache-minibuffer-complete): Use minibuffer-message instead.
4267         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4268         Don't signal an error when bumping into EOB in tr, s, or y.
4270 2009-11-29  Juri Linkov  <juri@jurta.org>
4272         * startup.el (fancy-about-text): Fix wording of Guided Tour.
4273         (Bug#4960)
4275         * descr-text.el (describe-char-unidata-list): Use lowercase name
4276         for "Unicode name" like in other tags.
4278 2009-11-29  Juri Linkov  <juri@jurta.org>
4280         * ediff-util.el (ediff-minibuffer-with-setup-hook):
4281         New compatibility macro.
4282         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
4284 2009-11-29  Juri Linkov  <juri@jurta.org>
4286         Add defcustom to define the cycling order of `recenter-top-bottom'.
4287         (Bug#4981)
4289         * window.el (recenter-last-op): Doc fix.
4290         (recenter-positions): New defcustom.
4291         (recenter-top-bottom): Rewrite to use `recenter-positions'.
4292         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4294 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
4296         Improve integration of Tramp and ange-ftp in eshell.
4298         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
4299         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
4300         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
4302         * eshell/esh-util.el (top): Require also Tramp when compiling.
4303         (eshell-directory-files-and-attributes): Check for FTP remote
4304         connection.
4305         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
4306         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
4307         (eshell-file-attributes): Handle ".".  Return `entry'.
4309         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
4310         (ange-ftp-directory-files-and-attributes)
4311         (ange-ftp-real-directory-files-and-attributes): New defuns.
4313         * net/tramp.el (tramp-maybe-open-connection): Open the remote
4314         shell with "exec" when possible.  This prevents trailing prompts
4315         in `start-file-process'.
4317 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4319         Try and remove assumptions about point-min==1.
4320         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
4321         (rng-compute-mode-line-string): Show the validation percentage in
4322         terms of the narrowed text, not the widened text.
4323         (rng-do-some-validation): Don't catch internal errors when debugging.
4324         (rng-first-error): Simplify.
4325         (rng-after-change-function): Remove work around.  AFAIK the bug has
4326         been fixed a while ago.
4328         * image-mode.el (image-minor-mode): Exit more gracefully when the image
4329         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
4331         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
4333         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
4334         `cd' doesn't always do it for us (bug#5067).
4336         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
4337         on 2009-10-25 as part of some other change (bug#5067).
4339 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4341         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4342         `suspicious'.
4343         (byte-compile-warnings): Use byte-compile-warning-types.
4344         (byte-compile-save-excursion): Warn about use of set-buffer right
4345         after save-excursion.
4347         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
4348         the excursion as well.
4350 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
4352         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
4353         providing a Tramp related implementation of "su" and "sudo".
4354         (eshell-unix-initialize): Add "su" and "sudo".
4356 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
4358         * net/socks.el (socks-send-command): Convert binary request to
4359         unibyte before sending.  This fixes mishandling of some port
4360         numbers such as 129.
4362 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4364         * help.el (describe-bindings-internal): Remove `interactive'.
4366         * man.el (Man-completion-table): Trim a terminating "(".
4367         Remove the space between name page a section.
4368         Add the command's description on the `help-echo' property.
4369         Remove `process-connection-type' binding since it's unused by
4370         call-process.
4371         Provide completion for the "<section> <name>" format as well.
4372         (Man-default-man-entry): Remove spurious var shadowing the argument.
4374 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4376         * log-view.el: Add "Keywords: tools", since its other keywords
4377         aren't in finder-known-keywords, and following vc.el.
4379         * sha1.el (sha1-string-external): default-directory "/" in case
4380         otherwise non-existent.  process-connection-type pipe for touch of
4381         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4383 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4385         Misc coding convention cleanups.
4386         * htmlfontify.el (hfy-init-kludge-hook): Rename from
4387         hfy-init-kludge-hooks.
4388         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
4389         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
4390         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
4391         and push.
4392         (hfy-slant, hfy-weight): Use tables rather than code.
4393         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
4394         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
4395         (hfy-face-attr-for-class): Initialize `face-spec' directly.
4396         (hfy-face-to-css): Remove `nconc' with single arg.
4397         (hfy-p-to-face-lennart): Use `or'.
4398         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
4399         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
4400         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
4401         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
4402         (hfy-force-fontification): Use run-hooks.
4404 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
4406         Various minor fixes.
4407         * htmlfontify.el (hfy-default-header): Add toggle_invis since
4408         Javascript belongs in the header, not the body.
4409         (hfy-javascript): Remove.
4410         (hfy-fontify-buffer): Don't insert it any more.
4411         (hfy-face-at): Handle (face0 face1 face2) style face properties.
4412         Fix bug in invis handling when there were no invis props in a chunk.
4414 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4416         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
4418 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
4420         * finder.el (finder-mode-map): Add a menu.
4422 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
4424         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
4425         "unsigned" structs.
4427         (verilog-leap-to-head, verilog-backward-token): Handle "disable
4428         fork" statement better.
4430 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
4432         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
4433         (verilog-delete-auto, verilog-delete-empty-auto-pair)
4434         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
4435         Reported by Clay Douglass.
4437         (verilog-auto-inst, verilog-auto-star-safe)
4438         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
4439         Fix removing "// Interfaces" when saving .* expansions.  Reported by
4440         Pierre-David Pfister.
4442 2009-11-26  Glenn Morris  <rgm@gnu.org>
4444         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
4445         the scope.
4447 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
4449         * vc-annotate.el (vc-annotate-revision-previous-to-line):
4450         Really use previous revision.
4452 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4454         * man.el (Man-completion-table): default-directory "/" in case
4455         doesn't otherwise exist.  process-environment COLUMNS=999 so as
4456         not to truncate long names.  process-connection-type pipe to avoid
4457         any chance of hitting the pseudo-tty TIOCGWINSZ.
4458         (man): completion-ignore-case t for friendliness and since man
4459         itself is case-insensitive on the command line.
4460         Further to Bug#3717.
4462         * arc-mode.el: Add "Keywords: files", so the details in its
4463         commentary can be reached from finder-by-keyword.
4464         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
4465         editing mode, but it's comms related and sgml-mode.el has "comm"
4466         on that basis too.
4467         * textmodes/bibtex-style.el: Add "Keywords: tex".
4468         * international/isearch-x.el, international/ja-dic-cnv.el:
4469         * international/ja-dic-utl.el, international/kkc.el:
4470         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
4472 2009-11-25  Juri Linkov  <juri@jurta.org>
4474         * man.el (Man-completion-table): Modify regexp to include
4475         section names to completion strings.  (Bug#3717)
4477 2009-11-25  Juri Linkov  <juri@jurta.org>
4479         Search recursively in gzipped files.  (Bug#4982)
4481         * progmodes/grep.el (grep-highlight-matches): Add new options
4482         `always' and `auto'.  Doc fix.
4483         (grep-process-setup): Check `grep-highlight-matches' for
4484         `auto-detect' to determine the need to compute grep defaults.
4485         Move Windows/DOS specific --colors settings handling
4486         to `grep-compute-defaults'.  Check `grep-highlight-matches'
4487         to get the value of "--color=".
4488         (grep-compute-defaults): Compute `grep-highlight-matches' when it
4489         has the value `auto-detect'.  Move Windows/DOS specific settings
4490         from `grep-process-setup'.
4491         (zrgrep): New command with alias `rzgrep'.
4493 2009-11-25  Juri Linkov  <juri@jurta.org>
4495         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
4496         to nil instead of switching off view-mode.  (Bug#4896)
4498 2009-11-25  Juri Linkov  <juri@jurta.org>
4500         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
4502         * mwheel.el (mwheel-scroll-up-function)
4503         (mwheel-scroll-down-function): New defvars.
4504         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
4505         `scroll-up', and `mwheel-scroll-down-function' instead of
4506         `scroll-down'.
4508         * doc-view.el (doc-view-scroll-up-or-next-page)
4509         (doc-view-scroll-down-or-previous-page): Add optional ARG.
4510         Use this ARG in the call to image-scroll-up/image-scroll-down.
4511         Change `interactive' spec to "P".  Goto next/previous page only
4512         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
4513         SPC/DEL case).  Doc fix.
4514         (doc-view-next-line-or-next-page)
4515         (doc-view-previous-line-or-previous-page): Rename arg to ARG
4516         for consistency.
4517         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
4518         `doc-view-scroll-up-or-next-page', and buffer-local
4519         `mwheel-scroll-down-function' to
4520         `doc-view-scroll-down-or-previous-page'.
4522 2009-11-25  Juri Linkov  <juri@jurta.org>
4524         Provide additional default values (directories at other Dired
4525         windows) via M-n in the minibuffer of some Dired commands.
4527         * dired-aux.el (dired-diff, dired-compare-directories)
4528         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
4529         `minibuffer-default' in `minibuffer-with-setup-hook'.
4530         (dired-dwim-target-directory): Find a window that displays Dired
4531         buffer instead of failing when the next window is not Dired.
4532         Use `get-window-with-predicate' to find for the next Dired window.
4533         (dired-dwim-target-defaults): New function.
4535         * ediff-util.el (ediff-read-file-name):
4536         Use `dired-dwim-target-defaults' to set `minibuffer-default'
4537         in `minibuffer-with-setup-hook'.
4539 2009-11-25  Juri Linkov  <juri@jurta.org>
4541         Provide additional default values (file name at point or at the
4542         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
4544         * minibuffer.el (read-file-name-defaults): New function.
4545         (read-file-name): Reset `minibuffer-default' to nil when
4546         it duplicates initial input `insdef'.
4547         Bind `minibuffer-default-add-function' to lambda that
4548         calls `read-file-name-defaults' in `minibuffer-selected-window'.
4549         (minibuffer-insert-file-name-at-point): New command.
4551         * files.el (file-name-at-point-functions): New defcustom.
4552         (find-file-default): Remove defvar.
4553         (find-file-read-args): Don't use `find-file-default'.
4554         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4555         to `read-file-name'.
4556         (find-file-literally): Use `read-file-name' with
4557         `confirm-nonexistent-file-or-buffer'.
4559         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
4561         * dired.el (dired-read-dir-and-switches):
4562         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4563         to `read-file-name'.
4564         (dired-file-name-at-point): New function.
4565         (dired-mode): Add hook `dired-file-name-at-point' to
4566         `file-name-at-point-functions'.
4568 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4570         Really make the *Completions* window soft-dedicated (bug#5030).
4571         * window.el (window--display-buffer-2): Add `dedicated' argument.
4572         (display-buffer): Pass it when needed so the dedicated flag is set
4573         after calling set-window-buffer, which would otherwise reset it.
4575 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4577         * progmodes/meta-mode.el (meta-complete-symbol):
4578         * progmodes/etags.el (complete-tag):
4579         * mail/mailabbrev.el (mail-abbrev-complete-alias):
4580         Use completion-in-region.
4582         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
4583         (dabbrev-completion): Use completion-in-region.
4584         (dabbrev--abbrev-at-point): Simplify regexp.
4586         * abbrev.el (abbrev--before-point): Use word-motion functions
4587         if :regexp is not specified (bug#5031).
4589         * subr.el (string-prefix-p): New function.
4591         * man.el (Man-completion-cache): New var.
4592         (Man-completion-table): Use it.
4594         * vc.el (vc-print-log-internal): Make `limit' optional for better
4595         compatibility (e.g. with vc-annotate.el).
4597 2009-11-24  Kevin Ryde  <user42@zip.com.au>
4599         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
4600         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
4602         * emacs-lisp/elint.el (elint-add-required-env): Better error message
4603         when .el source file not found or other error.
4605 2009-11-24  Markus Triska  <markus.triska@gmx.at>
4607         * linum.el (linum-update-window): Ignore intangible (bug#4996).
4609 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4611         Handle the [back] button properly (bug#4979).
4612         * descr-text.el (describe-text-properties): Add a `buffer' argument.
4613         Use help-setup-xref, help-buffer, and with-help-window.
4614         (describe-char): Add `buffer' argument.
4615         Pass proper command to help-setup-xref.  Don't meddle with
4616         help-xref-stack-item directly.
4617         (describe-text-category): Use with-help-window and help-buffer.
4619         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4620         for the displayed buffer (bug#4887).
4622         * man.el (Man-completion-table): New function.
4623         (man): Use it.
4625 2009-11-24  David Reitter  <david.reitter@gmail.com>
4627         * vc-git.el (vc-git-registered): Use checkout directory (where
4628         .git is) rather than the file's directory and a relative path spec
4629         to work around a bug in git.
4631 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
4633         Improve handling of processes on remote hosts.
4635         * eshell/esh-util.el (eshell-path-env): New defvar.
4636         (eshell-parse-colon-path): New defun.
4637         (eshell-file-attributes): Use `eshell-parse-colon-path'.
4639         * eshell/esh-ext.el (eshell-search-path):
4640         Use `eshell-parse-colon-path'.
4641         (eshell-remote-command): Remove argument HANDLER.
4642         (eshell-external-command): Check for FTP remote connection.
4644         * eshell/esh-proc.el (eshell-gather-process-output):
4645         Use `file-truename', in order to start also symlinked files.
4646         Apply `start-file-process' instead of `start-process'.
4647         Shorten `command' to the local file name part.
4649         * eshell/em-cmpl.el (eshell-complete-commands-list):
4650         Use `eshell-parse-colon-path'.
4652         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4654         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
4655         to `eshell-directory-change-hook'.
4657 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
4659         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
4660         because it could be enabled automatically if view-read-only is non-nil.
4662 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
4664         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4665         made on 2009-11-22.
4667 2009-11-24  Glenn Morris  <rgm@gnu.org>
4669         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4670         deleted variable bookmark-bmenu-bookmark-column.
4672 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4674         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4676 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
4678         * net/browse-url.el (browse-url-filename-alist): On Windows, add
4679         two slashes to the "file:" prefix.
4680         (browse-url-file-url): De-munge Cygwin filenames before passing
4681         them to Windows browser.
4682         (browse-url-default-windows-browser): Use call-process.
4684 2009-11-23  Juri Linkov  <juri@jurta.org>
4686         Implement DocView Continuous mode.  (Bug#4896)
4687         * doc-view.el (doc-view-continuous-mode): New defcustom.
4688         (doc-view-mode-map): Bind C-n/<down> to
4689         `doc-view-next-line-or-next-page', C-p/<up> to
4690         `doc-view-previous-line-or-previous-page'.
4691         (doc-view-next-line-or-next-page)
4692         (doc-view-previous-line-or-previous-page): New commands.
4694 2009-11-23  Juri Linkov  <juri@jurta.org>
4696         Implement Isearch in comint input history.  (Bug#3746)
4697         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4698         `isearch-mode-hook'.
4699         (comint-history-isearch): New defcustom.
4700         (comint-history-isearch-backward)
4701         (comint-history-isearch-backward-regexp): New commands.
4702         (comint-history-isearch-message-overlay): New buffer-local variable.
4703         (comint-history-isearch-setup, comint-history-isearch-end)
4704         (comint-goto-input, comint-history-isearch-search)
4705         (comint-history-isearch-message, comint-history-isearch-wrap)
4706         (comint-history-isearch-push-state)
4707         (comint-history-isearch-pop-state): New functions.
4709 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
4711         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4712         return.
4713         (tramp-handle-make-symbolic-link)
4714         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4715         Quote file names.
4716         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4717         (tramp-handle-process-file): Use it.
4719 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4721         * window.el (move-to-window-line-last-op): Remove.
4722         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4724 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
4726         Make M-r mirror the new cycling behavior of C-l.
4727         * window.el (move-to-window-line-last-op): New var.
4728         (move-to-window-line-top-bottom): New command.
4729         (global-map): Bind M-r move-to-window-line-top-bottom.
4731 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
4733         * dired-x.el (dired-guess-shell-alist-default):
4734         Support xz format.  (Bug#4953)
4736 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
4738         * emulation/viper-cmd.el: Use viper-last-command-char instead of
4739         last-command-char/last-command-event.
4740         (viper-prefix-arg-value): Do correct conversion of event-char for
4741         XEmacs.
4743         * emulation/viper-util.el, emulation/viper.el:
4744         Use viper-last-command-char instead of
4745         last-command-char/last-command-event.
4747         * ediff-init.el, ediff-mult.el, ediff-util.el:
4748         Replace last-command-char and last-command-event
4749         with (ediff-last-command-char) everywhere.
4751         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4752         created in fundamental mode.
4754         * ediff.el (ediff-version): Revert the change of interactive-p to
4755         called-interactively-p.
4757 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
4759         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4760         generation from word-movement command names.
4762 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
4764         * cus-start.el (all): Add native condition for font-use-system-font.
4766 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
4768         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4769         Correct the patch from 2009-11-18.  (Bug#3910)
4771 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
4773         * progmodes/subword.el: Rename from lisp/subword.el.
4775         * subword.el: Rename to progmodes/subword.el.
4777         * Makefile.in (ELCFILES): Adapt to subword.el move.
4779 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4780             Stefan Monnier  <monnier@iro.umontreal.ca>
4782         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4783         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4784         (bookmark-bmenu-show-filenames): Use push.
4785         (bookmark-bmenu-hide-filenames): Use local var instead of
4786         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
4787         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4788         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4789         filenames now that the bookmark names are always available.
4791 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4793         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4794         (bookmark-search-pattern): Move and leave unbound.
4795         (bookmark-bmenu-mode-map): Change binding.
4796         (bookmark-read-search-input): Simplify.
4797         Don't use text-char-description.  Don't error on non-char events.
4798         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4799         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4800         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4801         Use a local var for the timer.
4802         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4803         (i.e. bookmark-bmenu-search).
4805 2009-11-21  Glenn Morris  <rgm@gnu.org>
4807         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
4809 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
4811         * net/browse-url.el (browse-url-default-windows-browser):
4812         Use cygstart for cygwin.
4814 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
4816         * bookmark.el: Formatting and doc fixes only:
4817         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4818         (bookmark-bmenu-search): Wrap to fit within 80 columns.
4819         Minor grammar and punctuation fixes in doc string.
4820         (bookmark-read-search-input): Adjust to fit within 80 columns.
4822 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
4824         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4825         (c-backward-into-nomenclature): Adapt to subword renaming.
4827         * subword.el (subword-forward, subword-backward, subword-mark)
4828         (subword-kill, subword-backward-kill, subword-transpose)
4829         (subword-downcase, subword-upcase, subword-capitalize)
4830         (subword-forward-internal, subword-backward-internal):
4831         Rename from forward-subword, backward-subword, mark-subword,
4832         kill-subword, backward-kill-subword, transpose-subwords,
4833         downcase-subword, upcase-subword, capitalize-subword,
4834         forward-subword-internal, backward-subword-internal.
4836 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4838         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4839         New options.
4840         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4841         New vars.
4842         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4843         (bookmark-bmenu-filter-alist-by-regexp)
4844         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4845         (bookmark-bmenu-search): New command.
4846         (bookmark-bmenu-mode-map): Bind it.
4848 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
4850         * progmodes/cc-cmds.el: declare-functioned forward-subword and
4851         backward-subword to quit the byte-compiler.
4853         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4855         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4857         * progmodes/cc-cmds.el (c-update-modeline)
4858         (c-forward-into-nomenclature, c-backward-into-nomenclature):
4859         Refer to subword.el functions instead of cc-subword.el.
4861         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4862         subword.el functions instead of cc-subword.el.
4864         * progmodes/cc-subword.el: Rename to subword.el.
4865         * subword.el: Rename from progmodes/cc-subword.el.
4866         (subword-mode-map): Rename from c-subword-mode-map.
4867         (subword-mode): Rename from c-subword-mode.
4868         (global-subword-mode): New global minor mode.
4869         (forward-subword): Rename from c-forward-subword.
4870         (backward-subword): Rename from c-backward-subword.
4871         (mark-subword): Rename from c-mark-subword.
4872         (kill-subword): Rename from c-kill-subword.
4873         (backward-kill-subword): Rename from c-backward-kill-subword.
4874         (transpose-subwords): Rename from c-tranpose-subword.
4875         (downcase-subword): Rename from c-downcase-subword.
4876         (capitalize-subword): Rename from c-capitalize-subword.
4877         (forward-subword-internal): Rename from c-forward-subword-internal.
4878         (backward-subword-internal): Rename from c-backward-subword-internal.
4880 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
4882         * vc.el (vc-deduce-fileset): Allow non-state changing operations
4883         from a dired buffer.
4884         (vc-dired-deduce-fileset): New function.
4885         (vc-root-diff, vc-print-root-log): Use it.
4887         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4888         nil LIMIT argument to vc-print-log-internal.
4890 2009-11-20  Glenn Morris  <rgm@gnu.org>
4892         * Makefile.in (ELCFILES): Regenerate.
4894 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
4896         * calc/calc.el (calc-set-mode-line):
4897         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4898         (math-format-number): Rename `math-format-complement-signed' to
4899         `math-format-twos-complement'.
4901         * calc/calc-bin.el (math-format-twos-complement): Rename from
4902         math-format-complement-signed.
4903         (calc-radix): Rename `calc-complement-signed-mode' to
4904         `calc-twos-complement-mode'.
4905         (calc-octal-radix, calc-hex-radix): Add an argument for
4906         two's complement.
4908         * calc/calc-embed.el (calc-embedded-mode-vars):
4909         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4911         * calc/calc-ext.el (calc-init-extensions):
4912         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4913         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4915         * calc/calc-units.el (math-build-units-table-buffer):
4916         Let `calc-twos-complement-mode' be nil.
4918         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4919         entries.
4921         * calc/calc-vec.el (calcFunc-vunpack):
4922         * calc/calc-aent.el (calc-do-calc-eval):
4923         * calc/calc-forms.el (math-format-date):
4924         * calc/calc-graph.el (calc-graph-plot):
4925         * calc/calc-math.el (math-use-emacs-fn):
4926         * calc/calccomp.el (math-compose-expr):
4927         Let `calc-twos-complement-mode' be nil.
4929 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4931         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4932         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
4933         * minibuffer.el (completion-in-region-functions): New hook.
4934         (completion-in-region): New function.
4935         * emacs-lisp/lisp.el (lisp-complete-symbol):
4936         * pcomplete.el (pcomplete-std-complete): Use it.
4938 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4940         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4941         (latex-complete-alist): New vars.
4942         (latex-string-prefix-p, latex-complete-bibtex-keys)
4943         (latex-complete-envnames, latex-complete-refkeys)
4944         (latex-complete-data): New functions.
4945         (latex-complete, latex-indent-or-complete): New commands.
4947         * window.el (display-buffer-mark-dedicated): New var.
4948         (display-buffer): Obey it.
4949         * minibuffer.el (minibuffer-completion-help): Use it.
4951         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4953         * filecache.el (file-cache-add-file): Use push and cons.
4954         (file-cache-delete-file-regexp): Use push.
4955         (file-cache-complete): Use completion-in-region.
4957         * simple.el (with-wrapper-hook): Fix thinko.
4959         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4960         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4961         Use with-current-buffer and string-to-number.
4962         (hfy-fallback-colour-values): Use assoc-string.
4963         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4964         (hfy-face-at): Remove unused var `found-face'.
4965         (hfy-compile-stylesheet): Remove unused var `css'.
4966         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4967         and `orig-buffer'.
4968         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4969         Use with-current-buffer.
4970         (hfy-text-p): Use expand-file-name and fewer setq.
4972 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
4974         * htmlfontify.el, hfy-cmap.el: New files.
4976 2009-11-19  Juri Linkov  <juri@jurta.org>
4978         * minibuffer.el (completions-format): New defcustom.
4979         (completion--insert-strings): Implement vertical format.
4981         * simple.el (switch-to-completions): Move point to the first
4982         completion when point was at the beginning of the buffer.
4984 2009-11-19  Juri Linkov  <juri@jurta.org>
4986         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
4988         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4990 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
4992         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4993         (mail-signature): Change default to t.
4994         (mail-from-style): Deprecate `system-default' value.
4995         (mail-insert-from-field): For default value of mail-from-style,
4996         default to `angles' unless `angles' needs quoting and `parens'
4997         does not.
4998         (mail-citation-prefix-regexp): Use citation regexp from
4999         message-mode.
5001 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
5003         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5004         Set variables for computing the prompt for reading password.
5006 2009-11-19  Glenn Morris  <rgm@gnu.org>
5008         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
5010         * textmodes/flyspell.el (sgml-lexical-context): Declare.
5012         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
5013         (newsticker-treeview-listwindow-height): Fix custom type.
5015 2009-11-19  Kenichi Handa  <handa@m17n.org>
5017         * descr-text.el (describe-char-padded-string): Compose with TAB
5018         only if there's a font for CH.
5019         (describe-char): Fix the condition for detecting a trivial composition.
5021 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
5023         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
5024         more accurate version of the regexp.  (Bug#3910)
5026 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
5028         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
5030 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
5032         * font-setting.el (font-use-system-font): Declare for byte-compiler.
5033         (font-setting-change-default-font): Fix typo in docstring.
5035 2009-11-18  Alan Mackenzie  <acm@muc.de>
5037         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5039 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
5041         * font-setting.el (font-use-system-font): Move ...
5043         * cus-start.el (all): ... to here.
5045 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
5047         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5048         Don't set `ad-return-value' if `ad-do-it' doesn't.
5050         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5051         modification time.
5053 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
5055         * menu-bar.el: Put "Use system font" in Option-menu.
5056         (menu-bar-options-save): Add font-use-system-font.
5058         * loadup.el: If feature system-font-setting or font-render-setting is
5059         there, load font-setting.
5061         * Makefile.in (ELCFILES): Add font-settings.el.
5062         * font-setting.el: New file.
5064 2009-11-17  Glenn Morris  <rgm@gnu.org>
5066         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5068         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5069         Preserve point in the list buffer.  (Bug#4939)
5070         Use point-at-eol.
5071         (newsticker--treeview-list-update-highlight)
5072         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5074 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
5076         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5077         Remove.
5079         * calc/calc-ext.el (calc-init-extensions): Remove references to
5080         symclip.
5082         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5084         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5085         * calc/calc-help.el (calc-b-prefix-help): Remove references to
5086         `calc-symclip'.
5088 2009-11-16  Kevin Ryde  <user42@zip.com.au>
5090         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5091         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
5093         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5094         (lm-keywords-list): Allow comma-only separator like "foo,bar".
5095         Ignore trailing spaces by omit-nulls to split-string (fixing
5096         regression from Emacs 21 due to the incompatible split-string
5097         change).  (Bug #4928.)
5099 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5101         * vc.el (vc-log-show-limit): Default to 2000.
5102         (vc-print-log-internal): Insert buttons to request more entries
5103         when limiting the output.
5105         * vc-sccs.el (vc-sccs-print-log):
5106         * vc-rcs.el (vc-rcs-print-log):
5107         * vc-cvs.el (vc-cvs-print-log):
5108         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5109         LIMIT is non-nil.
5111 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
5113         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5114         error when `tramp-gvfs-dbus-event-vector' is set.
5115         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5117 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5119         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5121 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
5123         * net/dbus.el (dbus-unregister-service): New defun.
5124         (dbus-register-property): Register the handlers of
5125         "org.freedesktop.DBus.Properties" for SERVICE.
5126         (dbus-property-handler): Fix docstring.
5128 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5130         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5131         Quote doc string reference in defvaralias as it is not in special form.
5132         (byte-compile-output-docform): Doc fix.
5134 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
5136         * calc/calc.el (math-2-word-size, math-half-2-word-size)
5137         (calc-complement-signed-mode): New variables.
5138         (calc-set-mode-line): Add indicator for twos-complements.
5139         (math-format-number): Format twos-complement notation.
5141         * calc/calc-bin.el (calc-word-size): Reset the variables
5142         `math-2-word-size' and `math-half-2-word-size'.
5143         (math-format-complement-signed, math-symclip, calcFunc-symclip)
5144         (calc-symclip): New functions.
5146         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5148         * calc/calc-embed.el (calc-embedded-mode-vars):
5149         Add `calc-complement-signed-mode' to the list of modes.
5151         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
5152         (calc-b-oper-keys): Add `calc-symclip' to list.
5154         * calc/calc-ext.el (math-read-number-fancy): Read complement
5155         signed numbers.
5156         (calc-init-extensions): Add binding for `calc-symclip'.
5157         Add autoload for `calcFunc-symclip' and `calc-symclip'.
5159         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5160         `calc-symclip'.
5161         (calc-modes-menu): Add item for twos complement mode.
5163         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
5165 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
5167         * register.el (jump-to-register, insert-register): Handle Semantic
5168         tags.  From commented-out advice in semantic/senator.el.
5170 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
5172         * vc.el (vc-log-show-limit): New variable.
5173         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
5174         when using a prefix argument.
5175         (vc-print-log-internal): Add new argument LIMIT.
5177         * vc-svn.el (vc-svn-print-log):
5178         * vc-mtn.el (vc-mtn-print-log):
5179         * vc-hg.el (vc-hg-print-log):
5180         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
5181         pass it to the log command when set.  Make the BUFFER argument
5182         non-optional.
5184         * vc-sccs.el (vc-sccs-print-log):
5185         * vc-rcs.el (vc-rcs-print-log):
5186         * vc-git.el (vc-git-print-log):
5187         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5188         ignore it.  Make the BUFFER argument non-optional
5190         * bindings.el (mode-line-buffer-identification): Do not purecopy.
5192 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
5194         * dired.el (dired-mode-map): Move encryption items to "Operate"
5195         menu (Bug#4703).
5197         * strokes.el (strokes-update-window-configuration): Make strokes
5198         buffer current before erasing (Bug#4906).
5200 2009-11-15  Juri Linkov  <juri@jurta.org>
5202         * simple.el (set-mark-default-inactive): Add :type, :group
5203         and :version.  (Bug#4876)
5205 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
5207         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5208         (archive-unique-fname): ... here.  (Bug#4929)
5210 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5212         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5213         with a real fix.
5215         * novice.el (disabled-command-function): Add useful args.
5216         Setup the help buffer so that [back] works.
5217         Remove redundant call to help-mode.
5218         (disabled-command-function): Use `case'.
5219         (en/disable-command): New function extracted from enable-command.
5220         (enable-command, disable-command): Use it.
5222 2009-11-14  Glenn Morris  <rgm@gnu.org>
5224         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5225         constants.  (Bug#4913)
5227         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5229 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
5231         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5232         defined in C that have no doc-strings.  (Bug#1063)
5234 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
5236         * cus-edit.el (data, files):
5237         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
5239 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
5241         * simple.el (shell-command): Doc fix (Bug#4891).
5243         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
5245 2009-11-14  Glenn Morris  <rgm@gnu.org>
5247         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
5248         statements for vc-diff, emerge-quit, and rmail-cease-edit.
5249         If they are already loaded, eval-after-load will do the right thing.
5251         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
5252         compiling.
5254         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5256         * simple.el (x-selection-owner-p): Declare.
5257         (read-mail-command): Use custom radio type rather than choice.
5258         (completion-no-auto-exit): Doc fix.
5260         * custom.el (defgroup):
5261         * epg-config.el (epg): Doc fixes.
5263 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
5265         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5266         * international/ccl.el (define-ccl-program): Do not purecopy the
5267         docstring, defconst does it anyway.
5269 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5271         * add-log.el (add-change-log-entry): Avoid displaying the changelog
5272         a second time.
5274         * x-dnd.el (x-dnd-maybe-call-test-function):
5275         * window.el (split-window-vertically):
5276         * whitespace.el (whitespace-help-on):
5277         * vc-rcs.el (vc-rcs-consult-headers):
5278         * userlock.el (ask-user-about-lock-help)
5279         (ask-user-about-supersession-help):
5280         * type-break.el (type-break-force-mode-line-update):
5281         * time-stamp.el (time-stamp-conv-warn):
5282         * terminal.el (te-set-output-log, te-more-break, te-filter)
5283         (te-sentinel, terminal-emulator):
5284         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
5285         (term-write-input-ring, term-check-source, term-start-output-log):
5286         (term-display-buffer-line, term-dynamic-list-completions):
5287         (term-ansi-make-term, serial-term):
5288         * subr.el (selective-display):
5289         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5290         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
5291         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
5292         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
5293         (speedbar-remove-localized-speedbar-support)
5294         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
5295         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
5296         (speedbar-buffers-line-directory):
5297         * simple.el (shell-command-on-region, append-to-buffer)
5298         (prepend-to-buffer):
5299         * shadowfile.el (shadow-save-todo-file):
5300         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
5301         (scroll-bar-maybe-set-window-start):
5302         * sb-image.el (speedbar-image-dump):
5303         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
5304         (load-save-place-alist-from-file):
5305         * ps-samp.el (ps-print-message-from-summary):
5306         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
5307         (ps-background-image, ps-begin-job, ps-do-despool):
5308         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
5309         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
5310         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
5311         (pr-call-process, pr-file-list, pr-interface-save):
5312         * novice.el (disabled-command-function)
5313         (enable-command, disable-command):
5314         * mouse.el (mouse-buffer-menu-alist):
5315         * mouse-copy.el (mouse-kill-preserving-secondary):
5316         * macros.el (kbd-macro-query):
5317         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
5318         * informat.el (batch-info-validate):
5319         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
5320         * hippie-exp.el (try-expand-dabbrev-visible):
5321         * help-mode.el (help-make-xrefs):
5322         * help-fns.el (describe-variable):
5323         * generic-x.el (bat-generic-mode-run-as-comint):
5324         * finder.el (finder-mouse-select):
5325         * find-dired.el (find-dired-sentinel):
5326         * filesets.el (filesets-file-close):
5327         * files.el (list-directory):
5328         * faces.el (list-faces-display, describe-face):
5329         * facemenu.el (list-colors-display):
5330         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
5331         * epg.el (epg--process-filter, epg-cancel):
5332         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
5333         (epa--read-signature-type):
5334         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
5335         (emerge-file-names):
5336         * ehelp.el (electric-helpify):
5337         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
5338         * ediff-vers.el (rcs-ediff-view-revision):
5339         * ediff-util.el (ediff-setup):
5340         * ediff-mult.el (ediff-append-custom-diff):
5341         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
5342         (ediff-wordify):
5343         * echistory.el (Electric-command-history-redo-expression):
5344         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5345         * disp-table.el (describe-display-table):
5346         * dired.el (dired-find-buffer-nocreate):
5347         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
5348         * dabbrev.el (dabbrev--same-major-mode-p):
5349         * chistory.el (list-command-history):
5350         * apropos.el (apropos-documentation):
5351         * allout.el (allout-obtain-passphrase):
5352         (allout-copy-exposed-to-buffer):
5353         (allout-verify-passphrase): Use with-current-buffer.
5355 2009-11-13  Glenn Morris  <rgm@gnu.org>
5357         * Makefile.in (ELCFILES): Regenerate.
5359 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
5361         * net/dbus.el (dbus-registered-objects-table): Rename from
5362         `dbus-registered-functions-table', because it contains also properties.
5363         (dbus-unregister-object): Unregister also properties.
5364         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
5365         Use a timeout of 500 msec, in order to not block.
5366         (dbus-register-property, dbus-property-handler): New defuns.
5368 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5370         * simple.el (minibuffer-default-add-completions): Drop deprecated
5371         4th arg.
5373 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
5375         * textmodes/artist.el (artist-mouse-choose-operation):
5376         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5377         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
5378         (artist-compute-up-event-key): New function.
5379         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
5381 2009-11-13  Kenichi Handa  <handa@m17n.org>
5383         * language/japan-util.el: Make sure that the value of jisx0208
5384         property is jisx0208 character.
5386 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
5388         * international/mule.el (auto-coding-regexp-alist): Only purecopy
5389         car or each item, not the whole list.
5391 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5393         * minibuffer.el (minibuffer-completion-help):
5394         Use minibuffer-hide-completions.
5396 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
5398         * dired.el (dired-save-positions, dired-restore-positions): New funs.
5399         (dired-revert): Use them (bug#4880).
5401 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
5403         * tooltip.el (tooltip-frame-parameters): Undo previous change.
5405 2009-11-12  Juri Linkov  <juri@jurta.org>
5407         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
5408         New functions.
5409         (find-file-literally-at-point): Alias of `ffap-literally'.
5411 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
5413         * textmodes/ispell.el (ispell-skip-region-alist):
5414         * textmodes/css-mode.el (auto-mode-alist):
5415         * progmodes/compile.el (auto-mode-alist):
5416         * international/mule.el (ctext-non-standard-encodings-alist)
5417         (ctext-non-standard-encodings-regexp):
5418         * simple.el (shell-command-switch, text-read-only):
5419         * replace.el (occur-mode-map):
5420         * paths.el (rmail-file-name):
5421         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
5422         * find-file.el (ff-special-constructs):
5423         * files.el (file-name-handler-alist):
5424         * composite.el: Purecopy strings.
5426         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
5428 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
5430         * widget.el (define-widget): Purecopy the docstring.
5431         * international/mule-cmds.el (charset): Do not purecopy the
5432         docstring here, define-widget does it.
5434         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5435         * textmodes/bibtex-style.el (auto-mode-alist):
5436         * progmodes/inf-lisp.el (inferior-lisp-prompt):
5437         * progmodes/compile.el (compile-command):
5438         * language/korea-util.el (default-korean-keyboard):
5439         * international/mule-conf.el (file-coding-system-alist):
5440         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
5441         * tooltip.el (tooltip-frame-parameters):
5442         * newcomment.el (comment-end, comment-padding):
5443         * dired.el (dired-trivial-filenames):
5444         * comint.el (comint-file-name-prefix): Purecopy initial values.
5446 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
5448         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
5449         (tramp-advice-minibuffer-electric-tilde): Unload advices via
5450         `tramp-unload'.
5451         (tramp-advice-make-auto-save-file-name)
5452         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
5453         after removing the advice.
5455 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
5457         * progmodes/grep.el (grep-regexp-alist):
5458         * international/mule-cmds.el (iso-2022-control-alist):
5459         * emacs-lisp/timer.el (timer-duration-words):
5460         * subr.el (version-separator, version-regexp-alist):
5461         * minibuffer.el (completion-styles-alist):
5462         * faces.el (face-attribute-name-alist, list-faces-sample-text):
5463         Change defvars to defconsts.
5465         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
5466         * loadup.el ("international/mule-conf"): Load the byte compiled version.
5467         * international/mule-conf.el: Allow to be byte compiled.
5469         * international/mule.el (define-charset): Purecopy props.
5470         (load-with-code-conversion): Purecopy doc string and file name.
5471         (put-charset-property): Purecopy strings.
5472         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
5474         * international/mule-cmds.el (register-input-method): Purecopy arguments.
5475         (define-char-code-property): Correctly purecopy the table.
5477         * international/ccl.el (define-ccl-program): Purecopy the docstring.
5479         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
5481         * subr.el (add-hook): Purecopy strings.
5482         (eval-after-load): Purecopy load-history-regexp and the form.
5484         * custom.el (custom-declare-group): Purecopy load-file-name.
5486         * subr.el (menu-bar-separator): New defconst.
5487         * net/eudc.el (eudc-tools-menu):
5488         * international/mule-cmds.el (set-coding-system-map)
5489         (mule-menu-keymap):
5490         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5491         * vc-hooks.el (vc-menu-map):
5492         * replace.el (occur-mode-map):
5493         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
5494         (menu-bar-edit-menu, menu-bar-goto-menu)
5495         (menu-bar-custom-menu, menu-bar-showhide-menu)
5496         (menu-bar-options-menu, menu-bar-tools-menu)
5497         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
5498         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
5499         (menu-bar-help-menu):
5500         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
5501         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
5503         * term/x-win.el (x-gtk-stock-map):
5504         * progmodes/vera-mode.el (auto-mode-alist):
5505         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5506         (inferior-lisp-program, inferior-lisp-load-command):
5507         * progmodes/hideshow.el (hs-special-modes-alist):
5508         * progmodes/gud.el (same-window-regexps):
5509         * progmodes/grep.el (grep-program, find-program, xargs-program):
5510         * net/telnet.el (same-window-regexps):
5511         * net/rlogin.el (same-window-regexps):
5512         * language/ethiopic.el (font-ccl-encoder-alist):
5513         * vc-sccs.el (vc-sccs-master-templates):
5514         * vc-rcs.el (vc-rcs-master-templates):
5515         * subr.el (cl-assertion-failed):
5516         * simple.el (next-error-overlay-arrow-position):
5517         * lpr.el (lpr-command):
5518         * locate.el (locate-ls-subdir-switches):
5519         * info.el (same-window-regexps, info)
5520         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5521         * image-mode.el (image-mode, auto-mode-alist):
5522         * hippie-exp.el (hippie-expand-ignore-buffers):
5523         * format.el (format-alist):
5524         * find-dired.el (find-ls-subdir-switches, find-grep-options)
5525         (find-name-arg):
5526         * facemenu.el (facemenu-keybindings):
5527         * dired.el (dired-listing-switches, dired-chown-program):
5528         * diff.el (diff-switches, diff-command):
5529         * cus-edit.el (same-window-regexps):
5530         * bindings.el (mode-line-mule-info)
5531         (mode-line-buffer-identification): Purecopy strings.
5533 2009-11-11  Juri Linkov  <juri@jurta.org>
5535         * simple.el (dired-get-filename) <declare-function>:
5536         Tell the byte-compiler about dired-get-filename.
5537         (shell-command): In Dired mode, get filename from the current line
5538         as the default value.
5540 2009-11-10  Glenn Morris  <rgm@gnu.org>
5542         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
5543         * calendar/holidays.el, progmodes/cperl-mode.el:
5544         Update x-popup-menu declarations.
5546         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
5547         (list-load-path-shadows): Use dolist.
5548         (list-load-path-shadows): Use with-current-buffer.
5550 2009-11-10  Juri Linkov  <juri@jurta.org>
5552         * minibuffer.el (read-file-name): Support a list of default values
5553         in `default-filename'.  Use the first file name where only one
5554         element is required.  Doc fix.
5556 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
5558         * net/dbus.el (dbus-unregister-object): Release service, if no
5559         other method is registered for it.
5561 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
5563         * bookmark.el (bookmark-completing-read): Sort bookmark names if
5564         bookmark-sort-flag is non-nil (Bug#4653).
5566 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
5568         * emulation/cua-base.el: Add CUA property to some CC mode commands
5569         (Bug#4100).
5571 2009-11-08  Kevin Ryde  <user42@zip.com.au>
5573         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
5574         at end of sentence (Bug#4818).
5576 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
5578         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5579         Handle "see declaration of" MSFT statements (Bug#4100).
5581 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
5583         * net/tramp.el (tramp-advice-make-auto-save-file-name)
5584         (tramp-advice-file-expand-wildcards): Unload via
5585         `ad-remove-advice'.
5587         * net/trampver.el: Update release number.
5589 2009-11-08  Kevin Ryde  <user42@zip.com.au>
5591         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5592         `ad-do-it'.
5594 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
5596         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5597         in order to keep context in SELinux.
5599 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
5601         * dired-aux.el (dired-query): Place cursor in echo area and allow
5602         C-g.
5604         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5605         menu item if not on a directory (Bug#4701).
5607 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
5609         Sync with Tramp 2.1.17.
5611         * net/tramp.el (tramp-handle-copy-directory): Don't use
5612         `file-remote-p' (due to compatibility).
5614         * net/tramp-compat.el (tramp-compat-copy-directory)
5615         (tramp-compat-delete-directory): New defuns.
5617         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5618         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
5619         `tramp-compat-delete-directory'.
5621         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5622         (tramp-smb-handle-delete-directory): Use
5623         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5625         * net/trampver.el: Update release number.
5627 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
5629         * tar-mode.el (tar-copy): Call write-region on the right buffer
5630         (Bug#4857).
5632         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5633         by hand, if necessary (Bug#4878).
5635 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
5637         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5638         align size column (Bug#4839).
5640         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5641         statement.
5643 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5645         * progmodes/ld-script.el (auto-mode-alist):
5646         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5648         * cus-face.el (custom-declare-face): Purecopy face spec.
5650 2009-11-06  Kenichi Handa  <handa@m17n.org>
5652         * international/uni-bidi.el: Re-generated.
5653         * international/uni-category.el: Re-generated.
5654         * international/uni-combining.el: Re-generated.
5655         * international/uni-mirrored.el: Re-generated.
5657 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5659         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5660         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5661         (tex-start-options, slitex-run-command, latex-run-command)
5662         (tex-run-command, tex-directory):
5663         * textmodes/ispell.el (ispell-html-skip-alists)
5664         (ispell-tex-skip-alists, ispell-tex-skip-alists):
5665         * textmodes/fill.el (adaptive-fill-first-line-regexp):
5666         (adaptive-fill-regexp):
5667         * textmodes/dns-mode.el (auto-mode-alist):
5668         * progmodes/python.el (interpreter-mode-alist):
5669         * progmodes/etags.el (tags-compression-info-list):
5670         * progmodes/etags.el (tags-file-name):
5671         * net/browse-url.el (browse-url-galeon-program)
5672         (browse-url-firefox-program):
5673         * mail/sendmail.el (mail-signature-file)
5674         (mail-citation-prefix-regexp):
5675         * international/mule-conf.el (eight-bit):
5676         * international/latexenc.el (latex-inputenc-coding-alist):
5677         * international/fontset.el (x-pixel-size-width-font-regexp):
5678         * emacs-lisp/warnings.el (warning-type-format):
5679         * emacs-lisp/trace.el (trace-buffer):
5680         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5681         (emacs-lisp-mode-map):
5682         * calendar/holidays.el (holiday-solar-holidays)
5683         (holiday-bahai-holidays, holiday-islamic-holidays)
5684         (holiday-christian-holidays, holiday-hebrew-holidays)
5685         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5686         (hebrew-holidays-1, holiday-oriental-holidays)
5687         (holiday-general-holidays):
5688         * x-dnd.el (x-dnd-known-types):
5689         * tool-bar.el (tool-bar):
5690         * startup.el (site-run-file):
5691         * shell.el (shell-dumb-shell-regexp):
5692         * rfn-eshadow.el (file-name-shadow-tty-properties)
5693         (file-name-shadow-properties):
5694         * paths.el (remote-shell-program, news-directory):
5695         * mouse.el ([C-down-mouse-3]):
5696         * menu-bar.el (menu-bar-tools-menu):
5697         * jka-cmpr-hook.el (jka-compr-load-suffixes)
5698         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5699         (jka-compr-compression-info-list):
5700         * isearch.el (search-whitespace-regexp):
5701         * image-file.el (image-file-name-extensions):
5702         * find-dired.el (find-ls-option):
5703         * files.el (directory-listing-before-filename-regexp)
5704         (directory-free-space-args, insert-directory-program)
5705         (list-directory-brief-switches, magic-fallback-mode-alist)
5706         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5707         (automount-dir-prefix):
5708         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5709         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5710         (face-font-registry-alternatives, face-font-registry-alternatives)
5711         (face-font-family-alternatives):
5712         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5713         (facemenu-foreground-menu, facemenu-face-menu):
5714         * epa-hook.el (epa-file-name-regexp):
5715         * dnd.el (dnd-protocol-alist):
5716         * textmodes/rst.el (auto-mode-alist):
5717         * button.el (default-button): Purecopy strings.
5719 2009-11-06  Glenn Morris  <rgm@gnu.org>
5721         * Makefile.in (ELCFILES): Update.
5723 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5725         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5726         * emacs-lisp/levents.el: Move to obsolete/levents.el.
5728         * nxml/xsd-regexp.el (xsdre-gen-categories):
5729         * nxml/xmltok.el (xmltok-parse-entity):
5730         * nxml/rng-parse.el (rng-parse-validate-file):
5731         * nxml/rng-maint.el (rng-format-manual)
5732         (rng-manual-output-force-new-line):
5733         * nxml/rng-loc.el (rng-save-schema-location-1):
5734         * nxml/rng-cmpct.el (rng-c-parse-file):
5735         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5736         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5738 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
5740         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
5741         Remove extra save-excursions and make-variable-buffer-local's.
5742         Suggested by Stefan Monnier.
5744         (verilog-getopt-file, verilog-module-inside-filename-p)
5745         (verilog-set-define): Merge GNU 1.35 and repair changes from
5746         switching to using with-current-buffer.
5748         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5749         being treated as a number and confusing AUTORESET.
5750         Reported by Dan Dever.
5752         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5753         Add verilog-auto-ignore-concat to fix backward compatibility with
5754         older verilog-modes.  Reported by Dan Katz.
5756         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5757         containing closing anchors "...$".
5759         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5760         Reported by Wade Smith.
5762         (verilog-batch-execute-func): Comment on function usage.
5764 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
5766         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5767         for labels.
5769         (verilog-label-re, verilog-calc-1): Support proper indent of named
5770         asserts.
5772         (verilog-backward-token, verilog-basic-complete-re)
5773         (verilog-beg-of-statement, verilog-indent-re): Support proper
5774         indent of the assert statement at the beginning of a block of text.
5776         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5777         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5778         tokens as begins.
5780 2009-11-05  Glenn Morris  <rgm@gnu.org>
5782         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5783         Emacs 19.  (Bug#1531)
5784         (byte-compile-fix-header): Update for the above change.
5785         Drop test for epoch::version.
5787         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
5788         * cus-dep.el (custom-make-dependencies):
5789         * finder.el (finder-compile-keywords):
5790         Use autoload-rubric's feature argument.
5792         * calendar/diary-lib.el (top-level): Make load behave more like require.
5794         * vc-git.el (vc-git-stash-map): Move definition before use.
5796 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
5798         * custom.el (custom-declare-group): Purecopy standard-value.
5799         (custom-declare-group): Purecopy custom-prefix.
5801         * international/mule.el (load-with-code-conversion):
5802         Call do-after-load-evaluation unconditionally.
5804         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5806 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5808         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5810 2009-11-04  Glenn Morris  <rgm@gnu.org>
5812         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5813         (byte-compile-compatibility): Remove option.
5814         (byte-compile-close-variables, byte-compile-fix-header)
5815         (byte-compile-insert-header, byte-compile-output-docform)
5816         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5817         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5818         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5819         (byte-compile-insert, byte-compile-defun):
5820         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
5821         (byte-defop-compiler19): Remove.
5822         Without byte-compile-compatibility, the 'emacs19-opcode property is not
5823         used by anything.  Replace all calls with byte-defop-compiler.
5825 2009-11-04  Juri Linkov  <juri@jurta.org>
5827         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5828         (menu-bar-options-menu): Don't quote the `prop' arg of
5829         `menu-bar-make-mm-toggle'.
5831 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
5833         * calendar/calendar.el (cal-loaddefs):
5834         * calendar/diary-lib.el (diary-loaddefs):
5835         * calendar/holidays.el (hol-loaddefs):
5836         * eshell/esh-module.el (esh-groups): Load rather than require.
5838 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5840         * calendar/todo-mode.el (todo-add-category): Don't hardcode
5841         point-min==1.
5842         (todo-top-priorities): Only display-buffer when called interactively.
5843         (todo-item-start): Don't save excursion point.
5844         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
5845         (todo-insert-item-here, todo-file-item, todo-remove-item):
5846         Adjust uses of todo-item-start and todo-item-end.
5848         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5849         (autoload-rubric): Don't use any more.
5851         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5852         and only put a prop if it is non-nil.
5854 2009-11-03  Juri Linkov  <juri@jurta.org>
5856         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5857         (menu-bar-options-menu): Fix list quoting (Bug#4429).
5859         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5860         and "Menu" to make top-level menu item visually one unit (like
5861         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5862         multi-word menu items).  Fix :help string for quit-window.
5864 2009-11-03  Glenn Morris  <rgm@gnu.org>
5866         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5867         (byte-compile-file-form-define-abbrev-table)
5868         (byte-compile-file-form-custom-declare-variable)
5869         (byte-compile-variable-ref, byte-compile-defvar):
5870         Whether or not a warning is enabled should only affect whether we issue
5871         the warning, not whether or not we collect the relevant data.
5872         Eg warnings can be turned on and off throughout the course of a file.
5874         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5875         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5877 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5879         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5880         * play/mpuz.el (mpuz-create-buffer):
5881         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5882         (lm-print-y,s,noise, lm-print-w0, lm-init):
5883         * play/gomoku.el (gomoku-prompt-for-move):
5884         * play/fortune.el (fortune-in-buffer):
5885         * play/dissociate.el (dissociated-press):
5886         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5887         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
5888         * mail/supercite.el (sc-eref-show):
5889         * mail/smtpmail.el (smtpmail-send-it):
5890         * mail/rmailsum.el (rmail-summary-next-labeled-message)
5891         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5892         (rmail-summary-undelete-many, rmail-summary-rmail-update)
5893         (rmail-summary-goto-msg, rmail-summary-expunge)
5894         (rmail-summary-get-new-mail, rmail-summary-search-backward)
5895         (rmail-summary-add-label, rmail-summary-output-menu)
5896         (rmail-summary-output-body):
5897         * mail/rfc822.el (rfc822-addresses):
5898         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5899         * mail/mailpost.el (post-mail-send-it):
5900         * mail/hashcash.el (hashcash-generate-payment):
5901         * mail/feedmail.el (feedmail-run-the-queue)
5902         (feedmail-queue-send-edit-prompt-help-first)
5903         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5904         (feedmail-deduce-address-list):
5905         * eshell/esh-ext.el (eshell-remote-command):
5906         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5907         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5908         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5909         (viper-save-string-in-file, viper-valid-marker):
5910         * emulation/viper-keym.el (viper-toggle-key):
5911         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5912         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5913         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5914         * emulation/viper-cmd.el (viper-exec-form-in-vi)
5915         (viper-exec-form-in-emacs, viper-brac-function):
5916         * emulation/viper.el (viper-delocalize-var):
5917         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5918         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5919         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5920         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5921         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5922         * emulation/edt.el (edt-electric-helpify):
5923         * emulation/cua-rect.el (cua--rectangle-aux-replace):
5924         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5925         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5926         (cua-indent-to-global-mark-column):
5927         * calendar/diary-lib.el (calendar-mark-1):
5928         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5929         Use with-current-buffer.
5930         * emulation/viper.el (viper-delocalize-var): Use dolist.
5932 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
5934         * comint.el (comint-replace-by-expanded-history-before-point):
5935         Replace !! with the previous input string literally (Bug#1795).
5937 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
5939         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5940         to be made up of whitespace.
5942 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
5944         * minibuffer.el (read-file-name): Don't use file dialogs for
5945         remote directories (Bug#99).
5947 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
5949         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5951 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
5953         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5954         instead of deleting the window or frame.
5956 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
5958         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5959         Support face colors.
5961         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5962         New function.  Support face colors (Bug#1168).
5963         (tex-common-initialization): Use it.
5965         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5966         mode allows it (Bug#1168).
5968 2009-10-31  Juri Linkov  <juri@jurta.org>
5970         * facemenu.el (list-colors-display): Don't mark buffer as
5971         modified (Bug#3948).
5973 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
5975         * international/mule-diag.el (list-character-sets-1): Minor
5976         message fix (Bug#3526).
5978         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5979         face property (Bug#4834).
5980         (etags-list-tags, etags-tags-apropos-additional)
5981         (etags-tags-apropos, tags-select-tags-table): Add follow-link
5982         property.
5984         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5985         items.
5987 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5989         * textmodes/two-column.el (2C-split):
5990         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5991         * textmodes/tex-mode.el (tex-set-buffer-directory):
5992         * textmodes/spell.el (spell-region, spell-string):
5993         * textmodes/reftex.el (reftex-erase-buffer):
5994         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5995         * textmodes/reftex-toc.el (reftex-toc-promote-action):
5996         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5997         (reftex-select-item):
5998         * textmodes/reftex-ref.el (reftex-label-info-update)
5999         (reftex-offer-label-menu):
6000         * textmodes/reftex-index.el (reftex-index-change-entry)
6001         (reftex-index-phrases-info):
6002         * textmodes/reftex-global.el (reftex-create-tags-file)
6003         (reftex-save-all-document-buffers, reftex-ensure-write-access):
6004         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6005         (reftex-view-crossref-from-bibtex):
6006         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6007         (reftex-extract-bib-entries-from-thebibliography)
6008         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6009         * textmodes/refbib.el (r2b-capitalize-title):
6010         (r2b-convert-buffer, r2b-help):
6011         * textmodes/page-ext.el (pages-directory)
6012         (pages-directory-goto-with-mouse):
6013         * textmodes/bibtex.el (bibtex-validate-globally):
6014         * textmodes/bib-mode.el (bib-capitalize-title):
6015         * textmodes/artist.el (artist-clear-buffer, artist-system):
6016         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6017         (local-set-scheme-interaction-buffer, xscheme-process-filter)
6018         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6019         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6020         (xscheme-send-control-g-interrupt, xscheme-start-process)
6021         (xscheme-process-sentinel, xscheme-cd):
6022         * progmodes/verilog-mode.el (verilog-read-always-signals)
6023         (verilog-set-define, verilog-getopt-file)
6024         (verilog-module-inside-filename-p):
6025         * progmodes/sh-script.el:
6026         * progmodes/python.el (python-pdbtrack-get-source-buffer)
6027         (python-pdbtrack-grub-for-buffer, python-execute-file):
6028         * progmodes/octave-inf.el (inferior-octave):
6029         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6030         (idlwave-shell-compile-helper-routines, idlwave-set-local)
6031         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6032         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6033         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6034         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6035         (idlwave-shell-filter, idlwave-shell-examine-highlight)
6036         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6037         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6038         (idlwave-shell-examine-display, idlwave-shell-run-region)
6039         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6040         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6041         * progmodes/idlw-help.el (idlwave-help-get-special-help)
6042         (idlwave-help-get-help-buffer):
6043         * progmodes/gud.el (gud-basic-call, gud-find-class)
6044         (gud-tooltip-activate-mouse-motions-if-enabled):
6045         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6046         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6047         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6048         (ebrowse-tags-next-file):
6049         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6050         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6051         (ebnf-eps-finish-and-write):
6052         * progmodes/cpp.el (cpp-edit-save):
6053         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6054         * progmodes/cc-defs.el (c-emacs-features):
6055         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6056         (antlr-directory-dependencies):
6057         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6058         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6059         (ada-find-any-references, ada-make-filename-from-adaname)
6060         (ada-make-body-gnatstub):
6061         * obsolete/rnews.el (news-list-news-groups):
6062         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
6063         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6064         * net/rcirc.el (rcirc-debug):
6065         * net/newst-treeview.el (newsticker--treeview-list-add-item)
6066         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6067         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6068         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
6069         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
6070         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6071         (newsticker--treeview-list-clear-highlight)
6072         (newsticker--treeview-list-update-highlight)
6073         (newsticker--treeview-list-highlight-start)
6074         (newsticker--treeview-tree-update-highlight)
6075         (newsticker--treeview-get-selected-item)
6076         (newsticker-treeview-mark-list-items-old)
6077         (newsticker--treeview-set-current-node):
6078         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6079         * net/newst-backend.el (newsticker--get-news-by-funcall)
6080         (newsticker--get-news-by-wget, newsticker--image-get)
6081         (newsticker--image-sentinel):
6082         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6083         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6084         (eudc-ph-close-session):
6085         * net/eudc.el (eudc-save-options):
6086         * language/thai-word.el (thai-update-word-table):
6087         * language/japan-util.el (japanese-string-conversion):
6088         * international/titdic-cnv.el (tsang-quick-converter)
6089         (ziranma-converter, ctlau-converter):
6090         * international/mule-cmds.el (describe-language-environment):
6091         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6092         (skkdic-convert-postfix, skkdic-convert-prefix):
6093         (skkdic-convert-okuri-nasi, skkdic-convert):
6094         * emacs-lisp/re-builder.el (reb-update-overlays):
6095         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6096         * emacs-lisp/gulp.el (gulp-send-requests):
6097         * emacs-lisp/find-gc.el (trace-call-tree):
6098         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6099         (eieio-describe-generic):
6100         * emacs-lisp/eieio-base.el (eieio-persistent-read):
6101         * emacs-lisp/edebug.el (edebug-outside-excursion):
6102         * emacs-lisp/debug.el (debugger-make-xrefs):
6103         * emacs-lisp/cust-print.el (custom-prin1-to-string):
6104         * emacs-lisp/chart.el (chart-new-buffer):
6105         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6106         Use with-current-buffer.
6107         * textmodes/artist.el (artist-system): Don't call
6108         copy-sequence on a fresh string.
6109         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6111 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
6113         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
6114         is no item to edit.  (Bug#4820)
6115         (todo-top-priorities): Restore point and restore narrowing in Todo
6116         buffer.  (Bug#4820)
6118 2009-10-31  Glenn Morris  <rgm@gnu.org>
6120         * net/ange-ftp.el (top-level): Don't require dired when compiling.
6121         (comint-last-output-start, comint-last-input-start)
6122         (comint-last-input-end): Don't defvar when compiling.
6123         (ange-ftp-process-file): Use bound-and-true-p.
6125         * pcmpl-rpm.el (top-level): Move provide statement to end.
6126         (pcmpl-rpm): Remove unused custom group.
6128         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6130         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6132         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6133         (byte-compile-warnings): Add `constants' as an option.
6134         (byte-compile-callargs-warn, byte-compile-arglist-warn)
6135         (display-call-tree): Update for byte-compile-fdefinition possibly
6136         returning `(macro lambda ...)'.  (Bug#4778)
6137         (byte-compile-variable-ref, byte-compile-setq-default):
6138         Respect `constants' member of byte-compile-warnings.
6140 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6142         * vc-bzr.el (vc-bzr-revision-keywords): New var.
6143         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6144         to "submit:".
6146 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
6148         * textmodes/ispell.el (ispell-skip-region-alist):
6149         * international/mule-conf.el (eight-bit):
6150         * international/fontset.el (font-encoding-alist):
6151         * startup.el (pure-space-overflow-message):
6152         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6153         * paths.el (gnus-nntp-service, rmail-spool-directory)
6154         (term-file-prefix):
6155         * files.el (save-some-buffers-action-alist):
6156         * cmuscheme.el (same-window-buffer-names):
6157         * ielm.el (same-window-buffer-names):
6158         * shell.el (same-window-buffer-names):
6159         * mail/sendmail.el (same-window-buffer-names):
6160         * progmodes/inf-lisp.el (same-window-buffer-names):
6161         * bindings.el (mode-line-client)
6162         (mode-line-column-line-number-mode-map):
6163         * language/tibetan.el (tibetan-precomposition-rule-regexp)
6164         (tibetan-precomposed-regexp): Purecopy string arguments.
6166 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6168         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6169         (calcDigit-nondigit):
6170         * calc/calc-yank.el (calc-copy-to-buffer):
6171         * calc/calc-units.el (calc-invalidate-units-table):
6172         * calc/calc-trail.el (calc-trail-yank):
6173         * calc/calc-store.el (calc-insert-variables):
6174         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6175         * calc/calc-prog.el (calc-read-parse-table):
6176         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6177         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6178         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6179         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6180         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6181         (calc-graph-name, calc-graph-find-command, calc-graph-view)
6182         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6183         * calc/calc-ext.el (calc-realign):
6184         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6185         (calc-embedded-finish-edit, calc-embedded-make-info)
6186         (calc-embedded-finish-command, calc-embedded-stack-change):
6187         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6189         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
6190         shell-dynamic-complete-filename in preference to
6191         comint-dynamic-complete-filename.
6193         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6194         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6195         Don't consider whether the display supports colors.
6196         (bookmark-import-new-list): Use dolist.
6197         (bookmark-bmenu-mode-map): Move initialization into declaration.
6198         (bookmark-bmenu-list): Use dolist, simplify.
6199         (bookmark-show-all-annotations): Use save-selected-window and dolist.
6200         (menu-bar-final-items): Use push.
6202 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
6204         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
6205         it works on remote files.
6206         (vc-hg-diff): Don't pass any `--cwd' argument.
6208 2009-10-27  Kevin Ryde  <user42@zip.com.au>
6210         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6211         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
6212         (Further to Bug#3921).
6214 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
6216         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
6217         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
6218         calling `tramp-imap-put-file'.  Add file size to the call.
6219         (tramp-imap-get-file-entries): Compute also user name, file size,
6220         and date.
6221         (tramp-imap-handle-insert-directory): Insert uid and gid.
6222         (tramp-imap-handle-file-attributes): Transform uid and gid
6223         according to `id-format'.
6224         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
6225         size in header X-Size.
6227 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
6229         * simple.el (transpose-subr): Give clearer error when the mark
6230         is not set.  (Bug#4807)
6232 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
6234         * net/tramp.el (tramp-perl-file-truename): New defconst.
6235         Perl code contributed by yary <not.com@gmail.com> (tiny change).
6236         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
6237         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
6238         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
6240         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6241         Ignore `dired-call-process'.
6242         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
6244 2009-10-26  Julian Scheid  <julians37@gmail.com>
6246         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
6247         (tramp-get-remote-readlink): New defun.
6248         (tramp-handle-file-truename): Use it.
6249         (tramp-handle-file-exists-p): Check file-attributes cache, assume
6250         file exists if cache value present.
6251         (tramp-check-cached-permissions): New defun.
6252         (tramp-handle-file-readable-p): Use it.
6253         (tramp-handle-file-writable-p): Likewise.
6254         (tramp-handle-file-executable-p): Likewise.
6255         (tramp-handle-file-name-all-completions): Try using Perl to get
6256         partial completions.  When perl not available, combine `cd' and
6257         `ls' into single remote operation and use shell expansion to get
6258         partial remote directory contents.  Set `file-exists-p' cache for
6259         directory and any files returned by ls.  Change cache handling to
6260         support partial directory contents.  Use error message emitted by
6261         remote `cd' or Perl code for local tramp-error.
6262         (tramp-do-copy-or-rename-file-directly): Avoid separate
6263         tramp-send-command-and-check call.
6264         (tramp-handle-process-file): Merge three remote ops into one.
6265         Do not flush all caches when `process-file-side-effects' is set.
6266         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
6267         file-attributes shows uid/gid to be set already.
6269 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
6271         * textmodes/tex-mode.el (tex-dvi-view-command)
6272         (tex-show-queue-command, tex-open-quote):
6273         * progmodes/ruby-mode.el (auto-mode-alist)
6274         (interpreter-mode-alist): Purecopy strings.
6276         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
6278         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
6279         string for the hook, keymap and abbrev table.
6281         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
6283         * x-dnd.el (x-dnd-xdnd-to-action):
6284         * startup.el (fancy-startup-text, fancy-about-text): Change to
6285         defconst from defvar.
6287         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
6289         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
6290         Purecopy initialization strings.
6292         * mail/sendmail.el (mail-header-separator)
6293         (mail-personal-alias-file):
6294         * mail/rmail.el (rmail-default-dont-reply-to-names)
6295         (rmail-ignored-headers, rmail-retry-ignored-headers)
6296         (rmail-highlighted-headers, rmail-secondary-file-directory)
6297         (rmail-secondary-file-regexp):
6298         * files.el (null-device, file-name-invalid-regexp)
6299         (locate-dominating-stop-dir-regexp)
6300         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
6301         (interpreter-mode-alist): Use mapcar instead of mapc.
6303         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6305         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6306         (completion-ignored-extensions):
6307         (debug-ignored-errors): Purecopy strings.
6309 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6311         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6312         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6313         (pcomplete--here): Use push.
6315         * subr.el (all-completions): Declare the 4th arg obsolete.
6317 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6319         * pcomplete.el (pcomplete-unquote-argument-function): New var.
6320         (pcomplete-unquote-argument): New function.
6321         (pcomplete--common-suffix): Always pay attention to case.
6322         (pcomplete--table-subvert): Quote and unquote the text.
6323         (pcomplete--common-quoted-suffix): New function.
6324         (pcomplete-std-complete): Use it and pcomplete-begin.
6326         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6327         we're inside a dedicated or minibuffer window.
6329 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
6331         * bookmark.el: Update documentation, especially documentation
6332         of `bookmark-alist' and of the bookmark file format.
6333         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
6335 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
6337         * mail/emacsbug.el (report-emacs-bug): Clarify that the
6338         keybindings apply to the mail buffer (Bug#4003).  Shrink help
6339         window to buffer.
6341         * whitespace.el (whitespace-mode, whitespace-newline-mode)
6342         (global-whitespace-mode, global-whitespace-newline-mode)
6343         (whitespace-toggle-options, global-whitespace-toggle-options):
6344         Doc fix (Bug#3660).
6346         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6347         of xmltok-start before the end tag was inserted (Bug#2840).
6349         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6350         patterns that are preceded by an open-paren (Bug#1320).
6352 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
6354         * files.el (delete-directory): Delete symlinks to directories with
6355         delete-file (Bug#4739).
6357 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
6359         * vc.el (vc-backend-for-registration): Rename from
6360         vc-get-backend-for-registration.  Update callers.
6362         * international/mule-cmds.el (set-language-info-alist):
6363         Purecopy lang-env.
6364         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6365         (charset): Purecopy the name.
6366         (define-char-code-property): Purecopy string arguments.
6368         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6369         Purecopy string arguments.
6371         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6372         * ediff-hook.el (menu-bar-ediff-menu):
6373         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6374         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6376 2009-10-24  Glenn Morris  <rgm@gnu.org>
6378         * comint.el (comint-dynamic-list-completions):
6379         * term.el (term-dynamic-list-completions): Use choose-completion rather
6380         than obsolete alias mouse-choose-completion.
6382         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6383         file-cache-choose-completion.
6384         (file-cache-choose-completion): Handle an optional event argument.
6385         (file-cache-mouse-choose-completion): Make it an obsolete alias.
6387         * progmodes/octave-mod.el (octave-complete-symbol):
6388         Use choose-completion if mouse-choose-completion is ever removed.
6390         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6391         use.
6393         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6394         compiler.
6396         * vc-hooks.el (vc-responsible-backend): Fix declaration.
6398 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6400         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6401         Ignore `pred' now that we receive one.
6402         Handle test-completion specially.
6404 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
6406         * vc.el (vc-responsible-backend): Throw an error if not backend is
6407         found.  Remove the REGISTER argument.  Move the code dealing with
6408         REGISTER ...
6409         (vc-get-backend-for-registration): ... here.  New function.
6410         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6411         of vc-responsible-backend, pass the file name instead of the
6412         directory name.
6414 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6416         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6417         New funs.
6418         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
6419         (pcomplete-comint-setup): Don't modify a global var via
6420         accidental side-effects.
6421         (pcomplete-shell-setup): Adjust call accordingly.
6422         (pcomplete-parse-comint-arguments): Use push.
6424 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
6426         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6427         Allow uncapitalized info node names (Bug#3921).
6429         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6430         to the DEBUG file (Bug#3781).
6432 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
6434         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6435         dictionary entry (Bug#4579).
6437 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
6439         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6440         from `rfn-eshadow-update-overlay-hook' when unloading.
6441         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6442         "rsyncc".  Adjust doc string.
6443         (tramp-temp-buffer-file-name): New buffer-local defvar.
6444         (tramp-handle-insert-file-contents, tramp-handle-write-region):
6445         Keep temporary file when indicated by method ("rsync" and
6446         "rsyncc").
6447         (tramp-handle-write-region): Handle APPEND.
6448         (tramp-delete-temp-file-function): New defun.  Added to
6449         `kill-buffer-hook'.
6451 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
6453         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6455 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
6457         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6458         (color-name-rgb-alist, tty-standard-colors)
6459         (tty-color-mode-alist): Change to defconst.
6461         * simple.el (mark-inactive): Purecopy message.
6463         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6464         (global-map, yank-menu):
6465         * textmodes/ispell.el (ispell-menu-map):
6466         * net/eudc.el (eudc-tools-menu):
6467         * international/mule-cmds.el (describe-language-environment-map)
6468         (setup-language-environment-map, set-coding-system-map)
6469         (mule-menu-keymap):
6470         * vc-hooks.el (vc-menu-entry, vc-menu-map):
6471         * replace.el (occur-mode-map):
6472         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6474 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
6476         * calc/calc.el (math-read-number, math-read-number-simple): Use
6477         `save-match-data'.
6479 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6481         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6482         rather than fiddling with global-map bindings, since it should only
6483         affect per-terminal settings.
6484         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6486         * minibuffer.el (completion-table-with-terminator): Allow to specify
6487         the terminator-regexp.
6489         * simple.el (switch-to-completions): Look for *Completions* in other
6490         frames as well.
6492         * pcomplete.el: Allow the use of completion-tables.
6493         (pcomplete-std-complete): New command.
6494         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6495         (pcomplete--here): Use a function for `form' rather than an expression,
6496         so it can be byte-compiled.
6497         (pcomplete-here, pcomplete-here*): Adjust accordingly.
6498         Add edebug declaration.
6499         (pcomplete-show-completions): Remove unused var `curbuf'.
6500         (pcomplete-do-complete, pcomplete-stub):
6501         Don't assume `completions' is a list of strings any more.
6503 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
6505         * find-dired.el (find-name-arg): Fix typo in docstring.
6507 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6509         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6510         (pcmpl-linux-fs-types): Same, and update to new modules layout.
6512         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6513         pcomplete-entries.
6515         * comint.el (comint-read-input-ring, comint-write-input-ring)
6516         (comint-substitute-in-file-name)
6517         (comint-dynamic-complete-as-filename)
6518         (comint-dynamic-simple-complete)
6519         (comint-dynamic-list-filename-completions)
6520         (comint-dynamic-list-completions)
6521         (comint-redirect-results-list-from-process): Minor simplifications.
6523 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6525         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6526         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
6527         the first form.  And insert a blank line after ";;; Code" since
6528         that's usual style.  (Bug#4612)
6530         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6532 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6534         * minibuffer.el (completion-table-with-terminator): Properly implement
6535         boundaries, in case `terminator' appears in the suffix.
6536         (completion--embedded-envvar-table): Don't return boundaries if
6537         there's no valid completion.  Simplify.
6538         (completion-file-name-table): New completion table extracted from
6539         completion--file-name-table.
6540         (completion--file-name-table): Use it.
6541         (read-file-name-predicate): Declare obsolete.
6542         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6543         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6544         completion-file-name-table, and use the `pred' argument.
6545         * files.el (locate-file-completion-table): Use the `pred' arg rather
6546         than read-file-name-predicate.
6547         (abbreviate-file-name): Use \` rather than ^ for BOS.
6549 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
6551         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6552         vc-responsible-backend to register, it causes problems.
6554 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6556         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6558 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
6560         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6561         (tramp-smb-handle-file-attributes): Use it.
6562         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6563         (tramp-smb-handle-insert-directory): Use `mapc' rather than
6564         `mapcar'.  Use `tramp-smb-get-stat-capability'.
6565         Add `dired-filename' text properties.
6566         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6567         (tramp-smb-maybe-open-connection): Simplify check for smbclient
6568         version.
6570 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6572         * subr.el (read-key-delay): Reduce to 0.01.
6573         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6574         (bug#4751).
6576 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6578         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6580         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6581         (Info-menu): Remove unused vars `last' and `completions'.
6582         (Info-index-nodes): Remove unused var `node'.
6584         * info.el (Info-complete-menu-item): Use complete-with-action.
6586 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
6588         Make vc-annotate work through copies and renames.
6589         * vc-annotate.el (vc-annotate-extract-revision-at-line):
6590         Return the file name too.
6591         (vc-annotate-revision-at-line)
6592         (vc-annotate-find-revision-at-line)
6593         (vc-annotate-revision-previous-to-line)
6594         (vc-annotate-show-log-revision-at-line): Update to get the file
6595         name from vc-annotate-extract-revision-at-line.
6596         (vc-annotate-show-diff-revision-at-line-internal): Change the
6597         argument to mean whether to show a file diff or not.  Get the file
6598         name from vc-annotate-extract-revision-at-line.
6599         (vc-annotate-show-diff-revision-at-line):
6600         Update vc-annotate-show-diff-revision-at-line call.
6601         (vc-annotate-warp-revision): Add an optional file argument.
6603         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6604         (vc-git-annotate-extract-revision-at-line): Also return the file
6605         name if found.
6607         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6608         command.  Remove unused code.
6609         (vc-hg-annotate-re): Update to match --follow output.
6610         (vc-hg-annotate-extract-revision-at-line): Also return the file
6611         name if found.
6613         * vc.el: Update annotate-extract-revision-at-line documentation.
6615 2009-10-18  Kevin Ryde  <user42@zip.com.au>
6617         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6618         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6620         * net/browse-url.el (browse-url): Identify alist with "consp and
6621         not functionp" and let all other things go down the `apply' leg,
6622         as suggested by Stefan.  (Further to bug#4531.)
6624 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
6626         * minibuffer.el (read-file-name): Check for repeat before putting
6627         a default argument in file-name-history (Bug#4657).
6629         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6630         read syntax (Bug#4737).
6632         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
6634 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
6636         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6637         (html-tag-alist, html-tag-help): Add descriptions for undocumented
6638         entries and make note of obsolete tags.
6640 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6642         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6644 2009-10-18  Glenn Morris  <rgm@gnu.org>
6646         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6647         grep, so that binary files (eg international/uni-bidi.el) can match.
6648         Remove test for "UnicodeData" files, since it is hopefully unnecessary
6649         now, and in any case the file header format has changed.
6651 2009-10-17  Glenn Morris  <rgm@gnu.org>
6653         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6654         (flyspell-get-word, flyspell-large-region)
6655         (flyspell-auto-correct-previous-word): Doc/error message fixes.
6657 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
6659         * Makefile.in (ELCFILES): Add ede/shell.
6661 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
6663         * term/common-win.el (x-colors): Purecopy it.
6665 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6667         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6668         permissive for when the buffer is empty.
6669         (tar-header-block-tokenize): Decode the username and groupname.
6670         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6672 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6674         * international/mule-cmds.el (select-safe-coding-system): If the file
6675         has a coding cookie, use it regardless of any other setting (bug#4712).
6677 2009-10-17  Glenn Morris  <rgm@gnu.org>
6679         * foldout.el (foldout-mouse-swallow-events):
6680         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6682         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6683         (dired-keep-marker-copy, dired-keep-marker-hardlink)
6684         (dired-keep-marker-symlink, dired-dwim-target)
6685         (dired-copy-preserve-time): Do not autoload these defcustoms.
6687         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6688         messages from messing up the file coding.  (Bug#4623)
6690 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
6692         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6693         if no match is found for the current dictionary.  (Bug#4578)
6695         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6696         optional, since that is how it is documented, and this is often called
6697         with a nil argument.  (Bug#4577)
6698         (flyspell-external-point-words, flyspell-auto-correct-word)
6699         (flyspell-correct-word-before-point, flyspell-word-search-forward)
6700         (flyspell-word-search-backward): Remove nil argument in calls to
6701         flyspell-get-word, since it is not needed now.
6703 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
6705         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
6707 2009-10-16  Glenn Morris  <rgm@gnu.org>
6709         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6711 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
6713         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6714         (ange-ftp-file-size): New function.
6715         (ange-ftp-file-attributes): Use it.
6717 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
6719         * net/tramp-smb.el (tramp-smb-version): New defvar.
6720         (tramp-smb-maybe-open-connection): Use it, in order to avoid
6721         repeated checks.
6723 2009-10-16  Glenn Morris  <rgm@gnu.org>
6725         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6726         Maybe copy some custom properties from old to new name.  (Bug#4706)
6728 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
6730         * subr.el (error, sit-for, start-process-shell-command)
6731         (start-file-process-shell-command): Set the calling convention
6732         after the function definition.
6734 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6736         * subr.el (error, sit-for, start-process-shell-command)
6737         (start-file-process-shell-command): Use the new
6738         set-advertised-calling-convention feature.
6740 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
6742         * international/ucs-normalize.el (ucs-normalize-version):
6743         Change to 1.2.
6744         (check-range): Adjust for Unicode 5.2.
6746 2009-10-15  Juri Linkov  <juri@jurta.org>
6748         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6749         to the `menu-item' format.
6751 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
6753         * net/tramp.el (tramp-replace-environment-variables): Do not fail
6754         if the environment variable does not exist.
6756         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6757         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6758         parameter.
6759         (tramp-smb-handle-add-name-to-file)
6760         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6761         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6762         (tramp-smb-handle-file-attributes)
6763         (tramp-smb-do-file-attributes-with-stat)
6764         (tramp-smb-handle-file-local-copy)
6765         (tramp-smb-handle-insert-directory)
6766         (tramp-smb-handle-make-directory)
6767         (tramp-smb-handle-make-directory-internal)
6768         (tramp-smb-handle-make-symbolic-link)
6769         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6770         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6771         (tramp-smb-maybe-open-connection): Apply the changed parameters.
6772         (tramp-smb-read-file-entry): Read Disk names in compressed format.
6773         Handle long file names.
6774         (tramp-smb-get-cifs-capabilities): Check, whether the connection
6775         process is running.
6776         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6777         Read share names with "-g" option.
6779 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
6781         * net/rcirc.el (rcirc-view-log-file): New command.
6782         (rcirc-track-minor-mode-map): Remove C-c ` binding.
6783         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6784         specified.
6786 2009-10-15  Glenn Morris  <rgm@gnu.org>
6788         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6789         from the second command-line argument.
6790         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6791         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6792         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6793         w32-batch-update-autoloads.
6794         * emacs-lisp/autoload.el (autoload-make-program): New variable.
6795         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6797         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6798         the headers cannot be located.  Simplify, subtracting superflous
6799         save-excursions.
6801 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6803         Replace completion-base-size by completion-base-position to fix bugs
6804         such as (bug#4699).
6805         * simple.el (completion-base-position): New var.
6806         (completion-base-size): Mark as obsolete.
6807         (choose-completion): Make it work for mouse events as well.
6808         Pass the new base-position to choose-completion-string.
6809         (choose-completion-guess-base-position): New function, extracted from
6810         choose-completion-delete-max-match.
6811         (choose-completion-delete-max-match): Use it.  Make obsolete.
6812         (choose-completion-string): Use the new base-position info.
6813         (completion-root-regexp): Delete.
6814         (completion-setup-function): Preserve completion-base-position.
6815         Eliminate obsolete base-size manipulation.
6816         * minibuffer.el (display-completion-list): Don't mess with base-size.
6817         (minibuffer-completion-help): Set completion-base-position instead.
6818         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6819         choose-completion.
6820         * textmodes/bibtex.el (bibtex-complete):
6821         * emacs-lisp/crm.el (crm--choose-completion-string):
6822         Adjust to new calling convention.
6823         * complete.el (partial-completion-mode): Use minibufferp to avoid
6824         bumping into incompatible change to choose-completion-string-functions.
6825         * ido.el (ido-choose-completion-string): Make its calling convention
6826         more permissive.
6827         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6828         base-size manipulation.
6829         (comint-dynamic-list-input-ring): Use dotimes and push.
6830         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6831         fundamental-mode.  Use `or'.
6833 2009-10-14  Juri Linkov  <juri@jurta.org>
6835         * misearch.el (multi-isearch-next-buffer-from-list)
6836         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
6838 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6840         * Makefile.in (compile-onefile): Load `bytecomp' rather than
6841         `bytecomp.el'.
6843         * minibuffer.el (completion-pcm--merge-completions): Make sure the
6844         string we return is all made up of text from the completions rather
6845         than part from the completions and part from the input (bug#4219).
6847         * ido.el (ido-everywhere): Use define-minor-mode.
6849         * buff-menu.el (list-buffers, ctl-x-map):
6850         Mark the entry points with ;;;###autoload cookies.
6852 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6854         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6855         correctly in the detached head case.
6856         (vc-git-print-log): Remove unused binding.
6858         * vc.el (vc-responsible-backend): When a directory is passed for
6859         for registration create a VC repository if no backend is
6860         responsible for the directory argument.
6861         (vc-deduce-fileset): Tell vc-responsible-backend to register.
6863         * vc.el: Move comments about RCS and SCCS ...
6864         * vc-rcs.el:
6865         * vc-sccs.el: ... here, respectively.
6867 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6869         * minibuffer.el (completion--file-name-table): Return nil if there's
6870         no file completion, even if substitute-in-file-name changed
6871         the string (bug#4708).
6873 2009-10-13  Juri Linkov  <juri@jurta.org>
6875         * files-x.el (read-file-local-variable-value): Don't filter out
6876         minor modes from mode name completion (bug#4664).
6878 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
6880         * international/mule-cmds.el (ucs-names): Remove exclusion of
6881         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6883 2009-10-13  Kenichi Handa  <handa@m17n.org>
6885         * international/uni-name.el: Regenerated.
6887 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
6889         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
6890         should be automatically buffer-local, but isn't.)
6892 2009-10-12  Sam Steingold  <sds@gnu.org>
6894         * progmodes/compile.el (compilation-next-error-function): Fix the
6895         timestamps if the buffer has been visited before.
6896         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6897         non-anchored patterns, like the perl one (bug#3928).
6899 2009-10-12  Glenn Morris  <rgm@gnu.org>
6901         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6902         Let-bind `size'.
6904 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
6906         * proced.el (proced-unload-function): New function.
6908         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6909         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6910         Doc fix.
6912         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6914 2009-10-11  Juri Linkov  <juri@jurta.org>
6916         * files-x.el (read-file-local-variable-value):
6917         Provide default value only for bound variables (bug#4664).
6919 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
6921         * net/tramp.el (tramp-local-host-p): Function shall return nil for
6922         connection methods like smb.
6924         * net/tramp-cache.el (tramp-flush-connection-property): The hash
6925         can be empty.
6927         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6928         (tramp-smb-file-name-handler-alist): Add handlers for
6929         `add-name-to-file', `make-symbolic-link'.
6930         (tramp-smb-handle-add-name-to-file)
6931         (tramp-smb-do-file-attributes-with-stat)
6932         (tramp-smb-handle-make-symbolic-link)
6933         (tramp-smb-get-cifs-capabilities): New defuns.
6934         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6935         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6936         (tramp-smb-handle-file-local-copy)
6937         (tramp-smb-handle-make-directory-internal)
6938         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6939         The file name syntax depends on cifs capabilities.
6940         (tramp-smb-handle-file-attributes):
6941         Call `tramp-smb-do-file-attributes-with-stat' if possible.
6942         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6943         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6945 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
6947         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6948         (eieio-defclass): Apply deftype handler and setf-method properties
6949         directly.
6950         (eieio-add-new-slot): Avoid union function from cl library.
6951         (eieio--typep): New function.
6952         (eieio-perform-slot-validation): Use it.
6954 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6956         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6957         Update documentation to refer to the variables documented in r1.135.
6958         (Bug#4188)
6960 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6962         * bookmark.el (Info-suffix-list): Remove this unused variable.
6963         (bookmark-current-point): Remove this obsolete variable.
6964         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6965         Adjust for removal of bookmark-current-point.
6967         (bookmarks-already-loaded, bookmark-current-buffer)
6968         (bookmark-yank-point): Document.  (Bug#4188)
6970 2009-10-10  Glenn Morris  <rgm@gnu.org>
6972         * frame.el (frame-height): Doc fix.
6974         * calendar/calendar.el (calendar-split-width-threshold): New option.
6975         (calendar-basic-setup): Use calendar-split-width-threshold.
6977 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
6979         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6980         Ideographic Supplement" range (U+1F200..U+1F2FF).
6982 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6984         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6985         since the list will have been rebuilt anyway.  (Bug#4349)
6987 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6989         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6990         (bookmark-bmenu-execute-deletions): Don't save here, as
6991         bookmark-delete will now do so if necessary.
6992         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6993         (Bug#4348)
6995 2009-10-09  Glenn Morris  <rgm@gnu.org>
6997         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6999 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7001         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7002         (bookmark-jump-other-window): Just invoke bookmark-jump with new
7003         argument now, so the two function's behaviors will match.  (Bug#3645)
7005 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
7007         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
7008         (tramp-file-name-real-host, tramp-file-name-port):
7009         Apply `save-match-data'.
7011         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7012         case both directories are remote.
7013         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
7014         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
7016 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
7018         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7020 2009-10-07  Glenn Morris  <rgm@gnu.org>
7022         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7023         of concat.
7025 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7027         * files-x.el (read-file-local-variable): Include some
7028         non-user-variables in the completion table (bug#4664).
7030 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
7032         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7033         message.
7035         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7036         (tramp-smb-file-name-handler-alist): Add handler for
7037         `copy-directory', `expand-file-name', `set-file-modes'.
7038         (tramp-smb-handle-copy-directory)
7039         (tramp-smb-handle-expand-file-name)
7040         (tramp-smb-handle-set-file-modes): New defuns.
7041         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7042         (tramp-smb-handle-file-attributes): Simplify check for retrieving
7043         entry.
7044         (tramp-smb-handle-insert-directory): Don't flush the cache.
7045         (tramp-smb-maybe-open-connection): Check for samba client and
7046         server versions.
7048 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
7050         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7051         to not error out of search for "^lisp=" fails.
7053 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
7055         * makefile.w32-in (WINS_UPDATES): New macro.
7056         (custom-deps, finder-data, autoloads): Use it.
7058 2009-10-07  Glenn Morris  <rgm@gnu.org>
7060         * Makefile.in (autoloads): Revert previous change.
7061         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
7062         the list of preloaded files passed on the command-line, get
7063         it from src/Makefile.
7065         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7066         show the original buffer rather than a random one.
7068 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
7070         * help.el (describe-no-warranty): Place point in a slightly better
7071         position in the GPLv3 text.
7073 2009-10-06  Sam Steingold  <sds@gnu.org>
7075         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7076         the comm attribute is present before calling regexp-quote.
7078 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
7080         * play/animate.el (animate-string): For good effect, make sure
7081         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7083         * play/animate.el (animate-sequence, animate-birthday-present):
7084         * misc.el (butterfly): Don't set `indent-tabs-mode'.
7086 2009-10-06  Glenn Morris  <rgm@gnu.org>
7088         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7090         * emacs-lisp/autoload.el (autoload-excludes): New variable.
7091         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7092         (batch-update-autoloads): Process a string value of autoload-excludes,
7093         set during the build process.
7094         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
7096         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7097         inside with-parsed...  macro so that `v' is defined.
7099         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7100         * progmodes/fortran.el (fortran-end-of-block)
7101         (fortran-beginning-of-block):
7102         Also push mark in the macro case.
7104         * emerge.el (emerge-show-file-name):
7105         * calc/calc.el (calc-quit):
7106         * calc/calc-misc.el (calc-big-or-small):
7107         * calc/calc-graph.el (calc-graph-view):
7108         * calc/calc-ext.el (calc-reset):
7109         * calendar/calendar.el (calendar-basic-setup):
7110         Use window-full-height-p.
7112         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7113         header we don't understand, don't insert another.  (Bug#4624)
7114         If changing mime charset, insert the new one in the right place.
7116 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
7118         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7119         (cal-tex-cursor-month): Correctly increment the end date for diary and
7120         holiday listing.  (Bug#4626)
7122 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7124         * help-fns.el (describe-function-1): Don't burp if the function is not
7125         a symbol.
7127 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
7129         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7130         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7131         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7132         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7134         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7135         (eieio-default-superclass): Reflow docstrings.
7136         (this, class-option-assoc, defclass, eieio-class-un-autoload)
7137         (eieio-unbind-method-implementations, defmethod)
7138         (eieio-validate-slot-value, eieio-validate-class-slot-value)
7139         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7140         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7141         (eieio-slot-originating-class-p, eieio-slot-name-index)
7142         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7143         (constructor, initialize-instance, no-next-method, object-print)
7144         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7145         Fix typos in docstrings.
7146         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7147         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7148         (next-method-p): Doc fixes.
7149         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7150         Fix typos in error messages.
7151         (eieio-defmethod): Fix typo in description of generic method.
7153         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7154         (eieio-persistent-save-interactive, slot-missing):
7155         Fix typos in docstrings.
7156         (eieio-instance-inheritor-slot-boundp): Doc fix.
7158         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7159         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7161         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7162         (eieio-custom-object-apply-reset):
7163         Fix typos in docstrings and error messages.
7165         * emacs-lisp/eieio-datadebug.el (data-debug-show):
7166         Fix typo in docstring.
7168         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7169         (eieio-browse-tree): Doc fix.
7170         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7171         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7172         Fix typos in docstrings.
7174         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7175         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7176         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7177         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7178         Reflow docstrings.
7180 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
7182         * vc-hg.el (log-view-vc-backend): Declare for compiler.
7183         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7184         Set log-view-vc-backend so that diff can work.
7186         * log-view.el (log-view-diff): Use vc-diff-internal instead of
7187         vc-version-diff.
7188         (vc-diff-internal): Autoload this instead of vc-version-diff.
7190 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
7192         * simple.el (eval-expression): Doc fix.
7194         * progmodes/cwarn.el (cwarn-mode): Doc fix.
7196 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
7198         * files.el (directory-files-no-dot-files-regexp): New defconst.
7199         (delete-directory): Use it.
7200         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
7202         * net/tramp.el (tramp-verbose): Fix docstring.
7203         (tramp-methods): Add recursive option to `tramp-copy-args'.
7204         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
7205         "scp1_old", "scp2_old", "rsync", "rsyncc".
7206         (tramp-default-method): Check also for `auth-source-user-or-password'.
7207         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7208         Add handler for `copy-directory'.
7209         (tramp-handle-copy-directory): New defun.
7210         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7211         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7212         Optimize sent command.
7214 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7216         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7217         window if necessary.
7219         * calendar/calendar.el (calendar-basic-setup): Don't call
7220         switch-to-buffer in a dedicated window.
7222 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
7224         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7225         don't do anything related to relocating, just return nil.
7226         (bookmark-error-no-filename): New error.
7227         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7228         bookmark has no file.  Don't even attempt to handle things that
7229         are not files; the whole point of custom handlers is to keep that
7230         knowledge elsewhere anyway.  Tighten some comments.
7231         (bookmark-file-or-variation-thereof): Remove now-unused function.
7232         (bookmark-location): Doc string fix.
7233         (Bug#4250)
7235 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7237         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7238         don't use a file dialog, because they usually don't know how to read
7239         a directory target from the user.  (Bug#4230)
7240         Also, make sure the prompt can display directories as well as files.
7242 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7244         * bookmark.el (bookmark-set, bookmark-buffer-name):
7245         Improve doc strings.  (Bug#1193)
7247 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7249         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7250         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7251         (bookmark-get-annotation, bookmark-set-annotation)
7252         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7253         (bookmark-set-position, bookmark-get-front-context-string)
7254         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7255         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7256         (bookmark-jump-other-window, bookmark-handle-bookmark)
7257         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7258         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7259         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7260         Improve doc strings to say whether bookmark can be a string or
7261         a record or both, and make other consistency and clarity fixes.
7262         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7263         (bookmark-default-annotation-text, bookmark-yank-word)
7264         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7265         (bookmark-import-new-list, bookmark-maybe-rename)
7266         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7267         (bookmark-bmenu-bookmark): Give these doc strings.
7268         (bookmark-bmenu-check-position): Give this a doc string, but also
7269         add a FIXME comment about how the function may be pointless.
7270         (bookmark-default-handler): Rework doc string and change a
7271         parameter name, to clarify that this takes a bookmark record
7272         not a bookmark name.
7273         (bookmark-set): Change a parameter name to indicate its meaning,
7274         and improve the doc string a bit.
7275         (Bug#4188)
7277 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7279         * bookmark.el (bookmark-alist): Document the new `handler' element
7280         in the param alist.
7281         (bookmark-make-record-function): Adjust documentation for above.
7282         (Bug#4193)
7284 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7286         * info.el (Info-bookmark-make-record): Document this function.
7287         (Info-bookmark-jump): Document with a doc string, not just a comment.
7288         (Bug#4203)
7290 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
7292         * files.el (copy-directory): New defun.
7294         * dired-aux.el (dired-copy-file-recursive): Use it.
7296 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7298         * files-x.el (modify-dir-local-variable)
7299         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
7300         docstrings.
7302         * recentf.el (recentf-unload-function): New function.
7304 2009-10-04  Glenn Morris  <rgm@gnu.org>
7306         * window.el (window-full-height-p): Add doc string.
7308 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
7310         * window.el (window-full-height-p): New function.  (Bug#4543)
7312 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
7314         * vc.el: Remove commented out code.
7315         (vc-derived-from-dir-mode): Remove, unused.
7316         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7318 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
7320         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7321         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
7322         there could be recursive loading when `default-directory' is a
7323         remote file name.  (Bug#4614)
7325 2009-10-03  Glenn Morris  <rgm@gnu.org>
7327         * calendar/calendar.el (calendar-basic-setup): Handle the case where
7328         the frame is wide.
7329         (calendar-generate-window): Test for shrinkability rather than width.
7331         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7332         reusing existing buffers, in case we happen to visit two files with the
7333         same basename.  (Bug#4593)
7335 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
7337         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7338         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7339         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7340         subdirs of cedet as well.
7341         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7343 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7345         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7346         Obey advertised-signature-table.
7348         * help-fns.el (help-function-arglist): Don't check
7349         advertised-signature-table.
7350         (describe-function-1): Do it here instead so it also applies to subrs.
7352 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
7354         * simple.el (start-file-process): Say in the doc-string, that file
7355         handlers might not support pty association, if PROGRAM is nil.
7357         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7358         HOST and USER are strings.  They are nil, when there are
7359         incomplete entries in ~/.netrc, for example.
7360         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
7361         root directory ("device busy" error otherwise).
7363         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7364         Flush file properties of created directory.
7366 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
7368         * makefile.w32-in (WINS_BASIC): Remove cedet.
7369         (WINS_CEDET): Add cedet.
7370         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7372 2009-10-02  Kevin Ryde  <user42@zip.com.au>
7374         * net/browse-url.el (browse-url): Pass any symbol in
7375         browse-url-browser-function to `apply', since if you've mistakenly put
7376         an unbound symbol then the error is clearer.  (Bug#4531)
7378 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
7380         * allout.el (allout-init, allout-back-to-current-heading)
7381         (allout-beginning-of-current-entry, allout-ascend-to-depth)
7382         (allout-ascend, allout-up-current-level, allout-end-of-level)
7383         (allout-previous-visible-heading, allout-forward-current-level)
7384         (allout-backward-current-level, allout-show-children):
7385         * apropos.el (apropos-describe-plist):
7386         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7387         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7388         * completion.el (add-completion, add-permanent-completion):
7389         * descr-text.el (describe-text-category, describe-char):
7390         * desktop.el (desktop-lazy-abort):
7391         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7392         * dired.el (dired-build-subdir-alist):
7393         * ediff.el (ediff-version):
7394         * elide-head.el (elide-head, elide-head-show):
7395         * emerge.el (emerge-version):
7396         * env.el (getenv):
7397         * face-remap.el (variable-pitch-mode):
7398         * faces.el (describe-face):
7399         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7400         (dired-at-point):
7401         * files.el (find-file-existing, auto-save-mode):
7402         * font-lock.el (font-lock-fontify-buffer):
7403         * help-fns.el (describe-function, describe-variable)
7404         (describe-syntax, describe-categories):
7405         * help.el (view-lossage, describe-bindings, describe-key)
7406         (describe-mode):
7407         * hexl.el (hexl-current-address):
7408         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7409         * info.el (Info-goto-emacs-key-command-node):
7410         * log-edit.el (log-edit-insert-cvs-template)
7411         (log-edit-insert-cvs-rcstemplate):
7412         * menu-bar.el (menu-bar-mode):
7413         * mouse.el (mouse-appearance-menu):
7414         * newcomment.el (comment-indent-new-line):
7415         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7416         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
7417         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
7418         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7419         * recentf.el (recentf-mode):
7420         * savehist.el (savehist-mode, savehist-save):
7421         * shadowfile.el (shadow-copy-files):
7422         * simple.el (kill-ring-save, next-line, previous-line)
7423         (normal-erase-is-backspace-mode):
7424         * strokes.el (strokes-update-window-configuration)
7425         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7426         (strokes-xpm-for-stroke):
7427         * time.el (emacs-uptime, emacs-init-time):
7428         * tutorial.el (tutorial--describe-nonstandard-key)
7429         (tutorial--detailed-help):
7430         * type-break.el (type-break-mode)
7431         (type-break-mode-line-message-mode, type-break-query-mode)
7432         (type-break-guesstimate-keystroke-threshold):
7433         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7434         * version.el (emacs-version):
7435         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7436         * winner.el (winner-mode):
7437         * calendar/timeclock.el (timeclock-in, timeclock-out)
7438         (timeclock-status-string, timeclock-change)
7439         (timeclock-workday-remaining-string)
7440         (timeclock-workday-elapsed-string)
7441         (timeclock-when-to-leave-string):
7442         * calendar/todo-mode.el (todo-add-category):
7443         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7444         * emacs-lisp/autoload.el (update-file-autoloads):
7445         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7446         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7447         (checkdoc-message-text, checkdoc-defun):
7448         * emacs-lisp/debug.el (debugger-list-functions):
7449         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7450         * emacs-lisp/eieio-opt.el (eieio-describe-class)
7451         (eieio-describe-generic):
7452         * emacs-lisp/lisp-mnt.el (lm-synopsis):
7453         * emacs-lisp/shadow.el (list-load-path-shadows):
7454         * emulation/cua-base.el (cua-mode):
7455         * emulation/edt.el (edt-set-scroll-margins):
7456         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7457         (tpu-toggle-regexp, tpu-toggle-search-direction)
7458         (tpu-toggle-rectangle, tpu-toggle-control-keys):
7459         * emulation/tpu-extras.el (tpu-set-scroll-margins):
7460         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7461         (viper-set-parsing-style-toggling-macro)
7462         (viper-set-emacs-state-searchstyle-macros):
7463         * emulation/viper.el (viper-set-hooks):
7464         * eshell/esh-mode.el (eshell-truncate-buffer):
7465         * international/mule-cmds.el (prefer-coding-system)
7466         (describe-input-method, describe-language-environment):
7467         * international/mule-diag.el (list-character-sets)
7468         (describe-character-set, describe-coding-system)
7469         (describe-fontset, list-fontsets, list-input-methods):
7470         * mail/sendmail.el (mail-signature):
7471         * net/ange-ftp.el (ange-ftp-copy-file):
7472         * net/browse-url.el (browse-url):
7473         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7474         * net/quickurl.el (quickurl-add-url):
7475         * net/rcirc.el (names, topic):
7476         * net/xesam.el (xesam-mode):
7477         * play/5x5.el (5x5-new-game):
7478         * play/yow.el (apropos-zippy):
7479         * progmodes/ada-mode.el (ada-mode-version):
7480         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7481         (f90-end-of-block)
7482         (f90-beginning-of-block):
7483         * progmodes/fortran.el (fortran-end-of-block)
7484         (fortran-beginning-of-block):
7485         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7486         * progmodes/python.el (python-describe-symbol, python-shell):
7487         * term/ns-win.el (ns-print-buffer):
7488         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7489         * textmodes/flyspell.el (flyspell-mode-on):
7490         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7491         (pages-directory-for-addresses):
7492         * textmodes/table.el (table-recognize-cell)
7493         (table-query-dimension, table-generate-source)
7494         (table-insert-sequence, table--warn-incompatibility):
7495         * textmodes/tex-mode.el (tex-validate-buffer):
7496         * textmodes/texinfmt.el (texinfmt-version)
7497         (texinfo-format-buffer):
7498         Use `called-interactively-p' instead of `interactive-p'.
7500 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
7502         * image-mode.el (image-toggle-display):
7503         * emacs-lisp/elp.el (elp-instrument-function):
7504         * emacs-lisp/advice.el (ad-make-advised-definition):
7505         * emacs-lisp/easy-mmode.el (define-minor-mode):
7506         * net/browse-url.el (browse-url-maybe-new-window):
7507         * progmodes/sh-script.el (sh-learn-buffer-indent):
7508         Pass new argument 'any to `called-interactively-p'.
7510 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
7512         * international/uni-bidi.el:
7513         * international/uni-category.el:
7514         * international/uni-combining.el:
7515         * international/uni-comment.el:
7516         * international/uni-decimal.el:
7517         * international/uni-decomposition.el:
7518         * international/uni-digit.el:
7519         * international/uni-lowercase.el:
7520         * international/uni-mirrored.el:
7521         * international/uni-name.el:
7522         * international/uni-numeric.el:
7523         * international/uni-old-name.el:
7524         * international/uni-titlecase.el:
7525         * international/uni-uppercase.el:
7526         Regenerate from Unicode 5.2.0 data.
7528 2009-10-01  Glenn Morris  <rgm@gnu.org>
7530         * Makefile.in (ELCFILES): Regenerate.
7532 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7534         * subr.el (interactive-p): Mark obsolete.
7535         (called-interactively-p): Make the optional-ness of `kind' obsolete.
7536         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7537         advertised-signature-table for subroutines as well.
7539         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7540         (set-advertised-calling-convention): New function.
7541         (make-obsolete, define-obsolete-function-alias)
7542         (make-obsolete-variable, define-obsolete-variable-alias):
7543         Make the optional-ness of `when' obsolete.
7544         (define-obsolete-face-alias): Make `when' non-optional.
7545         * help-fns.el (help-function-arglist):
7546         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7547         Use advertised-signature-table.
7549 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
7551         * files.el (delete-directory): New defun.  The original function
7552         in fileio.c has been renamed to `delete-directory-internal'.
7554         * dired.el (dired-delete-file): Call `delete-directory' with
7555         RECURSIVE parameter.
7557         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
7558         parameter RECURSIVE.  Implementation is missing.
7560         * net/tramp.el (tramp-handle-make-directory): Flush upper
7561         directory's file properties.
7562         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
7563         (tramp-handle-dired-recursive-delete-directory): Flush directory
7564         properties after the remove command only.
7566         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7567         Handle optional parameter RECURSIVE.
7569         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7570         Handle optional parameter RECURSIVE.
7572         * net/tramp-smb.el (tramp-smb-errors): Add error message for
7573         connection timeout.
7574         (tramp-smb-handle-delete-directory): Handle optional parameter
7575         RECURSIVE.
7577 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7579         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7580         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7581         (byte-compile-defmacro): Use backquotes.
7583         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7585         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7586         has no associated file.
7587         (vc-resynch-buffer): Use vc-dir-buffers.
7589 2009-10-01  Glenn Morris  <rgm@gnu.org>
7591         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7592         (chart-file-count):
7593         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7594         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7595         * emacs-lisp/eieio-opt.el (eieio-describe-class):
7596         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7597         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7598         (eieio-copy-parents-into-subclass, make-instance, class-children)
7599         (eieio-generic-form):
7601         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7602         match-data.  (Bug#4555).
7604         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7605         rather than parsing it as a regexp.  This relaxes the layout
7606         requirements and makes errors easier to detect.
7607         (check-declare-verify): Check file is regular.
7608         (check-declare-directory): Doc fix.
7609         * subr.el (declare-function): Doc fix.
7611         * ibuffer.el (ibuffer-format-qualifier):
7612         * isearch.el (hi-lock-regexp-okay):
7613         * calc/calc.el (math-zerop):
7614         * mail/uce.el (rmail-msgbeg, rmail-msgend):
7615         * term/w32-win.el (setup-default-fontset, set-fontset-font):
7616         Remove unused declarations.
7618 2009-09-30  Glenn Morris  <rgm@gnu.org>
7620         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7622         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7623         filename is not a string.
7625 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
7627         * files.el (safe-local-eval-forms): Fix typo.
7629 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7631         * vc-hooks.el (vc-dir-buffers): New var.
7632         (vc-state-refresh): New function.
7633         (vc-state): Use it.
7634         (vc-after-save): Always ask the backend to recompute the new state.
7635         Always call vc-dir if necessary, using vc-dir-buffers.
7636         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7637         Use vc-dir-buffers.
7638         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7639         (vc-dir-prepare-status-buffer, vc-dir-update)
7640         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7641         Don't call expand-file-name on default-directory.
7643 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7645         * speedbar.el (speedbar-item-delete):
7646         * calc/calc-prog.el (calc-kbd-if):
7647         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7649         * epa.el (epa-key-list-mode-map):
7650         * hi-lock.el (hi-lock-menu): Fix typos in menus.
7652         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7653         (hs-show-hook): Fix typo in docstring.
7655 2009-09-29  Glenn Morris  <rgm@gnu.org>
7657         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7658         file-name-nondirectory call preventing location of cedet files.
7659         (check-declare-verify): Use literal search rather than re-search.
7660         Add basic defmethod and defclass, and define-overloadable-function.
7662         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7663         Use tramp-compat-file-attributes rather than nonexistent
7664         tramp-compat-handle-file-attributes.
7666         * Makefile.in (lisptagsfiles4): New.
7667         (AUTOGENEL): Add cedet loaddefs files.
7668         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7669         (update-elclist, compile-always, backup-compiled-files)
7670         (bootstrap-clean): Add yet another directory level.
7671         (update-elclist): Use LC_COLLATE rather than COLLATE.
7672         (ELCFILES): Update, via `make update-elclist'.
7674 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7676         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7677         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7678         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7680 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
7682         * Makefile.in (lisptagsfiles3): Define.
7683         (TAGS, TAGS-LISP): Use it.
7684         (update-elclist): Add third directory level to look for elc files.
7685         (compile-always): Likewise.
7686         (backup-compiled-files): Likewise.
7687         (bootstrap-clean): Likewise.
7688         (ELCFILES): Update.
7690 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
7692         * Makefile.in (ELCFILES): Add CEDET files.
7694 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
7696         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7698         * net/tramp.el (top): Require tramp-imap.
7700         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7701         Use `tramp-compat-handle-file-attributes'.
7703 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7705         * net/tramp-imap.el: New package.
7707 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7709         * whitespace.el (whitespace-trailing-regexp)
7710         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7711         Fix doc string.
7713 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
7715         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7716         menu.
7718         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7719         menu-bar-ediff-menu.
7721         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7722         define-overloadable-function.
7724         * progmodes/autoconf.el: Provide autoconf as well, so that this
7725         file can be `require'd.
7727         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7729         * emacs-lisp/autoload.el (generated-autoload-feature)
7730         (generated-autoload-load-name): New vars.
7731         (autoload-rubric, autoload-generate-file-autoloads): Use them.
7732         (make-autoload): Recognize define-overloadable-function and
7733         defclass forms (for EIEIO).
7735         * Makefile.in (update-subdirs): Exclude cedet directory.
7737 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
7739         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
7741         * faces.el: Default light-background background for region face to
7742         ns_selection_color under NS.
7744 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7746         * net/imap-hash.el: New library, see NEWS.
7748         * Makefile.in (ELCFILES): Add imap-hash.el.
7750 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7752         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7753         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7754         * help-macro.el (make-help-screen): Avoid using an ambiguous function
7755         definition where the docstring could be taken for the return value.
7757 2009-09-26  Glenn Morris  <rgm@gnu.org>
7759         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7760         Add option to only show images below a certain size.
7761         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7762         save-excursion calls.
7764 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
7766         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7767         subdirectories) and eieio.
7769 2009-09-26  Alan Mackenzie  <acm@muc.de>
7771         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7772         buggy bracketing.  (Bug#4289)
7774         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7775         character constants (as case labels).  (Bug#4289)
7777 2009-09-25  Juri Linkov  <juri@jurta.org>
7779         * files.el (safe-local-eval-forms): Allow time-stamp in
7780         before-save-hook (Bug#4554).
7782 2009-09-25  Drew Adams  <drew.adams@oracle.com>
7784         * menu-bar.el (list-buffers-directory): Doc fix.
7786 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7788         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7789         Try and avoid copying twice the same paragraph.
7790         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7791         Remove save-excursion.
7792         (log-edit-changelog-entry): Do it here instead.
7794 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
7796         * bs.el (bs--get-file-name): Use `list-buffers-directory'
7797         when available, instead of hardcoding mode names.  Doc fix.
7799         * menu-bar.el (list-buffers-directory): Add docstring.
7800         Make automatically buffer-local.
7802         * dired.el (dired-mode):
7803         * files.el (cd-absolute):
7804         * pcvs.el (cvs-temp-buffer):
7805         * pcvs-util.el (cvs-get-buffer-create):
7806         * shell.el (shell-mode):
7807         * vc-dir.el (vc-dir-mode):
7808         Don't make `list-buffers-directory' buffer local.
7810 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
7812         * comint.el (comint-exec, comint-run, make-comint):
7813         Doc fixes (Bug#4542).
7815 2009-09-25  Glenn Morris  <rgm@gnu.org>
7817         * mail/rmailmm.el (rmail-mime): New custom group.
7818         Move all defcustoms in this file into this group.
7819         (rmail-mime-media-type-handlers-alist): Revert previous change.
7820         (rmail-mime-show-images): New option.
7821         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7822         references to it, since it wasn't actually used for anything.
7823         (rmail-mime-insert-image): New function.
7824         (rmail-mime-image): Use rmail-mime-insert-image.
7825         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7826         obey the value of `rmail-mime-show-images' option.  Print the size of
7827         attachments.
7829 2009-09-25  David Engster  <deng@randomsample.de>
7831         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
7833 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7835         * whitespace.el: Does not highlight trailing spaces While point is
7836         at end of line.  Does not highligt spaces at beginning of buffer
7837         while point is at beginning of buffer.  Does not highlight spaces
7838         at end of buffer while point is at end of buffer.  (Bug#4177)
7839         New version 12.0.
7840         (whitespace-display-mappings): Adjust initialization.
7841         (whitespace-point, whitespace-font-lock-refontify): New vars.
7842         (whitespace-color-on, whitespace-color-off): Adjust code.
7843         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7844         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7845         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7847 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
7849         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7851         * textmodes/sgml-mode.el: Remove xml-mode alias.
7853         * files.el (auto-mode-alist, conf-mode-maybe)
7854         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7856 2009-09-24  Alan Mackenzie  <acm@muc.de>
7858         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7859         c-forward-conditionals, but it doesn't move point and doesn't set
7860         the mark.
7861         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7862         (c-down-conditional-with-else, c-backward-conditional)
7863         (c-forward-conditional): Refactor to use c-scan-conditionals.
7865 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7867         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7868         (help-default-arg-highlight): Remove.
7869         (help-highlight-arg): New function.
7870         (help-do-arg-highlight): Use it.
7871         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
7873 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7875         * term.el (term-set-scroll-region, term-handle-ansi-escape):
7876         Undo last change, which didn't fix the problem and introduced others.
7878 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
7880         * progmodes/gdb-mi.el: Don't require speedbar.
7881         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7883 2009-09-24  Glenn Morris  <rgm@gnu.org>
7885         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7887         * term/ns-win.el (ns-reg-to-script): Define for compiler.
7889         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7890         there is no newline after the final mime boundary.  (Bug#4539)
7891         Move markers on insertion so that any buttons inserted don't end up in
7892         the next part of a multipart message.
7893         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
7894         (rmail-mime-bulk-handler): Optionally handle images.
7895         (rmail-mime-image): New button action.
7896         (rmail-mime-image-handler): New function.
7897         (rmail-mime-mode): New mode.
7898         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
7900 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7902         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7903         than just dropping elements from it (bug#4504).
7905         * term.el (term-set-scroll-region): Don't move cursor any more.
7906         (term-handle-ansi-escape): Call term-goto here instead.
7907         Suggested by Ivan Kanis <apple@kanis.eu>.
7909         * term.el: Require CL.
7910         (term-ansi-reset): New function.
7911         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7912         (term-handle-colors-array): Simplify.
7914 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7916         * allout.el (allout-overlay-interior-modification-handler)
7917         (allout-obtain-passphrase):
7918         * epa-file.el (epa-file-write-region):
7919         * ps-print.el (ps-begin-job):
7920         * vc-hooks.el (vc-toggle-read-only):
7921         * vc-rcs.el (vc-rcs-rollback):
7922         * vc-sccs.el (vc-sccs-rollback):
7923         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7924         (vc-version-diff, vc-revert, vc-rollback):
7925         * wdired.el (wdired-check-kill-buffer):
7926         * emacs-lisp/authors.el (authors):
7927         * net/socks.el (socks-open-connection):
7928         * net/zeroconf.el (zeroconf-service-add-hook):
7929         * obsolete/vc-mcvs.el (vc-mcvs-register):
7930         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7931         (gdb-select-frame):
7932         * progmodes/grep.el (lgrep, rgrep):
7933         * progmodes/idlw-help.el (idlwave-help-check-locations)
7934         (idlwave-help-html-link, idlwave-help-assistant-open-link):
7935         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7936         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7937         (reftex-toc-rename-label): Fix typos in error messages.
7939         * dired-aux.el (dired-do-shell-command): Reflow docstring.
7940         (dired-copy-how-to-fn): Doc fix.
7941         (dired-files-attributes, dired-read-shell-command):
7942         Fix typos in docstrings.
7944         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7945         (dired-x-find-file-other-window): Reflow docstrings.
7946         (dired-omit-marker-char, dired-read-shell-command)
7947         (dired-x-submit-report): Fix typos in docstrings.
7949         * shell.el (shell-mode-hook):
7950         * view.el (View-scroll-line-forward):
7951         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7952         Fix typos in docstrings.
7954         * net/dig.el (dig-invoke): Fix typo in docstring.
7955         (query-dig): Reflow docstring.
7957         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7958         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7959         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7960         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7961         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7962         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7963         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7964         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7965         (idlwave-completion-map, idlwave-current-indent)
7966         (idlwave-custom-ampersand-surround, idlwave-customize)
7967         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7968         (idlwave-define-abbrev, idlwave-determine-class-special)
7969         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7970         (idlwave-end-block-reg, idlwave-end-of-statement)
7971         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7972         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7973         (idlwave-explicit-class-listed, idlwave-file-header)
7974         (idlwave-fill-paragraph, idlwave-find-class-definition)
7975         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7976         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7977         (idlwave-in-quote, idlwave-indent-action-table)
7978         (idlwave-indent-expand-table, idlwave-indent-line)
7979         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7980         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7981         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7982         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7983         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7984         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7985         (idlwave-outlawed-buffers, idlwave-popup-select)
7986         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7987         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7988         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7989         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7990         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7991         (idlwave-statement-type, idlwave-struct-skip)
7992         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7993         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7994         (idlwave-what-module-find-class): Fix typos in docstrings.
7995         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7996         (idlwave-calculate-cont-indent, idlwave-expand-equal)
7997         (idlwave-find-module, idlwave-find-structure-definition)
7998         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7999         (idlwave-list-load-path-shadows, idlwave-next-statement)
8000         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8001         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8002         (idlwave-template): Reflow docstrings.
8004         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8005         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8006         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8007         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8008         (idlwave-shell-display-line, idlwave-shell-display-wframe)
8009         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8010         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8011         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8012         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8013         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8014         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8015         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8016         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8017         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8018         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8019         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8020         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8021         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8022         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8023         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8024         Fix typos in docstrings.
8025         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8026         (idlwave-shell-hide-output, idlwave-shell-mode)
8027         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8028         Reflow docstrings.
8030         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8032 2009-09-24  Ivan Kanis  <apple@kanis.eu>
8034         * term.el (term-bold-attribute): New var.
8035         (term-handle-colors-array): Use it.
8037 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
8039         * progmodes/gdb-mi.el (gdb-version): New variable.
8040         (gdb-non-stop-handler): Set gdb-version.
8041         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8042         Condition "--thread" option on gdb-version.
8043         (gdb-invalidate-threads): Remove unused argument.
8045 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8047         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8048         to looking-back to avoid ridiculous slow down in large files (bug#4511).
8050 2009-09-23  Glenn Morris  <rgm@gnu.org>
8052         * mail/rmail.el (rmail-reply): Don't try to add a References header when
8053         replying to mail without References or Message-Id.  (Bug#4525)
8055 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
8057         * term/ns-win.el (ns-reg-to-script): New variable.
8059 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
8061         * epg.el (epg-wait-for-status): Preserve existing 'error results.
8063 2009-09-22  Sam Steingold  <sds@gnu.org>
8065         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8066         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8067         to 1 because hg returns status 1 when nothing is found.
8068         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8070 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8072         * textmodes/fill.el: Convert to utf-8 encoding.
8073         (fill-french-nobreak-p): Remove redundant » and « inherited from our
8074         pre-unicode days.
8076         * add-log.el (change-log-fill-forward-paragraph): New function.
8077         (change-log-mode): Use it so fill-region DTRT.
8078         Set fill-indent-according-to-mode here rather than in
8079         change-log-fill-paragraph.
8080         (change-log-fill-paragraph): Remove.
8082 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
8084         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8085         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
8087 2009-09-22  Glenn Morris  <rgm@gnu.org>
8089         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8090         the scroll-bar scroll the calendar window rather than the buffer.
8092         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8093         commands that move point (as opposed to scrolling).
8095         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8097         * emacs-lisp/elint.el (elint): New custom group.
8098         (elint-log-buffer): Make it a defcustom.
8099         (elint-scan-preloaded, elint-ignored-warnings)
8100         (elint-directory-skip-re): New options.
8101         (elint-builtin-variables): Doc fix.
8102         (elint-preloaded-env): New variable.
8103         (elint-unknown-builtin-args): Add an entry for encode-time.
8104         (elint-extra-errors): Make it a variable rather than a constant.
8105         (elint-preloaded-skip-re): New constant.
8106         (elint-directory): Skip files matching elint-directory-skip-re.
8107         (elint-features): New variable, local to linted buffers.
8108         (elint-update-env): Initialize elint-features.  Possibly add
8109         elint-preloaded-env to the buffer's environment.
8110         (elint-get-top-forms): Bind elint-current-pos, for log messages.
8111         Skip quoted forms.
8112         (elint-init-form): New function, extracted from elint-init-env.
8113         Make non-list forms a warning rather than an error.
8114         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
8115         easy-menu-define, put that adds an error-condition, and provide.
8116         When requiring cl, also require cl-macs.  Really require cl, to handle
8117         some cl macros.  Store required libraries in the list elint-features,
8118         so as not to re-load them.  Treat cc-require like require.
8119         (elint-init-env): Call elint-init-form to do the work.
8120         Handle eval-and-compile and such like.
8121         (elint-add-required-env): Do not clear messages.
8122         (elint-special-forms): Add handlers for function, defalias, if, when,
8123         unless, and, or.
8124         (elint-form): Add optional argument to ignore elint-special-forms,
8125         useful to prevent recursive calls from handlers.  Doc fix.
8126         Respect elint-ignored-warnings.
8127         (elint-form): Respect elint-ignored-warnings.
8128         (elint-bound-variable, elint-bound-function): New variables.
8129         (elint-unbound-variable): Respect elint-bound-variable.
8130         (elint-get-args): Respect elint-bound-function.
8131         (elint-check-cond-form): Add some simple handling for (f)boundp and
8132         featurep tests.
8133         (elint-check-defalias-form): New handler.
8134         (elint-check-let-form): Make an empty let a warning rather than an
8135         error.
8136         (elint-check-setq-form): Make an empty setq a warning rather than an
8137         error.  Respect elint-ignored-warnings.
8138         (elint-check-defvar-form): Accept null doc-strings.
8139         (elint-check-conditional-form): New handler.  Does some simple-minded
8140         checking of featurep and (f)boundp tests.
8141         (elint-put-function-args): New function.
8142         (elint-initialize): Use elint-scan-doc-file rather than
8143         elint-find-builtin-variables.  Use elint-put-function-args.
8144         Possibly scan preloaded-file-list.
8145         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8146         extend to handle functions as well.
8148 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
8150         * linum.el (linum-delete-overlays, linum-update-window):
8151         Do not modify the right margin.  (Bug#3971)
8153 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
8155         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
8156         nxml-mode instead of xml-mode.
8158 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8160         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
8162 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8164         * net/dig.el (dig-mode): Use define-derived-mode.
8166 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
8168         * vc-dispatcher.el (vc-do-command): Return the process object in
8169         the asynchronous case.  Use when instead of if.  Do not run
8170         vc-exec-after to display a message if not enabled.  (Bug#4463)
8172         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8173         properties to the stash strings.
8174         (vc-git-stash-list): Return a list of strings.
8175         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8176         (vc-git-stash-show-at-point): New functions.
8177         (vc-git-stash-map): New keymap.
8179         * register.el (ctl-x-r-map): Define the keys here instead of
8180         using autoload.
8182 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
8184         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8185         list, to workaround performance problem (bug#4485).
8187 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
8189         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8191 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
8193         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8194         Document that this option is not recommended to use.
8196 2009-09-19  Glenn Morris  <rgm@gnu.org>
8198         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8199         variable `var'.
8201         * calc/calc-alg.el (var):
8202         * calc/calcalg2.el (var): Define for compiler.
8204 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
8206         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8207         Doc fix (Bug#3932).
8209         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8211         * time-stamp.el (time-stamp-month-dd-yyyy)
8212         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8213         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8214         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8215         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8216         Remove functions that have been obsolete since 1995 (Bug#4436).
8218         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8219         indent buffer only if called interactively (Bug#4452).
8221 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
8222             Eli Zaretskii  <eliz@gnu.org>
8224         This fixes bug#4197 (merged to bug#865, though not identical).
8225         * server.el (server-auth-dir): Add docstring note about FAT32.
8226         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8227         but warn against using them.
8229 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
8231         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8232         older GDB where there is no has_more field.
8234 2009-09-19  Glenn Morris  <rgm@gnu.org>
8236         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8238 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
8240         * files.el (auto-mode-alist): Change default for XML files to nXML
8241         mode (Bug#4169).
8243 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
8245         * server.el (server-ensure-safe-dir): Pass 'integer
8246         to `file-attributes', as suggested.
8248 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8250         * dired-aux.el (dired-query-alist): Remove spurious backslash.
8251         (dired-query): Use read-key.
8253 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
8255         * cus-start.el (ns-use-qd-smoothing): Remove.
8257 2009-09-18  Glenn Morris  <rgm@gnu.org>
8259         * allout.el (top-level): Remove unnecessary progn.
8261         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8263         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8264         definition of abbrev table.
8266         * speedbar.el (speedbar-track-mouse):
8267         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8268         * net/eudc.el (eudc-expand-inline):
8269         * net/newst-backend.el (newsticker--cache-read-feed):
8270         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8271         condition-case handlers.
8273 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
8275         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8276         (gdb-var-list): Add an element for has_more field.
8277         (gdb-non-stop-handler): Enable pretty printing for STL containers.
8278         (gdb-var-create-handler, gdb-var-list-children-handler-1)
8279         (gdb-var-update-handler-1): Parse output of dynamic variable
8280         objects (STL containers).
8281         (gdb-var-delete-1): Pass var1 as an explicit second argument.
8282         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
8284         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8285         gdb-var-list.
8286         (gud-speedbar-buttons): Make node expandable if expression "has more"
8287         children.
8289 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
8291         * startup.el (emacs-quick-startup): Remove variable and all uses.
8292         (command-line): Set `inhibit-x-resources' instead.
8293         (command-line-1): Use `inhibit-x-resources' instead.
8295 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
8297         * subr.el: Fix last change to avoid using the `unless' macro,
8298         which breaks bootstrapping.
8300 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8302         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8303         extended definitions, in case we reload subr.el after having
8304         loaded CL.
8305         (eval-next-after-load): Mark as obsolete.
8307 2009-09-17  Juri Linkov  <juri@jurta.org>
8309         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8310         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8311         (menu-bar-showhide-menu, menu-bar-tools-menu)
8312         (menu-bar-describe-menu, menu-bar-help-menu)
8313         (minibuffer-local-completion-map, minibuffer-local-map):
8314         Fix list quoting.
8316 2009-09-17  Glenn Morris  <rgm@gnu.org>
8318         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8319         arguments, whether or not it has a handler.
8321         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8323         * simple.el (hard-newline): Give it a doc-string.
8325         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8326         (lisp-mode-syntax-table): Give them doc-strings.
8328 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
8330         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8331         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8332         (menu-bar-options-menu, menu-bar-showhide-menu)
8333         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8334         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8335         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8336         (menu-bar-options-menu, menu-bar-tools-menu)
8337         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8338         (menu-bar-help-menu):
8339         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8340         string arguments.
8342         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8343         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8344         calls for the menu names and :help.
8346 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8348         * mouse.el (minor-mode-menu-from-indicator): Pay attention
8349         to :minor-mode-function (bug#4455).
8351 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8353         * startup.el (command-line): Initialize the window-system after
8354         processing the command-line.
8356         * textmodes/page.el (what-page): Make sure we don't inf-loop if
8357         page-delimiter matches the empty string.
8359 2009-09-16  Glenn Morris  <rgm@gnu.org>
8361         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8362         byte-compile-not-obsolete-var.  It's a list now.
8363         (byte-compile-not-obsolete-funcs): New variable.
8364         (byte-compile-warn-obsolete): Don't warn about functions if they are in
8365         byte-compile-not-obsolete-funcs.
8366         (byte-compile-variable-ref, byte-compile-defvar): Update for
8367         byte-compile-not-obsolete-vars name-change and list nature.
8368         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8369         and variables behind (f)boundp tests.
8370         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8372 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
8374         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8376 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8378         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8379         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8380         Don't autoload.
8382 2009-09-15  Stephen Eglen  <stephen@gnu.org>
8384         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8385         the virtual-buffers, use the name of the buffer specified by
8386         find-file-noselect, as the match may be a symlink.  (This was a
8387         problem if the target and the symlink had different names.)
8389 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8391         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8393         * desktop.el (desktop-path): Check user-emacs-directory.
8395         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8397         * loadup.el: Use after-load-functions to GC after loading each file.
8398         Remove the explicit GC calls that used to be sprinkled around.
8400         * subr.el (after-load-functions): New hook.
8401         (do-after-load-evaluation): Run it.  Use string-match-p to detect
8402         `obsolete' packages, rather than painfully extracting the relevant
8403         directory name.
8405 2009-09-15  Glenn Morris  <rgm@gnu.org>
8407         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8408         free variable `doc'.
8410         * dired.el (dired-mode-map): Add menu entry for async shell command.
8412         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8413         variables, also consider the .elc files, since the .el files are
8414         normally gzipped (subsequent code locates the .el.gz from the .elc).
8416         * calc/calc-prog.el (arglist): Define for compiler.
8418         * calendar/diary-lib.el (diary-display-function): Change the default to
8419         fancy display.
8420         (body): Define for compiler.
8422         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8423         (byte-compile-file-form, byte-compile-lambda)
8424         (byte-compile-top-level-body, byte-compile-form)
8425         (byte-compile-variable-ref, byte-compile-setq)
8426         (byte-compile-setq-default, byte-compile-body)
8427         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8428         (batch-byte-compile): Give some more local variables with common names
8429         a "bytecomp-" prefix to avoid masking warnings about free variables.
8431         * startup.el (command-line-1): Give local variables with common names a
8432         distinguishing prefix, so as not to hide free variable warnings during
8433         bootstrap.
8435         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8436         clever and add a suffix to make a unique name, just let the user decide
8437         whether or not to overwrite it.  If the input is a directory, write the
8438         default filename to that directory.  (Bug#4388)
8439         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8440         is a filename-as-a-directory.
8442 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8444         * textmodes/page.el (what-page): Don't move to beginning of line.
8445         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8447 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
8449         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8451 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
8453         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8454         * help.el (help-for-help-internal): Add purecopy calls for text.
8456         * vc.el (top): print-log method now takes an optional SHORTLOG
8457         argument.  Add a new method: root.
8458         (vc-root-diff, vc-print-root-log): New functions.
8459         (vc-log-short-style): New variable.
8460         (vc-print-log-internal): Add support for showing short logs.
8462         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8463         vc-print-root-log and vc-print-root-diff.
8465         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8466         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8467         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8468         short logs.
8470         * vc-cvs.el (vc-cvs-print-log):
8471         * vc-mtn.el (vc-mtn-print-log):
8472         * vc-rcs.el (vc-rcs-print-log):
8473         * vc-sccs.el (vc-sccs-print-log):
8474         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8475         that is ignored for now.
8477         * vc-mtn.el (vc-mtn-annotate-command):
8478         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8480 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8482         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8483         to function-key-map, and give them ascii-character property.
8484         * term/x-win.el (x-alternatives-map):
8485         * term/ns-win.el (ns-alternatives-map):
8486         * term/internal.el (msdos-key-remapping-map):
8487         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8489 2009-09-14  Glenn Morris  <rgm@gnu.org>
8491         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8492         temp-buffers (2009-09-12).
8494 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8496         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8497         the new read-key function.
8499 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
8501         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8502         is defined (Bug#4405).
8504 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
8506         * recentf.el (recentf-cleanup): Use a hash table to find
8507         duplicates (Bug#4407).
8509 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
8511         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8512         kp-0 to ascii equivalents (Bug#4325).
8514 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
8516         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8518         * eshell/em-hist.el:
8519         * eshell/em-dirs.el (eshell-complete-user-reference):
8520         Declare pcomplete functions and variables to avoid compiler warnings.
8522 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
8524         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8525         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8526         * eshell/em-alias.el (eshell-aliases-file):
8527         * eshell/em-hist.el (eshell-history-file-name):
8528         Use expand-file-name instead of concat to make file names (Bug#4308).
8530 2009-09-13  Glenn Morris  <rgm@gnu.org>
8532         * ediff-merg.el (ediff-do-merge):
8533         * filesets.el (filesets-run-cmd):
8534         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8535         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8536         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8537         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8538         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8539         Replace empty `let's with `progn'.
8541 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8543         * mail/sendmail.el (send-mail-function):
8544         * tooltip.el (tooltip-mode):
8545         * simple.el (transient-mark-mode):
8546         * rfn-eshadow.el (file-name-shadow-mode):
8547         * frame.el (blink-cursor-mode):
8548         * font-core.el (global-font-lock-mode):
8549         * files.el (temporary-file-directory)
8550         (small-temporary-file-directory, auto-save-file-name-transforms):
8551         * epa-hook.el (auto-encryption-mode):
8552         * composite.el (global-auto-composition-mode):
8553         Use custom-initialize-delay.
8554         * startup.el (command-line): Don't explicitly call
8555         custom-reevaluate-setting for all the above vars.
8556         * custom.el (custom-initialize-safe-set)
8557         (custom-initialize-safe-default): Delete.
8559 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8561         * term/x-win.el (x-initialize-window-system):
8562         * term/w32-win.el (w32-initialize-window-system):
8563         * term/ns-win.el (ns-initialize-window-system): Don't call
8564         mouse-wheel-mode since it's enabled globally by default already.
8566         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8567         actually define the variable, but only silences the byte-compiler.
8568         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8569         before looking it up.
8570         (mouse-wheel-scroll-amount): Also reset the bindings if this value
8571         is changed.
8573 2009-09-12  Glenn Morris  <rgm@gnu.org>
8575         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8576         1000.
8577         (elint-add-required-env): Don't beep on error.
8578         (elint-forms): In case of error, return ENV unchanged.
8579         (elint-init-env): Skip non-list forms.
8580         (elint-log): Handle unknown file positions.
8582 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
8584         * epg.el (epg-make-context): Add autoload cookie.
8585         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8586         (epg-decrypt-string, epg-start-verify, epg-verify-file)
8587         (epg-verify-string, epg-start-sign, epg-sign-file)
8588         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8589         (epg-encrypt-string, epg-start-export-keys)
8590         (epg-export-keys-to-file, epg-export-keys-to-string)
8591         (epg-start-import-keys, epg-import-keys-from-file)
8592         (epg-import-keys-from-string, epg-start-receive-keys)
8593         (epg-receive-keys, epg-import-keys-from-server)
8594         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8595         (epg-sign-keys, epg-start-generate-key)
8596         (epg-generate-key-from-file, epg-generate-key-from-string):
8597         Remove autoload cookie.
8599 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
8601         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8602         reevaluation of trash-directory.
8604         * mwheel.el: Fix last change.
8605         (mouse-wheel-mode): New defvar.
8606         (mouse-wheel-mode): Remove autoload cookie.
8608 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8610         * mwheel.el (mwheel-installed-bindings): New var.
8611         (mouse-wheel-mode): Use it, so as to make sure we really remove all
8612         the bindings we set last time.  Use custom-initialize-delay.
8613         * loadup.el: Load mwheel after term/*-win.el.
8614         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8615         and mouse-wheel-up-event now that their first evaluation is done
8616         sufficiently late to be correct.
8618         * startup.el (tutorial-directory): Make it a defcustom.
8619         Use custom-initialize-delay rather than eval-at-startup to set it.
8620         * image.el (image-load-path): Make it a defcustom.
8621         Use custom-initialize-delay rather than eval-at-startup to set it.
8622         * subr.el (eval-at-startup): Remove.
8623         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8625         * subr.el (do-after-load-evaluation): Warn the user after loading an
8626         obsolete package.
8628 2009-09-12  Glenn Morris  <rgm@gnu.org>
8630         * proced.el (proced-mark-alt): Remove alias.
8631         (proced-mode-map): Remove proced-mark-alt.
8633         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8634         Elint file and directory.  Remove initialization entry.
8636         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8637         commands.
8638         (elint-current-buffer): Set mode-line-process.
8639         (elint-init-env): Handle define-derived-mode.
8640         Fix declare-function with unspecified arglist.  Guard against odd
8641         defalias statements (eg iso-insert's 8859-1-map).
8642         (elint-add-required-env): Use a temp buffer.
8643         (elint-form): Just print the function/macro name, not the whole form.
8644         Return env unchanged if we fail to parse a macro.
8645         (elint-forms): Guard against parse errors.
8646         (elint-output): New function, to handle batch mode.
8647         (elint-log-message): Add optional argument.  Use elint-output.
8648         (elint-set-mode-line): New function.
8650 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
8652         * emacs-lisp/elp.el (elp-not-profilable): Add more
8653         functions (Bug#4233).
8655 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
8657         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8658         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8660 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8662         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8663         (gdb-var-list-children): Use json parsing.
8665 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
8667         * progmodes/js.el (js--proper-indentation): Handle the case where
8668         char-before is null.  Reported by Deniz Dogan.
8670 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8672         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8674 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
8676         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8677         (epg-digest-algorithm-alist): Add SHA224.
8678         (epg-context-set-passphrase-callback)
8679         (epg-context-set-progress-callback): Add description about
8680         callback function.
8682 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8684         * custom.el (custom-delayed-init-variables): New var.
8685         (custom-initialize-delay): New function.
8686         * startup.el (command-line): "Re"evaluate all vars in
8687         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
8688         explicitly any more.
8689         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8690         to avoid creating a ~/.emacs.d at build-time (bug#4347).
8692         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8694 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8696         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8697         (gdb-var-update-handler): Use json parsing.
8699 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8701         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8702         decode annotated text, regardless of language environment.  (Bug#2741)
8704 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8706         * Makefile.in (autoloads): Make rmail.el writable as well.
8708 2009-09-11  Glenn Morris  <rgm@gnu.org>
8710         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8711         loaddefs.el.
8712         * dired.el: Regenerate with extracted autoloads.
8713         * Makefile.in (autoloads): Make dired.el writable.
8715         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8716         * ibuffer.el: Regenerate with extracted autoloads.
8717         * Makefile.in (autoloads): Make ibuffer.el writable.
8719         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8720         * version.el (emacs-copyright, emacs-major-version)
8721         (emacs-minor-version): Reformat doc-strings for make-docfile.
8723         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8724         functions and variables, since they must be stuff specific to some other
8725         platform.
8726         (apropos-print): Make mouse-click message less specific about button.
8728         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8729         that records where a macro was defined.
8730         * help-fns.el (describe-function-1): Mention if a function has a
8731         compiler-macro.
8732         * help-mode.el (help-function-cmacro): New button.
8734         * locate.el (top-level): Always require dired.
8735         (locate-mode-map): Initialize inside the defvar.
8737         * net/ange-ftp.el (dired-compress-file): Declare.
8738         (ange-ftp-dired-compress-file): Add doc string.
8740         * term/ns-win.el (x-display-name, x-setup-function-keys):
8741         Unify doc-strings with X versions.
8743 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8745         * emulation/crisp.el (crisp-mode-map): Move initialization
8746         into declaration.
8747         (crisp-mode): Use define-minor-mode.
8749         * progmodes/xscheme.el (xscheme-evaluation-commands):
8750         Put a :advertised-binding property rather than using
8751         advertised-xscheme-send-previous-expression.
8752         (advertised-xscheme-send-previous-expression): Declare obsolete.
8753         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8754         `advertised-undo'.
8755         (crisp-mode): Add corresponding bindings to
8756         undo's :advertised-binding instead.
8757         * dired.el (dired-mode-map): Put a :advertised-binding property rather
8758         than using dired-advertised-find-file.
8759         (dired-advertised-find-file):
8760         * simple.el (advertised-undo):
8761         * wid-edit.el (advertised-widget-backward): Declare obsolete.
8762         (widget-keymap): Put a :advertised-binding property rather
8763         than using advertised-widget-backward.
8764         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8765         than using advertised-undo.
8766         * tutorial.el (tutorial--default-keys): Adjust accordingly.
8768 2009-09-10  Simon South  <ssouth@slowcomputing.org>
8770         * progmodes/delphi.el (delphi-tab): Indent region when Transient
8771         Mark mode is enabled and region is active; otherwise indent or
8772         insert TAB as usual.
8773         (delphi-mode): Update description of TAB-key binding.
8775 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8777         * subr.el (define-key-rebound-commands): Mark obsolete.
8778         * startup.el (precompute-menubar-bindings): Remove.
8779         (normal-top-level): Remove obsolete code that tried to precompute
8780         menubar bindings.
8781         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8782         define-key-rebound-commands and precompute-menubar-bindings.
8784 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8786         * net/imap.el (imap-interactive-login): Better messages.
8787         (imap-open): Fix bug with renamed buffer on reconnect.
8788         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8789         for easier debugging and cleaner code.  On successful (guessed based on
8790         server capabilities) secondary authentication, set imap-state
8791         correctly.
8792         (imap-last-authenticator): Define imap-last-authenticator as a variable
8793         to avoid warnings.
8795 2009-09-10  Glenn Morris  <rgm@gnu.org>
8797         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8799         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8800         (byte-compile-file-form-autoload): Don't warn about unknown functions
8801         where the autoload statement comes after the use.
8802         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8803         that any handlers inside the body (eg require) are in turn respected.
8805         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8806         effects.
8808         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8809         and syntax and abbrev tables basic docs, if they don't have any.
8811         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8813         * international/mule-cmds.el (top-level): Require cl when compiling.
8814         (view-hello-file): Use default-value rather than
8815         default-enable-multibyte-characters.
8817         * progmodes/fortran.el: Move all safe and risky properties into the
8818         defcustoms.
8820         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8821         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8822         * mail/undigest.el:
8823         Put autoloads in rmail.el rather than loaddefs.el.
8824         * mail/rmail.el: Regenerate with extracted autoloads.
8826         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8827         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8829 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
8831         Reported in thread for Bug#4375.
8832         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8833         "-data-evaluate-expression" instead of print.
8834         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8835         (gdb-tooltip-print): Parse output from above MI command.
8836         (gdb): Revert 2009-08-11 change.  User should detach inferior
8837         manually.
8839         Remove the word "separate" from IO functions as inferior
8840         output is now never displayed in the GUD buffer.
8842 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
8844         * startup.el (command-line-normalize-file-name): On Windows and
8845         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8847 2009-09-10  Juri Linkov  <juri@jurta.org>
8849         * isearch.el (isearch-text-char-description): Propertize escape
8850         character sequences with the `escape-glyph' face.  (Bug#4344)
8852         * simple.el (shell-command): Set asynchronous process filter to
8853         `comint-output-filter'.  (Bug#4343)
8855         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8856         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
8857         the list.  Move "asm" to the bottom.
8858         (grep-find-ignored-directories): Add `choice' with nil value
8859         to empty the list easily.
8860         (grep-find-ignored-files): New option.
8861         (grep-files-history): Set to nil by default instead of '("ch" "el").
8862         (grep-compute-defaults): Add "<X>" to `grep-template'.
8863         (grep-read-files): Bind new local variables `default-alias' and
8864         `default-extension'.  Use a list of default values for the file prompt.
8865         (lgrep): Add `--exclude=' command line options composed from
8866         `grep-find-ignored-files'.
8867         (rgrep): Add `-name' command line options composed from
8868         `grep-find-ignored-files'.  (Bug#4301)
8870 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8872         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8873         (bug#4368).
8875 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8877         * calendar/time-date.el (autoload):
8878         Expand define-obsolete-function-alias into defalias and make-obsolete
8879         for old Emacsen that Gnus supports.
8880         (with-no-warnings): Define it for old Emacsen.
8881         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8882         is available.
8883         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8884         float-time is available; suppress compile warning for time-to-seconds.
8886 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8888         * net/imap.el (imap-message-map): Docstring fix.
8890 2009-09-09  Glenn Morris  <rgm@gnu.org>
8892         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8893         line numbers too.  (Bug#4374)
8895 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8897         * smerge-mode.el (smerge-remove-props, smerge-refine):
8898         Use with-silent-modifications (bug#4342).
8900         * subr.el (with-silent-modifications): New macro.
8902 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
8904         * files.el (top-level): Require `cl' when compiling.
8906 2009-09-07  Glenn Morris  <rgm@gnu.org>
8908         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8910         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8911         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
8913 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
8915         * vc-git.el (vc-git-annotate-command): Use separator to parse
8916         arguments correctly.
8918 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
8920         * proced.el (proced-mode): Doc fix.
8922 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
8924         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8925         lstat fails.
8926         (tramp-do-file-attributes-with-ls): Check for file existence at
8927         remote end.
8928         (tramp-do-file-attributes-with-stat): Likewise.
8929         (tramp-convert-file-attributes): Return nil when attr is nil.
8931 2009-09-05  Glenn Morris  <rgm@gnu.org>
8933         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8934         properties to this button.
8935         (diary-fancy-display): Don't extend the button to the final newline.
8936         (diary-fancy-display-mode): Continue to define "q" as a local key.
8938         * calendar/cal-china.el (holiday-chinese): Make it slightly more
8939         efficient.
8941         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8943         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8944         (byte-compile-dest-file-function): New option.
8945         (byte-compile-dest-file): Doc fix.
8946         Obey byte-compile-dest-file-function.
8947         (byte-compile-cl-file-p): New function.
8948         (byte-compile-eval): Only suppress noruntime warnings about cl functions
8949         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
8950         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8951         than for file being previously loaded.
8952         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8953         (byte-compile-file-form-require): Handle the case where requiring a file
8954         indirectly causes CL to be loaded.
8956 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
8958         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8959         before killing the old buffer, since by the time `kill-buffer' is
8960         run so many buffer variables have been set to nil that it may not
8961         behave as expected.  (Bug#4061)
8963 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
8965         * files.el (find-alternate-file): If the old buffer is modified
8966         and visiting a file, behave similarly to `kill-buffer' when
8967         killing it, thus reverting to the pre-1.878 behavior; see
8968         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8969         for discussion.  Also, consult `buffer-file-name' as a variable
8970         not as a function, for consistency with the rest of the code.
8972 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
8974         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8975         also when adding a new directory.
8977         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8978         defun.
8980 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8982         * files.el (locate-file-completion-table): Make it provide boundary
8983         information, so partial-completion works better.
8985 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
8987         * mail/footnote.el (Footnote-text-under-cursor):
8988         Check footnote-text-marker-alist before using it (bug#4324).
8990 2009-09-04  Glenn Morris  <rgm@gnu.org>
8992         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8993         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8994         * play/solitaire.el, play/tetris.el:
8995         Remove leading * from defcustom and defface docs.
8997         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8998         necessary.
8999         (diary-fancy-overriding-map): New variable.
9000         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9001         Use view-mode.
9003         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9004         goto-line.
9006 2009-09-03  Glenn Morris  <rgm@gnu.org>
9008         * arc-mode.el (archive-mode):
9009         * dos-fns.el (set-default-process-coding-system):
9010         * man.el (Man-getpage-in-background):
9011         * menu-bar.el (menu-bar-describe-menu):
9012         * server.el (server-process-filter):
9013         * startup.el (command-line):
9014         * tar-mode.el (tar-header-block-tokenize, tar-extract):
9015         * w32-fns.el (set-default-process-coding-system):
9016         * x-dnd.el (x-dnd-handle-file-name):
9017         * international/mule-cmds.el (mule-menu-keymap)
9018         (set-default-coding-systems, language-info-alist, set-language-info)
9019         (set-language-environment, standard-display-european-internal)
9020         (set-locale-environment):
9021         * international/mule-diag.el (mule-diag):
9022         * mail/emacsbug.el (report-emacs-bug):
9023         * mail/rmail.el (rmail-mode):
9024         * mail/sendmail.el (mail-setup):
9025         Use default-value rather than default-enable-multibyte-characters.
9027         * progmodes/f90.el: Move all safe properties into the defcustoms.
9028         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9030         * calendar/appt.el (appt-check):
9031         * calendar/diary-lib.el (diary-set-header, diary-live-p)
9032         (diary-check-diary-file, diary-list-entries)
9033         (diary-include-other-diary-files, diary-simple-display)
9034         (diary-fancy-display, diary-print-entries)
9035         (diary-mark-included-diary-files, diary-make-entry):
9036         Don't call substitute-in-file-name on diary-file.
9038 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
9039             Stefan Monnier  <monnier@iro.umontreal.ca>
9041         * mail/footnote.el (footnote-prefix): Make it a defcustom.
9042         (footnote-mode-map): Move initialization into the declaration.
9043         (footnote-minor-mode-map): Define it rather than changing global-map.
9044         (footnote-mode): Use define-minor-mode.
9046 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
9048         * net/tramp.el (tramp-handle-file-attributes-with-ls)
9049         (tramp-do-file-attributes-with-perl)
9050         (tramp-do-file-attributes-with-stat): Rename from
9051         `tramp-handle-file-attributes-with-*'.
9052         (tramp-handle-file-attributes): Use them.
9053         (tramp-do-directory-files-and-attributes-with-perl)
9054         (tramp-do-directory-files-and-attributes-with-stat): Rename from
9055         `tramp-handle-directory-files-and-attributes-with-*'.
9056         (tramp-handle-directory-files-and-attributes): Use them.
9057         (tramp-method-out-of-band-p): Additional parameter SIZE.
9058         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9059         (tramp-handle-write-region): Use it.
9060         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9061         (tramp-handle-vc-registered): Check, whether the first run did
9062         return files to be tested.
9063         (tramp-advice-make-auto-save-file-name): Do not call directly
9064         `tramp-handle-make-auto-save-file-name', because this would bypass
9065         the locking mechanism.
9067         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9068         (file-remote-p, process-file, start-file-process, set-file-times)
9069         (tramp-compat-file-attributes): Compatibility functions shall not
9070         call directly `tramp-handle-*', because this would bypass the
9071         locking mechanism.
9072         (tramp-compat-number-sequence): New defun.
9074 2009-09-02  Glenn Morris  <rgm@gnu.org>
9076         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9077         alias for float-time.
9078         (time-to-number-of-days): In Emacs, use float-time.
9079         * net/newst-backend.el (time-add): Suppress warnings from compat
9080         function.
9081         * time.el (emacs-uptime, emacs-init-time):
9082         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9083         Use float-time rather than time-to-seconds.
9085         * minibuffer.el (completion-initials-expand): Fix typo.
9087         * faces.el (modeline, modeline-inactive, modeline-highlight)
9088         (modeline-buffer-id):
9089         * info.el (info-menu-5): Mark these face aliases as obsolete.
9091 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
9093         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9094         space ...
9095         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9096         no "--thread" option.
9097         (gdb-stopped): Don't print "Switched to thread" message when it is
9098         unchanged.
9100 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9102         * minibuffer.el (completion-try-completion)
9103         (completion-all-completions): Remove ill-defined (and
9104         mistakenly installed and luckily never used nor documented)
9105         `completion-styles' property.
9106         (completion-initials-expand, completion-initials-all-completions)
9107         (completion-initials-try-completion): New functions.
9108         (completion-styles-alist): Add doc to each entry.
9109         Add new `initials' entry.
9111 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
9113         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9114         MI command -var-evaluate-expression.
9115         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9116         and tweak for case of string child.
9117         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9119 2009-09-01  Glenn Morris  <rgm@gnu.org>
9121         * add-log.el (change-log-date-face, change-log-name-face)
9122         (change-log-email-face, change-log-file-face, change-log-list-face)
9123         (change-log-conditionals-face, change-log-function-face)
9124         (change-log-acknowledgement-face):
9125         * cus-edit.el (custom-invalid-face, custom-rogue-face)
9126         (custom-modified-face, custom-set-face, custom-changed-face)
9127         (custom-saved-face, custom-button-face, custom-button-pressed-face)
9128         (custom-documentation-face, custom-state-face, custom-comment-face)
9129         (custom-comment-tag-face, custom-variable-tag-face)
9130         (custom-variable-button-face, custom-face-tag-face)
9131         (custom-group-tag-face-1, custom-group-tag-face):
9132         * diff-mode.el (diff-header-face, diff-file-header-face)
9133         (diff-index-face, diff-hunk-header-face, diff-removed-face)
9134         (diff-added-face, diff-changed-face, diff-function-face)
9135         (diff-context-face, diff-nonexistent-face):
9136         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9137         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9138         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9139         (Info-title-4-face):
9140         * isearch.el (isearch-lazy-highlight-face):
9141         * log-view.el (log-view-file-face, log-view-message-face):
9142         * paren.el (show-paren-match-face, show-paren-mismatch-face):
9143         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9144         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9145         (cvs-msg-face):
9146         * smerge-mode.el (smerge-mine-face, smerge-other-face)
9147         (smerge-base-face, smerge-markers-face):
9148         * wid-edit.el (widget-documentation-face, widget-button-face)
9149         (widget-field-face, widget-single-line-field-face)
9150         (widget-inactive-face, widget-button-pressed-face):
9151         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9152         (woman-addition-face):
9153         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9154         (eshell-ls-executable-face, eshell-ls-readonly-face)
9155         (eshell-ls-unreadable-face, eshell-ls-special-face)
9156         (eshell-ls-missing-face, eshell-ls-archive-face)
9157         (eshell-ls-backup-face, eshell-ls-product-face)
9158         (eshell-ls-clutter-face):
9159         * eshell/em-prompt.el (eshell-prompt-face):
9160         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9161         * obsolete/old-whitespace.el (whitespace-highlight-face):
9162         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9163         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9164         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9165         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9166         (antlr-font-lock-literal-face):
9167         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9168         (ebrowse-root-class-face, ebrowse-file-name-face)
9169         (ebrowse-default-face, ebrowse-member-attribute-face)
9170         (ebrowse-member-class-face, ebrowse-progress-face):
9171         * progmodes/make-mode.el (makefile-space-face):
9172         * progmodes/sh-script.el (sh-heredoc-face):
9173         * textmodes/flyspell.el (flyspell-incorrect-face)
9174         (flyspell-duplicate-face):
9175         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9176         * textmodes/texinfo.el (texinfo-heading-face):
9177         Mark face aliases with "-face" suffix as obsolete.
9179         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9180         compiler.
9182         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9183         (eudc-bob-sound-menu): Use defvar rather than defconst, since
9184         easy-menu-define wants to modify these.
9186         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9188         * net/browse-url.el (browse-url-file-url):
9189         * term/internal.el (dos-codepage-setup):
9190         Use default-value rather than default-enable-multibyte-characters.
9192         * progmodes/etags.el (etags-goto-tag-location):
9193         * progmodes/flymake.el (flymake-highlight-line)
9194         (flymake-goto-file-and-line, flymake-goto-line):
9195         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9196         (gdb-goto-breakpoint):
9197         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9198         * progmodes/python.el (python-find-function)
9199         (python-pdbtrack-track-stack-file):
9200         * progmodes/verilog-mode.el (verilog-surelint-off):
9201         * term/ns-win.el (ns-open-file-select-line):
9202         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9203         Use forward-line rather than goto-line.
9205         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9206         * textmodes/reftex-index.el (reftex-display-index):
9207         * textmodes/reftex-ref.el (reftex-offer-label-menu):
9208         * textmodes/reftex-toc.el (reftex-toc):
9209         Remove unnecessary bindings of default-major-mode (all are followed by
9210         major-mode check and possible mode switch).
9212 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
9214         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9215         Handle watchpoints (bug#4282).
9216         (def-gdb-thread-buffer-command): Enable thread to be selected by
9217         clicking without selecting threads buffer first.
9218         (gdb-current-context-command): Use selected frame so that "up",
9219         "down" etc work in the GUD buffer.
9220         (gdb-update): Find selected frame before rendering stack buffer.
9221         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9223 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9225         * progmodes/sym-comp.el (displayed-completions): Remove.
9226         (symbol-complete): Use minibuffer-complete.
9228 2009-08-31  Glenn Morris  <rgm@gnu.org>
9230         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9232         * apropos.el (apropos-symbols-internal):
9233         Handle (obsolete) face aliases.
9235         * faces.el (describe-face): Adjust the output format to be more like
9236         describe-variable, and to mention (obsolete) face aliases.
9237         Adjust the whitespace so that help-setup-xref works.
9239         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9240         * calendar/diary-lib.el (diary-button-face):
9241         Mark these face aliases as obsolete.
9243         * calendar/calendar.el (calendar-today): Doc fix.
9245 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
9247         * progmodes/gdb-mi.el (gdb-control-all-threads)
9248         (gdb-control-current-thread): Force tool bar update.
9249         (gdb-non-stop-handler): New function.
9250         (gdb-init-1): Use it to test if non-stop mode is supported.
9251         Remove unused gdbmi buffer type.
9253 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
9255         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9256         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
9258 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
9260         * comint.el (comint-exec-1): Check command is non-null first.
9261         Part of gdb-mi.el change (2009-08-28).
9263 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9265         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9267 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
9269         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9270         instead of `dolist' to avoid a recursive require when bootstrapping.
9272 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9274         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9276         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9278         * net/imap.el (imap-send-command): Simplify.
9279         (imap-wait-for-tag): point-max -> buffer-size.
9281         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9283         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9284         with constant argument.
9286         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9288         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9290         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9291         Change default, since most of our files don't have a history.
9292         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9293         the user.
9295         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9296         Add comint-run.
9298         * calc/calc.el: Improve commenting convention.
9299         (calc-digit-map, toplevel): Simplify.
9301         * comint.el (comint-insert-input): Be careful to only set point if we
9302         don't delegate to some other command.
9304         * proced.el (proced-signal-list): Make it an alist.
9305         (proced-grammar-alist): Capitalize names.
9306         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9307         Disable undo manually and make it read-only.
9308         Use completion-annotate-function.
9310         * minibuffer.el (minibuffer-message): If the current buffer is not
9311         a minibuffer, insert the message in the echo area rather than at the
9312         end of the buffer.
9313         (completion-annotate-function): New variable.
9314         (minibuffer-completion-help): Use it.
9315         (completion--embedded-envvar-table): Environment vars are
9316         always case-sensitive.
9318 2009-08-30  Glenn Morris  <rgm@gnu.org>
9320         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9321         from fortran-current-defun.
9322         (fortran-beginning-of-subprogram): Be more precise about finding the
9323         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
9324         (fortran-end-of-subprogram): Simplify.
9325         (fortran-current-defun): Use fortran-start-prog-re.
9327 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
9329         * subr.el (do-after-load-evaluation): Simplify.
9331 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
9333         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9335         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
9336         (vc-rcs-print-log): Use it.
9338         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9340 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9342         * paths.el (abbrev-file-name): Move to abbrev.el.
9343         * abbrev.el (abbrev-file-name): Move from paths.el.
9344         Obey user-emacs-directory.
9345         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9346         user-emacs-directory.
9347         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9348         abbrev-file-name and calc-settings-file any more.
9349         * startup.el (command-line): Recompute abbrev-file-name and
9350         abbreviated-home-dir.
9351         (normal-no-mouse-startup-screen): Improve the generic code and get rid
9352         of the special code for when C-h bindings haven't been changed.
9353         (display-startup-echo-area-message): Use with-current-buffer.
9354         (command-line-1): Use a list of strings, rather than a list of lists
9355         of strings for longopts.
9357         * files.el (get-free-disk-space): Use / for default-directory.
9359         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9360         Use with-current-buffer.
9362         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9363         Recognize immutable variables like most-positive-fixnum.
9364         (byte-compile-setq-default): Check and warn if trying to assign
9365         to an immutable variable, or a non-variable.
9367         * progmodes/cc-vars.el (c-comment-continuation-stars):
9368         * progmodes/cc-engine.el (c-looking-at-bos):
9369         * progmodes/cc-cmds.el (c-toggle-auto-state)
9370         (c-forward-into-nomenclature, c-backward-into-nomenclature)
9371         (c-comment-line-break-function): Add version of obsolescence.
9373 2009-08-28  Juri Linkov  <juri@jurta.org>
9375         * files.el (magic-fallback-mode-alist): Add ZIP magic number
9376         associated with `archive-mode'.
9378         * image.el (image-type-header-regexps): Use only JPEG magic number
9379         to determine JPEG images, and don't use `image-jpeg-p' because
9380         Emacs can display non-JFIF non-Exif JPEG images.
9382 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
9384         * arc-mode.el (archive-mode):
9385         * emacs-lisp/re-builder.el (re-builder-unload-function):
9386         Protect against the default value of `major-mode' being nil.
9388 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
9390         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9391         Fix typos in docstrings.
9393         * progmodes/js.el (js--macro-decl-re): Doc fix.
9394         (js--plain-method-re, js--split-name): Refloc docstring.
9395         (js--class-styles, js--make-merged-item, js--splice-into-items):
9396         Fix typos in docstrings; reflow docstrings.
9397         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9398         (js--variable-decl-matcher, js--inside-pitem-p)
9399         (js--parse-state-at-point, js--get-all-known-symbols)
9400         (js--symbol-history, js-find-symbol, js--js-references)
9401         (js--moz-interactor, js--js-encode-value, js--read-tab):
9402         Fix typos in docstrings.
9404 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9406         * textmodes/reftex.el (reftex-get-file-buffer-force):
9407         * progmodes/verilog-mode.el (verilog-batch-execute-func):
9408         * emulation/viper.el (viper-go-away, viper-set-hooks):
9409         * emacs-lisp/re-builder.el (re-builder-unload-function):
9410         * emacs-lisp/bytecomp.el (byte-compile-file):
9411         * ses.el (ses-unload-function):
9412         * hexl.el (hexl-find-file):
9413         * files.el (normal-mode):
9414         * ehelp.el (with-electric-help):
9415         * autoinsert.el (auto-insert-alist):
9416         * arc-mode.el (archive-mode):
9417         Use (default-value 'major-mode) instead of default-major-mode.
9419         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9420         * international/mule.el (load-with-code-conversion):
9421         * emacs-lisp/debug.el (debug):
9422         * ediff-vers.el (ediff-rcs-get-output-buffer):
9423         * dired.el (dired-internal-noselect): Don't let-bind
9424         default-major-mode around code that doesn't use it.
9425         E.g. buffer creation via get-buffer-create doesn't use it.
9427 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
9429         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9430         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9431         when writing the temp file.  Otherwise, epa-file gets confused.
9432         (tramp-register-file-name-handlers): Make it a defun.  Move also
9433         `epa-file-handler' to the front of `file-name-handler-alist'.
9435 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9437         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9438         start right after a ^M.
9439         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9440         (tramp-completion-file-name-regexp-separate)
9441         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
9442         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9443         Don't modify last-coding-system-used by accident.
9444         (tramp-completion-file-name-handler): Apply the checks here,
9445         instead during registration.
9446         (tramp-register-file-name-handlers): Renamed from
9447         `tramp-register-file-name-handler'.  Register both
9448         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
9449         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
9451 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
9453         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9454         Remove variable ...
9455         (gdb-init-1, gdb-display-separate-io-buffer)
9456         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9457         references to it.
9458         (gdb-inferior-io-mode): Use make-comint-in-buffer.
9459         (gdb-inferior-filter): Use comint-output-filter to stop
9460         echoing and remove ^M characters.
9462 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9464         * emulation/viper-init.el (viper-restore-cursor-type):
9465         * emulation/cua-base.el (cua--update-indications):
9466         Replace default-cursor-type with (default-value 'cursor-type).
9468         * mail/sendmail.el (mail-recover-1):
9469         * international/mule-diag.el (describe-current-coding-system-briefly)
9470         (describe-current-coding-system):
9471         * international/mule-cmds.el (select-safe-coding-system)
9472         (select-message-coding-system)
9473         (set-language-environment-coding-systems, set-locale-environment):
9474         * hexl.el (hexl-insert-multibyte-char):
9475         * dos-w32.el (find-buffer-file-type-coding-system):
9476         * simple.el (what-cursor-position):
9477         Replace uses of default-buffer-file-coding-system
9478         with (default-value 'buffer-file-coding-system).
9480         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9481         Replace uses of default-cursor-in-non-selected-windows
9482         with (default-value 'cursor-in-non-selected-windows).
9483         Use with-current-buffer.
9485         * mail/feedmail.el: Use CL macros.
9486         (feedmail-run-the-queue, feedmail-send-it-immediately):
9487         * dos-w32.el (find-buffer-file-type): Replace uses of
9488         default-buffer-file-type with (default-value 'buffer-file-type).
9490 2009-08-28  Glenn Morris  <rgm@gnu.org>
9492         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9493         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9494         Use default-value of major-mode rather than default-major-mode.
9496 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9498         * Makefile.in (update-elcfiles): Report left over elc files.
9500         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9501         expand-file-name and with-current-buffer.
9502         (mail-get-names, mail-directory): Use with-current-buffer.
9504         * vc.el (vc-read-revision): New function.
9505         (vc-version-diff, vc-merge): Use it.
9507 2009-08-27  Sam Steingold  <sds@gnu.org>
9509         * simple.el (kill-do-not-save-duplicates): New user option.
9510         (kill-new): When it is non-nil, and the new string is the same as
9511         the latest kill, set replace to t to avoid duplicates in kill-ring.
9513 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
9515         * net/tramp.el (tramp-handle-process-file): Do not flush all
9516         caches when `process-file-side-effects' is set.
9517         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
9518         instead of `tramp-find-file-exists-command'.
9519         Unset `process-file-side-effects'.
9521 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
9523         * net/tramp.el (tramp-methods): New method "rsyncc".
9524         (top): Add completion function for "rsyncc".
9525         (tramp-message-show-message): New defvar.
9526         (tramp-message, tramp-error): Use it.
9527         (tramp-do-copy-or-rename-file-directly): Extend check for direct
9528         remote copying.
9529         (tramp-do-copy-or-rename-file-out-of-band): Handle new
9530         `tramp-methods' entry `copy-env' of "rsyncc".
9531         (tramp-vc-registered-read-file-names): New defconst.
9532         (tramp-vc-registered-file-names): New defvar.
9533         (tramp-handle-vc-registered): Implement optimization strategy.
9534         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9535         (tramp-vc-file-name-handler): New defun.
9536         (tramp-get-ls-command, tramp-get-test-command)
9537         (tramp-get-file-exists-command, tramp-get-remote-ln)
9538         (tramp-get-remote-perl, tramp-get-remote-stat)
9539         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
9541         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9542         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
9543         timestamps.
9544         (tramp-get-file-property): Check for timestamps in
9545         `tramp-cache-inhibit-cache'.
9546         (tramp-set-file-property): Write timestamp.
9548 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9550         * language/japan-util.el (japanese-symbol-table): Add entries for
9551         cp932-2-byte.
9553         * international/characters.el: Add category `j' to cp932-2-byte.
9555 2009-08-27  Kenichi Handa  <handa@m17n.org>
9557         * international/fontset.el (build-default-fontset-data): New macro.
9558         (setup-default-fontset): Use build-default-fontset-data for CJK,
9559         tibetan, ethiopic, and ipa.
9561 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9563         * cus-start.el (default-major-mode): Customize `major-mode' instead.
9564         (enable-multibyte-characters): Not customizable any more.
9566         * subr.el (default-mode-line-format, default-header-line-format)
9567         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9568         (default-direction-reversed, default-truncate-lines)
9569         (default-left-margin, default-tab-width, default-case-fold-search)
9570         (default-left-margin-width, default-right-margin-width)
9571         (default-left-fringe-width, default-right-fringe-width)
9572         (default-fringes-outside-margins, default-scroll-bar-width)
9573         (default-vertical-scroll-bar, default-indicate-empty-lines)
9574         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9575         (default-fringe-cursor-alist, default-scroll-up-aggressively)
9576         (default-scroll-down-aggressively, default-fill-column)
9577         (default-cursor-type, default-buffer-file-type)
9578         (default-cursor-in-non-selected-windows)
9579         (default-buffer-file-coding-system, default-major-mode)
9580         (default-enable-multibyte-characters): Mark as obsolete.
9582 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
9584         * vc-dir.el (vc-dir-update): Remove debug helper.
9586         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9588 2009-08-26  Sam Steingold  <sds@gnu.org>
9590         * simple.el (save-interprogram-paste-before-kill): New user option.
9591         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9592         save the interprogram-paste into kill-ring before overriding it
9593         with the Emacs kill.
9595 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9597         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9598         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9599         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9600         and move to vc-rcs.el.
9601         (vc-default-next-revision): Rename to vc-rcs-next-revision and
9602         move to vc-rcs.el.
9603         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9604         (vc-rcs-update-changelog): Remove.
9605         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9606         and move to vc-rcs.el.
9608         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9609         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9610         renaming.
9611         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9612         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9613         vc.el, renamed to be RCS specific.
9615         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9616         New functions.
9617         (vc-cvs-update-changelog): Move here from vc.el.
9619         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9620         New functions.
9622 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9624         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9626 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9628         * vc-git.el (vc-git-register): Use "git add" for directories.
9629         (vc-git-stash, vc-git-stash-show): New functions.
9630         (vc-git-extra-menu-map): Bind them.
9632         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9633         directory correctly in case the item is a directory itself.
9635         * vc.el: Document the desired behavior for reverted files in the
9636         `added' state.
9637         (vc-default-prettify-state-info): Remove function, unused.
9639         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9641 2009-08-26  Glenn Morris  <rgm@gnu.org>
9643         * bindings.el (standard-mode-line-format): Reposition dashes in
9644         which-func entry.  (Bug#4217)
9646         * files.el (enable-local-variables, enable-local-eval)
9647         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9648         the defcustoms.
9649         (auto-mode-alist, ignored-local-variables)
9650         (save-some-buffers-action-alist): Move risky declarations to the
9651         definitions.
9652         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9653         (font-lock-defaults, format-alist, imenu--index-alist)
9654         (imenu-generic-expression, input-method-alist, minor-mode-alist)
9655         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9656         (mode-line-modified, mode-line-mule-info, mode-line-position)
9657         (mode-line-process, mode-line-remote, outline-level)
9658         (parse-time-rules, rmail-output-file-alist)
9659         (special-display-buffer-names, vc-mode):
9660         Move risky declarations to the relevant files.
9661         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9662         (mode-line-modified, mode-line-process, mode-line-position)
9663         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9664         * font-core.el (font-lock-defaults):
9665         * format.el (format-alist):
9666         * vc-hooks.el (vc-mode):
9667         * window.el (special-display-buffer-names):
9668         * international/mule-cmds.el (input-method-alist):
9669         Define riskiness here (dumped file) rather than in files.el.
9670         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9671         * imenu.el (imenu-generic-expression, imenu--index-alist):
9672         * outline.el (outline-level):
9673         * time.el (display-time-string):
9674         * calendar/parse-time.el (parse-time-rules):
9675         * mail/rmailout.el (rmail-output-file-alist):
9676         Autoload riskiness here, rather than placing in files.el.
9678 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
9680         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9682 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
9684         * simple.el (process-file-side-effects): New defvar.
9686         * dired-aux.el (dired-show-file-type):
9687         * vc.el (vc-diff-internal):
9688         * vc-arch.el (vc-arch-diff):
9689         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9690         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9691         * vc-git.el (vc-git-registered, vc-git-working-revision)
9692         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9693         (vc-git--empty-db-p):
9694         * vc-hooks.el (vc-user-login-name):
9695         * vc-svn.el (vc-svn-registered, vc-svn-state)
9696         (vc-svn-dir-extra-headers, vc-svn-find-revision):
9697         * progmodes/grep.el (grep-probe): Let-bind
9698         `process-file-side-effects' with nil.
9700         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9702         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9703         daemon.  Replace ping by checking for running service for bluez
9704         and zeroconf.  (Bug#4239)
9706 2009-08-25  Kevin Ryde  <user42@zip.com.au>
9708         * net/dig.el (dig): Add autoload cookie.
9710 2009-08-25  Glenn Morris  <rgm@gnu.org>
9712         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9713         load-history for absolute file-names.
9714         (byte-compile-file-form-require): Warn about use of the cl package.
9716         * format.el (format-alist): Doc fix.
9718         * play/bubbles.el (top-level): Don't require cl at run-time.
9720         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9721         run-time cl).
9723 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
9725         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9726         from cl package.
9727         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9729 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
9731         * calc/calc-alg.el (math-trig-rewrite)
9732         (math-hyperbolic-trig-rewrite): New functions.
9733         (calc-simplify): Simplify trig functions when asked.
9735 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9737         * diff-mode.el (diff-find-source-location): Avoid goto-line.
9739 2009-08-24  Kenichi Handa  <handa@m17n.org>
9741         * language/ind-util.el (mapthread): Delete it.
9742         (combinatorial): New function.
9743         (indian--puthash-cv): Use combinatorial instead of mapthread.
9745 2009-08-22  Kevin Ryde  <user42@zip.com.au>
9747         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9748         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9749         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9750         Clarify docstring that the value is strings not symbols.
9751         (checkdoc-list-of-strings-p): New function.
9753 2009-08-22  Glenn Morris  <rgm@gnu.org>
9755         * files.el (auto-mode-alist):
9756         * hippie-exp.el (he-concat-directory-file-name):
9757         * lpr.el (lpr-windows-system, printer-name):
9758         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9759         * ps-print.el (ps-windows-system):
9760         * startup.el (command-line):
9761         * emulation/viper-ex.el (viper-glob-function):
9762         * international/mule-cmds.el (set-language-environment-coding-systems):
9763         * net/ange-ftp.el (ange-ftp-write-region):
9764         * obsolete/fast-lock.el (fast-lock-cache-name):
9765         Remove code for defunct system-types emx, macos, mswindows, next-mach,
9766         unisoft-unix, vax-vms, win32, w32.
9768         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9769         given name if the pattern is not more specific.
9771         * calendar/lunar.el (lunar-phase-names): New option.
9772         (lunar-phase): Doc fix.
9773         (lunar-cycles-per-year): New constant.
9774         (lunar-index): New function.
9775         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9776         (lunar-phase-name): Use lunar-phase-names.
9777         (calendar-lunar-phases): Use format.
9778         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9780         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9781         Copy imenu-example--name-and-position function here for own use.
9782         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9784         * bs.el (bs--redisplay):
9785         * cus-edit.el (custom-redraw):
9786         * ibuffer.el (ibuffer-bury-buffer):
9787         * server.el (server-goto-line-column):
9788         * startup.el (command-line-1):
9789         * strokes.el (strokes-xpm-for-stroke):
9790         * term.el (term-display-buffer-line):
9791         * view.el (View-goto-line):
9792         * calc/calc.el (calc-do, calc-trail-buffer):
9793         * play/gamegrid.el (gamegrid-add-score-insecure):
9794         * progmodes/ada-mode.el (ada-compile-goto-error):
9795         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9796         (ebrowse-select-1st-to-9nth):
9797         * progmodes/cperl-mode.el (cperl-time-fontification):
9798         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9799         * progmodes/gud.el (gud-display-line):
9800         (idlwave-shell-display-line):
9801         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9802         * progmodes/make-mode.el (makefile-browser-toggle):
9803         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9804         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9805         * textmodes/picture.el (picture-draw-rectangle):
9806         * textmodes/reftex-index.el (reftex-index-goto-letter):
9807         (reftex-select-jump-to-previous):
9808         * textmodes/reftex-sel.el (reftex-find-start-point)
9809         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9810         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9811         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9812         * textmodes/tex-mode.el (tex-compilation-parse-errors):
9813         * textmodes/two-column.el (2C-associated-buffer):
9814         Use forward-line rather than goto-line.
9816         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9817         goto-line.
9819         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9820         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9821         (quick-check-list-to-regexp): Declare.
9823         * progmodes/make-mode.el (makefile-browser-insert-selection):
9824         Use goto-char rather than goto-line.
9826         * progmodes/prolog.el (compilation-error-regexp-alist)
9827         (compilation-forget-errors): Declare.
9829 2009-08-22  Juri Linkov  <juri@jurta.org>
9831         * progmodes/grep.el (lgrep, rgrep): At the beginning
9832         set `dir' to `default-directory' unless `dir' is a non-nil
9833         readable directory.  (Bug#4052)
9834         (lgrep, rgrep): Change a weird way to report an error
9835         from using `read-string' to using `error'.
9836         Instead of using interactive arguments in the function body,
9837         add new argument `confirm'.
9839 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9841         * textmodes/remember.el (remember-buffer):
9842         * progmodes/cperl-mode.el (cperl-vc-header-alist):
9843         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9844         (icalendar-extract-ical-from-buffer):
9845         * net/newst-treeview.el (newsticker-groups-filename):
9846         * net/newst-backend.el (newsticker-cache-filename):
9847         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9848         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9849         (speedbar-add-ignored-path-regexp, speedbar-line-path)
9850         (speedbar-buffers-line-path, speedbar-path-line)
9851         (speedbar-buffers-line-path):
9852         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9853         (epg-sign-keys):
9854         * epa.el (epa-display-verify-result):
9855         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9857 2009-08-21  Glenn Morris  <rgm@gnu.org>
9859         * progmodes/js.el (inferior-moz-process): Fix declaration.
9861         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9863         * obsolete/rnewspost.el (news-mail-reply):
9864         Use goto-char rather than goto-line.
9866         * term/ns-win.el (ns-open-file-select-line):
9867         Use line-beginning-position rather than goto-line.
9869         * apropos.el (apropos-command):
9870         * ehelp.el (electric-helpify):
9871         * printing.el (pr-show-setup):
9872         * strokes.el (strokes-help):
9873         * tutorial.el (tutorial--describe-nonstandard-key)
9874         (tutorial--detailed-help):
9875         * woman.el (woman-mini-help, woman-display-extended-fonts):
9876         * calc/calc-help.el (calc-describe-key):
9877         * emulation/edt.el (edt-electric-helpify):
9878         * international/mule-diag.el (mule-diag):
9879         * play/yow.el (apropos-zippy):
9880         * progmodes/python.el (python-describe-symbol):
9881         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9882         * textmodes/table.el (*table--cell-describe-mode)
9883         (*table--cell-describe-bindings):
9884         Use help-print-return-message rather than the now obsolete alias.
9886         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9887         (calendar-cursor-to-visible-date):
9888         * play/5x5.el (5x5-position-cursor):
9889         * play/decipher.el (decipher):
9890         * play/gomoku.el (gomoku-goto-xy):
9891         * play/landmark.el (lm-goto-xy):
9892         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9893         (mpuz-paint-digit):
9894         Use forward-line, not goto-line.
9896         * mail/rmail.el (rmail-obsolete): Delete custom group.
9897         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9898         (rmail-remote-password, rmail-remote-password-required):
9899         Remove unneeded :set-after and :set properties.
9901 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
9903         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9905 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
9907         * loadup.el: Remove leftover macos code.
9909         * vc-git.el (vc-git-annotate-command): Run asynchronously.
9910         Explicitly pass the date format to git blame so that user local
9911         so that the output format can be parsed.
9913 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
9915         * net/dbus.el (top): Don't check for (getenv
9916         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
9918 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
9920         * log-edit.el (log-edit-strip-single-file-name): New var.
9921         (log-edit-insert-changelog): Use it.  Bug#3571
9923 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9925         * subr.el (read-passwd): Use read-key so keypad keys work as well.
9926         Bug#3287
9928         * help.el (help-print-return-message): Rename from
9929         print-help-return-message.
9931         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9932         cvs-mode-map parent hack.
9933         (log-view-mode): Derive from special-mode.
9935         * linum.el (linum-mode): window-size-change-functions is redundant.
9936         Adapt to new window-configuration-change-hook behavior.
9937         (linum-after-size, linum-after-config): Remove.
9939         * imenu.el (imenu-example--name-and-position)
9940         (imenu-example--lisp-extract-index-name)
9941         (imenu-example--create-lisp-index, imenu-example--create-c-index):
9942         Mark as obsolete.
9944         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9945         (inferior-prolog-mode): Use it.
9946         (inferior-prolog-load-file): Reset list of errors.
9948 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9950         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9952         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9954 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
9956         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9957         is running already.
9959 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9961         * subr.el (listify-key-sequence-1): Use normal syntax since those
9962         integers are nowadays always represented by the same (positive) number
9963         on all platforms.
9964         (read-key-empty-map): New const.
9965         (read-key-delay): New var.
9966         (read-key): New function.
9967         (force-mode-line-update): Use with-current-buffer.
9968         (locate-user-emacs-file): Don't forget to abbreviate the file name.
9969         (start-process-shell-command, start-file-process-shell-command):
9970         Discourage the use of command-args.
9972 2009-08-19  Glenn Morris  <rgm@gnu.org>
9974         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9976 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9978         * simple.el (choose-completion-string): Don't rely on
9979         minibuffer-completing-file-name and ad-hoc checks to decide whether
9980         to continue completion or not.
9982         * minibuffer.el (minibuffer-hide-completions): New function.
9983         (completion--do-completion): Use it.
9984         (completions-annotations): New face.
9985         (completion--insert-strings): Use it.
9986         (completion-pcm--delim-wild-regex): Add docstring.
9987         (completion-pcm--string->pattern): Add support for 0-width delimiters
9988         in completion-pcm--delim-wild-regex.
9990 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9992         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9993         Remove unused var `buffer-modified-p'.
9995         * minibuffer.el (completion--do-completion): Move point for the #b001
9996         case as well (bug#4176).
9997         (minibuffer-complete, minibuffer-complete-word): Don't move point.
9999 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
10001         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
10002         and :session buses.
10004 2009-08-18  Kenichi Handa  <handa@m17n.org>
10006         * international/ucs-normalize.el (ucs-normalize-version):
10007         Change to 1.1.
10008         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10009         (utf-8-hfs): Make it perform normalization on encoding too.
10011         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
10012         (sentence-end-without-space): Delete duplicated chars.
10013         (sentence-end-base): Likewise.
10015         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
10016         (html-mode): Delete duplicated chars from sentence-end-base.
10018         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
10019         (texinfo-mode): Delete duplicated chars from sentence-end-base.
10021 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
10023         * files.el (hack-one-local-variable): If the mode function is for
10024         a minor mode, pass it an argument (Bug#4148).
10026 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
10028         * net/tramp.el (tramp-register-completion-file-name-handler):
10029         Check also for (member 'partial-completion completion-styles).
10031 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10033         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10034         abbrev (Bug#3943).
10036 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
10038         * progmodes/cperl-mode.el: Merge upstream 6.2.
10039         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10040         (cperl-forward-re): Check cperl-brace-recursing.
10041         (cperl-highlight-charclass): New function.
10042         (cperl-find-pods-heres): Use it.
10043         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10044         (cperl-beautify-regexp-piece): Fix column calculation.
10045         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10046         (cperl-beautify-level): Don't process entire regexp.
10047         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10048         calling man.
10049         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10050         (cperl-init-faces): Build a list in the normal way.
10052 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10054         * calendar/parse-time.el (parse-time-string-chars): Save match
10055         data.
10057 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10059         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10060         (sql-product): Use it.
10061         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10062         (sql-set-product): Add completion.
10063         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10064         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10065         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10066         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10067         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10068         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10069         (sql-highlight-db2-keywords): Remove.
10070         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10071         (sql-highlight-product): Use derived-mode-p.
10072         (sql-set-sqli-buffer): Use with-current-buffer.
10073         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10074         Simplify.
10076         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10078         * term.el: Fix commenting convention, turn comments into docstrings.
10080 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
10082         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10084 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
10086         * calendar/parse-time.el (parse-time-string-chars): Compute using
10087         character classes, to handle non-ascii characters (Bug#3190).
10089 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10091         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10092         another heredoc if the user adds another < (Bug#3226).
10094         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10095         Don't initialize based on window-system (Bug#4124).
10097         * facemenu.el (facemenu-read-color): Use a completion function
10098         that accepts any defined color, such as RGB triplets (Bug#3677).
10100         * files.el (get-free-disk-space): Change fallback default
10101         directory to /.  Expand DIR argument before switching to fallback.
10102         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10104 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
10106         * files.el (load-library): Doc fix.
10108 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
10110         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10111         (viper-if-string): Redefine C-s in the minibuffer to insert the last
10112         incremental search string.
10114         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10115         XEmacs.
10117         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10118         (ediff-merge-region-is-non-clash)
10119         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10120         Also check if the job is really a merge job.
10122         * ediff.el (ediff-current-file): New function.
10124 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
10126         * progmodes/js.el: Edit docstrings throughout to follow Emacs
10127         conventions.
10128         (js-insert-and-indent): Delete function.
10129         (js-mode-map): Don't bind keys to js-insert-and-indent.
10130         (js-beginning-of-defun): Rename from js--beginning-of-defun.
10131         (js-end-of-defun): Rename from js--end-of-defun.
10132         (js-auto-indent-flag): Delete variable.
10134 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
10136         * progmodes/js.el: Remove proclaim statement.
10137         Defvar which-func-imenu-joiner-function to silence compiler.
10139         * files.el (auto-mode-alist): Use js-mode for .js files.
10141         * progmodes/js2-mode.el: Remove file.
10143         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10145         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10147         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10149 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
10150             Karl Landstrom  <karl.landstrom@brgeight.se>
10152         * progmodes/js.el: New file.
10154 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
10156         * timezone.el (timezone-parse-date): Add ability to understand ISO
10157         basic format (minimal separators) dates in addition to the
10158         already-supported extended format dates.
10160 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
10162         * international/ucs-normalize.el: Add a `coding' file variable.
10164         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10166 2009-08-14  Sam Steingold  <sds@gnu.org>
10168         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10170 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
10172         * faces.el (help-argument-name): Define it here instead of
10173         help-fns.el, because in daemon mode help-fns.el may be loaded when
10174         faces are still uninitialized (Bug#1078).
10176         * help-fns.el (help-argument-name): Move defface to faces.el.
10178 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
10180         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10181         create buffer with a pty but no process so that GDB can make the
10182         inferior the controlling process.
10184 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
10186         * international/ucs-normalize.el: New file.
10188 2009-08-13  Richard Stallman  <rms@gnu.org>
10190         * mail/rmail.el (rmail-get-attr-names):
10191         Accept an attribute header that is too short.
10193         * mail/rmail.el (rmail-forget-messages):
10194         Ignore nil elt in rmail-message-vector.  Use dotimes.
10196         * progmodes/compile.el (compilation-goto-locus):
10197         Use next-error-move-function.
10199         * simple.el (next-error-move-function): New variable.
10201 2009-08-12  Juri Linkov  <juri@jurta.org>
10203         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10204         always non-nil.  (Bug#4052)
10206         * replace.el (read-regexp): Return empty string when
10207         `default-value' is nil.
10208         (keep-lines-read-args): Don't use empty string as the
10209         default value for `read-regexp'.  (Bug#2495)
10211 2009-08-12  Juri Linkov  <juri@jurta.org>
10213         * international/mule-cmds.el (ucs-insert): Change arguments
10214         from `arg' to `character', `count', `inherit' to be the same
10215         as in `insert-char'.  Doc fix.  (Bug#4039)
10217         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10219 2009-08-12  Juri Linkov  <juri@jurta.org>
10221         * files-x.el: New file.
10223         * files.el: Move code that deals with adding/deleting
10224         file/directory-local variables to files-x.el.
10226         * Makefile.in (ELCFILES): Add files-x.elc.
10228 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
10230         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10231         to use `goto-line'.
10232         (gdb-place-breakpoints, gdb-get-location): Rewritten without
10233         `goto-line'.
10234         (gdb-invalidate-disassembly): Do not refresh upon receiving
10235         'update signal.  Instead, update all disassembly buffers only after
10236         threads list.
10237         (gdb): Send -target-detach when buffer is killed (Bug#3794).
10238         (gdb-starting): Moved -data-list-register-names...
10239         (gdb-stopped): ...here so it's sent when first thread stops.
10240         (gdb-registers-handler-custom): Do nothing if register names are
10241         unknown yet.
10243         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10244         from `gdb-mi.el' to avoid extra tangling.
10246         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10247         change which breaks `gud-def' definitions used in `gdb'.
10248         (gdb-update-gud-running): No extra fuss for updating frame number.
10250 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10252         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10253         (describe-language-environment-map, setup-language-environment-map)
10254         (set-coding-system-map): Move initialization into declaration.
10255         (set-language-info-alist): Last arg to define-key-after can be skipped.
10257         * international/quail.el (quail-completion-1): Simplify.
10258         (quail-define-rules): Use slightly more compact code.
10259         (quail-insert-decode-map): Propertize keys, compact columns.
10261         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10262         Add goto-line.
10264 2009-08-10  Miles Bader  <miles@gnu.org>
10266         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10267         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10268         (js2-instance-member, js2-private-member, js2-private-function-call)
10269         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10270         (js2-magic-paren, js2-external-variable):
10271         Remove "-face" suffix from face names.
10272         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10273         (js2-highlight-undeclared-vars, js2-peek-token)
10274         (js2-parse-function-params, js2-mode-show-errors)
10275         (js2-mode-show-warnings, js2-make-magic-delimiter)
10276         (js2-mode-highlight-magic-parens): Update to use new face names.
10278 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
10280         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10281         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
10283 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
10285         * subr.el: Provide hashtable-print-readable.
10287         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10288         hs-c-like-adjust-block-beginning.
10289         (hs-hide-block-at-point): Stop hiding at the beginning of
10290         hs-block-end-regexp (Bug#700).
10292 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
10294         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10295         a macro.
10296         (gdb-registers-handler-custom): Do not fail when register names
10297         are unavailable.
10299 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
10301         * progmodes/gdb-mi.el (gdb-control-all-threads)
10302         (gdb-control-current-thread): Interactive setters for
10303         `gdb-gud-control-all-threads' to use in menu.
10304         (gdb-show-run-p): Show «Go» when process is not active.
10305         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
10306         gud/thread.xpm and gud/all.xpm.
10308 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
10310         * net/net-utils.el (net-utils-font-lock-keywords): New var.
10311         (nslookup-font-lock-keywords): Make it a variable.
10312         (net-utils-mode): New mode for viewing diagnostic network output.
10313         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10314         (net-utils-run-simple): New function.
10315         (ifconfig, iwconfig, netstat, arp, route): Use it.
10317 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
10319         * progmodes/gdb-mi.el (gdb-read-memory-custom)
10320         (gdb-memory-set-address, def-gdb-set-positive-number)
10321         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10322         after changing settings.
10323         (gdb-invalidate-disassembly): Update when first shown.
10324         (gdb-edit-locals-value): Fixed.
10325         (gdb-registers-handler-custom): Print registers in right order and
10326         allow changing register values (only for current thread yet).
10327         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10328         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10329         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10330         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
10331         info in mode name.
10332         (gdb-registers-mode-map): TAB to switch to locals.
10334 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
10336         * mail/rmail.el (rmail-add-mbox-headers)
10337         (rmail-set-message-counters-counter): Search for
10338         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
10340 2009-08-08  Glenn Morris  <rgm@gnu.org>
10342         * Makefile.in (ELCFILES): Update.
10344 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
10346         * mail/sendmail.el (mail-yank-original): Set
10347         buffer-file-coding-system from the one used by the message whose
10348         text is yanked.
10350         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10351         to "windows" when "pgnuplot" is used.
10352         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
10353         call accept-process-output if "pgnuplot" is used.
10354         (calc-graph-init): Don't send -display and -geometry to
10355         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
10356         running "pgnuplot -V" with shell-command-to-string.
10358         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10359         the default.
10361 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
10363         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10364         org/org-latex.elc.
10366 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
10368         * vc-dispatcher.el (vc-resynch-window): Update comment.
10370         * term.el (term-handle-ansi-escape): Add comments with the
10371         terminfo capabilities implemented.
10373 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
10375         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10376         (gdb-var-create-handler): Rewritten using JSON parser.
10377         (gdb-propertize-header): Moved earlier.
10378         (gdb-set-header): Removed to avoid duplication.
10379         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10380         Refresh disassembly buffers only after threads list have been
10381         update.
10382         (gdb-threads-header, gdb-registers-header): Per-buffer header line
10383         variables.
10385 2009-08-04  Juri Linkov  <juri@jurta.org>
10387         * files.el: Commands to add/delete file/directory-local variables.
10388         (read-file-local-variable, read-file-local-variable-value)
10389         (read-file-local-variable-mode, modify-file-local-variable)
10390         (modify-file-local-variable-prop-line)
10391         (modify-dir-local-variable): New functions.
10392         (add-file-local-variable, delete-file-local-variable)
10393         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10394         (add-dir-local-variable, delete-dir-local-variable)
10395         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10396         (copy-dir-locals-to-file-locals-prop-line): New commands.
10398 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
10400         * abbrev.el (insert-abbrev-table-description): Prettify output.
10401         Suggested by Karl Chen.
10403 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
10405         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
10406         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
10407         (gdb-overlay-arrow-position, gdb-thread-position)
10408         (gdb-disassembly-position): Declare variables.
10409         (gdb-wait-for-pending): Function now.
10410         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10411         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10412         compilation goes smoothly.
10413         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10414         (gdb-non-stop-setting): New customization setting which replaces
10415         `gdb-non-stop' so changing it doesn't break active GDB session.
10416         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10417         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10418         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10419         (gdb-show-threads-by-default): New customization options.
10420         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10421         routines.
10422         (gdb-get-buffer-create): Send buffers update signal when they are
10423         created.
10424         (gdb-invalidate-locals, gdb-invalidate-registers)
10425         (gdb-invalidate-breakpoints)
10426         (gdb-invalidate-threads, gdb-invalidate-disassembly)
10427         (gdb-invalidate-memory): Accept update signal.
10428         (gdb-current-context-command): Use --frame option.
10429         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10430         Implement `gdb-frame-number' selection logic.
10431         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10432         whether to show GUD toolbar buttons.
10433         (gdb-thread-exited): Unselect current thread when it exits.
10434         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10435         (gdb-mark-line): Routine which sets overlay arrow or inverses
10436         video on fringeless displays.
10437         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10438         to build aligned columns of data in GDB buffers and set text
10439         properties line-by-line.
10440         (gdb-invalidate-breakpoints)
10441         (gdb-breakpoints-list-handler-custom)
10442         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10443         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10444         (gdb-registers-handler-custom): Align data columns.
10445         (gdb-locals-handler-custom): Now prints data like in variable
10446         declarations.
10447         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10448         Removed confusing buttons.
10449         (gdb-invalidate-threads): Append --frame.
10450         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10451         between breakpoints/threads buffers.
10452         (gdb-set-window-buffer): Now can ignore dedicated windows.
10453         (gdb-propertize-header): Use `gdb-set-window-buffer'.
10454         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10455         (def-gdb-thread-buffer-gud-command): Replaces
10456         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10457         for fine thread control.
10458         (gdb-preempt-existing-or-display-buffer): New function used to
10459         display bound buffers without breaking window layout.
10460         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10461         (gdb-select-frame): New version of `gdb-frames-select' which now
10462         sets `gdb-frame-number' so commands may use --frame option instead
10463         of inner debugger state.
10464         (gdb-frame-handler): Do not set `gdb-frame-number'.
10465         (gdb-threads-mode-map): Select threads with mouse.
10467         * progmodes/gud.el (gdb-gud-context-call): Declare function to
10468         avoid compilation warning.
10469         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10470         `gdb-show-stop-p`.
10472         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10473         Argument `key' renamed to `buffer-type'.
10474         (gdb-current-context-buffer-name): Do not add thread info to
10475         buffer name when no thread is selected.
10476         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10477         command (bug 3794).
10478         (gdb-thread-selected): Handle `=thread-selected' notification.
10479         (gdb-wait-for-pending): New macro to deal with congestion problems.
10480         (gdb-breakpoints-list-handler-custom): Don't fail on pending
10481         breakpoints.
10482         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10483         This fixes problem similar to one described in bug 3947.
10484         (gud-menu-map): More menu items.
10485         (gdb-init-1): Reset `gdb-thread-number' to nil.
10487         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10488         non-stop settings.
10490         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10491         (gdb-current-context-command): Do not append --thread if
10492         `gdb-thread-number' is nil.
10493         (gdb-running-threads-count, gdb-stopped-threads-count): New
10494         variables.
10495         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10496         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10497         customization options.
10498         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10499         GUD commands.
10500         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
10501         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10502         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10503         set `gdb-thread-number' and update `gud-running' properly.
10504         (gdb-running): Update threads list when new threads appear.
10505         (gdb-stopped): Support non-stop operation and new thread switching
10506         logic.
10507         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10508         (gdb-json-partial-output): New set of JSON routines.
10509         (def-gdb-auto-update-trigger): New `signal-list' optional
10510         argument.
10511         (gdb-thread-list-handler-custom): Update `gud-running',
10512         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10513         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10514         (gdb-continue-thread, gdb-step-thread): New commands for fine
10515         thread execution control.
10516         (gud-menu-map): New menu items to switch non-stop options.
10517         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
10518         (gdb-send): Mimic RET properly (bug 3794).
10520         * progmodes/gdb-mi.el (gdb-rules-name-maker)
10521         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10522         gdb-buffer-rules.
10523         (def-gdb-auto-update-handler): New nopreserve optional argument.
10524         (gdb-stack-list-frames-custom): Print stack from top to bottom.
10526         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10527         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10528         (gdb-parent-mode): New mode to derive other GDB modes from.
10529         (gdb-display-disassembly-for-thread)
10530         (gdb-frame-disassembly-for-thread): New commands for threads
10531         buffer.
10533         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10534         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
10535         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10536         (gdb-update): We now store all GDB buffers in a list so that they
10537         can be updated by traversing a list instead of calling invalidate
10538         triggers explicitly.
10539         (def-gdb-trigger-and-handler): New macro to define trigger-handler
10540         pair for GDB buffer.
10541         (gdb-stack-buffer-name): Add thread information.
10542         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10543         handle pending triggers.
10544         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10545         (def-gdb-thread-buffer-simple-command)
10546         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10547         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
10548         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10549         New commands which show buffers bound to thread.
10550         (gdb-stack-list-locals-regexp): Removed unused regexp.
10552         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10553         (gdb-locals-buffer-name, gdb-registers-buffer-name)
10554         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10555         to (gud-comint-buffer) in *-buffer-name functions
10556         because (gdb-get-target-string) already does that.
10557         (gdb-locals-handler-custom, gdb-registers-handler-custom)
10558         (gdb-changed-registers-handler): Rewritten without regexps.
10560         * progmodes/gdb-mi.el: Basic thread selection support.
10561         (gdb-thread-number): New variable.
10562         (gdb-current-context-command): New macro which adds --thread
10563         option to command.
10564         (gdb-threads-mode-map): Select thread with SPC.
10565         (gdb-thread-list-handler-custom): Mark current thread with overlay
10566         arrow.  Synchronize GDB thread and Emacs thread.
10567         (gdb-select-thread): New command which selects current thread.
10568         (gdb-invalidate-frames, gdb-invalidate-locals)
10569         (gdb-invalidate-registers): Use --thread option.
10571 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
10573         * net/tramp.el (top): Make check for tramp-gvfs loading more
10574         robust.  (Bug#3977)
10575         (tramp-handle-insert-file-contents): `unwind-protect' must be
10576         inside `with-parsed-tramp-file-name'.
10578         * net/tramp-gvfs.el (top): Remove superfluous message when loading
10579         fails.
10581 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
10583         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10584         directory if CLASSPATH is not set.
10586 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
10588         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10589         New defconst.
10590         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
10592 2009-08-02  Kevin Ryde  <user42@zip.com.au>
10594         * net/newst-backend.el (newsticker--raw-url-list-defaults):
10595         Update freshmeat link.  Delete newsforge.com as it seems gone.
10597 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
10599         * select.el (x-set-selection): Doc fix (Bug#4021).
10601         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10603         * help-fns.el (describe-variable): Treat list return values from
10604         dir-locals-find-file properly (Bug#4005).
10606 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
10608         * net/tramp.el (tramp-debug-message): Print also microseconds.
10610 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
10612         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10613         or END is non-nil.
10614         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10615         (tramp-get-debug-buffer): Change `outline-regexp' according to new
10616         format.
10618         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10619         (tramp-get-file-property): Use it.
10621         * autorevert.el (auto-revert-handler): Allow
10622         `auto-revert-tail-mode' for remote files.
10624 2009-08-02  Jason Rumney  <jasonr@gnu.org>
10626         * minibuffer.el (read-file-name): Treat confirm options to
10627         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
10629 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
10631         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10632         (font-lock-variable-name-face, font-lock-constant-face): Darken
10633         the colors for light backgrounds.
10635 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
10637         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10638         month names.  (Bug#3987)
10640 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
10642         * simple.el (line-move-finish): Pass whole number to
10643         line-move-to-column.
10644         (line-move-visual): Perform hscroll to the recorded position.
10646 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
10648         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10650 2009-07-29  Alan Mackenzie  <acm@muc.de>
10652         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10654 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
10656         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10657         (gdb-place-breakpoints): Use full path when setting breakpoints.
10659 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
10661         * calc/calc.el (calc-mode-map): Add keybinding for
10662         `calc-transpose-lines'.
10664 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
10666         * calc/calc-misc.el (calc-transpose-lines): New function.
10668 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
10670         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10671         Simplify check for out-of-band methods.
10672         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10673         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
10675 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
10677         * vc-git.el (vc-git-checkin): Fix typo.
10679 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
10681         * progmodes/js2-mode.el: New file.
10683 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
10685         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10686         (gud-menu-map): Adjust tooltip accordingly.
10688 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
10690         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10691         (vc-bzr-log-view-mode): Adjust log-view-file-re.
10693         * add-log.el (change-log-mode-map): Add a menu.
10695 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
10697         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10698         function returns nil.
10699         (dbus-handle-event): Handle special return value :ignore.
10700         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10702 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
10704         * view.el (view-mode-enable): Don't define Helper-return-blurb if
10705         it's not needed.
10707 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
10709         Fix Bug#3888:
10711         * w32-vars.el (x-select-enable-clipboard): Doc fix.
10713         * term/pc-win.el (x-display-name, x-colors)
10714         (x-select-enable-clipboard, x-select-text): Doc fix.
10716         * term/common-win.el (x-display-name, x-colors): Doc fix.
10718         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10719         (xw-defined-colors): Doc fix.
10721         * w32-fns.el (x-select-text, x-setup-function-keys)
10722         (x-get-selection, x-set-selection): Doc fix.
10724         * term/x-win.el (x-select-text, x-setup-function-keys)
10725         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10727         * select.el (x-set-selection): Doc fix.
10729 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
10731         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10732         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
10733         "IsNSSSupportAvailable" method is not available.  Reported by
10734         Steve Youngs <steve@sxemacs.org>.
10736 2009-07-24  Kenichi Handa  <handa@m17n.org>
10738         * international/characters.el: Fix setting of category ?C, ?|, ?K,
10739         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
10740         (build-unicode-category-table): Fix range checks.
10742 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
10744         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10745         the buffer we try to sync is current when calling
10746         vc-resynch-buffer.
10748         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10749         not show up to date files.
10751 2009-07-24  Glenn Morris  <rgm@gnu.org>
10753         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10754         Add autoload cookies.  If necessary, initialize.
10755         (elint-log): Handle non-file buffers.
10756         (elint-initialize): Add optional argument to reinitialize.
10757         (elint-find-builtin-variables): Save excursion.
10759 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
10761         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10762         for Lint.
10764 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10766         * vc.el (vc-print-log-internal): New function, split out from ...
10767         (vc-print-log): ... here.
10768         (vc-dir-move-to-goal-column): Declare.
10770         * vc-git.el (vc-git-add-signoff): New variable.
10771         (vc-git-checkin): Use it.
10772         (vc-git-toggle-signoff): New function.
10773         (vc-git-extra-menu-map): Bind it to menu.
10774         (vc-git--run-command-string): Accept a nil FILE argument.
10775         (vc-git-stash-list): New function.
10776         (vc-git-dir-extra-headers): Use it.
10778 2009-07-23  Glenn Morris  <rgm@gnu.org>
10780         * help-fns.el (describe-variable): Describe ignored and risky local
10781         variables in a similar way to that in which we describe safe ones.
10783         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10784         (byte-compile-output-file-form, byte-compile-output-docform)
10785         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10786         Give some more local variables with common names a "bytecomp-" prefix,
10787         so as not to shadow things during compilation.
10788         * emacs-lisp/cl-macs.el (load-time-value)
10789         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10790         `outbuffer' to `bytecomp-outbuffer'.
10792         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10793         since the next two variables cover them automatically now.
10794         (elint-builtin-variables, elint-autoloaded-variables): New.
10795         (elint-unknown-builtin-args): Remove all members, since they can be
10796         parsed automatically now.
10797         (elint-extra-errors): New.
10798         (elint-env-add-env, elint-env-add-macro): Use cadr.
10799         (elint-current-buffer): Use or.  Change final message.
10800         (elint-get-top-forms): Use line-end-position.
10801         (elint-init-env): Use cadr.  Handle autoload, declare-function,
10802         and defalias.
10803         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
10804         (regexp-assoc): Remove unused function.
10805         (elint-top-form): Set elint-current-pos, to record the start of the
10806         top-level form, for compilation-mode.
10807         (elint-form): Trap errors in macro expansion.  Use dolist.
10808         (elint-unbound-variable): Use elint-builtin-variables and
10809         elint-autoloaded-variables.
10810         (elint-get-args): Use cadr, or.
10811         (elint-check-cond-form): Use dolist, cadr.
10812         (elint-check-condition-case-form): Doc fix.  Use cadr.
10813         Use elint-extra-errors.
10814         (elint-log): New function.
10815         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10816         Distinguish errors and warnings.
10817         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
10818         Use a bytecomp-style format.
10819         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
10820         (elint-get-log-buffer): Use compilation mode.  Disable undo.
10821         Don't truncate lines.
10822         (elint-initialize): Set builtin and autoloaded variable lists.
10823         Only process elint-unknown-builtin-args if non-nil.
10824         (elint-find-builtin-variables, elint-find-autoloaded-variables):
10825         New functions.
10826         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
10828 2009-07-22  Kevin Ryde  <user42@zip.com.au>
10830         * net/newst-backend.el (newsticker--parse-atom-1.0)
10831         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10832         (newsticker--parse-rss-1.0):
10833         * progmodes/idlwave.el (idlwave-mode):
10834         * progmodes/idlw-shell.el (idlwave-shell-mode):
10835         * progmodes/vera-mode.el (vera-mode):
10836         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10837         * progmodes/vhdl-mode.el (vhdl-mode):
10838         * textmodes/table.el (table-generate-source)
10839         (table--warn-incompatibility):
10840         Hyperlink urls in docstrings with URL `...'.
10842 2009-07-22  Glenn Morris  <rgm@gnu.org>
10844         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10845         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10846         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10847         Remove leading * from defcustom docs.
10849         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
10851         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10852         defcustom doc.
10853         (list-load-path-shadows): Optionally, just return shadows as a string.
10855         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10857 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
10859         * mail/rmailedit.el (rmail-edit-mode): Use
10860         auto-save-include-big-deletions.
10862         * mail/rmail.el (rmail-variables): Use
10863         auto-save-include-big-deletions.
10865         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10866         changes.
10868 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
10870         * calc/calc.el (calc-undo-length): New variable.
10871         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10873 2009-07-21  Richard Stallman  <rms@gnu.org>
10875         * files.el (auto-save-mode): Handle buffer-save-size = -2
10876         for toggling mode.
10878 2009-07-21  Glenn Morris  <rgm@gnu.org>
10880         * textmodes/ispell.el (ispell-looking-back): Update declaration.
10882         * calendar/todo-mode.el (calendar-current-date): Update declaration.
10884         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10885         silence compiler.  Instead...
10886         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10887         (ps-print-ensure-fontified): Update for above function name changes.
10889         * printing.el (pr-mh-get-msg-num, pr-mh-show)
10890         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10891         silence compiler.  Instead...
10892         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10893         (mh-show-buffer): Only define for compiler.
10894         (pr-mh-current-message): Update for above function name changes.
10896         * files.el (abort-if-file-too-large): Explicitly pass `filename'
10897         as an argument.
10898         (find-file-noselect, insert-file-1): Update for above change.
10900         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10902         * mail/mailclient.el (mailclient-send-it): Fix message.
10904         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10905         (edebug-eval): Check cl-debug-env is bound.
10906         (print-level, print-circle): Don't redefine built-in variables.
10908         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10909         (custom-print-vectors): Remove old comments from doc.
10911         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10912         (emerge-version): Make the variable an obsolete alias for the
10913         emacs-version variable.  Make the function obsolete.
10914         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10915         Emerge options, rather than merging in into the main Options menu.
10916         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
10917         and auto advance modes.  Disable edit/fast items when not relevant.
10919 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
10921         * term/vt420.el (terminal-init-vt420): Fix typo.
10923 2009-07-20  Sam Steingold  <sds@gnu.org>
10925         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10926         variable (removed from compile.el on 2004-03-11).
10928 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
10930         * files.el (hack-local-variables-filter): Fix last change.
10932 2009-07-19  Juri Linkov  <juri@jurta.org>
10934         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10935         (dir-local-variables-alist): New buffer-local variable.
10936         (hack-local-variables-filter): If variable is not dir-local,
10937         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10938         because file-local overrides dir-local.
10939         (c-postprocess-file-styles) <declare-function>:
10940         Remove obsolete declaration.
10941         (hack-dir-local-variables): Add dir-local variable/value pair to
10942         `dir-local-variables-alist' and remove duplicates.  Doc fix.
10944         * help-fns.el (describe-variable): Add information about
10945         file-local and dir-local variables.
10947 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
10949         * files.el (hack-local-variables-filter): Rewrite.
10951 2009-07-19  Glenn Morris  <rgm@gnu.org>
10953         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10954         Silence compiler by only defining on XEmacs.
10956         * international/mule.el (auto-coding-regexp-alist): Only match
10957         BABYL... at the start of buffer, not of lines.  (Bug#3790)
10959         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10960         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
10961         (cal-menu-context-mouse-menu): Doc fix.
10963         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10965         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
10967 2009-07-18  Juri Linkov  <juri@jurta.org>
10969         * info.el: Virtual Info keyword finder.
10970         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10971         (Info-finder-file): New variable.
10972         (Info-finder-find-file): New function.
10973         (finder-known-keywords, finder-package-info)
10974         (find-library-name, lm-commentary): Use defvar and
10975         declare-function to silence compiler warnings.
10976         (Info-finder-find-node): New function.
10977         (info-finder): New command.
10979         * subr.el (process-kill-buffer-query-function): New function.
10980         (add-hook)<kill-buffer-query-functions>: Add hook
10981         `process-kill-buffer-query-function'.
10983 2009-07-18  Alan Mackenzie  <acm@muc.de>
10985         * progmodes/cc-mode.el (c-before-hack-hook)
10986         (c-postprocess-file-styles): Give invocation of `c-set-style'
10987         DONT-OVERRIDE parameter of t.  Already set style variables will
10988         thus not be overridden by style settings given by `c-file-syle'.
10990         * files.el (hack-local-variables-filter): Remove entries with
10991         duplicate keys from `file-local-variables-alist'.
10993 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
10995         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10996         x-set-selection if display-selections-p returns nil for the
10997         current frame.
10999 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
11001         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11003 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
11005         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11006         Accept nil in addition to a regexp.
11007         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11008         Accept nil in addition to a regexp.
11009         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11010         buffers that have an associated file.  Handle nil values of
11011         desktop-buffers-not-to-save and desktop-files-not-to-save.
11012         (Bug#3833)
11014         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11015         (x-disown-selection-internal): New functions.
11017 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
11019         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11020         warning.
11021         (gdb-breakpoints-header): Move forward to avoid compiler warning.
11022         (gdb-make-header-line-mouse-map): Remove duplicate definition.
11024 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
11026         * simple.el (set-mark): Revert last change.
11028 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
11030         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11031         rendering of pngs is not possible instead of messaging a long
11032         description.
11034 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
11036         * w32-fns.el (x-selection-owner-p): New function.
11038         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11039         (mouse-yank-at-click, mouse-yank-primary): If
11040         select-active-regions is non-nil, deactivate the mark before
11041         insertion.
11043         * simple.el (deactivate-mark, set-mark): Only save selection if we
11044         own it.
11046 2009-07-17  Kenichi Handa  <handa@m17n.org>
11048         * case-table.el (describe-buffer-case-table): Fix for the case
11049         that KEY is a cons.
11051 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
11053         * vc-rcs.el (vc-rcs-find-file-hook):
11054         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11056 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
11058         * net/tramp.el (tramp-wait-for-output): Handle the case when
11059         commands do not return a newline but a null byte before the shell
11060         prompt.  (Bug#3858)
11062 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11064         * term/ns-win.el (ns-set-alpha): Don't declare.
11065         (ns-set-background-alpha): Remove function.
11067 2009-07-16  Kevin Ryde  <user42@zip.com.au>
11069         * emacs-lisp/copyright.el (copyright-update): Save match-data across
11070         y-or-n-p, for safety.
11072 2009-07-16  Richard Stallman  <rms@gnu.org>
11074         * files.el (auto-save-mode): If buffer-saved-size is -2,
11075         don't clobber it.
11077         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11078         (rmail-retry-ignored-headers): Add more uninteresting fields.
11080 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
11082         * net/rcirc.el (rcirc): Use history variables.
11083         (rcirc-server-name-history, rcirc-nick-name-history)
11084         (rcirc-server-port-history): New variables.
11086 2009-07-15  Kenichi Handa  <handa@m17n.org>
11088         * international/mule-cmds.el (set-language-environment-charset):
11089         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11090         ignore them.
11092         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11093         Delete unibyte-display.
11095 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
11097         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11099 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
11101         * simple.el (deactivate-mark): Optional argument FORCE.
11102         (set-mark): Use deactivate-mark.
11104         * info.el (Info-search): No need to check transient-mark-mode
11105         before calling deactivate-mark.
11107         * select.el (x-set-selection): Doc fix.
11108         (x-valid-simple-selection-p): Allow buffer values.
11109         (xselect--selection-bounds): Handle buffer values.  Suggested by
11110         David De La Harpe Golden.
11112         * mouse.el (mouse-set-region, mouse-drag-track): Call
11113         copy-region-as-kill before setting the mark, to let
11114         select-active-regions work.
11116 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
11118         * simple.el (deactivate-mark): If select-active-regions is
11119         non-nil, copy the selection data into a string.
11120         (activate-mark): If select-active-regions is non-nil, set the
11121         selection to the current buffer.
11122         (set-mark): Update selection if select-active-regions is non-nil.
11124         * select.el (x-valid-simple-selection-p): Allow buffer values.
11126 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11128         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11129         and more featureful message-mode.
11131 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
11133         * select.el (x-set-selection): Doc fix.
11134         (x-valid-simple-selection-p): Disallow selection data consisting
11135         of a list or cons of integers, since that is not used.
11136         (xselect--selection-bounds, xselect--int-to-cons): New functions.
11137         (xselect-convert-to-string, xselect-convert-to-length)
11138         (xselect-convert-to-filename, xselect-convert-to-charpos)
11139         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11141 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
11143         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11144         output in -break-info command (Emacs bug #3794).
11146 2009-07-14  Glenn Morris  <rgm@gnu.org>
11148         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11149         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11150         (edebug-print-length, edebug-print-level, edebug-print-circle)
11151         (edebug-sit-for-seconds, edebug-view-outside)
11152         (edebug-bounce-point, edebug-set-global-break-condition)
11153         (edebug-Go-nonstop-mode, edebug-trace-mode)
11154         (edebug-Trace-fast-mode, edebug-continue-mode)
11155         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11156         (edebug-visit-eval-list): Doc fixes.
11158         * subr.el (def-edebug-spec): Doc fix.
11160 2009-07-14  Kenichi Handa  <handa@m17n.org>
11162         * international/characters.el: Fix setting of category ?C.
11164 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
11166         * term/ns-win.el (x-select-font): defalias x-select-font to
11167         ns-popup-font-panel instead of generate-fontset-menu.
11169 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
11171         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
11173 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
11175         * arc-mode.el (archive-find-type): Allow for a PK00 string before
11176         the PK\003\004 header (Bug#3770).
11178 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
11180         * pcomplete.el (pcomplete-comint-setup): Check for
11181         shell-dynamic-complete-filename too.
11183 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
11185         * simple.el (temporary-goal-column): Change the value for
11186         line-move-visual to a cons cell.
11187         (line-move-visual): Record or set the window hscroll, if
11188         necessary (Bug#3494).
11189         (line-move-1): Handle cons value of temporary-goal-column.
11191 2009-07-11  Kenichi Handa  <handa@m17n.org>
11193         * international/mule-diag.el (describe-character-set): Don't show
11194         width.
11196 2009-07-10  Sam Steingold  <sds@gnu.org>
11198         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11199         Omake sometimes indents the errors it prints, so allow all
11200         regexps to start with spaces.
11202 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
11204         * cus-edit.el (customize-changed-options-previous-release):
11205         Bump value to 22.1.  (Bug#3804)
11207 2009-07-08  Sam Steingold  <sds@gnu.org>
11209         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11210         to be a cons cell (test . ignored-directory) to selectively ignore
11211         some directories depending on the location of the search.
11213 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
11215         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11216         remote user is root, on the local host.
11217         (tramp-local-host-p): Either the local user or the remote user
11218         must be root.  (Bug#3771)
11220 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
11222         * progmodes/gdb-mi.el (gdb): Remove description of
11223         gdb-use-separate-io-buffer.
11224         (menu): Don't allow toggling of or enable
11225         gdb-use-separate-io-buffer from menubar.
11227 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
11229         * mail/unrmail.el (unrmail): Make sure the message ends with two
11230         newlines (Bug#3769).
11232 2009-07-08  Glenn Morris  <rgm@gnu.org>
11234         * calendar/calendar.el (calendar-current-date): Rework previous change.
11236 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
11238         * calendar/calendar.el (calendar-current-date):
11239         Add an optional argument giving an offset from today.
11241 2009-07-08  Glenn Morris  <rgm@gnu.org>
11243         * tutorial.el (tutorial--describe-nonstandard-key):
11244         Adjust the message for when a key has been unbound.
11245         (help-with-tutorial): Hide the arch-tag.
11247 2009-07-08  Kenichi Handa  <handa@m17n.org>
11249         * international/fontset.el (setup-default-fontset): For each
11250         script, append (not set) font-specs.
11252         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11253         docstring.
11255 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
11257         * progmodes/gdb-mi.el (gdb-init-1): Move sending
11258         -data-list-register-names to ...
11259         (gdb-starting): ... here because GDB 7.0 requires execution to
11260         have started when using this MI command.
11261         (gdb-set-header): New function to distinguish select and
11262         unselected tabs in gdb buffers.
11263         (gdb-propertize-header): New macro that uses gdb-set-header.
11264         (gdb-breakpoints-header, gdb-locals-header): Use it.
11265         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11267 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
11269         * Makefile.in (ELCFILES): Remove fadr.elc.
11271 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
11273         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11274         may contain frame information, so `string-match' should be used.
11275         (gdb-update): Disassembly is invalidated through
11276         `gdb-get-selected-frame'.
11277         (gdb-pad-string): New function to pad string with spaces.
11278         (gdb-invalidate-disassembly): Invalidate only if the buffer
11279         exists.
11280         (gdb-disassembly-handler-custom): Column alignment.
11281         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11282         placing new ones.
11283         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11284         end of line, too.
11285         (gdb-frame-handler): Match convention to for disassembly buffer
11286         mode name.
11287         (gdb-stack-list-frames-handler): Rewritten without regexps.
11288         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11289         not highlight breakpoints without line information.
11290         (gdb-input): Add trailing newline to command.
11292         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11293         buffer properly.
11294         (gdb-breakpoints-list-handler-custom): Replacement for
11295         `gdb-break-list-handler'.  Using real parser instead of regexps
11296         now.
11297         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11298         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11299         to place breakpoints.
11300         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11301         functions.
11302         (gdb-disassembly-handler-custom): Show overlay arrow.
11303         (gdb-disassembly-place-breakpoints): Show breakpoints in
11304         disassembly buffer.
11305         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11306         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11307         instead of parsing breakpoints buffer.  Fixed old menu references
11308         in `gud-menu-map'.
11310         * fadr.el: Remove.
11312         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11313         (gdb-memory-address): New variable which holds top address of
11314         memory page shown in memory buffer.
11315         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
11316         customization variables.
11317         New functions:
11318         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11319         display the memory buffer.
11320         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11321         buffer display parameters.
11322         (def-gdb-memory-format, gdb-memory-format-binary)
11323         (gdb-memory-format-octal, gdb-memory-format-unsigned)
11324         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11325         Functions for setting memory buffer format.
11326         (gdb-memory-unit-word, gdb-memory-unit-halfword)
11327         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11328         unit size used in memory buffer.
11329         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
11330         to next/previous page of memory buffer.
11331         Now using (bindat-get-field) instead of fadr functions.
11333 2009-07-07  Sam Steingold  <sds@gnu.org>
11335         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11336         non-top-level files.
11338 2009-07-07  Kenichi Handa  <handa@m17n.org>
11340         * international/mule-cmds.el (reset-language-environment): Put
11341         the highset priority to the charset iso-8859-1.
11343 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
11345         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11346         to the end of the line when locating the block (Bug#700).
11348 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
11350         * net/tramp.el (tramp-handle-write-region): Flush file properties
11351         in case of short track.
11353 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
11355         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11356         Coded custom representation of verilog error regular expressions
11357         to work with Emacs-22's new format.
11358         (verilog-error-regexp-xemacs-alist): Coded custom representation
11359         of verilog error regular expressions to work with XEmacs format.
11360         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11361         error recognition into XEmacs.
11362         (verilog-error-regexp-add-emacs): Hook routine to install verilog
11363         error recognition into Emacs-22.
11365 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
11367         * woman.el: Remove stand-alone closing parentheses.
11368         (woman-file-name, woman2-format-paragraphs)
11369         (woman-leave-blank-lines): Code cleanup.
11370         (woman-use-own-frame): Change default to nil.
11371         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
11372         defaults to inherit from default faces.
11373         (woman2-process-escapes): Consume the newline after a stand-alone
11374         filler character (Bug#3651).
11376 2009-07-06  Glenn Morris  <rgm@gnu.org>
11378         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11379         (top-level): Move provide to the end.
11380         (ffap): Remove defunct URL from custom group.
11382         * subr.el (eval-after-load): Doc fix.
11384 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
11386         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11387         `calc-embedded-word' is called twice.
11389 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11391         * files.el (find-alternate-file-other-window, find-alternate-file):
11392         Obey confirm-nonexistent-file-or-buffer.
11394 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
11396         * dired-aux.el (dired-show-file-type): Handle remote files.
11398 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
11400         * desktop.el (desktop-globals-to-save):
11401         Add file-name-history (Bug#2750).
11403 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
11405         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
11407 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
11409         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11410         property on entire argument since this is what eshell-lisp-command
11411         expects.
11413 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
11415         * net/tramp-gvfs.el (tramp-gvfs-methods)
11416         (tramp-gvfs-zeroconf-domain)
11417         (tramp-bluez-discover-devices-timeout): Add version flag.
11418         (tramp-gvfs-handler-mounted-unmounted)
11419         (tramp-gvfs-connection-mounted-p): Polish handling of
11420         incompatibilities between GVFS 0.2 and 1.0.
11422 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
11424         * cus-start.el (all): Add make-pointer-invisible.
11426 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
11428         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
11429         formatted correctly.
11431 2009-07-02  Juri Linkov  <juri@jurta.org>
11433         * info.el: Virtual Info files and nodes.
11434         (Info-virtual-files, Info-virtual-nodes): New variables.
11435         (Info-current-node-virtual): New variable.
11436         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11437         New functions.
11438         (Info-file-supports-index-cookies): Use Info-virtual-file-p
11439         to check for a virtual file instead of checking a fixed list
11440         of node names.
11441         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11442         instead of ad-hoc processing of "dir" and (apropos history toc).
11443         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11444         instead of ad-hoc processing of "dir" and (apropos history toc).
11445         Reread a file when moving from a virtual node.
11446         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11447         (Info-directory-toc-nodes, Info-directory-find-file)
11448         (Info-directory-find-node): New functions.
11449         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11450         (Info-history): Move part of code to
11451         `Info-history-find-node'.
11452         (Info-history-toc-nodes, Info-history-find-file)
11453         (Info-history-find-node): New functions.
11454         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11455         (Info-toc): Move part of code to `Info-toc-find-node'.
11456         (Info-toc-find-node): New function.
11457         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
11458         the current Info file name to references because now the node
11459         "*TOC*" belongs to the same Info manual.
11460         (Info-toc-build): Rename from `Info-build-toc'.
11461         (Info-toc-nodes): Rename input argument `file' to `filename'.
11462         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11463         instead of ad-hoc processing of ("dir" apropos history toc).
11464         (Info-index-nodes): Use Info-virtual-file-p
11465         to check for a virtual file instead of checking a fixed list
11466         of node names.
11467         (Info-index-node): Add check for `Info-current-node-virtual'.
11468         Raise `save-match-data' higher up the tree to contain
11469         `search-forward' too (bug fix).
11470         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11471         (Info-virtual-index-nodes): New variable.
11472         (Info-virtual-index-find-node, Info-virtual-index): New functions.
11473         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11474         (Info-apropos-file, Info-apropos-nodes): New variables.
11475         (Info-apropos-toc-nodes, Info-apropos-find-file)
11476         (Info-apropos-find-node, Info-apropos-matches): New functions.
11477         (info-apropos): Move part of code to `Info-apropos-find-node' and
11478         `Info-apropos-matches'.
11479         (Info-mode-map): Bind "I" to `Info-virtual-index'.
11480         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11481         for a virtual file instead of checking a fixed list of node names.
11483         * simple.el (async-shell-command): New command.
11485         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11487         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11488         instead of `mount-info'.
11490 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
11492         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
11493         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
11495 2009-07-02  Kenichi Handa  <handa@m17n.org>
11497         * international/mule.el (set-keyboard-coding-system): Force *-unix
11498         coding-system to avoid eol conversion.
11500 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
11502         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11503         Add handler for `process-file', `shell-command' and
11504         `start-file-process'.
11505         (tramp-gvfs-handle-shell-command)
11506         (tramp-gvfs-handle-start-file-process)
11507         (tramp-gvfs-handle-process-file): New defuns.
11508         (tramp-synce-list-devices): Simplify check for existence of property.
11510 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
11512         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11514 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
11516         * language/korean.el (set-language-info-alist): Add korean-cp949,
11517         cp949 to spec.
11519 2009-07-01  Kenichi Handa  <handa@m17n.org>
11521         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11523         * international/encoded-kb.el: Deleted.
11525         * international/mule.el (set-keyboard-coding-system): Perform the
11526         necessary setup here instead of calling encoded-kbd-setup-display.
11528 2009-07-01  Glenn Morris  <rgm@gnu.org>
11530         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11532 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
11534         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
11536 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
11538         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11539         Handle also the 'rename case, when setting file modes.  (Bug#3712)
11540         (tramp-default-file-modes): Remove execute permissions.
11542         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
11543         (top): Add a default for "synce" in `tramp-default-user-alist'.
11544         Add completion function for "synce" method.
11545         (tramp-hal-service, tramp-hal-path-manager)
11546         (tramp-hal-interface-manager, tramp-hal-interface-device):
11547         New defconst.
11548         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11549         (tramp-synce-list-devices, tramp-synce-parse-device-names):
11550         New defuns.
11552         * net/trampver.el: Update release number.
11554 2009-06-30  Kenichi Handa  <handa@m17n.org>
11556         * international/fontset.el (setup-default-fontset): Add CJK fonts
11557         for symbols and the other miscellaneous characters.
11559         * language/korea-util.el (setup-korean-environment-internal):
11560         Make char-width-table suitable for Korean environments.
11561         (exit-korean-environment): Cancel above.
11563         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11564         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
11565         setup-function to make char-width-table suitable for respective
11566         environments, and an exit-function to cancel that.
11568         * language/japan-util.el (setup-japanese-environment-internal):
11569         Call use-cjk-char-width-table with arg `ja_JP'.
11571         * international/characters.el (cjk-char-width-table): Delete it.
11572         (cjk-char-width-table-list): New variable.
11573         (use-cjk-char-width-table): New arg local-name.
11574         (use-default-char-width-table): Fix for the case that Emacs is
11575         already using the default char-width-table.
11577 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
11579         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11580         modes mandatory.  (Bug#3712)
11582 2009-06-29  Alan Mackenzie  <acm@muc.de>
11584         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
11585         correction between the visible width of TABs and their number of bytes.
11587 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
11589         * server.el (server-buffer-done): Prevent kill-buffer from
11590         prompting by clearing the buffer modification flag (Bug#3696).
11592 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
11594         * progmodes/verilog-mode.el (verilog-beg-of-statement)
11595         (verilog-endcomment-reason-re): Support unique case and priority case.
11596         (verilog-basic-complete-re): Support localparam lineup.
11597         (verilog-beg-of-statement-1): Fix for robustness, unique case.
11598         (verilog-set-auto-endcomments): Fix for unique case, always_comb
11599         commenting.
11600         (verilog-leap-to-case-head): Now support *nested* unique &
11601         priority case statements.
11602         (verilog-auto-lineup): Make just declarations the default (as it
11603         had been).
11604         (verilog-leap-to-case-head): Support priority/unique case statements.
11605         (verilog-auto-lineup): Rework to give users radio buttons to
11606         select the various styles of automatic lineup.
11607         (verilog-error-regexp-alist): Rework to support the XEmacs style
11608         of error regular expressions from compilers, lint tools &
11609         simulators.  Note that GNU Emacs has made it impossible for a mode
11610         to load such things.
11611         (electric-verilog-terminate-line, verilog-indent-declaration)
11612         (verilog-auto-wiure): Rework for radio button selection of
11613         auto-lineup selection of specification of auto lineup.
11614         (verilog-beg-of-statement-1): Redesign to support proper operation
11615         in additional code, based on testing with auto-lineup.
11616         (verilog-calculate-indent, assignments & declarations)
11617         (verilog-backward-token): Enhance to support auto-lineup of
11618         assignments & declarations.
11619         (verilog-in-directive-p, verilog-at-struct-p): New function for
11620         easy test of whether we are.
11621         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11622         to support safe execution at almost anyline.
11623         (verilog-calc-1): Properly support indenting deep inside generate
11624         blocks.
11625         (verilog-init-font): Remove definition & use of verilog-init-font,
11626         as it is redundant with font-lock-defaults.
11627         (verilog-mode): Alter the definition of verilog-font-lock-defaults
11628         to avoid circular calls if syntax-ppss is a function (as is the
11629         case now in 22.x GNU Emacs) as that function would sometimes call
11630         itself, leading to (nearly) infinite recursion.
11631         (verilog-ovm-begin-re, verilog-ovm-end-re)
11632         (verilog-ovm-statement-re, verilog-leap-to-head)
11633         (verilog-backward-token): Add support for OVM macros.  Some are
11634         complete statements, and others open and close scopes like begin
11635         and end.
11636         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11637         (verilog-defun-level-generate-only-re): Really fix the defun-list
11638         compilation issue.
11639         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11640         coverpoint, constraint and cross statements.
11641         (verilog-defun-level-list, verilog-generate-defun-level-list)
11642         (verilog-all-defun-level-list): Redo these specifications - it is
11643         too hard to support eval-when compile aggregation of lists also
11644         built at when-compile time.
11645         (verilog-defun-level-list): Place defconsts of variables used in
11646         building regular expressions which are built in eval-when-compile
11647         bodies in the same eval-when-compile body to facilitate compile
11648         without load.
11649         (verilog-beg-block-re-ordered): Support indenting
11650         virtual/protected tasks and functions.
11651         (verilog-defun-level-list, verilog-in-generate-region-p)
11652         (verilog-backward-ws&directives, verilog-calc-1): Speed up
11653         indentation of some module items (generate items).
11654         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11655         across virtual/protected tasks and functions.
11657 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
11659         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11660         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
11661         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11662         in concatenations.  Reported by Yishay Belkind.
11663         (verilog-auto-ascii-enum): Support one-hot state machines in
11664         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
11665         (verilog-auto-inst, verilog-auto-inst-port): Include interface
11666         modport in AUTOINST and add vl-modport for users.  Reported by
11667         David Rogoff.
11668         (verilog-auto-inout-module, verilog-auto-inst)
11669         (verilog-decls-get-interfaces, verilog-insert-definition)
11670         (verilog-insert-one-definition, verilog-read-decls)
11671         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11672         (verilog-sig-modport, verilog-signals-combine-bus)
11673         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11674         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11675         Suggested by David Rogoff.
11676         (verilog-repair-open-comma): Fix non-insertion of comma when
11677         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
11678         (verilog-make-width-expression): Simplify [A-1:0] expression
11679         widths to just {A{1'b0}}.
11680         (verilog-mode): Cleanup checkdoc warnings.
11681         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11682         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11683         inputs/outputs or data type.  Suggested by Vasu Kandadi.
11684         (next-error-last-buffer): Fix byte-compiler warning.
11685         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11686         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11687         or shell command text during AUTO expansion.  Suggested by Tad Truex.
11688         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11689         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11690         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11691         in AUTOINOUT.  Reported by Matthew Lovell.
11692         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11693         causing use of <= assignments.  Reported by Alex Reed.
11694         (verilog-read-decls): Fix triand, trior, wand, wor to be
11695         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
11696         (verilog-extended-complete-re): Support import "DPI-C" functions.
11697         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11698         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
11699         (verilog-insert-date, verilog-insert-year)
11700         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11701         Windows systems.  Reported by Michael Potts.
11702         (verilog-read-module-name): Fix AUTOINST when the child module
11703         declaration's name is a tick define.  Reported by Elliot Mednick.
11704         (verilog-read-decls): Fix V2K parameter bit subscripts getting
11705         passed to next parameter's definition.  Reported by Bruce T.
11706         (verilog-read-decls): Fix detecting "parameter int" when using
11707         AUTOINSTPARAM.  Reported by Bruce T.
11708         (verilog-goto-defun): Fix goto not finding modules unless first
11709         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
11710         (verilog-mode): Expand -f flag arguments on entry to mode so
11711         verilog-goto-defun will work.  Reported by Lawrence Butcher.
11712         (verilog-getopt): Expand environment variables in -f file
11713         arguments.  Suggested by Lawrence Butcher.
11714         (verilog-set-define): Fix "Symbol's value as variable is void"
11715         when reading enumerations.
11716         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11717         Suggested by Stephen Peltan.
11718         (verilog-read-defines): Fix reading of enumerations in include
11719         files.  Reported by Steve Peltan.
11721 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11723         * files.el (trash-directory): Fix defcustom type.
11725 2009-06-28  Juri Linkov  <juri@jurta.org>
11727         * help-fns.el (describe-function-1): Correctly locate adviced
11728         functions in hyperlink (Bug#2438).
11730 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
11732         * files.el (trash-directory): Change default to nil.
11733         (move-file-to-trash): If trash-directory is nil and
11734         system-move-file-to-trash is unbound, perform freedesktop-style
11735         trashing.
11737 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11739         * files.el (move-file-to-trash): Add freedesktop trash
11740         support (Bug#973).
11742 2009-06-28  Glenn Morris  <rgm@gnu.org>
11744         * autorevert.el (global-auto-revert-non-file-buffers)
11745         (global-auto-revert-mode): Doc fixes.
11747 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
11749         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11751 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
11753         * faces.el (x-handle-named-frame-geometry): Ensure that we have
11754         opened an X connection before calling x-get-resource (Bug#3194).
11756         * play/doctor.el: Remove reference to obsolete website.
11757         (make-doctor-variables): Correct grammar mistake (Bug#2633).
11759 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
11761         Remove find-file-not-found-hook VC method.  (Bug#2757)
11762         * vc-hooks.el (vc-file-not-found-hook)
11763         (vc-default-find-file-not-found-hook): Remove functions.
11764         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11765         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11766         * vc.el:
11767         * vc-hg.el:
11768         * vc-git.el: Do not mention find-file-not-found-hook VC method.
11770 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
11772         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11773         compatibility function for `looking-back'.
11775         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11776         Use `ispell-looking-back'.
11778 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
11780         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11781         rather than `filename'.
11783 2009-06-23  Miles Bader  <miles@gnu.org>
11785         * face-remap.el (text-scale-set): New function.
11787 2009-06-23  Glenn Morris  <rgm@gnu.org>
11789         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11791         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11793         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11795         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11797         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11798         Simplify Persian conditionals.
11800         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11801         variable `filename'.
11803         * comint.el (comint-insert-input): Doc fix.
11805         * Makefile.in (ELCFILES): Fix typo in previous change.
11807 2009-06-23  Miles Bader  <miles@gnu.org>
11809         * cus-start.el: Add entry for `recenter-redisplay'.
11811 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11813         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11814         Add an optional argument for the backend, use it instead of
11815         calling vc-backend.
11816         (vc-mode-line): Add an optional argument for the backend.
11817         Pass the backend to vc-state and vc-working-revision.  Move code for
11818         special handling for vc-state being a buffer to ...
11820         * vc-rcs.el (vc-rcs-find-file-hook):
11821         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
11823         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11824         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11825         vc-stay-local-p and vc-mode-line calls.
11827         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11828         (vc-cvs-diff, vc-cvs-annotate-command)
11829         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11830         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11831         vc-mode-line calls.
11833         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11834         direct comparison.
11835         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11836         backend when calling vc-mode-line.
11837         (vc-register): Do not create a closure for calling the vc register
11838         function, call it directly.
11840 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11842         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11843         to make it obvious item can be clicked.
11845         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11847 2009-06-23  Kenichi Handa  <handa@m17n.org>
11849         * language/korea-util.el (korean-key-bindings): Change the binding
11850         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
11851         same command.
11853 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
11855         Sync with Tramp 2.1.16.
11857         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11859         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
11860         when a loading of a package fails.  Completion function for rsync
11861         is `tramp-completion-function-alist-ssh'.
11862         (all): Replace all calls of `split-string' and
11863         `tramp-split-string' by `tramp-compat-split-string'.
11864         (tramp-default-method): Use `tramp-compat-process-running-p'.
11865         (tramp-default-proxies-alist): Allow also Lisp forms.
11866         (tramp-remote-path): Add choice "Private Directories".
11867         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11868         (tramp-domain-regexp): Allow also "-", "_" and ".".
11869         (tramp-end-of-output): Remove newlines, and add "$" at the end.
11870         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11871         (tramp-debug-message): Insert header line in debug buffer.
11872         (tramp-handle-directory-files-and-attributes-with-stat):
11873         Care about filenames with spaces, or starting with "-".
11874         (tramp-handle-dired-uncache): New defun.
11875         (tramp-handle-insert-directory): Don't flush the directory from
11876         cache, this is handled by `dired-uncache' now.
11877         (tramp-handle-insert-file-contents): Improve error handling.
11878         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11879         Quote `tramp-end-of-output'.
11880         (tramp-action-password): Improve trace message.
11881         (tramp-check-for-regexp): Both echoes must be present, before removing.
11882         (tramp-open-connection-setup-interactive-shell): Trace coding system.
11883         (tramp-compute-multi-hops): Eval cons cells of
11884         `tramp-default-proxies-alist'.
11885         (tramp-maybe-open-connection): Use the same command pattern for
11886         first hop and further hops.
11887         (tramp-wait-for-output): Remove handling of newlines.
11888         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11889         (tramp-split-string): Remove function.  It is handled in
11890         tramp-compat now.
11892         * net/tramp-cmds.el (tramp-bug):
11893         Recommend `tramp-cleanup-all-connections' in the bug mail.
11895         * net/tramp-compat.el (tramp-compat-split-string)
11896         (tramp-compat-process-running-p): New defuns.
11898         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11899         for `dired-uncache'.
11901         * net/tramp-gvfs.el: New package.
11903         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11904         Add handler for `dired-uncache'.
11905         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11907         * net/trampver.el: Update release number.  Make version check fit
11908         for SXEmacs 22.
11910 2009-06-22  Jim Meyering  <meyering@redhat.com>
11912         Automatically handle .xz suffix (XZ-compressed files), too.
11913         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11914         XZ is the successor to LZMA: <http://tukaani.org/xz/>
11916 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
11917             Nick Roberts  <nickrob@snap.net.nz>
11919         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11920         repository (http://sphinx.net.ru/hg/gdb-mi/).
11922 2009-06-22  Glenn Morris  <rgm@gnu.org>
11924         * files.el (dir-locals-collect-mode-variables): Allow for any number of
11925         `mode' and `eval' entries.  (Bug#3430)
11927         * Makefile.in (ELCFILES): Add fadr.elc.
11929         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11930         differing behavior of \n and ^ in strings.  (Bug#3385)
11932         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11934         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11935         property.
11936         (lisp-indent-function): Make it a defcustom.
11938 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
11940         * progmodes/gdb-ui.el: Replace with ...
11941         * progmodes/gdb-mi.el: ... this file.
11942         * progmodes/gud.el: Modify for gdb-mi.el.
11944 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
11946         * fadr.el: New file.
11948 See ChangeLog.14 for earlier changes.
11950 ;; Local Variables:
11951 ;; coding: utf-8
11952 ;; End:
11954     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
11956   This file is part of GNU Emacs.
11958   GNU Emacs is free software: you can redistribute it and/or modify
11959   it under the terms of the GNU General Public License as published by
11960   the Free Software Foundation, either version 3 of the License, or
11961   (at your option) any later version.
11963   GNU Emacs is distributed in the hope that it will be useful,
11964   but WITHOUT ANY WARRANTY; without even the implied warranty of
11965   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11966   GNU General Public License for more details.
11968   You should have received a copy of the GNU General Public License
11969   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
11971 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1