* emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
[emacs.git] / lisp / ChangeLog
blob3ac8fd7a270eda490859c4e40944f291493ad1ad
1 2010-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
4         of :smie-open/close-alist.
5         (smie-next-sexp): Make it accept a "start token" as argument.
6         (smie-indent-keyword): Be careful not to misidentify tokens that span
7         more than one line, as empty lines.  Add argument `token'.
9 2010-11-26  Kenichi Handa  <handa@m17n.org>
11         * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
12         multipart subtypes, insert all as usual.
14         * mail/rmail.el: Require rfc2047.
16 2010-11-26  Kenichi Handa  <handa@m17n.org>
18         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
19         (rmail-mime-entity-disposition)
20         (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
21         (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
22         (rmail-mime-save): Handle the case that the button's `data' is a
23         MIME entity.
24         (rmail-mime-insert-text): New function.
25         (rmail-mime-insert-image): Handle the case that DATA is a MIME
26         entity.
27         (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
28         (rmail-mime-insert-bulk): New function mostly copied from the old
29         rmail-mime-bulk-handler.
30         (rmail-mime-multipart-handler): Just call
31         rmail-mime-process-multipart.
32         (rmail-mime-process-multipart): New funciton mostly copied from
33         the old rmail-mime-multipart-handler.
34         (rmail-mime-show): Just call rmail-mime-process.
35         (rmail-mime-process): New funciton mostly copied from the old
36         rmail-mime-show.
37         (rmail-mime-insert-multipart, rmail-mime-parse)
38         (rmail-mime-insert, rmail-show-mime)
39         (rmail-insert-mime-forwarded-message)
40         (rmail-insert-mime-resent-message): New functions.
41         (rmail-insert-mime-forwarded-message-function): Set to
42         rmail-insert-mime-forwarded-message.
43         (rmail-insert-mime-resent-message-function): Set to
44         rmail-insert-mime-resent-message.
46         * mail/rmailsum.el: Require rfc2047.
47         (rmail-header-summary): Handle multiline Subject: field.
48         (rmail-summary-line-decoder): Change the default to
49         rfc2047-decode-string.
51         * mail/rmail.el (rmail-enable-mime): Change the default to t.
52         (rmail-mime-feature): Change the default to `rmailmm'.
53         (rmail-quit): Delete the specifal code for rmail-enable-mime.
54         (rmail-display-labels): Likewise.
55         (rmail-show-message-1): Check rmail-enable-mime, and use
56         rmail-show-mime-function for a MIME message.  Decode the headers
57         according to RFC2047.
59 2010-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
61         * progmodes/which-func.el (which-func-imenu-joiner-function):
62         Return a string, as expected.
63         (which-function-mode): Make sure we stop any previous timer before
64         starting a new one.
66 2010-11-23  Michael Albinus  <michael.albinus@gmx.de>
68         * net/tramp.el (tramp-default-method-alist)
69         (tramp-default-user-alist, tramp-default-proxies-alist):
70         Adapt custom options type.  (Bug#7445)
72 2010-11-21  Chong Yidong  <cyd@stupidchicken.com>
74         * progmodes/python.el: Add Ipython support (Bug#5390).
75         (python-shell-prompt-alist)
76         (python-shell-continuation-prompt-alist): New options.
77         (python--set-prompt-regexp): New function.
78         (inferior-python-mode, run-python, python-shell):
79         Require ansi-color.  Use python--set-prompt-regexp to set the comint
80         prompt based on the Python interpreter.
81         (python--prompt-regexp): New var.
82         (python-check-comint-prompt)
83         (python-comint-output-filter-function): Use it.
84         (run-python): Use a pipe (Bug#5694).
86 2010-11-21  Chong Yidong  <cyd@stupidchicken.com>
88         * progmodes/python.el (run-python): Doc fix.
89         (python-keep-current-directory-in-path): New var (Bug#7454).
91 2010-11-20  Chong Yidong  <cyd@stupidchicken.com>
93         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
94         Prompt user before actually printing.
96 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
98         * simple.el (kill-new, kill-append, kill-region):
99         * comint.el (comint-kill-region): Make the yank-handler argument
100         obsolete.
102 2010-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
104         * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
105         that are both openers (resp. closers) and something else.
106         (smie-grammar): Loosen definition of valid values.
107         (smie-next-sexp, smie-down-list, smie-blink-matching-open)
108         (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
109         (smie-indent-after-keyword): Adjust users.
110         (smie-indent-keyword): Don't indent empty lines.
112         * vc-hg.el (vc-hg-program): New var.
113         Suggested by Norman Gray <norman@astro.gla.ac.uk>.
114         (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
116 2010-11-17  Glenn Morris  <rgm@gnu.org>
118         * emacs-lisp/autoload.el (autoload-find-destination): The function
119         coding-system-eol-type may return non-numeric values.  (Bug#7414)
121 2010-11-16  Ulrich Mueller  <ulm@gentoo.org>
123         * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
125 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
127         * subr.el (posn-col-row): Pay attention to header line.  (Bug#7390)
129 2010-11-13  Chong Yidong  <cyd@stupidchicken.com>
131         * textmodes/picture.el (picture-mouse-set-point): Don't use
132         posn-col-row; explicitly compute the motion based on the posn at
133         the window-start (Bug#7390).
135 2010-11-13  Michael Albinus  <michael.albinus@gmx.de>
137         * net/tramp.el (tramp-remote-coding-commands): Add an alternative
138         using "base64 -d -i".  This is needed for older base64 versions
139         from GNU coreutils.  Reported by Klaus Reichl
140         <Klaus.Reichl@thalesgroup.com>.
142 2010-11-13  Glenn Morris  <rgm@gnu.org>
144         * novice.el (disabled-command-function):
145         Fix 2009-11-15 change.  (Bug#7384)
147 2010-11-12  Glenn Morris  <rgm@gnu.org>
149         * calendar/calendar.el (diary-iso-date-forms): Make elements
150         mutually exclusive.  (Bug#7377)
152 2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
154         * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
155         when filling the remaining "unconstrained" values.
157 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
159         * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
160         safety predicate.
162         * files.el (safe-local-variable-p): Gracefully handle errors.
164         * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
165         Use smie-indent-virtual when indenting relative to an opener.
166         (smie-rule-separator): Use smie-rule-parent.
167         (smie-indent-keyword): Consult rules, even for openers at bol.
168         (smie-indent-comment-close): Try to align closer's content.
170 2010-11-11  Glenn Morris  <rgm@gnu.org>
172         * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
174 2010-11-10  Glenn Morris  <rgm@gnu.org>
176         * printing.el (pr-menu-bind): Doc fix.
178         * speedbar.el (speedbar-toggle-images): Doc fix.
180         * progmodes/python.el (python-shell): Doc fix.
182         * wid-edit.el (widget-field-use-before-change)
183         (widget-use-overlay-change): Doc fixes.
185 2010-11-09  Glenn Morris  <rgm@gnu.org>
187         * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
189 2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
191         * minibuffer.el (minibuffer-completion-help): Specify the end of the
192         completion field (bug#7211).
194         * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
195         Fix handling of backslash escapes.
196         (python-quote-syntax): Adjust accordingly.
198 2010-11-08  Richard Levitte  <richard@levitte.org>  (tiny change)
200         * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
201         (vc-mtn-workfile-branch): Adjust to new output format.
203 2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
205         * international/mule-cmds.el (princ-list): Mark as obsolete.
207 2010-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
209         * emacs-lisp/smie.el: New package.
211 2010-11-06  Michael Albinus  <michael.albinus@gmx.de>
213         * files.el (backup-by-copying-when-mismatch):
214         Set `permanent-local' property.
216         * net/tramp.el (tramp-handle-insert-file-contents): Do not set
217         `permanent-local' property for `backup-by-copying-when-mismatch'.
219 2010-11-06  Eli Zaretskii  <eliz@gnu.org>
221         * ls-lisp.el (insert-directory): Doc fix.  (bug#7285)
222         (ls-lisp-classify-file): New function.
223         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
224         (ls-lisp-classify): Call ls-lisp-classify-file.
225         (insert-directory): Remove blanks from switches.
227 2010-11-07  Wilson Snyder  <wsnyder@wsnyder.org>
229         * progmodes/verilog-mode.el (verilog-insert-one-definition)
230         (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
231         AUTOINOUT for SV style multidimensional arrays, bug294.
232         Reported by Eric Mastromarchi.
233         (verilog-preprocess): Use with-current-buffer and
234         font-lock-fontify-buffer to cleanup style issues.
236 2010-11-05  Michael Albinus  <michael.albinus@gmx.de>
238         * net/trampver.el: Update release number.
240 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
242         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
243         beginning of the string.  Use `string-match-p'.  (Bug#6765)
245 2010-11-01  Glenn Morris  <rgm@gnu.org>
247         * locate.el (locate, locate-mode): Doc fixes.
249 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
251         * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
252         user for confirmation.
253         (server-force-stop): Use it.
254         (server-start): Use server-force-stop for kill-emacs-hook, to
255         avoid user interaction while killing Emacs.
257 2010-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
259         * vc/log-edit.el (log-edit-rewrite-fixes): New var.
260         (log-edit-author): New dynamic var.
261         (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
262         Use it to return the author if different from committer.
263         (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
265 2010-10-31  Eli Zaretskii  <eliz@gnu.org>
267         * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
269 2010-10-31  Chong Yidong  <cyd@stupidchicken.com>
271         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
272         (vc-root-diff, vc-print-root-log, vc-log-incoming)
273         (vc-log-outgoing): Use it.
274         (vc-diff-internal): Set diff-vc-backend.
276         * vc/diff-mode.el (diff-vc-backend): New var.
278 2010-10-31  Juri Linkov  <juri@jurta.org>
280         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
281         buffer-locally to lambda that re-runs the vc diff command.
282         (Bug#6447)
284 2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
286         * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
288         Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
289         log-outgoing commands.
290         * vc/vc.el (vc-log-internal-common): Add a new argument and use it
291         to create a buffer local revert-buffer-function variable.
292         (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
293         revert-buffer-function lambda.
295         Improve VC create/retrieve tag/branch.
296         * vc.el (vc-create-tag): Do not read the directory name for VCs
297         with repository revision granularity.  Adjust the tag/branch
298         prompt.  Reset VC properties.
299         (vc-retrieve-tag): Do not read the directory name for VCs
300         with repository revision granularity.  Reset VC properties.
302         Add optional support for resetting VC properties.
303         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
304         call vc-file-clearprops when true.
305         (vc-resynch-buffer): Add new optional argument, pass it down.
306         (vc-resynch-buffers-in-directory): Likewise.
308         Improve support for special markup in the VC commit message.
309         * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
310         * vc-hg.el (vc-hg-checkin): Add support for Date:.
311         * vc-git.el (vc-git-checkin):
312         * vc-bzr.el (vc-bzr-checkin): Likewise.
314         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
315         * vc-git.el (vc-git-log-view-mode): Fix font lock for
316         incoming/outgoing logs.
317         (vc-git-log-outgoing, vc-git-log-incoming): New functions.
319         * vc-git.el (vc-git-log-outgoing): Use the same format as the
320         short log.
321         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log
322         command
324         Add bindings for vc-log-incoming and vc-log-outgoing.
325         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
326         and vc-log-outgoing.
327         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
328         and vc-log-outgoing.
330         Improve state updating for VC tag commands.
331         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
332         to update the state of all buffers in the directory.
334 2010-05-19  Glenn Morris  <rgm@gnu.org>
336         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
338 2010-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
340         * vc.el (vc-checkin, vc-modify-change-comment):
341         Adjust to new vc-start/finish-logentry.
342         (vc-find-conflicted-file): New command.
343         (vc-transfer-file): Adjust to new vc-checkin.
344         (vc-next-action): Improve scoping.
346         * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
347         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
349         * vc-dispatcher.el (vc-log-edit): Shorten names for
350         log-edit-show-files.
352         * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
353         (vc-bzr-conflicted-files): New function.
355         * log-edit.el (log-edit-summary, log-edit-header)
356         (log-edit-unknown-header): New faces.
357         (log-edit-headers-alist): New var.
358         (log-edit-header-contents-regexp): New const.
359         (log-edit-match-to-eoh): New function.
360         (log-edit-font-lock-keywords): Use them.
361         (log-edit): Insert a "Summary:" header as default.
362         (log-edit-mode): Mark font-lock rules as case-insensitive.
363         (log-edit-done): Cleanup headers.
364         (log-edit-extract-headers): New function to replace it.
366         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
367         the windows/frames.
369         * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
371         * vc-dir.el (vc-dir-kill-line): New command.
372         (vc-dir-mode-map): Bind it to C-k.
373         (vc-dir-headers): Abbreviate the working dir.
375         * vc-git.el (vc-git-revision-table): Include remote branches.
377 2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
379         New VC methods: vc-log-incoming and vc-log-outgoing.
380         * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
381         (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
382         New functions.
383         (vc-print-log-internal): Just call vc-log-internal-common.
384         (vc-log-view-type): New permanent local variable.
386         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
388         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
389         of the dynamic bound vc-short-log.
390         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
392         * vc-git.el (vc-git-log-outgoing): New function.
393         (vc-git-log-view-mode): Use vc-log-view-type instead
394         of the dynamic bound vc-short-log.
396         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
397         the dynamic bound vc-short-log.  Highlight the tag.
398         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
399         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
400         (vc-hg-incoming-mode): Remove.
401         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
403         Fix default-directory for vc-root-diff.
404         * vc.el (vc-root-diff): Bind default-directory to the root
405         directory for the diff command.
407 2010-10-31  Sam Steingold  <sds@gnu.org>
409         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
410         `vc-hg-command' with a list of flags.
412 2010-10-31  Glenn Morris  <rgm@gnu.org>
414         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
415         log-edit-before-checkin-process.
417         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
419         * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
421         * vc-dispatcher.el (vc-start-logentry): Doc fix.
422         (log-view-process-buffer, log-edit-extra-flags): Declare.
424 2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
426         Add special markup processing for commit logs.
427         * log-edit.el (log-edit): Add new argument MODE.  Use that mode
428         when non-nil instead of the log-view-mode.
430         * vc.el (vc-default-log-edit-mode): New function.
432         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
433         log-edit.
435         Support for shelving snapshots and for showing shelves.
436         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
437         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
438         New functions.
439         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
440         (vc-bzr-extra-menu-map): Map them.
442 2010-10-30  Michael Albinus  <michael.albinus@gmx.de>
444         * net/tramp.el (tramp-handle-insert-file-contents): For root,
445         preserve owner and group when editing files.  (Bug#7289)
447 2010-10-29  Glenn Morris  <rgm@gnu.org>
449         * speedbar.el (speedbar-mode):
450         * play/fortune.el (fortune-in-buffer, fortune):
451         * play/gomoku.el (gomoku-mode):
452         * play/landmark.el (lm-mode):
453         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
454         Replace inappropriate uses of toggle-read-only.  (Bug#7292)
456 2010-10-28  Glenn Morris  <rgm@gnu.org>
458         * select.el (x-selection): Mark it as an obsolete alias.
460 2010-10-27  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
462         * add-log.el (find-change-log): Use derived-mode-p rather than
463         major-mode (bug#7284).
465 2010-10-27  Glenn Morris  <rgm@gnu.org>
467         * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
468         rather than just an unused variable that inherits from the real one.
470 2010-10-23  Michael McNamara  <mac@mail.brushroad.com>
472         * verilog-mode.el (verilog-directive-re): Make this variable
473         auto-built for efficiency of execution and updating.
474         (verilog-extended-complete-re): Support 'pure' fucntion & task
475         declarations (these have no bodies).
476         (verilog-beg-of-statement): General cleanup to enable support of
477         'pure' fucntion & task declarations (these have no bodies).
478         These efforts together fix Verilog bug210 from veripool; which was also
479         noticed by Steve Pearlmutter.
480         (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
481         (verilog-directive-nest-re, verilog-set-auto-endcomments):
482         Support `elsif.  Reported by Shankar Giri.
483         (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
484         attribute handling for lining up declarations and assignments.
485         (verilog-beg-of-statement-1): Fix issue where continued declaration
486         is indented differently if it is after a begin..end clock.
487         (verilog-in-attribute-p, verilog-skip-backward-comments)
488         (verilog-skip-forward-comment-p): Support proper treatment of
489         attributes by indent code. Reported by Jeff Steele.
490         (verilog-in-directive-p): Fix comment to correctly describe function.
491         (verilog-backward-up-list, verilog-in-struct-region-p)
492         (verilog-backward-token, verilog-in-struct-p)
493         (verilog-in-coverage-p, verilog-do-indent)
494         (verilog-pretty-declarations): Use verilog-backward-up-list as
495         wrapper around backward-up-list inorder to properly skip comments.
496         Reported by David Rogoff.
497         (verilog-property-re, verilog-endcomment-reason-re)
498         (verilog-beg-of-statement, verilog-set-auto-endcomments)
499         (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
500         of if). Reported by Max Bjurling and
501         (verilog-calc-1): Fix for clocking block in modport
502         declaration. Reported by Brian Hunter.
504 2010-10-23  Wilson Snyder  <wsnyder@wsnyder.org>
506         * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
507         (verilog-gate-keywords, verilog-read-sub-decls)
508         (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
509         (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
510         AUTOINST for gate primitives, bug284.  Reported by Mark Johnson.
511         (verilog-read-decls): Fix spaces in V2K module parameters causing
512         mis-identification as interfaces, bug287.
513         (verilog-read-decls): Fix not treating "parameter string" as a
514         parameter in AUTOINSTPARAM.
515         (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
516         treating `elsif similar to `endif inside AUTOSENSE.
517         (verilog-do-indent): Implement correct automatic or static task or
518         function end comment highlight. Reported by Steve Pearlmutter.
519         (verilog-font-lock-keywords-2): Fix highlighting of single
520         character pins, bug264.  Reported by Michael Laajanen.
521         (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
522         (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
523         (verilog-subdecls-get-interfaced, verilog-subdecls-new):
524         Support interfaces with AUTOINST, bug270.  Reported by Luis Gutierrez.
525         (verilog-pretty-expr): Fix interactive arguments, bug272.
526         Reported by Mark Johnson.
527         (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
528         Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
529         bug269. Suggested by Gary Delp.
530         (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
531         (verilog-preprocessor, verilog-set-compile-command):
532         Create verilog-preprocess and verilog-preprocessor to show
533         preprocessed output.
534         (verilog-get-beg-of-line, verilog-get-end-of-line)
535         (verilog-modi-file-or-buffer, verilog-modi-name)
536         (verilog-modi-point, verilog-within-string): Move defmacro's
537         before first use to avoid warning. Reported by Steve Pearlmutter.
538         (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
539         (verilog-colorize-region, verilog-highlight-buffer)
540         (verilog-highlight-includes, verilog-highlight-modules)
541         (verilog-highlight-region, verilog-mode): Rename colorize to
542         highlight to match other packages.  Disable module highlighting,
543         as received speed complaints, reenable for experimentation only
544         using new verilog-highlight-modules.
545         (verilog-read-decls): Fix regexp stack overflow in very large
546         AUTO_TEMPLATEs, bug250.
547         (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
548         (verilog-scan): Create verilog-save-buffer-state to standardize
549         making insignificant changes that shouldn't call hooks.
550         (verilog-save-no-change-functions, verilog-save-scan-cache)
551         (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
552         Create verilog-save-no-change-functions to wrap verilog-scan
553         preservation, and fix to work with nested preserved calls.
554         (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
555         port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
556         generate .name with AUTOINST, bug245.  Suggested by David Rogoff.
557         (verilog-submit-bug-report): Update variable list to be complete.
558         (verilog-auto, verilog-colorize-region): Fix AUTO expansion
559         breaking on-the-fly font-locking.
560         (verilog-colorize-buffer, verilog-colorize-include-files)
561         (verilog-colorize-include-files-buffer, verilog-colorize-region)
562         (verilog-load-file-at-mouse, verilog-load-file-at-point)
563         (verilog-mode, verilog-read-inst-module-matcher): With point on a
564         AUTOINST cell instance name, middle mouse button now finds-file on
565         it.  Suggested by Brad Dobbie.
566         (verilog-alw-get-temps, verilog-auto-reset)
567         (verilog-auto-sense-sigs, verilog-read-always-signals)
568         (verilog-read-always-signals-recurse): Fix loop indexes being
569         AUTORESET. AUTORESET now assumes any variables in the
570         initialization section of a for() should be ignored.
571         Reported by Dan Dever.
572         (verilog-error-font-lock-keywords)
573         (verilog-error-regexp-emacs-alist)
574         (verilog-error-regexp-xemacs-alist): Fix error detection of
575         Cadence HAL, reported by David Asher.  Repair drift between the
576         three similar error variables.
577         (verilog-modi-lookup, verilog-modi-lookup-cache)
578         (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
579         (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
580         Fix slow verilog-auto expansion on very large files.
581         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
582         Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
583         "{1*2{...".  Broke in last revision.
584         (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
585         submodule connections with replications "{#{a},#{b}}".
587 2010-10-23  Glenn Morris  <rgm@gnu.org>
589         * comint.el (comint-password-prompt-regexp):
590         Match "enter the password".  (Bug#7224)
592 2010-10-22  Juanma Barranquero  <lekktu@gmail.com>
594         * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
595         Fix typo in docstring.
597 2010-10-21  Michael Albinus  <michael.albinus@gmx.de>
599         * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
600         errors.
602         * net/trampver.el: Update release number.
604 2010-10-20  Kenichi Handa  <handa@m17n.org>
606         * face-remap.el (text-scale-adjust): Call read-event with a proper
607         prompt.
609 2010-10-19  Michael Albinus  <michael.albinus@gmx.de>
611         * net/tramp.el (tramp-do-file-attributes-with-stat)
612         (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
613         order to make stat results a float.  Patch by Andreas Schwab
614         <schwab@linux-m68k.org>.
616 2010-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
618         * repeat.el (repeat): Use read-key (bug#6256).
620 2010-10-18  Chong Yidong  <cyd@stupidchicken.com>
622         * emacs-lisp/unsafep.el: Don't mark functions that display
623         messages as safe.  Suggested by Johan Bockgård.
625 2010-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
627         * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
628         Turn comments into docstrings.
630         * minibuffer.el (completion--replace): Move point where it belongs
631         when there's a common suffix (bug#7215).
633 2010-10-15  Michael Albinus  <michael.albinus@gmx.de>
635         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
636         Suppress expansion of tabs to spaces.  Reported by Dale Sedivec
637         <dale@codefu.org>.
639 2010-10-15  Kenichi Handa  <handa@m17n.org>
641         * international/characters.el: Add category '|' (word breakable)
642         to fullwidth characters.
644 2010-10-14  Kenichi Handa  <handa@m17n.org>
646         * mail/rmail.el (rmail-show-message-1): Catch an error of
647         base64-decode-region and just show an error message (bug#7165).
649         * ps-mule.el (ps-mule-font-spec-list): Delete it.  Not used anymore.
650         (ps-mule-begin-job): Fix for the case that only ENCODING is set in
651         a font-spec (bug#7197).
653 2010-10-13  Glenn Morris  <rgm@gnu.org>
655         * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
657 2010-10-12  Juanma Barranquero  <lekktu@gmail.com>
659         * international/mule.el (define-coding-system):
660         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
661         * composite.el (compose-region): Fix typo in docstring.
663 2010-10-10  Jan Djärv  <jan.h.d@swipnet.se>
665         * term/ns-win.el (ns-right-alternate-modifier): New defvar.
666         (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
667         (mac-right-option-modifier): New alias for ns-right-option-modifier.
669         * cus-start.el (all): ns-right-alternate-modifier is new.
671 2010-10-10  Andreas Schwab  <schwab@linux-m68k.org>
673         * Makefile.in (ELCFILES): Update.
675 2010-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
677         * emacs-lisp/lisp.el (lisp-completion-at-point):
678         Use emacs-lisp-mode-syntax-table for the whole function.
680 2010-10-09  Richard Sharman  <richard_sharman@mitel.com>  (tiny change)
682         * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
683         (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
684         work when breakpoint number exceeds nine.
686 2010-10-05  David Koppelman  <koppel@ece.lsu.edu>
688         * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
689         instead of font-lock-mode before adding keywords.
690         Remove hi-lock-mode off code.  Remove inhibit hack.
691         (hi-lock-set-pattern): Only add keywords if font-lock-fontified
692         non-nil; removed hook inhibit hack.
694 2010-10-09  Glenn Morris  <rgm@gnu.org>
696         * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
697         (load-path-shadows-find): ... to this.
698         (list-load-path-shadows): Update for above change.
700         * mail/mail-utils.el (mail-mbox-from): Also try return-path.
702 2010-10-08  Glenn Morris  <rgm@gnu.org>
704         * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
706         * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
707         (shadows-compare-text-p): Make it an obsolete alias for...
708         (load-path-shadows-compare-text): ... new name.
709         (find-emacs-lisp-shadows): Update for above name change.
710         (load-path-shadows-same-file-or-nonexistent): New name for the old
711         shadow-same-file-or-nonexistent.
713 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
715         * minibuffer.el (completion--some, completion--do-completion)
716         (minibuffer-complete-and-exit, minibuffer-completion-help)
717         (completion-basic-try-completion)
718         (completion-basic-all-completions)
719         (completion-pcm--find-all-completions): Use lexical-let to
720         avoid some false matches in variable completion (Bug#7056)
722 2010-10-03  Olof Ohlsson Sax  <olof.ohlsson.sax@gmail.com>  (tiny change)
724         * vc-svn.el (vc-svn-merge-news): Use --non-interactive.  (Bug#7152)
726 2010-10-03  Leo  <sdl.web@gmail.com>
728         * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
729         return non-nil if the file exists (Bug#7090).
731 2010-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
733         * minibuffer.el (completion--replace):
734         Better preserve markers (bug#7138).
736 2010-09-29  Juanma Barranquero  <lekktu@gmail.com>
738         * server.el (server-process-filter): Doc fix.
740 2010-09-27  Drew Adams  <drew.adams@oracle.com>
742         * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
744 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
746         * Makefile.in (ELCFILES): Update.
748         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
749         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
751 2010-09-27  Kenichi Handa  <handa@m17n.org>
753         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
754         "ustar" format.
756 2010-09-27  Kenichi Handa  <handa@m17n.org>
758         * international/mule.el (define-coding-system): Docstring fixed.
760         * international/mule-diag.el (describe-character-set): Use princ
761         with proper print-length and print-level instead of insert.
763 2010-09-26  Juanma Barranquero  <lekktu@gmail.com>
765         * window.el (walk-windows): Doc fix (bug#7105).
767 2010-09-23  Glenn Morris  <rgm@gnu.org>
769         * isearch.el (isearch-lazy-highlight-cleanup)
770         (isearch-lazy-highlight-initial-delay)
771         (isearch-lazy-highlight-interval)
772         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
773         * net/net-utils.el (ipconfig-program-options):
774         Move aliases to options before the associated definitions.
776 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
778         * newcomment.el (comment-normalize-vars): Better test validity of
779         comment-end-skip.
781 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
783         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
784         (float-e): New name for `e'.
785         (degrees-to-radians, radians-to-degrees):
786         * calendar/solar.el (solar-longitude):
787         * calculator.el (calculator-registers, calculator-funcall):
788         * textmodes/artist.el (artist-spray-random-points):
789         * play/bubbles.el (bubbles--initialize-images): Use new names.
791 2010-09-19  Eric M. Ludlam  <zappo@gnu.org>
793         Update to CEDET 1.0's version of EIEIO.
795         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
796         New function.
797         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
798         (eieio-default-eval-maybe): Eval val instead of unquoting only.
799         (class-precedence-list): If class is nil, return nil.
800         (eieio-generic-call): If class of first input arg is nil, don't
801         look up static methods, and do check for primary methods.
802         (initialize-instance): See if the default needs to be evaluated
803         during the constructor.
804         (eieio-perform-slot-validation-for-default): Don't do the check
805         for values that will eventually be evaluated.
806         (eieio-eval-default-p): New function.
807         (eieio-default-eval-maybe): Use it.
809 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
811         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
812         method-invocation-order.
813         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
814         (eieio-class-precedence-dfs): Compute class precedence list using
815         dfs algorithm.
816         (eieio-class-precedence-bfs): Compute class precedence list using
817         bfs algorithm.
818         (eieio-class-precedence-c3): Compute class precedence list using
819         c3 algorithm.
820         (class-precedence-list): New function.
821         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
822         (inconsistent-class-hierarchy): New error symbol.
823         (call-next-method): Stow the replacement argument list for future
824         call-next-method invocations.
826 2010-09-15  Glenn Morris  <rgm@gnu.org>
828         * calendar/appt.el (appt-check): If not displaying the diary,
829         use (diary 1) to only get the entries we need.
830         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
831         that it is in day order.  (Bug#7019)
833         * calendar/appt.el (appt-check): Rather than showing the diary,
834         just turn off invisible display, and only if needed.
836         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
838 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
840         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
841         Add `when' argument.  Update callers.
843         * subr.el (unintern): Declare the obarray arg mandatory.
845 2010-09-14  Glenn Morris  <rgm@gnu.org>
847         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
848         Doc fixes.
850         * calendar/diary-lib.el (diary-included-files): New variable.
851         (diary-list-entries): Maybe initialize diary-included-files.
852         (diary-include-other-diary-files): Append to diary-included-files.
853         * calendar/appt.el (appt-update-list): Also check the members of
854         diary-included-files.  (Bug#6999)
855         (appt-check): Doc fix.
857 2010-09-12  David Reitter  <david.reitter@gmail.com>
859         * simple.el (line-move-visual): Do not truncate goal column to
860         integer size.  (Bug#7020)
862 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
864         * repeat.el (repeat): Allow repeating when the last event is a click.
865         Suggested by Drew Adams (bug#6256).
867 2010-09-11  Sascha Wilde  <wilde@sha-bang.de>
869         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
870         Replace setting HGRCPATH to "" by some less invasive --config options.
872 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
874         * font-lock.el (font-lock-beginning-of-syntax-function):
875         Mark as obsolete.
877 2010-09-10  Glenn Morris  <rgm@gnu.org>
879         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
880         and tool-bar modes.  (Bug#6211)
881         (menu-bar-mode): Move setting of standard-value after the
882         minor-mode definition, otherwise it seems to have no effect.
884 2010-09-08  Masatake YAMATO  <yamato@redhat.com>
886         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
887         Fix typo.  (Bug#6976)
889 2010-09-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
891         * whitespace.el: Allow cleaning up blanks without blank
892         visualization (Bug#6651).  Adjust help window for
893         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
894         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
895         (whitespace-style): Add new value 'face.  Adjust docstring.
896         (whitespace-space, whitespace-hspace, whitespace-tab):
897         Adjust foreground property face.
898         (whitespace-line-column): Adjust docstring and type declaration.
899         (whitespace-style-value-list, whitespace-toggle-option-alist)
900         (whitespace-help-text): Adjust const initialization.
901         (whitespace-toggle-options, global-whitespace-toggle-options):
902         Adjust docstring.
903         (whitespace-display-window, whitespace-interactive-char)
904         (whitespace-style-face-p, whitespace-color-on): Adjust code.
905         (whitespace-help-scroll): New fun.
907 2010-09-05  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
909         * files.el (directory-abbrev-alist): Use \` as default regexp.
911         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
912         chars like - or ] (bug#6984).
913         (rx-any-condense-range): Explode 2-char ranges.
915 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
917         * textmodes/bibtex.el:
918         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
920 2010-09-02  Glenn Morris  <rgm@gnu.org>
922         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
924 2010-08-31  Kenichi Handa  <handa@m17n.org>
926         * international/mule-cmds.el (standard-display-european-internal):
927         Setup standard-display-table for 8-bit characters by storing 8-bit
928         characters in the element vector.
930         * disp-table.el (standard-display-8bit):
931         Setup standard-display-table for 8-bit characters by storing 8-bit
932         characters in the element vector.
933         (standard-display-european): Likewise.
935 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
937         Sync with Tramp 2.1.19.
939         * net/tramp-cmds.el (tramp-cleanup-all-connections)
940         (tramp-reporter-dump-variable, tramp-load-report-modules)
941         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
942         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
944         * net/tramp-compat.el (top): Do not autoload
945         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
946         only when `start-file-process' is not bound.
947         (byte-compile-not-obsolete-vars): Define if not bound.
948         (tramp-compat-funcall): New defmacro.
949         (tramp-compat-line-beginning-position)
950         (tramp-compat-line-end-position)
951         (tramp-compat-temporary-file-directory)
952         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
953         (tramp-compat-copy-file, tramp-compat-copy-directory)
954         (tramp-compat-delete-file, tramp-compat-delete-directory)
955         (tramp-compat-number-sequence, tramp-compat-process-running-p):
956         Use it.
957         (tramp-advice-file-expand-wildcards): Do not use
958         `tramp-handle-file-remote-p'.
959         (tramp-compat-make-temp-file): Simplify fallback implementation.
960         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
961         (tramp-compat-copy-tree): Remove function.
962         (tramp-compat-delete-file): New defun.
963         (tramp-compat-delete-directory): Provide implementation for older
964         Emacsen.
965         (tramp-compat-file-attributes): Handle only
966         `wrong-number-of-arguments' error.
968         * net/tramp-fish.el (tramp-fish-handle-copy-file):
969         Add PRESERVE_SELINUX_CONTEXT.
970         (tramp-fish-handle-delete-file): Add TRASH arg.
971         (tramp-fish-handle-directory-files-and-attributes):
972         Do not use `tramp-fish-handle-file-attributes.
973         (tramp-fish-handle-file-local-copy)
974         (tramp-fish-handle-insert-file-contents)
975         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
977         * net/tramp-gvfs.el (top): Require url-util.
978         (tramp-gvfs-mount-point): Remove.
979         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
980         and `set-file-selinux-context'.
981         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
982         (tramp-gvfs-handle-file-selinux-context)
983         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
984         (with-tramp-dbus-call-method): Format trace message.
985         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
986         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
987         Implement backup call, when operation on local files fails.
988         Use progress reporter.  Flush properties of changed files.
989         (tramp-gvfs-handle-delete-file): Add TRASH arg.
990         Use `tramp-compat-delete-file'.
991         (tramp-gvfs-handle-expand-file-name): Expand "~/".
992         (tramp-gvfs-handle-make-directory): Make more traces.
993         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
994         (tramp-gvfs-url-file-name): Hexify file name in url.
995         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
996         into account for the resulting file name.
997         (tramp-gvfs-handler-askquestion): Preserve current message, in
998         order to let progress reporter continue afterwards.  (Bug#6257)
999         Return dummy mountpoint, when the answer is "no".
1000         See `tramp-gvfs-maybe-open-connection'.
1001         (tramp-gvfs-handler-mounted-unmounted)
1002         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1003         attribute "default_location".  Set "prefix" property.
1004         Handle default-location.
1005         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1006         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1007         exists.  Raise an error, if not (due to a corresponding answer
1008         "no" in interactive questions, for example).
1009         Use `tramp-compat-funcall'.
1011         * net/tramp-imap.el (top): Autoload `epg-make-context'.
1012         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1013         (tramp-imap-do-copy-or-rename-file)
1014         (tramp-imap-handle-insert-file-contents)
1015         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1016         (tramp-imap-handle-delete-file): Add TRASH arg.
1018         * net/tramp-smb.el (tramp-smb-handle-copy-file):
1019         Add PRESERVE-SELINUX-CONTEXT.
1020         (tramp-smb-handle-copy-file)
1021         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1022         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1023         Use `with-progress-reporter'.
1024         (tramp-smb-handle-delete-file): Add TRASH arg.
1026         * net/tramp.el (tramp-methods): Move hostname to the end in all
1027         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
1028         appropriate.
1029         (tramp-verbose): Describe verbose level 9.
1030         (tramp-completion-function-alist)
1031         (tramp-file-name-regexp, tramp-chunksize)
1032         (tramp-local-coding-commands, tramp-remote-coding-commands)
1033         (with-connection-property, tramp-completion-mode-p)
1034         (tramp-action-process-alive, tramp-action-out-of-band)
1035         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1036         (tramp-exists-file-name-handler): Fix docstring.
1037         (tramp-remote-process-environment): Use `format' instead of
1038         `concat'.  Protect version string by apostroph.
1039         (tramp-shell-prompt-pattern): Do not use a shy group in case of
1040         XEmacs.
1041         (tramp-file-name-regexp-unified)
1042         (tramp-completion-file-name-regexp-unified): On W32 systems, do
1043         not regard the volume letter as remote filename.  (Bug#5447)
1044         (tramp-perl-file-attributes)
1045         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1046         (tramp-vc-registered-read-file-names): Read input as
1047         here-document, otherwise the command could exceed maximum length
1048         of command line.
1049         (tramp-file-name-handler-alist): Add `file-selinux-context' and
1050         `set-file-selinux-context'.
1051         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1052         backtrace functions.
1053         (tramp-error-with-buffer): Don't show the connection buffer when
1054         we are in completion mode.
1055         (tramp-progress-reporter-update, tramp-remote-selinux-p)
1056         (tramp-handle-file-selinux-context)
1057         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1058         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1059         New defuns.
1060         (with-progress-reporter): New defmacro.
1061         (tramp-debug-outline-regexp): New defconst.
1062         (top, tramp-rfn-eshadow-setup-minibuffer)
1063         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1064         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1065         (tramp-completion-mode-p, tramp-check-for-regexp)
1066         (tramp-open-connection-setup-interactive-shell)
1067         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1068         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1069         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1070         Use `tramp-compat-funcall'.
1071         (tramp-handle-make-symbolic-link): Flush file properties.
1072         (tramp-handle-load, tramp-handle-file-local-copy)
1073         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1074         (tramp-handle-vc-registered, tramp-maybe-send-script)
1075         (tramp-find-shell): Use `with-progress-reporter'.
1076         (tramp-do-file-attributes-with-stat): Add space in format string,
1077         in order to work around a bug in pdksh.  Reported by Gilles Pion
1078         <gpion@lfdj.com>.
1079         (tramp-handle-verify-visited-file-modtime): Do not send a command
1080         when the connection is not established.
1081         (tramp-handle-set-file-times): Simplify the check for utc.
1082         (tramp-handle-directory-files-and-attributes)
1083         (tramp-get-remote-path): Use `copy-tree'.
1084         (tramp-completion-handle-file-name-all-completions): Ensure, that
1085         non remote files are still checked.  Oops.
1086         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1087         Handle PRESERVE-SELINUX-CONTEXT.
1088         (tramp-do-copy-or-rename-file): Add progress reporter.
1089         (tramp-do-copy-or-rename-file-directly): Do not use
1090         `tramp-handle-file-remote-p'.
1091         (tramp-do-copy-or-rename-file-out-of-band):
1092         Use `tramp-compat-delete-directory'.
1093         (tramp-do-copy-or-rename-file-out-of-band)
1094         (tramp-compute-multi-hops, tramp-maybe-open-connection):
1095         Use `format-spec-make'.
1096         (tramp-handle-delete-file): Add TRASH arg.
1097         (tramp-handle-dired-uncache): Flush directory cache, not only file
1098         cache.
1099         (tramp-handle-expand-file-name)
1100         (tramp-completion-handle-file-name-all-completions)
1101         (tramp-completion-handle-file-name-completion):
1102         Use `tramp-connectable-p'.
1103         (tramp-handle-start-file-process): Set connection property "vec".
1104         Use it, in order to invalidate file caches.  Check only for
1105         `remote-tty' process property.
1106         Implement tty setting.  (Bug#4604, Bug#6360)
1107         (tramp-file-name-for-operation): Add `call-process-region' and
1108         `set-file-selinux-context'.
1109         (tramp-find-foreign-file-name-handler)
1110         (tramp-advice-make-auto-save-file-name)
1111         (tramp-set-auto-save-file-modes): Remove superfluous check for
1112         `stringp'.  This is done inside `tramp-tramp-file-p'.
1113         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
1114         operations when we are in completion mode.  This gives the user
1115         the chance to correct the file name in the minibuffer.
1116         (tramp-completion-mode-p): Use `non-essential'.
1117         (tramp-handle-file-name-all-completions): Backward/ XEmacs
1118         compatibility: Use `completion-ignore-case' if
1119         `read-file-name-completion-ignore-case' does not exist.
1120         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1121         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1122         `tramp-open-shell'.
1123         (tramp-action-password): Hide password prompt before next run.
1124         (tramp-process-actions): Widen connection buffer for the trace.
1125         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1126         process property.  Trace stty settings if `tramp-verbose' >= 9.
1127         Apply workaround for IRIX64 bug.  Move argument of last
1128         `tramp-send-command' where it belongs to.
1129         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1130         front of `login-args'.
1131         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1132         on "/dev/null" instead of "/".
1133         (tramp-get-ls-command-with-dired): Make test for "--dired"
1134         stronger.
1135         (tramp-set-auto-save-file-modes): Adapt version check.
1136         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1137         (tramp-handle-process-file): Call the program in a subshell, in
1138         order to preserve working directory.
1139         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1140         `tramp-remote-sh' from `tramp-methods'.
1141         (tramp-get-ls-command): Make test for "--color=never" stronger.
1142         (tramp-check-for-regexp): Use (forward-line 1).
1144         * net/trampver.el: Update release number.
1146 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
1148         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1149         empty argument to gvfs-copy.
1151 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1153         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1154         handle new TRASH arg of `delete-file'.
1156 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
1158         * net/tramp.el (tramp-handle-insert-directory): Don't use
1159         `forward-word', its default syntax could be changed.
1161 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1162             Michael Albinus  <michael.albinus@gmx.de>
1164         Implement compression for inline methods.
1166         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1167         (tramp-copy-size-limit): Allow also nil.
1168         (tramp-inline-compress-commands): New defconst.
1169         (tramp-find-inline-compress, tramp-get-inline-compress)
1170         (tramp-get-inline-coding): New defuns.
1171         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1172         replaced by `tramp-get-inline-coding'.
1173         (tramp-handle-file-local-copy, tramp-handle-write-region)
1174         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1176 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
1178         Detect ssh 'ControlMaster' argument automatically in some cases.
1180         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1181         (tramp-default-method): Use it.
1183 2010-08-26  Karel Klíč  <kklic@redhat.com>
1185         * net/tramp.el (tramp-file-name-for-operation):
1186         Add file-selinux-context.
1188 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
1190         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1192 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1194         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1195         (Bug#6907).
1197 2010-08-23  Chris Foote <chris@foote.com.au>  (tiny change)
1199         * progmodes/python.el (python-block-pairs): Allow use of "finally"
1200         with "else" (Bug#3991).
1202 2010-08-22  Leo  <sdl.web@gmail.com>
1204         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1205         (ignore, bright, dim, keyword): Split list of nicknames before
1206         passing to rcirc-add-or-remove (Bug#6894).
1208 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1210         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1212 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1214         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
1215         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1216         New version 13.0.
1217         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1218         Adjust initialization.
1219         (whitespace-bob-marker, whitespace-eob-marker)
1220         (whitespace-buffer-changed): New vars.
1221         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1222         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1223         (whitespace-post-command-hook, whitespace-display-char-on):
1224         Adjust code.
1225         (whitespace-looking-back, whitespace-buffer-changed): New funs.
1226         (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
1228 2010-08-21  Leo  <sdl.web@gmail.com>
1230         Fix buffer-list rename&refresh after killing a buffer in ido.
1231         * lisp/ido.el: Revert Óscar's.
1232         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1233         Remember the buffers at head, rather than their name.
1234         * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1236 2010-08-21  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
1237             Stefan Monnier  <monnier@iro.umontreal.ca>
1239         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1240         extra backslash added to each line (bug#6890).
1242 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1244         * subr.el (read-key): Don't echo keystrokes (bug#6883).
1246 2010-08-21  Glenn Morris  <rgm@gnu.org>
1248         * menu-bar.el (menu-bar-games-menu): Add landmark.
1250 2010-08-20  Glenn Morris  <rgm@gnu.org>
1252         * align.el (align-regexp): Make group and spacing arguments
1253         use the interactive defaults when non-interactive.  (Bug#6698)
1255         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1256         expansion, so as not to need sendmail.
1257         (mail-text-start): Remove declaration.
1258         (rmail-retry-failure): Require sendmail.
1260 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1262         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1264 2010-08-18  Michael Albinus  <michael.albinus@gmx.de>
1266         * progmodes/flymake.el (flymake-start-syntax-check-process):
1267         Use `start-file-process' in order to let it run also on remote hosts.
1269 2010-08-18  Kenichi Handa  <handa@m17n.org>
1271         * files.el: Add `word-wrap' as safe local variable.
1273 2010-08-18  Glenn Morris  <rgm@gnu.org>
1275         * woman.el (woman-translate): Case matters.  (Bug#6849)
1277 2010-08-14  Chong Yidong  <cyd@stupidchicken.com>
1279         * simple.el (kill-region): Doc fix (Bug#6787).
1281 2010-08-14  Glenn Morris  <rgm@gnu.org>
1283         * calendar/diary-lib.el (diary-header-line-format):
1284         Fit it to the window, not the frame.
1286 2010-08-11  Andreas Schwab  <schwab@linux-m68k.org>
1288         * subr.el (ignore-errors): Add debug declaration.
1290 2010-08-09  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
1292         * whitespace.el (whitespace-color-off): Remove post-command-hook
1293         locally.
1295 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
1297         * replace.el (replace-highlight): Bind isearch-forward and
1298         isearch-error, ensuring that highlighting is updated if the user
1299         switches the search direction (Bug#6808).
1301         * isearch.el (isearch-lazy-highlight-forward): New var.
1302         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1303         (isearch-lazy-highlight-update): Use it.
1305 2010-08-06  Kenichi Handa  <handa@m17n.org>
1307         * international/mule.el (define-charset): Store NAME as :base property.
1308         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
1309         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
1310         current priority.  Force using the designation of the specific
1311         charset by adding `charset' text property.  Improve the whole
1312         algorithm.
1314 2010-08-05  Juanma Barranquero  <lekktu@gmail.com>
1316         * emulation/pc-select.el (pc-selection-mode-hook)
1317         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
1318         (pc-selection-mode): Fix typos in docstrings.
1320 2010-08-04  Kenichi Handa  <handa@m17n.org>
1322         * language/cyrillic.el: Don't add "microsoft-cp1251" to
1323         ctext-non-standard-encodings-alist here.
1325         * international/mule.el (ctext-non-standard-encodings-alist):
1326         Add "koi8-r" and "microsoft-cp1251".
1327         (ctext-standard-encodings): New variable.
1328         (ctext-non-standard-encodings-table): List only elements for
1329         non-standard encodings.
1330         (ctext-pre-write-conversion): Adjust for the above change.
1331         Check ctext-standard-encodings.
1333         * international/mule-conf.el (compound-text): Doc fix.
1334         (ctext-no-compositions): Doc fix.
1335         (compound-text-with-extensions): Doc fix.
1337 2010-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1339         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
1341 2010-08-03  Juanma Barranquero  <lekktu@gmail.com>
1343         * progmodes/which-func.el (which-func-format): Split help-echo text
1344         into lines, like other mode-line tooltips.
1346         * server.el (server-start): When using TCP sockets, force IPv4
1347         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
1349 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1351         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
1353 2010-08-02  Juanma Barranquero  <lekktu@gmail.com>
1355         * term.el (term-delimiter-argument-list): Reflow docstring.
1356         (term-read-input-ring, term-write-input-ring, term-send-input)
1357         (term-bol, term-erase-in-display, serial-supported-or-barf):
1358         Fix typos in docstrings.
1360 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1362         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
1364 2010-08-01  Juanma Barranquero  <lekktu@gmail.com>
1366         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
1368 2010-08-01  MON KEY  <monkey@sandpframing.com>  (tiny change)
1370         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
1371         Fix typo in docstring (bug#6747).
1373 2010-07-30  Leo  <sdl.web@gmail.com>
1375         * eshell/esh-io.el (eshell-get-target): Better detection of
1376         read-only file (Bug#6762).
1378 2010-07-30  Juanma Barranquero  <lekktu@gmail.com>
1380         * align.el (align-default-spacing): Doc fix.
1381         (align-region-heuristic, align-regexp): Fix typos in docstrings.
1383 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
1385         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
1387 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
1389         * time.el (display-time-day-and-date): Remove spurious * in docstring.
1390         (display-time-world-buffer-name, display-time-world-mode-map):
1391         Fix typos in docstrings.
1393 2010-07-17  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
1395         * image-mode.el (image-display-size): New function.
1396         (image-forward-hscroll, image-next-line, image-eol, image-eob)
1397         (image-mode-fit-frame): Use it (Bug#6639).
1399 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
1401         * dired.el (dired-buffers-for-dir): Handle list values of
1402         dired-directory (Bug#6636).
1404 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
1406         * vc.el (vc-coding-system-inherit-eol): New defvar.
1407         (vc-coding-system-for-diff): Use it to decide whether to inherit
1408         from the file the EOL format for reading the diffs of that file.
1409         (Bug#4451)
1411 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
1413         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
1414         unibyte, so compressed attachments are not compressed again.
1416 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
1418         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
1419         now that unicode is used (Bug#6594).
1421 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
1423         * simple.el (push-mark-command): Set the selection if
1424         select-active-regions is non-nil.
1426 2010-07-10  Glenn Morris  <rgm@gnu.org>
1428         * calendar/calendar.el (calendar-week-end-day): New function.
1429         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
1430         Respect calendar-week-start-day.  (Bug#6606)
1431         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1432         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
1433         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
1434         respect calendar-week-start-day.
1436 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
1438         * simple.el (use-region-p): Doc fix (Bug#6607).
1440 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
1442         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
1443         builtins (BufferError, BytesWarning, WindowsError; callables
1444         bin, bytearray, bytes, format, memoryview, next, print; __package__).
1446 2010-07-07  Glenn Morris  <rgm@gnu.org>
1448         * play/zone.el (zone-fall-through-ws): Fix next-line ->
1449         forward-line fallout.
1451 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
1453         * mouse.el (mouse-appearance-menu): Add docstring.
1455         * help.el (describe-key): Print up-event using key-description.
1457 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
1459         * net/zeroconf.el (zeroconf-resolve-service)
1460         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
1461         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
1463 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
1465         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
1467 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
1469         Avoid displaying files with a nil state in vc-dir.
1470         * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
1471         cases that cause insertion.
1472         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
1473         with a nil state.
1475 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
1477         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
1479 2010-06-29  Leo  <sdl.web@gmail.com>
1481         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
1483 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
1485         * generic-x.el (bat-generic-mode): Fix regexp for command line
1486         switches (Bug#5719).
1488 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
1490         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
1491         of nconc to avoid pure storage error (Bug#6239).
1493 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
1495         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
1496         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
1497         bindings of bookmark-automatically-show-annotations (Bug#6515).
1499 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
1501         * arc-mode.el (archive-zip-extract): Don't quote the file name on
1502         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
1504 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1506         * comint.el (make-comint, make-comint-in-buffer): Mention return
1507         value in the docstrings.  (Bug#6498)
1509 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
1511         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
1512         since it is not present when using some non-default switches.
1514 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
1516         * simple.el (compose-mail): Fix doc string to refer to
1517         `compose-mail-user-agent-warnings', instead of to the
1518         nonexistent `compose-mail-check-user-agent'.
1520 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1522         Fix vc-annotate for renamed files when using Git.
1523         * vc-git.el (vc-git-find-revision): Deal with empty results from
1524         ls-files.  Doe not pass the object as a file name to cat-file, it
1525         is not a file name.
1526         (vc-git-annotate-command): Pass the file name using -- to avoid
1527         ambiguity with the revision.
1528         (vc-git-previous-revision): Pass a relative file name.
1530 2010-06-22  Glenn Morris  <rgm@gnu.org>
1532         * progmodes/js.el (js-mode-map): Use standard capitalization and
1533         ellipses for menu entries.
1535         * wid-edit.el (widget-complete): Doc fix.
1537 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
1539         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
1541 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1543         Fix annotating other revisions for renamed files in vc-annotate.
1544         * vc-annotate.el (vc-annotate): Add an optional argument for the
1545         VC backend.  Use it when non-nil.
1546         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate
1547         (Bug#6487).
1549         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
1550         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1551         Do not pass the file name to the 'previous-revision call when we
1552         don't want a file diff.  (Bug#6489)
1554 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
1556         Fix finding revisions for renamed files in vc-annotate.
1557         * vc.el (vc-find-revision): Add an optional argument for
1558         the VC backend.  Use it when non-nil.
1559         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
1560         backend to vc-find-revision.  (Bug#6487)
1562 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
1564         Fix reading file names in Git annotate buffers.
1565         * vc-git.el (vc-git-annotate-extract-revision-at-line):
1566         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
1568 2010-06-20  Alan Mackenzie  <acm@muc.de>
1570         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
1571         in file local variables, set it first.
1573 2010-06-19  Glenn Morris  <rgm@gnu.org>
1575         * descr-text.el (describe-char-unicode-data): Insert separating
1576         space when needed.  (Bug#6422)
1578         * progmodes/idlwave.el (idlwave-action-and-binding):
1579         Fix typo in 2009-12-03 change.  (Bug#6450)
1581 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1583         * subr.el (read-quoted-char): Fix up last change (bug#6290).
1585 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1587         * font-lock.el (font-lock-major-mode): Rename from
1588         font-lock-mode-major-mode to distinguish it from
1589         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1590         (font-lock-set-defaults):
1591         * font-core.el (font-lock-default-function): Adjust users.
1592         (font-lock-mode): Don't set it at all.
1594 2010-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1596         * vc-annotate.el (vc-annotate): Use vc-read-revision.
1598 2010-06-15  Glenn Morris  <rgm@gnu.org>
1600         * calendar/appt.el (appt-time-msg-list): Doc fix.
1601         (appt-check): Let-bind appt-warn-time.
1602         (appt-add): Make the 3rd argument optional.
1603         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
1604         Only add WARNTIME to the output list if non-nil.
1606 2010-06-15  Ivan Kanis  <apple@kanis.eu>
1608         * calendar/appt.el (appt-check): Let the 3rd element of
1609         appt-time-msg-list specify the warning time.
1610         (appt-add): Add new argument with the warning time.  (Bug#5176)
1612 2010-06-12  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
1614         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
1615         older than version 1.6.  (Bug#6361)
1617 2010-06-12  Helmut Eller  <eller.helmut@gmail.com>
1619         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
1620         used by cl-do-arglist.  (Bug#6408)
1622 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1624         * emacs-lisp/advice.el (ad-compile-function):
1625         Define warning-suppress-types before we let-bind it (bug#6275).
1627         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1628         declare it, make it buffer-local and permanent-local (bug#6324).
1629         (vc-resynch-window): Adjust name.
1630         * vc-hooks.el (vc-find-file-hook): Adjust name.
1632 2010-06-07  Jonathan Rockway  <jon@jrock.us>
1634         * net/rcirc.el: Add support for password authentication.
1635         (rcirc-server-alist): Add :password keyword.
1636         (rcirc): Ask for a password, or get it from the server's alist.
1637         (rcirc-connect): Add password argument.  Pass it to server.
1639 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
1641         * net/dbus.el (dbus-register-method): Declare function.
1642         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1643         (dbus-introspect): Doc fix.
1644         (dbus-event-bus-name, dbus-introspect-get-interface)
1645         (dbus-introspect-get-argument): Reflow docstrings.
1647 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
1649         * term/common-win.el (x-colors): Add "dark green" and "dark
1650         turquoise" (Bug#6332).
1652 2010-06-03  Glenn Morris  <rgm@gnu.org>
1654         * desktop.el (desktop-clear-preserve-buffers):
1655         Add "*Warnings*" buffer.  (Bug#6336)
1657 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
1659         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1661 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1663         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1664         `file-directory-p' to the filename part rather than to the whole text.
1666 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1668         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1670 2010-05-31  Drew Adams  <drew.adams@oracle.com>
1672         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1674 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
1676         * subr.el (momentary-string-display): Just use read-event to read
1677         the exit event (Bug#6238).
1679 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
1681         * ansi-color.el: Delete unused escape sequences (Bug#6085).
1682         (ansi-color-drop-regexp): New constant.
1683         (ansi-color-apply, ansi-color-filter-region)
1684         (ansi-color-apply-on-region): Delete unrecognized control sequences.
1685         (ansi-color-apply): Build string list before calling concat.
1687 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1689         * progmodes/verilog-mode.el (verilog-type-font-keywords):
1690         Use font-lock-constant-face, not obsolete font-lock-reference-face.
1692 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
1694         * htmlfontify.el (hfy-face-resolve-face): New function.
1695         (hfy-face-to-style): Use it (Bug#6279).
1697 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1699         * epa.el (epa--select-keys): Don't explicitly delete the window since
1700         that can fail (e.g. sole window in frame).  Use dedication instead.
1702 2010-05-19  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
1704         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1706 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1708         * subr.el (read-quoted-char): Resolve modifiers after key
1709         remapping (bug#6212).
1711 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1713         * tmm.el (tmm-prompt): Don't try to precompute bindings.
1714         (tmm-get-keymap): Compute shortcuts (bug#6171).
1716 2010-05-10  Glenn Morris  <rgm@gnu.org>
1718         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
1719         all dired buffers, even tramp ones.  (Bug#5755)  [Backport from trunk]
1721 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1723         * Version 23.2 released.
1725 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
1727         * international/mule.el (auto-coding-alist): Only purecopy
1728         car of each item, not the whole list (Bug#6083).
1730 2010-05-02  Chong Yidong  <cyd@stupidchicken.com>
1732         * progmodes/js.el (js-mode): Make paragraph variables local before
1733         calling c-setup-paragraph-variables (Bug#6071).
1735 2010-05-01  Eli Zaretskii  <eliz@gnu.org>
1737         * composite.el (compose-region, reference-point-alist): Fix typos
1738         in the doc strings.
1740 2010-04-28  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1742         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
1743         gnuplot's "set" command.
1745 2010-04-26  Juanma Barranquero  <lekktu@gmail.com>
1747         * abbrev.el (last-abbrev-text): Doc fix.
1748         (abbrev-prefix-mark): Don't escape parenthesis.
1750 2010-04-24  Andreas Schwab  <schwab@linux-m68k.org>
1752         * composite.el (find-composition): Doc fix.
1754 2010-04-24  Juanma Barranquero  <lekktu@gmail.com>
1756         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
1757         (sql-oracle-program, sql-sqlite-options)
1758         (sql-query-placeholders-and-send): Doc fixes.
1759         (sql-set-product, sql-interactive-mode): Reflow docstrings.
1760         (sql-imenu-generic-expression, sql-buffer)
1761         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
1762         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
1763         (sql-mode-sybase-font-lock-keywords)
1764         (sql-mode-informix-font-lock-keywords)
1765         (sql-mode-interbase-font-lock-keywords)
1766         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
1767         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
1768         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
1769         (sql-product-feature, sql-highlight-product)
1770         (comint-line-beginning-position, sql-rename-buffer)
1771         (sql-toggle-pop-to-buffer-after-send-region)
1772         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
1773         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
1774         Fix typos in docstrings.
1776 2010-04-23  Juri Linkov  <juri@jurta.org>
1778         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
1779         property instead of `invisible' and `after-string' (bug#5998).
1781 2010-04-23  Juri Linkov  <juri@jurta.org>
1783         * image-mode.el (image-mode-as-text): Fix typo in docstring.
1785 2010-04-23  Juanma Barranquero  <lekktu@gmail.com>
1787         * filecache.el (file-cache-add-directory-list)
1788         (file-cache-add-directory-recursively): Fix typos in docstrings.
1790 2010-04-22  Kenichi Handa  <handa@m17n.org>
1792         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
1793         (gujarati-composable-pattern): Fix typo.
1795 2010-04-20  Kenichi Handa  <handa@m17n.org>
1797         * language/indian.el (oriya-composable-pattern)
1798         (tamil-composable-pattern, malayalam-composable-pattern):
1799         Add two-part vowels to "v" (vowel sign).
1801 2010-04-20  Chong Yidong  <cyd@stupidchicken.com>
1803         * files.el (copy-directory): Handle symlinks (Bug#5982).
1805         * progmodes/compile.el (compilation-next-error-function):
1806         Revert 2009-10-12 change (Bug#5983).
1808 2010-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
1810         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
1811         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
1812         (Bug#5846).
1814 2010-04-20  Glenn Morris  <rgm@gnu.org>
1816         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
1818         * minibuffer.el (completion-at-point): Doc fix.
1820 2010-04-17  Dan Nicolaescu  <dann@ics.uci.edu>
1822         Fix the version number for added files.
1823         * vc-hg.el (vc-hg-working-revision): Check if the file is
1824         registered after hg parent fails (Bug#5961).
1826 2010-04-17  Glenn Morris  <rgm@gnu.org>
1828         * htmlfontify.el (htmlfontify-buffer)
1829         (htmlfontify-copy-and-link-dir): Autoload entry points.
1831 2010-04-17  Magnus Henoch  <magnus.henoch@gmail.com>
1833         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1834         name relative to the project root (Bug#5960).
1836 2010-04-16  Glenn Morris  <rgm@gnu.org>
1838         * vc-git.el (vc-git-print-log): Doc fix.
1840 2010-04-14  Óscar Fuentes  <ofv@wanadoo.es>
1842         * ido.el (ido-file-internal): Fix 2009-12-02 change.
1844 2010-04-14  Christoph  <cschol2112@googlemail.com>  (tiny change)
1846         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1847         default settings (Bug#5928).
1849 2010-04-10  Glenn Morris  <rgm@gnu.org>
1851         * progmodes/fortran.el (fortran-match-and-skip-declaration):
1852         New function.
1853         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
1855 2010-04-07  Kenichi Handa  <handa@m17n.org>
1857         * language/indian.el (malayalam-composable-pattern): Fix previous
1858         change (add U+0D4D "SIGN VIRAMA").
1859         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1860         (tamil-composable-pattern): Fix typo in the regexp.
1861         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1862         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1863         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1865 2010-04-06  Chong Yidong  <cyd@stupidchicken.com>
1867         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1868         paragraph-separate (Bug#5821).
1870 2010-04-05  Juri Linkov  <juri@jurta.org>
1872         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1874         * info.el (Info-find-node-2): Comment out code that skips
1875         breadcrumbs line.
1876         (Info-mouse-follow-link): New command.
1877         (Info-link-keymap): New keymap.
1878         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1879         Return a string with links instead of inserting breadcrumbs
1880         to the Info buffer.
1881         (Info-fontify-node): Comment out code that inserts breadcrumbs.
1882         Instead of putting the `invisible' text property over the Info
1883         header, make an overlay over the Info header with the `invisible'
1884         property and `after-string' set to the string returned by
1885         `Info-breadcrumbs'.
1887 2010-04-03  Chong Yidong  <cyd@stupidchicken.com>
1889         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1890         Reported by monkey@sandpframing.com.
1892 2010-03-30  Tomas Abrahamsson  <tab@lysator.liu.se>
1894         * textmodes/artist.el (artist-mode): Fix typo in docstring.
1895         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
1897 2010-03-30  Kenichi Handa  <handa@m17n.org>
1899         * language/sinhala.el (composition-function-table): Fix regexp for
1900         the new Unicode specification.
1902         * language/indian.el (devanagari-composable-pattern)
1903         (tamil-composable-pattern, kannada-composable-pattern)
1904         (malayalam-composable-pattern): Adjust for the new Unicode
1905         specification.
1906         (bengali-composable-pattern, gurmukhi-composable-pattern)
1907         (gujarati-composable-pattern, oriya-composable-pattern)
1908         (telugu-composable-pattern): New variables to cope with the new
1909         Unicode specification.  Use them in composition-function-table.
1911 2010-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1913         Make tmm-menubar work for the Buffers menu again (bug#5726).
1914         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
1915         vectors rather than cons cells, as used in menu-bar-update-buffers.
1917 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
1919         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
1920         (js-insert-and-indent): Revert 2009-08-15 change, restoring
1921         electric punctuation for "{}();,:" (Bug#5586).
1923         * mail/sendmail.el (mail-default-directory): Doc fix.
1925 2010-03-27  Chong Yidong  <cyd@stupidchicken.com>
1927         * mail/sendmail.el (mail-default-directory): Doc fix.
1929 2010-03-27  Eli Zaretskii  <eliz@gnu.org>
1931         * subr.el (version-regexp-alist, version-to-list)
1932         (version-list-<, version-list-=, version-list-<=)
1933         (version-list-not-zero, version<, version<=, version=): Doc fix.
1934         (Bug#5744).
1936 2010-03-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1937             Nick Roberts  <nickrob@snap.net.nz>
1939         * progmodes/gdb-ui.el (gdb-apple-test): New function.
1940         (gdb-init-1): Use it.
1942 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
1944         * vc.el (vc-root-diff): Doc fix.
1946 2010-03-25  Chong Yidong  <cyd@stupidchicken.com>
1948         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
1950         * simple.el (append-to-buffer): Fix last change.
1952 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
1954         * simple.el (append-to-buffer): Ensure that point is preserved if
1955         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
1956         (Bug#5749)
1958 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1960         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1961         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1962         not be present any more.
1964 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1966         * faces.el (set-face-attribute): Fix typo in docstring.
1967         (face-valid-attribute-values): Reflow docstring.
1969 2010-03-23  Glenn Morris  <rgm@gnu.org>
1971         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
1973 2010-03-21  Chong Yidong  <cyd@stupidchicken.com>
1975         * indent.el (indent-for-tab-command): Doc fix.
1977 2010-03-22  Juanma Barranquero  <lekktu@gmail.com>
1979         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1980         (image-dired-read-comment): Doc fix.
1982         * json.el (json-object-type, json-array-type, json-key-type)
1983         (json-false, json-null, json-read-number):
1984         * minibuffer.el (completion-in-region-functions):
1985         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1986         (cal-tex-cursor-week):
1987         * emacs-lisp/trace.el (trace-function):
1988         * eshell/em-basic.el (eshell/printnl):
1989         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1990         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1991         * obsolete/levents.el (allocate-event, event-key, event-object)
1992         (event-point, event-process, event-timestamp, event-to-character)
1993         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1994         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1995         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1996         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1997         (reftex-highlight-selection): Fix typos in docstrings.
1999 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
2001         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2003 2010-03-18  Glenn Morris  <rgm@gnu.org>
2005         * mail/rmail.el (rmail-highlight-face): Restore option deleted
2006         2008-02-13 without comment; mark it obsolete.
2007         (rmail-highlight-headers): Use rmail-highlight-face once more.
2009 2010-03-16  Chong Yidong  <cyd@stupidchicken.com>
2011         * woman.el (woman2-process-escapes): Only consume the newline if
2012         the filler character is on a line by itself (Bug#5729).
2014 2010-03-16  Kenichi Handa  <handa@m17n.org>
2016         * language/indian.el (devanagari-composable-pattern): Add more
2017         consonants.
2019 2010-03-14  Michael Albinus  <michael.albinus@gmx.de>
2021         * net/trampver.el: Update release number.
2023 2010-03-13  Glenn Morris  <rgm@gnu.org>
2025         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2027 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
2029         * net/tramp.el (tramp-find-executable):
2030         Use `tramp-get-connection-buffer'.  Make the regexp for checking
2031         output of "wc -l" more robust.
2032         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2033         (tramp-open-connection-setup-interactive-shell): Remove workaround
2034         for OpenSolaris bug, it is not needed anymore.
2036 2010-03-12  Glenn Morris  <rgm@gnu.org>
2038         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
2040 2010-03-11  Wilson Snyder  <wsnyder@wsnyder.org>
2042         * files.el (auto-mode-alist): Accept more verilog file patterns.
2044 2010-03-09  Miles Bader  <miles@gnu.org>
2046         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2047         instead of "format:"; this ensures that the output is
2048         newline-terminated.
2050 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
2052         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2053         that all errors are caught, and that the return value is always a
2054         list (Bug#5692).
2056 2010-03-08  Kenichi Handa  <handa@m17n.org>
2058         * language/misc-lang.el (windows-1256): New coding system.
2059         (cp1256): New alias of windows-1256 (bug#5690).
2061 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
2063         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2064         call to rfc822-bad-address.  (Bug#5692)
2066 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2068         * vc-git.el (vc-git-annotate-extract-revision-at-line):
2069         Use vc-git-root as default directory for revision path (Bug#5657).
2071 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
2073         * calculator.el (calculator): Don't bind split-window-keep-point
2074         (Bug#5674).
2076 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2078         * vc-git.el: Re-flow to fit into 80 columns.
2079         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2080         Remove spurious `quote' element in each case alternative.
2081         (vc-git-show-log-entry): Use prog1.
2082         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2084 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2086         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2088 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
2090         * macros.el (insert-kbd-macro): Look up keyboard macro using the
2091         definition, not the name (Bug#5481).
2093 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2095         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2096         argument with a local variable.  (Bug#5670)
2098 2010-03-02  Juri Linkov  <juri@jurta.org>
2100         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
2102 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
2104         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
2105         error when FILENAME and NEWNAME are existing remote directories.
2107         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
2108         parameter DIR-FLAG.
2110 2010-03-02  Glenn Morris  <rgm@gnu.org>
2112         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
2113         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2115 2010-03-01  Kenichi Handa  <handa@m17n.org>
2117         * language/burmese.el (burmese-composable-pattern): Rename from
2118         myanmar-composable-pattern.
2120         * international/characters.el (script-list):
2121         * international/fontset.el (script-representative-chars):
2122         Change myanmar to burmese.
2123         (otf-script-alist): Likewise.
2124         (setup-default-fontset): Likewise.  Re-fix :otf spec.
2126 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2128         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2130 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
2132         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2134 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
2136         * net/tramp.el (tramp-handle-write-region): START can be a string.
2137         Take care in the checks.  Reported by Dan Davison
2138         <davison@stats.ox.ac.uk>.
2140 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
2142         * net/dbus.el (dbus-introspect, dbus-get-property)
2143         (dbus-set-property, dbus-get-all-properties):
2144         Use `dbus-call-method' when noninteractive.  (Bug#5645)
2146 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
2148         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2149         * emacs-lisp/elint.el (elint-add-required-env):
2150         * calendar/icalendar.el (icalendar--add-diary-entry):
2151         * calc/calcalg2.el (math-tracing-integral):
2152         * files.el (recover-session-finish): Use with-current-buffer
2153         instead of save-excursion.
2155 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2157         Fix in-buffer completion when after-change-functions modify the buffer.
2158         * minibuffer.el (completion--replace): New function.
2159         (completion--do-completion): Use it and use relative movement.
2161 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
2163         * international/fontset.el (setup-default-fontset): Fix :otf spec.
2165 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
2167         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2168         Allow the characters _<> in the stack entry (Bug#5653).
2170 2010-02-26  Kenichi Handa  <handa@m17n.org>
2172         * language/burmese.el: Fix entries in composition-function-table.
2173         (myanmar-composable-pattern): New variable.
2175         * international/fontset.el (setup-default-fontset): Add an entry
2176         for myanmar.
2178         * international/characters.el (script-list): Add Myanmar
2179         Extended-A.
2181 2010-02-26  Glenn Morris  <rgm@gnu.org>
2183         * custom.el (custom-initialize-delay): Doc fix.
2185         * mail/sendmail.el (send-mail-function): Autoload the call
2186         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2188 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
2190         * files.el (hack-local-variables-filter): For eval forms, also
2191         check safe-local-variable-p (Bug#5636).
2193 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
2195         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
2196         and use c(ad)r of cddr (Bug#5640).
2198 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
2200         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2201         setting the modes by `ignore-errors'.  It might fail, for example
2202         if the file is not owned by the user but the group.
2203         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2205 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
2207         * files.el (directory-listing-before-filename-regexp):
2208         Use stricter matching for iso-style dates, to avoid false matches with
2209         date-like filenames (Bug#5597).
2211         * htmlfontify.el (htmlfontify): Doc fix.
2213         * eshell/eshell.el (eshell): Doc fix.
2215         * startup.el (fancy-about-screen): In mode-line, apply
2216         mode-line-buffer-id face only to the buffer name (Bug#5613).
2218 2010-02-20  Kevin Ryde  <user42@zip.com.au>
2220         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2221         In `watcom' anchor regexp to start of line, to avoid slowness
2222         (Bug#5599).
2224 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
2226         * subr.el (remove-yank-excluded-properties): Explain in a comment
2227         why `category' property is removed.
2229 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
2231         * isearch.el (isearch-update-post-hook, isearch-update):
2232         Revert 2010-02-17 change.
2234 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
2236         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2237         (icalendar--convert-weekly-to-ical)
2238         (icalendar--convert-yearly-to-ical)
2239         (icalendar--convert-block-to-ical)
2240         (icalendar--convert-cyclic-to-ical)
2241         (icalendar--convert-anniversary-to-ical): Take care of time
2242         specifications where hour has 1-digit only (Bug#5549).
2244 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
2246         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2247         of disassemble output in GDB 7.1.
2249 2010-02-19  Glenn Morris  <rgm@gnu.org>
2251         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2252         property.  (Bug#5593)
2254 2010-02-18  Sam Steingold  <sds@gnu.org>
2256         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2258 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2260         Use abbreviated file names in bookmarks (bug#5591).
2261         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
2262         calls to expand-file-name.
2263         (bookmark-relocate): Use abbreviated file names in bookmarks.
2264         (bookmark-load): Use abbreviated file names in messages.
2266 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
2268         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
2269         expand "." and "..".  Reported by Thierry Volpiatto
2270         <thierry.volpiatto@gmail.com>.
2272 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
2274         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
2275         permissions of the temporary file to "0600".  In case the remote
2276         file has no read permissions for the owner, there might be
2277         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
2279 22010-02-18  Glenn Morris  <rgm@gnu.org>
2281         * emacs-lisp/authors.el (authors-renamed-files-alist):
2282         Add entries for INSTALL.CVS.
2284 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
2286         * vc-bzr.el: Fix typo in Known Bugs section.
2288         * isearch.el (isearch-update-post-hook): New hook.
2289         (isearch-update): Use the new hook.
2291 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
2293         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2294         Fix errors in copying directories.
2295         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
2296         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
2297         (tramp-handle-delete-file)
2298         (tramp-handle-dired-recursive-delete-directory)
2299         (tramp-handle-write-region): Flush also the cache for the upper
2300         directory.
2302 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
2304         * simple.el (save-interprogram-paste-before-kill): Doc fix.
2306         * cus-edit.el (hardware): Doc fix.
2308         * man.el (man): Add to external custom group.
2310         * delim-col.el (columns): Move to wp custom group.
2312         * doc-view.el (doc-view): Add to data custom group.
2314         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
2316         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
2317         by ispell-parse-output (Bug#5575).
2319 2010-02-16  Kenichi Handa  <handa@m17n.org>
2321         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
2322         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
2323         (skkdic-convert): Use `euc-japan' coding system for writing.
2325 2010-02-16  Glenn Morris  <rgm@gnu.org>
2327         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
2328         tex-main-file before using it.  (Bug#5562)
2330 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2332         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
2333         warnings, since it is annoying for the user to see them each time he
2334         runs the code.
2336 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
2338         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2339         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
2340         instead of PROC for caching "first-password-request".  Otherwise,
2341         new processes would not profit from passwords already entered.
2343         * net/tramp-cache.el (tramp-dump-connection-properties):
2344         Don't save "first-password-request" property.
2346 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
2348         * outline.el (outline-head-from-level):
2349         * simple.el (with-wrapper-hook):
2350         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
2351         (elint-defun, elint-buffer-env, elint-top-form-logged)
2352         (elint-unbound-variable):
2353         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
2354         Fix typos in docstrings.
2356 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
2358         * files.el (insert-directory): When WILDCARD-REGEXP and
2359         FULL-DIRECTORY-P are nil, insert the file entry instead of the
2360         whole directory.  (Bug#5551)
2362         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
2363         dired's alignment sanity.  (Bug#5516)
2365 2010-02-14  Juri Linkov  <juri@jurta.org>
2367         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
2368         Remove remaining ^H with their preceding chars.  (Bug#5566)
2370 2010-02-13  Glenn Morris  <rgm@gnu.org>
2372         * simple.el (transpose-subr): Give it a doc-string.
2374         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
2375         Doc fixes.
2377 2010-02-12  Juri Linkov  <juri@jurta.org>
2379         * arc-mode.el (archive-unique-fname): Make directories for nested
2380         archives.  (Bug#5540)
2382 2010-02-12  Juri Linkov  <juri@jurta.org>
2384         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
2386 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2388         * subr.el (copy-overlay): Handle deleted overlays.
2390         * man.el (Man-completion-table): Don't signal an error if we can't run
2391         manual-program (bug#4056).
2393 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
2395         * textmodes/artist.el (artist-mt): Fix typos in docstring.
2397 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2399         * info.el (Info-bookmark-jump): Simplify.
2401         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
2402         (bookmark-default-handler): Accept new bookmark field `buffer'.
2404 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
2406         * iswitchb.el (iswitchb-completions): Revert last change.
2408 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
2410         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
2411         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
2412         This prevents file names like "~/" being listed literally.
2414 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
2416         * term/xterm.el (xterm-maybe-set-dark-background-mode):
2417         Remove dead code.  (Bug#5546)
2419 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
2421         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
2422         correctly (Bug#5548).
2424 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
2426         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
2427         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
2429 2010-02-08  Kenichi Handa  <handa@m17n.org>
2431         * international/mule-util.el (with-coding-priority): Add autoload
2432         cookie for putting `lisp-indent-function'.
2434 2010-02-07  Glenn Morris  <rgm@gnu.org>
2436         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
2437         Move F2003 named interfaces from keywords-2 to keywords-1, and
2438         use function-name-face rather than constant-face.
2439         Simplify "abstract interface" regexp.
2441 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
2443         * eshell/esh-util.el (eshell-file-attributes): New optional arg
2444         ID-FORMAT.  Pass it to `file-attributes'.
2446         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2448 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
2450         * faces.el (set-face-attribute): Allow calling
2451         internal-set-lisp-face-attribute with 'unspecified family and
2452         foundry argument (Bug#5536).
2454 2010-02-07  Glenn Morris  <rgm@gnu.org>
2456         * progmodes/f90.el (f90-font-lock-keywords-2)
2457         (f90-looking-at-type-like, f90-looking-at-program-block-end):
2458         Handle F2003 named interfaces.
2460 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
2462         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
2463         beg and end before calling c-get-state-before-change-functions.
2465 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
2467         * vc-bzr.el (vc-bzr-dir-extra-headers):
2468         Disable the pending merges header.
2470 2010-02-05  Juri Linkov  <juri@jurta.org>
2472         * doc-view.el (doc-view-mode):
2473         * image-mode.el (image-mode): Put property mode-class=special.
2474         (Bug#4896)
2476 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
2478         * vc-svn.el (vc-svn-revision-table): New function.
2480 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
2482         * net/ange-ftp.el (ange-ftp-insert-directory):
2483         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2484         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2485         Handle also directories.  (Bug#5478)
2487 2010-02-05  Glenn Morris  <rgm@gnu.org>
2489         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
2491 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
2493         * startup.el (command-line-1): Convert options beginning with a
2494         single dash as well (Bug#5519).
2496 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2498         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
2499         * minibuffer.el (completion-initials-expand): Only check the presence
2500         of delims *within* the boundaries, since otherwise the / delim is
2501         always found for files.
2503         Fix up various corner case problems.
2504         * doc-view.el (doc-view-last-page-number): New function.
2505         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
2506         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
2507         (doc-view-kill-proc): Avoid inf-loop in freak cases.
2508         (doc-view-reconvert-doc): Use the new recursive delete-directory.
2509         (doc-view-convert-current-doc): Don't create the resolution.el file
2510         here any more.
2511         (doc-view-pdf/ps->png): Do it here instead.
2512         (doc-view-already-converted-p): Check that resolution.el is present.
2513         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
2514         windows that are not yet showing images.
2516 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
2518         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
2519         `dired-uncache' for every elemnt which is an absolute file name.
2521         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
2522         directory, handle its directory component.
2523         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
2524         function is called permanently and creates noise, otherwise.
2526         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2527         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2528         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
2530 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
2532         * macros.el (apply-macro-to-region-lines):
2533         Minor simplification.  (Bug#5485)
2535 2010-02-04  Glenn Morris  <rgm@gnu.org>
2537         * mail/rmail.el (rmail-show-message-1): Handle malformed
2538         quoted-printable text.  (Bug#5441)
2540         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
2542         * simple.el (visual-line-mode): Capitalize lighter.
2544 2010-02-03  John Wiegley  <jwiegley@gmail.com>
2546         * iswitchb.el (iswitchb-completions): Add bookmark files to the
2547         list of files considered for "virtual buffer" completions.
2549 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
2551         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
2552         also in case of (and (not full) (not wildcard)). This is needed,
2553         when dired is called with a list of files, which are not in
2554         `default-directory'.  (Bug#5478)
2556 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2558         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
2560 2010-02-02  Juri Linkov  <juri@jurta.org>
2562         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
2563         from unidiff to allow function-line after @@.
2565 2010-02-02  Juri Linkov  <juri@jurta.org>
2567         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
2568         '(RCS SCCS) with inverted condition.
2570 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
2572         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
2573         messages.
2575 2010-02-01  Juri Linkov  <juri@jurta.org>
2577         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
2578         compare with "pkunzip" and "pkzip" instead of only "pkzip".
2579         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
2580         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
2582 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2584         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
2585         (doc-view-revert-buffer): New command.
2586         (doc-view-mode-map): Use it.
2588 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
2590         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
2591         pending merge is detected.
2593 2010-01-31  Juri Linkov  <juri@jurta.org>
2595         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
2596         beginning of interactive spec like all other grep commands do.
2597         Put "all" in front of "gz".  (Bug#5260)
2599 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
2601         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
2603 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
2605         * dirtrack.el (dirtrack): Warn instead of signalling error if the
2606         regexp is incorrect (Bug#5476).
2608 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
2610         * net/tramp.el (tramp-handle-insert-directory): Handle also
2611         symlinks, when FILENAME is not in `default-directory'.
2613 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
2615         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
2616         FILE is not in `default-directory'.  (Bug#5478)
2618         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
2619         of SWITCHES.  Handle the case, FILENAME is not in
2620         `default-directory'.  (Bug#5478)
2621         (tramp-register-file-name-handlers): Add safe-magic property.
2623 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
2625         * arc-mode.el (archive-zip-extract): Quote the argument passed to
2626         unzip (Bug#5475).
2628 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
2630         * progmodes/flymake.el (flymake-allowed-file-name-masks)
2631         (flymake-master-make-header-init): Add other C++ filename masks.
2632         (flymake-find-possible-master-files)
2633         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
2635 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
2637         Fix some busybox annoyances.
2639         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
2640         not responding." string.
2641         (tramp-open-connection-setup-interactive-shell): Dump stty
2642         settings.  Enable "neveropen" arg for all `tramp-send-command'
2643         calls.  Handle "=" in variable values properly.
2644         (tramp-find-inline-encoding): Raise an error, when no encoding is
2645         found.
2646         (tramp-wait-for-output): Check, whether PROC buffer is available.
2647         Remove spurious " ^H" sequences, sent by busybox.
2648         (tramp-get-ls-command): Suppress coloring, if possible.
2650 2010-01-28  Glenn Morris  <rgm@gnu.org>
2652         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
2654         * log-edit.el (log-edit-strip-single-file-name): Add missing
2655         :safe, :group, and :version tags.
2657 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
2659         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
2660         buffers.  (Bug#5477)
2662 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
2664         * files.el (delete-directory): Handle moving to trash without
2665         first doing recursion (Bug#5436).
2667 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
2669         * vc-hooks.el (vc-path): Mark as obsolete.
2671 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
2673         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
2674         names too.
2676         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
2677         for the short log.
2678         (vc-bzr-log-view-mode): Adjust regexp for the above change.
2680 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
2682         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
2684         * vc-bzr.el (vc-bzr-revision-table): New function.
2686 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
2688         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
2689         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
2691 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
2693         Remove support for adding --signoff on commit.
2694         Future support will use an incompatible generic mechanism.
2695         * vc-git.el (vc-git-add-signoff): Remove variable.
2696         (vc-git-toggle-signoff): Remove function.
2697         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
2699         * term/xterm.el (xterm-maybe-set-dark-background-mode):
2700         Rename from xterm-set-background-mode.  Return t if the background mode
2701         was set.
2702         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
2703         earlier, call it again in case the background mode has changed.
2705 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
2707         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
2708         (Bug#3541).
2710 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
2712         * emacs-lisp/assoc.el (aelement): Doc fix.
2713         (aput, adelete, amake): Use lexical-let (Bug#5450).
2715 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
2717         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
2718         is the same as subprogram call, not declaration.  (Bug#5435).
2720 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
2722         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
2723         (tramp-smb-maybe-open-connection): Use it.
2725 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
2727         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
2729 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2731         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
2732         just because we see "encoding: 8bit".
2733         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
2735 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
2737         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
2739 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
2741         * jka-compr.el (jka-compr-load): If load-file is not in
2742         load-history, try its file-truename version.  (bug#5447)
2744 2010-01-21  Alan Mackenzie  <acm@muc.de>
2746         Fix a situation where deletion of a cpp construct throws an error.
2747         * progmodes/cc-engine.el (c-invalidate-state-cache):
2748         Before invoking c-with-all-but-one-cpps-commented-out, check that the
2749         special cpp construct is still in the buffer.
2750         (c-parse-state): Record the special cpp with markers, not numbers.
2752 2010-01-21  Kenichi Handa  <handa@m17n.org>
2754         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
2755         process last-command-event, as it is now decoded first (Bug#5380).
2757 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
2759         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
2761 2010-01-20  Glenn Morris  <rgm@gnu.org>
2763         * indent.el (tab-always-indent): Fix custom-type.
2765 2010-01-19  Alan Mackenzie  <acm@muc.de>
2767         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
2768         buffer throws "args out of range".
2769         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
2770         playing the role of delimiter.
2772 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
2774         * progmodes/ada-mode.el: Fix bug#5400.
2775         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
2776         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
2777         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
2778         Improve comments in "is" portion.  Handle null procedure declaration.
2779         (ada-move-to-end): Improve doc string.
2781 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
2783         * ido.el (ido-cur-list): Initialize to nil.
2784         Remove obsolete information from commentary.
2785         (ido-choice-list): Initialize to nil.
2786         (ido-get-bufname): Reject minibuffers.
2787         (ido-make-buffer-list): If "default" is a nonexistent
2788         buffer, ignore it, as per the function's comment.
2789         (ido-kill-buffer-internal): New function.
2790         (ido-kill-buffer-at-head): Use it.
2791         (ido-visit-buffer): Likewise.
2793 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2795         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
2797 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
2799         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
2800         Fix typos in chart titles.
2802         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
2803         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
2804         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
2805         (describe-class, eieio-describe-generic, describe-generic):
2806         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
2807         (eieio-speedbar-expand):
2808         * emulation/viper-cmd.el (viper-exec-form-in-vi)
2809         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
2810         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
2811         (viper-del-backward-char-in-replace, viper-backward-indent)
2812         (viper-brac-function, viper-register-to-point, viper-submit-report):
2813         * net/tramp.el (tramp-remote-coding-commands):
2814         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
2815         Fix typos in docstrings.
2817 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2819         * mail/sendmail.el (mail-yank-original): Set the mark if the
2820         specified function for yanking does not do it.
2822 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
2824         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
2826         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
2827         resyncing a directory.
2829 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
2831         * progmodes/ada-mode.el: Fix bug#1920.
2832         (ada-ident-re): Delete ., allow multibyte characters.
2833         (ada-goto-label-re): New; matches goto labels.
2834         (ada-block-label-re): New; matches block labels.
2835         (ada-label-re): New; matches both.
2836         (ada-named-block-re): Deleted; callers changed to use
2837         `ada-block-label-re' instead.
2838         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2839         Use `ada-block-label-re'.
2840         (ada-indent-on-previous-lines): Improve handling of goto labels.
2841         (ada-get-indent-block-start): Special-case block label.
2842         (ada-get-indent-label): Split into `ada-indent-block-label' and
2843         `ada-indent-goto-label'.
2844         (ada-goto-stmt-start, ada-goto-next-non-ws):
2845         Optionally ignore goto labels.
2846         (ada-goto-next-word): Simplify.
2847         (ada-indent-newline-indent-conditional): Insert newline before
2848         trying to fix indentation; doc fix.
2850 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
2852         * calc/calc.el (calc-command-flags): Give it an initial value.
2854 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2856         * files.el (minibuffer-with-setup-hook):
2857         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2858         (artist-key-draw-continously, artist-key-do-continously-continously)
2859         (artist-key-set-point-continously, artist-mouse-draw-continously):
2860         Fix typos in docstrings.
2862 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
2864         * nxml/nxml-mode.el (nxml-extend-after-change-region):
2865         Never return t (Bug#3898).
2867 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
2869         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2870         can parse the output of the external commands (Bug#5279).
2872 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
2874         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2876 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
2878         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2880         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2882         * startup.el (command-line): Remove unused --icon-type arg.
2883         Handle --display arg, passing it to command-line-1 (Bug#5392).
2885 2010-01-16  Mario Lang  <mlang@delysid.org>
2887         * emacs-lisp/chart.el (chart-translate-namezone):
2888         * textmodes/artist.el (artist-compute-popup-menu-table):
2889         Remove duplicated words in doc-strings.
2891 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
2893         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2894         to mairix-search to suppress threading (Bug#5342).
2896 2010-01-15  Kenichi Handa  <handa@m17n.org>
2898         * international/mule-cmds.el (canonicalize-coding-system-name):
2899         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
2901 2010-01-15  Glenn Morris  <rgm@gnu.org>
2903         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
2905         * wid-edit.el (widget-keymap): Doc fix.
2907         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2908         former seems to be more widely accepted by various svn versions.
2910 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2912         * find-cmd.el (find-constituents):
2913         * vc-arch.el (vc-arch-root):
2914         * window.el (window-body-height, pop-up-frames):
2915         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2916         * progmodes/ada-stmt.el (ada-if):
2917         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2918         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2919         (ispell-encoding8-command, ispell-aspell-supports-utf8)
2920         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2922         * progmodes/flymake.el (flymake-post-syntax-check):
2923         Fix typo in error message.
2925 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2927         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2928         which is always a string.  (Bug#5313)
2930 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2932         * progmodes/ada-xref.el (ada-default-prj-properties):
2933         Simplify previous change.
2935 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2937         * progmodes/ada-xref.el (ada-default-prj-properties):
2938         Default ada_project_path to $ADA_PROJECT_PATH.
2940 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2942         * progmodes/ada-mode.el (ada-create-keymap):
2943         Override `narrow-to-defun' with `ada-narrow-to-defun'.
2945 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2947         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2948         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2949         (ada-get-current-indent, ada-imenu-generic-expression)
2950         (ada-which-function): Check for it.
2952 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2954         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2955         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2957 2010-01-14  Glenn Morris  <rgm@gnu.org>
2959         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
2961 2010-01-14  Kenichi Handa  <handa@m17n.org>
2963         * composite.el (auto-composition-mode): Make it a buffer local
2964         variable (permanent-local).
2965         (auto-composition-function): Set the default value to
2966         auto-compose-chars.
2967         (auto-composition-mode): Make it a simple function, not a minor mode.
2968         (global-auto-composition-mode): Likewise.
2969         (turn-on-auto-composition-if-enabled): Delete it.
2971 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
2973         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
2975 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
2977         * files.el (copy-directory): Compute target for recursive
2978         directories with identical names.  (Bug#5343)
2980 2010-01-12  Glenn Morris  <rgm@gnu.org>
2982         * mail/emacsbug.el (report-emacs-bug-pretest-address):
2983         Set it to bug-gnu-emacs rather than emacs-pretest-bug.
2985 2010-01-11  Sam Steingold  <sds@gnu.org>
2987         * imenu.el (imenu-default-create-index-function): Detect infinite
2988         loops caused by imenu-prev-index-position-function.
2990 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
2992         * htmlfontify.el (htmlfontify-load-rgb-file)
2993         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2994         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2995         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2996         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2997         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2998         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2999         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
3000         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
3001         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
3002         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
3003         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
3004         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
3005         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
3006         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
3007         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
3008         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
3009         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
3010         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
3011         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
3012         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
3013         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
3014         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
3015         backslash-quoting from parentheses, etc.
3017 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
3019         * progmodes/js.el: Autoload javascript-mode alias.
3021 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
3023         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
3024         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
3025         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
3026         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
3027         Fix typos in docstrings.
3028         (ffap-url-regexp): Doc fix.
3029         (ffap-at-mouse): Fix typo in message.
3031 2010-01-11  Glenn Morris  <rgm@gnu.org>
3033         * version.el (emacs-copyright): Set copyright year to 2010.
3035 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3037         * format.el (format-annotate-function): Only set
3038         write-region-post-annotation-function after running to-fn so as not to
3039         affect nested write-region calls (bug#5273).
3041 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
3043         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
3044         wisent/python.el.
3046 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
3048         * man.el (Man-goto-section): Signal error if the section is not
3049         found (Bug#5317).
3051 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
3053         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
3054         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
3056 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
3058         * progmodes/compile.el: Don't treat compile-command as safe if
3059         compilation-read-command might be nil (Bug#4218).
3061 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
3063         * startup.el (command-line-1): Use orig-argi to check for ignored X and
3064         NS options.
3066 2010-01-08  Kenichi Handa  <handa@m17n.org>
3068         * international/fontset.el (build-default-fontset-data):
3069         Exclude characters in scripts kana, hangul, han, or cjk-misc.
3071 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
3073         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
3074         to `create-file-buffer' as it expects, not just a buffer name.
3075         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
3076         to help uniquify.  (Bug#3224)
3078 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
3080         * font-setting.el (font-setting-change-default-font): Use user-spec
3081         instead of name.
3083 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3085         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
3087 2010-01-05  Tom Tromey  <tromey@redhat.com>
3089         * progmodes/python.el (python-font-lock-keywords):
3090         Handle qualified decorators (Bug#881).
3092 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
3094         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3095         in a lightweight checkout.
3097 2010-01-05  Kenichi Handa  <handa@m17n.org>
3099         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
3101 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
3103         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
3105 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
3107         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
3108         checkouts.  (Bug#618)
3109         (vc-bzr-log-view-mode): Also highlight the author.
3110         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
3111         (vc-bzr-shelve-menu-map):
3112         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
3113         (vc-bzr-shelve-apply): Make prompt more explicit.
3115 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3117         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
3118         They are valid characters in URL paths (rfc3986), and at least
3119         Firefox does not understand the encoded version (Bug#3166).
3121 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
3123         * progmodes/octave-mod.el (octave-end-keywords)
3124         (octave-block-begin-or-end-regexp, octave-block-match-alist):
3125         Add "end" keyword (Bug#3061).
3126         (octave-end-as-array-index-p): New function.
3127         (calculate-octave-indent): Use it.
3129 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3131         * bookmark.el: Consistently put the text property on the bookmark name.
3132         (bookmark-bmenu-marks-width): Bump back to 2, to include
3133         annotation marks.
3134         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
3135         property on the bookmark name, instead of not putting it at all.
3136         (bookmark-bmenu-list): Fix where we put the text property.
3138 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3140         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
3141         for showing buffer modified state (as added in the previous change).
3143 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3145         * bookmark.el: Show modified state of bookmark buffer more accurately.
3146         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3147         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3148         (with-buffer-modified-unmodified): New macro.
3149         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3150         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
3151         Use new macro to preserve the buffer modified state.
3153 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3155         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3156         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3157         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3158         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3159         (bookmark-bmenu-rename, bookmark-bmenu-locate)
3160         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3161         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3163 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
3165         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3166         Make the lines in the generated doc string shorter.  (Bug#4668)
3168 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
3170         * net/rcirc.el: Add follow-link binding (Bug#4738).
3172 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
3174         * Makefile.in (bzr-update): Rename from cvs-update.
3175         (cvs-update): New target for backward compatibility.
3177         * makefile.w32-in (bzr-update): Rename from cvs-update.
3178         (cvs-update): New target for backward compatibility.
3180 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3182         * bookmark.el: Remove gratuitous gratitude.
3184 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3186         * bookmark.el (bookmark-bmenu-any-marks): New function
3187         (bookmark-bmenu-save): Clear buffer modification if no marks.
3189 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3191         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
3192         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3193         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3194         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
3196         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
3197         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
3198         To: emacs-devel {_AT_} gnu.org
3199         Subject: bookmark.el bug report
3200         Date: Mon, 28 Dec 2009 14:19:16 +0800
3201         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3203 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3205         * bookmark.el: Improvements suggested by Drew Adams:
3206         (bookmark-bmenu-ensure-position): New name for
3207         `bookmark-bmenu-check-position'.  Just ensure the position,
3208         don't return any meaningful value.
3209         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
3210         New constants.
3212 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
3214         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3215         (bookmark-yank-point, bookmark-bmenu-check-position):
3216         Fix typos in docstrings.
3217         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3218         (bookmark-name-from-full-record, bookmark-get-position)
3219         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3220         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3221         Remove useless quoting of parenthesis, etc. in docstrings.
3223         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3224         (ediff-append-custom-diff): Fix typo in error message.
3225         (ediff-meta-mark-equal-files): Fix typos in messages.
3227         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3229         * net/imap-hash.el (imap-hash-make): Doc fix.
3230         (imap-hash-test): Fix typo in error message; reflow docstring.
3231         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3232         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3233         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3234         Fix typos in docstrings.
3235         (imap-hash-open-connection): Fix typo in error message.
3237         * play/gomoku.el (gomoku): Fix typos in docstring.
3239         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3240         (gdb-jsonify-buffer): Fix typos in docstring.
3241         (gdb-goto-breakpoint): Fix typo in error message.
3242         ("Display Other Windows"): Fix typo in help message.
3243         (gdb-speedbar-expand-node): Fix typo in question.
3245         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3246         (idlwave-html-system-help-location, idlwave-html-help-location)
3247         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3248         (idlwave-help-browser-generic-args, idlwave-help-directory)
3249         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3250         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3251         (idlwave-online-help, idlwave-help-html-link)
3252         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3253         Fix typos in docstrings.
3254         (idlwave-help-with-source, idlwave-help-find-routine-definition):
3255         Reflow docstrings.
3256         (idlwave-help-assistant-start): Fix typo in error message.
3258         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3259         (octave-electric-space): Fix typos in docstrings.
3261 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3263         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3265 2010-01-01  Juri Linkov  <juri@jurta.org>
3267         * comint.el (comint-input-ring-size): Make it a defcustom and
3268         increase the default to 500 (Bug#5148).
3270 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
3272         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
3273         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
3274         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
3276 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
3278         Show working revision correctly for mercurial.
3279         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
3280         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
3282 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
3284         Declare some functions for the byte-compiler.
3285         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
3286         (speedbar-timer-fn, speedbar-change-expand-button-char)
3287         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
3289 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
3291         This changeset reverts GDB Graphical Interface to use annotations.
3292         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
3294 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
3296         Make vc-dir work on subdirectories of the bzr root.
3297         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
3298         Return file names relative to it.
3299         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
3300         relative directory to vc-bzr-after-dir-status.
3302 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
3304         * font-lock.el (font-lock-refresh-defaults): New function, which
3305         can be used to let font-lock react to external changes in
3306         variables like font-lock-defaults and keywords.
3307         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3309 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
3311         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3313         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3315 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
3317         Supersede color.diff settings in git log (bug#5211).
3319         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3320         escape chars in its output when the user has color.diff set to `always'.
3321         This fix works on git 1.4.2 and newer (released on 2006-08-13).
3323 2009-12-26  Kevin Ryde  <user42@zip.com.au>
3325         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3326         node.  Keep previous "Index" name to work with past coreutils too.
3328         * man.el (man): Revise docstring a bit to show -a and -l as
3329         examples.  Add -k description since support for it has otherwise
3330         been a secret.  (Further to bug#3717.)
3331         (Man-bgproc-sentinel): When "-k foo" produces no output show error
3332         "no matches" rather than "Can't find manpage", as the latter reads
3333         like -k was interpreted as a page name, which is not so.  (Bug#5431)
3335 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
3337         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3338         switches.  Check also for //SUBDIRED// line.
3340 2009-12-25  Kenichi Handa  <handa@m17n.org>
3342         * language/indian.el (devanagari-composable-pattern): Fixed to
3343         handle ZWNJ and ZWJ.  Use it in composition-function-table for
3344         Devanagari.
3345         (malayalam-composable-pattern): Fix previous change.
3347 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3349         * ps-print.el (ps-face-attributes): It was not returning the
3350         attribute face for faces specified as string.  Reported by harven
3351         <harven@free.fr>.  (Bug#5254)
3352         (ps-print-version): New version 7.3.5.
3354 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
3356         * calendar/icalendar.el (icalendar--convert-tz-offset):
3357         Fixed timezone names.
3358         (icalendar--convert-tz-offset): Fixed the "last-day-problem".
3359         (icalendar--add-diary-entry): Remove the trailing blank that
3360         diary-make-entry inserts.
3362 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
3364         Make `file-expand-wildcards' work for remote files.
3366         * files.el (file-expand-wildcards): In case of remote files, check
3367         only local file name part for wildcards.  Provide feature 'files
3368         and subfeature 'remote-wildcards.  (Bug#5198)
3370         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3371         if there is already an established connection.
3372         (tramp-advice-file-expand-wildcards): Remove it.
3374         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3375         (tramp-advice-file-expand-wildcards): Moved from tramp.el.
3376         Activate advice for older GNU Emacs versions.  (Bug#5237)
3378 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
3380         Some doc fixes (more needed).
3382         * find-cmd.el (find-constituents): Reflow docstring.
3383         (find-cmd, find-prune, find-command): Fix typos in docstrings.
3384         (find-generic): Doc fix.
3386 2009-12-17  Juri Linkov  <juri@jurta.org>
3388         Fix regression from 23.1 to allow multiple modes in Local Variables.
3390         * files.el (hack-local-variables-filter): While ignoring duplicates,
3391         don't take `mode' into account.
3392         (hack-local-variables-filter, hack-dir-local-variables):
3393         Don't remove duplicate `mode' from local-variables-alist (like `eval').
3395 2009-12-17  Juri Linkov  <juri@jurta.org>
3397         Make `dired-diff' more safe.  (Bug#5225)
3399         * dired-aux.el (dired-diff): Signal an error when `file' equals to
3400         `current' or when `file' is a directory of the `current' file.
3402 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
3404         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3405         unconditionally preloaded files.
3407 2009-12-16  Juri Linkov  <juri@jurta.org>
3409         Revert to old 23.1 logic of using the file at the mark as default.
3410         * dired-aux.el (dired-diff): Use the file at the mark as default
3411         if it's not the same as the current file, and the target dir is
3412         the current dir or the mark is active.  Add the current file
3413         as the arg of `dired-dwim-target-defaults'.  Use the default file
3414         in the prompt.  (Bug#5225)
3416 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
3418         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3419         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3420         (tramp-check-for-regexp): Check also, when an echoing shell stops
3421         to echo sent commands.
3423 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3425         * Makefile.in: Revert last change (Bug#5191).
3427 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
3429         * vc-hg.el (vc-hg-print-log): Fix argument order.
3430         (vc-hg-working-revision): Make sure the command is executed in a
3431         known environment so that we can parse the output.  (Bug#4417)
3433 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3435         * progmodes/python.el (python-symbol-completions): Remove text
3436         properties from symbol string before calling python-send-receive.
3438 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
3440         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
3441         when there are values for both file and line.  (Bug#5060)
3443 2009-12-14  Juri Linkov  <juri@jurta.org>
3445         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
3446         whitespace after the file name of the first line of unified format,
3447         because git-diff doesn't output whitespace and file modification time
3448         after the file name.
3450 2009-12-14  David Kastrup  <dak@gnu.org>
3452         * info.el (Info-hide-cookies-node): Before hiding a cookie,
3453         check if it already has the `display' property added by
3454         `Info-display-images-node', and not put the `invisible' property
3455         in this case.
3457 2009-12-13  Glenn Morris  <rgm@gnu.org>
3459         * mail/emacsbug.el (message-sort-headers): Define for compiler.
3460         (report-emacs-bug): In message-mode, sort manually before storing
3461         original report text.  (Bug#5178)
3462         Remove superfluous save-excursion.
3464 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
3466         * net/dbus.el (dbus-property-handler): Filter lambda forms out
3467         when responding to "GetAll" properties.
3469 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
3471         * simple.el (compose-mail): Remove mail-setup-with-from from
3472         customization checks.
3474 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
3476         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
3477         RAR archives created on Unix systems.
3479 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3481         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
3482         the varalias that was accidentally removed by the 2009-11-19 change
3483         (bug#5186).
3485 2009-12-12  Kenichi Handa  <handa@m17n.org>
3487         * language/indian.el (indian-compose-regexp): New function.
3488         (malayalam-composable-pattern): Fix the pattern.
3489         (composition-function-table): Set malayalam-composable-pattern for
3490         Malayalam characters.
3492 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
3494         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
3495         rather than down-mouse-1, based on follow-link conventions.
3497         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
3498         are compiled.
3500 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
3502         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
3503         (verilog-vmm-statement-re, verilog-ovm-statement-re)
3504         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
3505         (verilog-leap-to-head, verilog-backward-token):
3506         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
3508 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
3510         * progmodes/verilog-mode.el (verilog-auto-lineup)
3511         (verilog-nameable-item-re): Cleanup user-visible spelling and
3512         documentation errors.  One reported by Gary Delp.
3513         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
3514         (verilog-read-decls): Fix AUTOWIRE with types declared in a
3515         package, bug195.  Reported by Pierre-David Pfister.
3517 2009-12-11  Glenn Morris  <rgm@gnu.org>
3519         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
3521         * mail/emacsbug.el: No longer require sendmail.
3522         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
3523         (report-emacs-bug-orig-text): Doc fix.
3524         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
3525         New local variables, to adapt to different mail-user-agents.
3526         (report-emacs-bug): Fix test for a gnu.org address.
3527         Use overlays for emphasis, since font-lock defeats 'face property.
3528         Pretest bugs also end up at the newsgroup these days.
3529         Stop message-mode stripping text properties.
3530         Set and use the new buffer-local variables.
3531         (report-emacs-bug-hook): Add doc-string.
3532         Remove some unnecessary save-excursions and simplify.
3533         Use the appropriate hook and send-command.
3535         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
3536         capitalization of some menu entries.
3538 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3540         * whitespace.el (whitespace-display-char-on):
3541         Ensure `buffer-display-table' is unique when two or more windows are
3542         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
3543         New version 12.1.
3545 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
3547         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
3548         characters in the Attribute field.
3550 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
3552         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
3554 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3556         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
3557         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3558         Disregard autoload-excludes.
3559         (update-directory-autoloads): Obey autoload-excludes here instead.
3560         But don't store its contents in no-autoloads and remove entries that
3561         refer to excludes files.
3563 2009-12-10  Glenn Morris  <rgm@gnu.org>
3565         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
3566         (expand-mail-aliases): Define for compiler.
3568         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
3569         Define for compiler.
3571         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
3572         appropriate for the mail-user-agent in use.
3574 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
3576         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
3578 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
3580         Fix short log parsing and fontification.
3581         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
3582         Fix fontification for the [merge] label.
3584 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
3586         Drop some properties to avoid surprises.
3587         * htmlfontify.el (hfy-ignored-properties): New defcustom.
3588         (hfy-fontify-buffer): Use it.
3590 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3592         Minor cleanup.
3593         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
3594         Adjust all callers.
3595         (ffap-locate-file): Remove unused arg `dir-ok' and make other
3596         args compulsory.  Adjust callers.
3597         (ffap-gopher-at-point): Remove unused var `name'.
3599         Get rid of the ELCFILES abomination.
3600         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3601         (compile-elcfiles): New phony target.
3602         (compile-main): Compute ELCFILES dynamically.
3603         (compile-clean): New target to remove left-over elc files.
3604         (compile, all): Use it.
3606 2009-12-09  Kenichi Handa  <handa@etlken>
3608         * international/mule-diag.el: Require help-mode instead of help-fns.
3610 2009-12-09  Kenichi Handa  <handa@m17n.org>
3612         * international/mule-cmds.el (ucs-names): Supply sufficiently
3613         fine ranges instead of pre-calculating accurate ranges.
3614         Iterate with bigger gc-cons-threshold.
3616 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
3618         Add support for stashing a snapshot of the current tree.
3619         * vc-git.el (vc-git-stash-snapshot): New function.
3620         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
3622 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
3624         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
3625         instead of `(beginning|end)-of-line'.
3627 2009-12-08  Glenn Morris  <rgm@gnu.org>
3629         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
3631         * Makefile.in (ELCFILES): Regenerate.
3633 2009-12-07  Juri Linkov  <juri@jurta.org>
3635         Don't lazy-highlight the comint output in history Isearch mode.
3637         * comint.el (comint-history-isearch-search): Instead of
3638         `comint-line-beginning-position', use `comint-after-pmark-p'
3639         to check if point if before the process mark, and go to
3640         `process-mark' in this case.
3642 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3644         * textmodes/tex-mode.el (latex-complete)
3645         (latex-indent-or-complete): Remove.
3646         (latex-mode): Set completion-at-point-functions instead.
3648         Provide a standard completion command and hook it into TAB.
3649         * minibuffer.el (completion-at-point-functions): New var.
3650         (completion-at-point): New command.
3651         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
3652         * progmodes/python.el (python-mode-map): Use completion-at-point.
3653         (python-completion-at-point): Rename from python-partial-symbol and
3654         adjust for use in completion-at-point-functions.
3655         (python-mode): Setup completion-at-point for Python completion.
3656         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
3657         extracted from lisp-complete-symbol.
3658         (lisp-complete-symbol): Use it.
3659         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
3660         setup completion-at-point for Elisp completion.
3661         (emacs-lisp-mode-map, lisp-interaction-mode-map):
3662         Use completion-at-point.
3663         * ielm.el (ielm-map): Use completion-at-point.
3664         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
3665         * progmodes/sym-comp.el: Move to...
3666         * obsolete/sym-comp.el: Move from progmodes.
3668 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
3670         Prevent save-buffer in Rmail buffers from using the coding-system
3671         of the current message, and from clobbering the encoding mnemonics
3672         in the mode line (Bug#4623).
3674         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
3675         flag, too.
3676         (rmail-message-encoding): New variable.
3677         (rmail-write-region-annotate): Record the encoding of the current
3678         message in rmail-message-encoding.
3679         (rmail-after-save-hook): New function, restores the encoding of
3680         the current message after the message collection is saved.
3682 2009-12-07  Juri Linkov  <juri@jurta.org>
3684         * progmodes/grep.el (grep-read-files): Use `completing-read'
3685         instead of `read-string'.  Set its `collection' arg to
3686         `read-file-name-internal'.  (Bug#4301)
3688 2009-12-07  Juri Linkov  <juri@jurta.org>
3690         Correctly restore original Isearch point.  (Bug#4994)
3692         * isearch.el (isearch-mode): Move `isearch-push-state' after
3693         `(run-hooks 'isearch-mode-hook)'.
3694         (isearch-cancel): When `isearch-push-state-function' is defined,
3695         let-bind `isearch-cmds' to the first state (the last element of
3696         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
3697         function and restores the original point).  Otherwise, move point
3698         to `isearch-opoint'.
3700 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3702         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
3703         chars that don't have names, so the table can be built much faster at
3704         run-time.
3706 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
3708         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
3709         change.  Suggested by David Kastrup.
3711         * simple.el (compose-mail): Check for incompatibilities and warn.
3712         (compose-mail-user-agent-warnings): New option.
3714 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
3716         Support showing a single log entry from vc-annotate.
3717         * vc.el (print-log): Add a new argument: START-REVISION.
3718         (vc-print-log-internal): Add a new optional argument and
3719         pass it to the backend.
3720         (vc-print-log, vc-print-root-log): Adjust callers.
3721         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
3722         buffer already displays the requested log entry, use it.
3723         Otherwise display only the log entry in question.
3724         * vc-svn.el (vc-svn-print-log):
3725         * vc-mtn.el (vc-mtn-print-log):
3726         * vc-hg.el (vc-hg-state):
3727         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
3728         (vc-git-show-log-entry): Return t on success.
3729         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
3730         (vc-bzr-show-log-entry): Return t on success.
3731         * vc-rcs.el (vc-rcs-print-log):
3732         * vc-sccs.el (vc-sccs-print-log):
3733         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
3735 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
3737         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
3738         Add menus to the meta mode.  (Bug#5043)
3740 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
3742         * ediff-init.el (ediff-event-key): Use event-to-character instead of
3743         event-key.
3745         * ediff.el (ediff-buffers-internal): Add unwind-protect.
3747 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
3749         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
3750         Berbain <raphael.berbain@gmail.com>.
3752         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
3753         characters.
3754         (tramp-initial-end-of-output): New defconst.
3755         (tramp-methods, tramp-find-shell)
3756         (tramp-open-connection-setup-interactive-shell)
3757         (tramp-maybe-open-connection): Use it.
3758         (tramp-shell-prompt-pattern, tramp-wait-for-output):
3759         Handle existence of `#' and `$'.
3761         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
3762         Use `tramp-initial-end-of-output'.
3764 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
3766         Get the background mode from the terminal for xterm, and set
3767         faces accordingly.
3768         * term/xterm.el (xterm-set-background-mode): New function.
3769         (terminal-init-xterm): Use it in case xterm supports background
3770         color queries.  Recompute faces after getting the background
3771         color.
3773 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
3775         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3776         number comment back on its own line, for easier parsing.
3778 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3780         Make it work for non-file buffers (bug#5102).
3781         * doc-view.el (doc-view-current-cache-dir):
3782         Use doc-view-buffer-file-name rather than buffer-file-name.
3783         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3785 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
3787         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3788         author field is too short.
3790 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
3792         * vc-git.el (vc-git-print-log): Handle a limit argument.
3793         Display the short log in graph form and with labels.
3794         (vc-git-log-view-mode): Handle labels.
3796         Make vc-revert change VC state from 'added to 'unregistered.
3797         * vc-git.el (vc-git-revert): Call git reset first.
3799 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
3801         * net/newst-backend.el, net/newst-plainview.el:
3802         * net/newst-reader.el, net/newst-ticker.el:
3803         * net/newst-treeview.el, net/newsticker.el:
3804         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
3806 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
3808         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3810         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3811         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
3812         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3813         Update annotation regexp.
3815         * simple.el (beginning-of-visual-line): Constrain to field
3816         boundaries (Bug#5106).
3818 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
3820         * xml.el (xml-substitute-numeric-entities):
3821         Move newsticker--decode-numeric-entities in newst-backend.el to
3822         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
3823         * net/newst-backend.el (newsticker--parse-generic-feed)
3824         (newsticker--parse-generic-items)
3825         (newsticker--decode-numeric-entities):
3826         Move newsticker--decode-numeric-entities in newst-backend.el to
3827         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
3829 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
3831         * progmodes/js.el (js--js-not): Add null to the list of values.
3833 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
3835         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
3837 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3839         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3840         delimiter if it is at the end of the current line.
3841         (bibtex-generate-url-list): Fix docstring.
3843 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3845         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3846         minibuffer's content with itself.
3847         Fold the confirm-after-completion case into the `confirm' case.
3848         (completion-pcm-word-delimiters): Add : and / to the delimiters.
3850 2009-12-06  Kevin Ryde  <user42@zip.com.au>
3852         * ffap.el (ffap-rfc-path): Make this a defcustom since
3853         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
3855         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
3856         manuals, similar to existing setup for help-mode.  (Bug#3913.)
3858 2009-12-05  Juri Linkov  <juri@jurta.org>
3860         Save and restore dired buffer's point positions too.  (Bug#4880)
3862         * dired.el (dired-save-positions): Return in the first element
3863         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3864         Doc fix.
3865         (dired-restore-positions): First restore buffer's position.
3866         While restoring window's positions, check if window still displays
3867         the original buffer.
3869 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
3871         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3872         if possible.
3874         * shell.el (shell): Require ansi-color (Bug#5113).
3876         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3878         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3880 2009-12-05  Alan Mackenzie  <acm@muc.de>
3882         * progmodes/cc-mode.el (c-before-hack-hook)
3883         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3884         `c-file-style' to work again.  This reversion restores the current
3885         software to its state in Emacs 23.1.  (Bug#4146)
3887 2009-12-05  Kevin Ryde  <user42@zip.com.au>
3889         * textmodes/sgml-mode.el (sgml-lexical-context):
3890         Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
3892 2009-12-05  Juri Linkov  <juri@jurta.org>
3894         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3895         for virtual nodes.  (Bug#4147)
3896         (Info-find-node-2): Set `Info-current-node-virtual' to nil
3897         when moving from a virtual node.
3898         (Info-mode-menu): Add `Info-virtual-index' to the menu.
3899         (Info-mode): Add `Info-virtual-index' to the docstring.
3901 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3903         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3904         track of the buffer position of the end of a BibTeX entry as this
3905         position may change during reformatting.
3906         (bibtex-format-entry): Remove whitespace before processing
3907         numerical fields so that we recognize the latter properly.
3908         (bibtex-reformat): Do not use push which changes the global value
3909         of bibtex-entry-format.
3910         (bibtex-field-braces-alist, bibtex-field-strings-alist)
3911         (bibtex-field-re-init): Replace only space characters by regexp
3912         for whitespace.
3913         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
3914         (bibtex-initialize): Also update bibtex-strings.
3915         (bibtex-kill-field): Preserve white space at end of entry.
3916         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3917         Update bibtex-reference-keys.
3919 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3921         * minibuffer.el (completion-pcm--merge-try): Also consider placing
3922         point after a star, if that's the only place where modifications can
3923         make progress.
3925 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
3927         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3928         in docstrings.
3930 2009-12-04  Juri Linkov  <juri@jurta.org>
3932         * proced.el (proced): Call `(proced-update t)' to update process
3933         information instead of only running proced-post-display-hook.
3934         (proced-send-signal): Add a leading space to the buffer name
3935         " *Marked Processes*" to make this buffer ephemeral.
3937 2009-12-04  Juri Linkov  <juri@jurta.org>
3939         * dired.el (dired-auto-revert-buffer): New defcustom.
3940         (dired-internal-noselect): Use it.
3942 2009-12-04  Juri Linkov  <juri@jurta.org>
3944         Change roles of modes and functions in image-mode.el (Bug#5062).
3946         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3947         in `auto-mode-alist'.
3948         (image-mode-previous-major-mode): New variable.
3949         (image-minor-mode-map): Rename from `image-mode-text-map'.
3950         (image-mode): Move graceful error-handling code from
3951         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
3952         (image-minor-mode): Remove all image-handling code.
3953         Replace `image-mode-text-map' with `image-minor-mode-map'.
3954         Check for `image-type' in mode-line format string.
3955         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3956         (image-mode-as-text): New function with most code from
3957         `image-mode-maybe'.
3958         (image-toggle-display-text): Move code that removes image
3959         properties from `image-toggle-display' to here.
3960         (image-toggle-display-image): New function with code that adds
3961         image properties copied from `image-toggle-display'.
3962         (image-toggle-display): Remove most code with leaving only code
3963         that toggles between `image-mode-as-text' and `image-mode'.
3965 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
3967         * net/newst-treeview.el
3968         (newsticker--treeview-list-highlight-start): Restored call to
3969         save-excursion: Selected item was stuck.
3970         (newsticker--treeview-list-select): New.
3971         (newsticker--treeview-item-show-text)
3972         (newsticker--treeview-item-show)
3973         (newsticker--treeview-item-update): Use new
3974         newsticker-treeview-item-mode.
3975         (newsticker-treeview-update): Keep current item.
3976         (newsticker-treeview-next-new-or-immortal-item): Doc change.
3977         (newsticker--treeview-first-feed): Doc change.
3978         (newsticker-treeview-list-menu)
3979         (newsticker-treeview-item-menu): Added menu entries.
3980         (newsticker-treeview-item-mode): New.
3982         * net/newst-backend.el (newsticker-customize): Delete other
3983         windows.
3985 2009-12-04  Sam Steingold  <sds@gnu.org>
3987         * log-view.el (log-view-mode-map): "q" calls quit-window,
3988         like in all the other non-self-insert buffers.
3990 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3992         Minor cleanup.
3993         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3994         key decoding rather than do it manually via last-input-event +
3995         ascii-character.
3996         (term-exec): Use delete-and-extract-region.
3997         (term-handle-ansi-terminal-messages): Remove unused var `end'.
3998         (term-process-pager): Remove unused var `i'.
3999         (term-dynamic-simple-complete): Make obsolete.
4000         (serial-update-config-menu): Remove unused vars `y' and `str'.
4001         (term-update-mode-line): Remove unused var `temp'.
4003 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4005         Limit the number of log entries displayed by default.
4006         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
4007         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
4008         using a prefix argument.
4010 2009-12-03  Glenn Morris  <rgm@gnu.org>
4012         * progmodes/idlwave.el (class): Restore still useful declaration.
4014 2009-12-03  Alan Mackenzie  <acm@muc.de>
4016         Enhance `c-parse-state' to run efficiently in "brace deserts".
4018         * progmodes/cc-mode.el (c-basic-common-init):
4019         Call c-state-cache-init.
4020         (c-neutralize-syntax-in-and-mark-CPP): Rename from
4021         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
4022         placing `category' properties value 'c-cpp-delimiter at its boundaries.
4024         * progmodes/cc-langs.el (c-before-font-lock-function):
4025         c-extend-and-neutralize-syntax-in-CPP has been renamed
4026         c-neutralize-syntax-in-and-mark-CPP.
4028         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
4029         with `category' properties now, not `syntax-table' ones.
4031         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
4032         enhanced (but slower) version of c-end-of-macro that won't land
4033         inside a literal or on another awkward character.
4034         (c-state-cache-too-far, c-state-cache-start)
4035         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
4036         (c-state-nonlit-pos-cache-limit, c-state-point-min)
4037         (c-state-point-min-lit-type, c-state-point-min-lit-start)
4038         (c-state-min-scan-pos, c-state-brace-pair-desert)
4039         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
4040         buffer local variables.
4041         (c-state-literal-at, c-state-lit-beg)
4042         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
4043         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
4044         (c-state-cache-top-paren, c-state-cache-after-top-paren)
4045         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
4046         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
4047         (c-renarrow-state-cache)
4048         (c-append-lower-brace-pair-to-state-cache)
4049         (c-state-push-any-brace-pair, c-append-to-state-cache)
4050         (c-remove-stale-state-cache)
4051         (c-remove-stale-state-cache-backwards, c-state-cache-init)
4052         (c-invalidate-state-cache-1, c-parse-state-1)
4053         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
4054         (c-parse-state): Enhance and refactor.
4055         (c-debug-parse-state): Amend to deal with all the new variables.
4057         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
4058         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
4059         modify to use category text properties rather than syntax-table ones.
4060         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
4061         to switch off/on the syntactic paren property of C++ template
4062         delimiters using the category property.
4063         (c-with-<->-as-parens-suppressed): Macro to invoke code with
4064         template delims suppressed.
4065         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
4066         New constant/macros which apply category properties to the start
4067         and end of preprocessor constructs.
4068         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
4069         "comment out" the syntactic value of characters in preprocessor
4070         constructs.
4071         (c-with-cpps-commented-out)
4072         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
4073         with characters in all or all but one preprocessor constructs
4074         "commented out".
4076 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4078         * proced.el (proced-filter-alist): Use regexp-quote.
4080 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
4082         Cleanup.
4083         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
4084         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
4085         arguments.  Expand `default-directory'.
4087         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
4088         the benefit of returning an expanded localname.
4089         (tramp-tramp-file-p): Handle the case NAME is not a string.
4091 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4093         Add support for bzr shelve/unshelve.
4094         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4095         (vc-bzr-extra-menu-map): New variables.
4096         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
4097         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
4098         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
4099         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
4100         (vc-bzr-dir-extra-headers): Display shelves.
4102         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
4104 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4106         * textmodes/bibtex.el (bibtex-complete-internal):
4107         Use completion-in-region.
4108         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
4110 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4112         Support applying stashes.  Improve UI.
4113         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
4114         (vc-git-stash-apply, vc-git-stash-pop)
4115         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
4116         (vc-git-stash-menu): New functions.
4117         (vc-git-stash-menu-map): New variable.
4118         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
4120 2009-12-03  Glenn Morris  <rgm@gnu.org>
4122         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
4123         (vc-print-log-internal): Fix previous change.
4124         (vc-revert): Correct pluralization.
4126 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4128         * progmodes/make-mode.el (makefile-special-targets-list): No need for
4129         it to be an alist any more.
4130         (makefile-complete): Use completion-in-region.
4132         * progmodes/octave-mod.el (octave-complete-symbol):
4133         Use completion-in-region.
4135         Misc cleanup.
4136         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
4137         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
4138         (idlwave-complete-class): Don't quote lambda.
4139         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
4140         (idlwave-mode-map): Move initialization into declaration.
4141         (idlwave-action-and-binding): Use backquotes.
4142         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4143         Simplify.
4144         (idlwave-is-pointer-dereference): Remove unused var `pos'.
4145         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4146         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4147         `parts', and `all-parts'.
4148         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4149         (idlwave-convert-xml-system-routine-info): Remove unused string
4150         `version-string'.
4151         (idlwave-display-user-catalog-widget): Use dolist.
4152         (idlwave-scanning-lib): Declare dynamically-scoped var.
4153         (idlwave-scan-library-catalogs): Remove unused var `flags'.
4154         (completion-highlight-first-word-only): Declare to silence bytecomp.
4155         (idlwave-popup-select): Tighten scope of `resp'.
4156         (idlwave-find-struct-tag): Remove unused var `beg'.
4157         (idlwave-after-load-rinfo-hook): Declare.
4158         (idlwave-sintern-class-info): Remove unused var `taglist'.
4159         (idlwave-find-class-definition): Remove unused var `list'.
4160         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4161         (idlwave-what-module-find-class): Remove unused var `classes'.
4163 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
4165         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4167 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4169         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4170         buffers visited.  Remove redundant current-buffer-saving.
4172 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4174         Use completion-in-buffer and remove uses of dynamic scoping.
4175         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4176         (pascal-buffer-to-use, pascal-flag): Don't declare.
4177         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4178         (pascal-get-completion-decl, pascal-keyword-completion):
4179         Add `pascal-str' argument, save-excursion,
4180         return the found completions, and don't filter with pascal-pred.
4181         (pascal-completion-cache): New var.
4182         (pascal-completion): Don't switch buffer any more (it was never
4183         necessary).  Don't save-excursion any more (it's done by the called
4184         subroutines).  Use a cache to avoid redundant computations.
4185         Use complete-with-action rather than pascal-completion-response and
4186         let it apply the predicate as well.
4187         (pascal-complete-word): Use completion-in-buffer when
4188         pascal-toggle-completions is nil.
4189         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4190         not used any more.
4191         (pascal-comp-defun): Don't change buffer any more.
4192         Use complete-with-action rather than pascal-completion-response and
4193         let it apply the predicate as well.
4194         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4195         when neded.
4197 2009-12-02  Kenichi Handa  <handa@m17n.org>
4199         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4200         shape for all Indic scripts.
4202 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4204         Use completion-in-buffer.
4205         * wid-edit.el (widget-field-text-end): New function.
4206         (widget-field-value-get): Use it.
4207         (widget-string-complete, widget-file-complete)
4208         (widget-color-complete): Use it and completion-in-region.
4209         (widget-complete): Don't narrow the buffer.
4211 2009-12-02  Glenn Morris  <rgm@gnu.org>
4213         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
4214         (rmail-select-summary): Use rmail-pop-to-buffer.
4215         * mail/rmailsum.el: Replace all pop-to-buffer calls with
4216         rmail-pop-to-buffer, to prevent horizontal splits.
4218         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4219         save-excursion with save-current-buffer.
4220         Widen before searching.  (Bug#5093)
4221         (diary-list-sexp-entries): Remove superfluous save-excursion.
4223 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
4225         * woman.el (woman-make-bufname): Handle man-pages with "." in the
4226         name.  (Bug#5038)
4228 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
4230         * ido.el (ido-file-internal): Handle filenames at point that do
4231         not have a directory part.  (Bug#5049)
4233 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
4235         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4236         (mpc-songs-jump-to, mpc-resume): Doc fixes.
4238 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
4240         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4241         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4242         any more.
4244 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4246         * comint.el (comint-insert-input): Ignore clicks to the right of
4247         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4249         * vc.el (vc-print-log-internal): Don't wait for the process to
4250         terminate before setting up the major mode.
4252         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4253         in case.
4255         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4256         the last element.
4258         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4260 2009-12-01  Glenn Morris  <rgm@gnu.org>
4262         * window.el (window--display-buffer-2): Fix previous changes.
4264 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
4266         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4268 2009-12-01  Glenn Morris  <rgm@gnu.org>
4270         * Makefile.in (ELCFILES): Add mpc.elc.
4272 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4274         * mpc.el: New file.
4276 2009-12-01  Glenn Morris  <rgm@gnu.org>
4278         * window.el (window-to-use): Define for compiler.
4280         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4281         consistent with others (no final period).
4283         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4284         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
4286 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
4288         Make vc-print-log buttons work.
4289         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
4291 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
4293         * savehist.el (savehist-autosave-interval): Allow setting to nil
4294         through customize.  (Bug#5056)
4296 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
4298         Fix references to jit-lock properties.
4299         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4300         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4301         (perl-font-lock-special-syntactic-constructs):
4302         Quote jit-lock-defer-multiline property.
4304 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
4306         * vc-git.el (vc-git-registered): Call vc-git-root only once.
4308 2009-11-30  Juri Linkov  <juri@jurta.org>
4310         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4311         value `buffer' of `multi-isearch-next-buffer-current-function'.
4312         Use `(current-buffer)' when `buffer' is nil.
4313         (multi-isearch-next-buffer-from-list): Don't fallback to
4314         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
4316 2009-11-30  Juri Linkov  <juri@jurta.org>
4318         * misearch.el (multi-isearch-read-buffers): Move canonicalization
4319         of buffers with `get-buffer' to `multi-isearch-buffers'.
4320         (multi-isearch-buffers, multi-isearch-buffers-regexp):
4321         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
4322         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4323         FILES with `expand-file-name' converting relative file names
4324         to absolute.  Doc fix.  (Bug#4727)
4326 2009-11-30  Juri Linkov  <juri@jurta.org>
4328         * misearch.el (multi-isearch-read-buffers)
4329         (multi-isearch-read-matching-buffers): New functions.
4330         (multi-isearch-buffers, multi-isearch-buffers-regexp):
4331         Use them in the `interactive' spec.  Doc fix.
4332         (multi-isearch-read-files, multi-isearch-read-matching-files):
4333         New functions.
4334         (multi-isearch-files, multi-isearch-files-regexp):
4335         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
4337 2009-11-30  Juri Linkov  <juri@jurta.org>
4339         * doc-view.el (doc-view-continuous):
4340         Rename from `doc-view-continuous-mode'.
4341         (doc-view-menu): Move "Toggle display" to the top.
4342         Add submenu "Continuous" with radio buttons "Off"/"On"
4343         and "Save as Default".
4344         (doc-view-scroll-up-or-next-page)
4345         (doc-view-scroll-down-or-previous-page)
4346         (doc-view-next-line-or-next-page)
4347         (doc-view-previous-line-or-previous-page):
4348         Rename `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
4350 2009-11-30  Juri Linkov  <juri@jurta.org>
4352         * comint.el (comint-mode-map): Rebind `M-r' from
4353         `comint-previous-matching-input' to
4354         `comint-history-isearch-backward-regexp'.
4355         Unbind `M-s' to allow global key binding `M-s'.
4356         Add menu items for `comint-history-isearch-backward' and
4357         `comint-history-isearch-backward-regexp'.  (Bug#3746)
4359 2009-11-30  Juri Linkov  <juri@jurta.org>
4361         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4362         For def=recenter, replace `recenter' with `recenter-top-bottom'
4363         that is called with `this-command' and `last-command' let-bound
4364         to `recenter-top-bottom'.  When the last `def' was not `recenter',
4365         set `recenter-last-op' to nil.  (Bug#4981)
4367 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4369         Minor cleanup and simplification.
4370         * filecache.el (file-cache-add-directory)
4371         (file-cache-add-directory-recursively)
4372         (file-cache-add-from-file-cache-buffer)
4373         (file-cache-delete-file-regexp, file-cache-delete-directory)
4374         (file-cache-files-matching-internal, file-cache-display): Use dolist.
4375         (file-cache-temp-minibuffer-message): Delete function.
4376         (file-cache-minibuffer-complete): Use minibuffer-message instead.
4378         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4379         Don't signal an error when bumping into EOB in tr, s, or y.
4381 2009-11-29  Juri Linkov  <juri@jurta.org>
4383         * startup.el (fancy-about-text): Fix wording of Guided Tour.
4384         (Bug#4960)
4386         * descr-text.el (describe-char-unidata-list): Use lowercase name
4387         for "Unicode name" like in other tags.
4389 2009-11-29  Juri Linkov  <juri@jurta.org>
4391         * ediff-util.el (ediff-minibuffer-with-setup-hook):
4392         New compatibility macro.
4393         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
4395 2009-11-29  Juri Linkov  <juri@jurta.org>
4397         Add defcustom to define the cycling order of `recenter-top-bottom'.
4398         (Bug#4981)
4400         * window.el (recenter-last-op): Doc fix.
4401         (recenter-positions): New defcustom.
4402         (recenter-top-bottom): Rewrite to use `recenter-positions'.
4403         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4405 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
4407         Improve integration of Tramp and ange-ftp in eshell.
4409         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
4410         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
4411         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
4413         * eshell/esh-util.el (top): Require also Tramp when compiling.
4414         (eshell-directory-files-and-attributes): Check for FTP remote
4415         connection.
4416         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
4417         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
4418         (eshell-file-attributes): Handle ".".  Return `entry'.
4420         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
4421         (ange-ftp-directory-files-and-attributes)
4422         (ange-ftp-real-directory-files-and-attributes): New defuns.
4424         * net/tramp.el (tramp-maybe-open-connection): Open the remote
4425         shell with "exec" when possible.  This prevents trailing prompts
4426         in `start-file-process'.
4428 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4430         Try and remove assumptions about point-min==1.
4431         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
4432         (rng-compute-mode-line-string): Show the validation percentage in
4433         terms of the narrowed text, not the widened text.
4434         (rng-do-some-validation): Don't catch internal errors when debugging.
4435         (rng-first-error): Simplify.
4436         (rng-after-change-function): Remove work around.  AFAIK the bug has
4437         been fixed a while ago.
4439         * image-mode.el (image-minor-mode): Exit more gracefully when the image
4440         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
4442         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
4444         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
4445         `cd' doesn't always do it for us (bug#5067).
4447         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
4448         on 2009-10-25 as part of some other change (bug#5067).
4450 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4452         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4453         `suspicious'.
4454         (byte-compile-warnings): Use byte-compile-warning-types.
4455         (byte-compile-save-excursion): Warn about use of set-buffer right
4456         after save-excursion.
4458         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
4459         the excursion as well.
4461 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
4463         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
4464         providing a Tramp related implementation of "su" and "sudo".
4465         (eshell-unix-initialize): Add "su" and "sudo".
4467 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
4469         * net/socks.el (socks-send-command): Convert binary request to
4470         unibyte before sending.  This fixes mishandling of some port
4471         numbers such as 129.
4473 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4475         * help.el (describe-bindings-internal): Remove `interactive'.
4477         * man.el (Man-completion-table): Trim a terminating "(".
4478         Remove the space between name page a section.
4479         Add the command's description on the `help-echo' property.
4480         Remove `process-connection-type' binding since it's unused by
4481         call-process.
4482         Provide completion for the "<section> <name>" format as well.
4483         (Man-default-man-entry): Remove spurious var shadowing the argument.
4485 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4487         * log-view.el: Add "Keywords: tools", since its other keywords
4488         aren't in finder-known-keywords, and following vc.el.
4490         * sha1.el (sha1-string-external): default-directory "/" in case
4491         otherwise non-existent.  process-connection-type pipe for touch of
4492         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4494 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4496         Misc coding convention cleanups.
4497         * htmlfontify.el (hfy-init-kludge-hook): Rename from
4498         hfy-init-kludge-hooks.
4499         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
4500         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
4501         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
4502         and push.
4503         (hfy-slant, hfy-weight): Use tables rather than code.
4504         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
4505         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
4506         (hfy-face-attr-for-class): Initialize `face-spec' directly.
4507         (hfy-face-to-css): Remove `nconc' with single arg.
4508         (hfy-p-to-face-lennart): Use `or'.
4509         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
4510         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
4511         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
4512         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
4513         (hfy-force-fontification): Use run-hooks.
4515 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
4517         Various minor fixes.
4518         * htmlfontify.el (hfy-default-header): Add toggle_invis since
4519         Javascript belongs in the header, not the body.
4520         (hfy-javascript): Remove.
4521         (hfy-fontify-buffer): Don't insert it any more.
4522         (hfy-face-at): Handle (face0 face1 face2) style face properties.
4523         Fix bug in invis handling when there were no invis props in a chunk.
4525 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4527         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
4529 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
4531         * finder.el (finder-mode-map): Add a menu.
4533 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
4535         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
4536         "unsigned" structs.
4538         (verilog-leap-to-head, verilog-backward-token): Handle "disable
4539         fork" statement better.
4541 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
4543         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
4544         (verilog-delete-auto, verilog-delete-empty-auto-pair)
4545         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
4546         Reported by Clay Douglass.
4548         (verilog-auto-inst, verilog-auto-star-safe)
4549         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
4550         Fix removing "// Interfaces" when saving .* expansions.
4551         Reported by Pierre-David Pfister.
4553 2009-11-26  Glenn Morris  <rgm@gnu.org>
4555         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
4556         the scope.
4558 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
4560         * vc-annotate.el (vc-annotate-revision-previous-to-line):
4561         Really use previous revision.
4563 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4565         * man.el (Man-completion-table): default-directory "/" in case
4566         doesn't otherwise exist.  process-environment COLUMNS=999 so as
4567         not to truncate long names.  process-connection-type pipe to avoid
4568         any chance of hitting the pseudo-tty TIOCGWINSZ.
4569         (man): completion-ignore-case t for friendliness and since man
4570         itself is case-insensitive on the command line.
4571         Further to Bug#3717.
4573         * arc-mode.el: Add "Keywords: files", so the details in its
4574         commentary can be reached from finder-by-keyword.
4575         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
4576         editing mode, but it's comms related and sgml-mode.el has "comm"
4577         on that basis too.
4578         * textmodes/bibtex-style.el: Add "Keywords: tex".
4579         * international/isearch-x.el, international/ja-dic-cnv.el:
4580         * international/ja-dic-utl.el, international/kkc.el:
4581         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
4583 2009-11-25  Juri Linkov  <juri@jurta.org>
4585         * man.el (Man-completion-table): Modify regexp to include
4586         section names to completion strings.  (Bug#3717)
4588 2009-11-25  Juri Linkov  <juri@jurta.org>
4590         Search recursively in gzipped files.  (Bug#4982)
4592         * progmodes/grep.el (grep-highlight-matches): Add new options
4593         `always' and `auto'.  Doc fix.
4594         (grep-process-setup): Check `grep-highlight-matches' for
4595         `auto-detect' to determine the need to compute grep defaults.
4596         Move Windows/DOS specific --colors settings handling
4597         to `grep-compute-defaults'.  Check `grep-highlight-matches'
4598         to get the value of "--color=".
4599         (grep-compute-defaults): Compute `grep-highlight-matches' when it
4600         has the value `auto-detect'.  Move Windows/DOS specific settings
4601         from `grep-process-setup'.
4602         (zrgrep): New command with alias `rzgrep'.
4604 2009-11-25  Juri Linkov  <juri@jurta.org>
4606         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
4607         to nil instead of switching off view-mode.  (Bug#4896)
4609 2009-11-25  Juri Linkov  <juri@jurta.org>
4611         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
4613         * mwheel.el (mwheel-scroll-up-function)
4614         (mwheel-scroll-down-function): New defvars.
4615         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
4616         `scroll-up', and `mwheel-scroll-down-function' instead of
4617         `scroll-down'.
4619         * doc-view.el (doc-view-scroll-up-or-next-page)
4620         (doc-view-scroll-down-or-previous-page): Add optional ARG.
4621         Use this ARG in the call to image-scroll-up/image-scroll-down.
4622         Change `interactive' spec to "P".  Goto next/previous page only
4623         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
4624         SPC/DEL case).  Doc fix.
4625         (doc-view-next-line-or-next-page)
4626         (doc-view-previous-line-or-previous-page): Rename arg to ARG
4627         for consistency.
4628         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
4629         `doc-view-scroll-up-or-next-page', and buffer-local
4630         `mwheel-scroll-down-function' to
4631         `doc-view-scroll-down-or-previous-page'.
4633 2009-11-25  Juri Linkov  <juri@jurta.org>
4635         Provide additional default values (directories at other Dired
4636         windows) via M-n in the minibuffer of some Dired commands.
4638         * dired-aux.el (dired-diff, dired-compare-directories)
4639         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
4640         `minibuffer-default' in `minibuffer-with-setup-hook'.
4641         (dired-dwim-target-directory): Find a window that displays Dired
4642         buffer instead of failing when the next window is not Dired.
4643         Use `get-window-with-predicate' to find for the next Dired window.
4644         (dired-dwim-target-defaults): New function.
4646         * ediff-util.el (ediff-read-file-name):
4647         Use `dired-dwim-target-defaults' to set `minibuffer-default'
4648         in `minibuffer-with-setup-hook'.
4650 2009-11-25  Juri Linkov  <juri@jurta.org>
4652         Provide additional default values (file name at point or at the
4653         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
4655         * minibuffer.el (read-file-name-defaults): New function.
4656         (read-file-name): Reset `minibuffer-default' to nil when
4657         it duplicates initial input `insdef'.
4658         Bind `minibuffer-default-add-function' to lambda that
4659         calls `read-file-name-defaults' in `minibuffer-selected-window'.
4660         (minibuffer-insert-file-name-at-point): New command.
4662         * files.el (file-name-at-point-functions): New defcustom.
4663         (find-file-default): Remove defvar.
4664         (find-file-read-args): Don't use `find-file-default'.
4665         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4666         to `read-file-name'.
4667         (find-file-literally): Use `read-file-name' with
4668         `confirm-nonexistent-file-or-buffer'.
4670         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
4672         * dired.el (dired-read-dir-and-switches):
4673         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4674         to `read-file-name'.
4675         (dired-file-name-at-point): New function.
4676         (dired-mode): Add hook `dired-file-name-at-point' to
4677         `file-name-at-point-functions'.
4679 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4681         Really make the *Completions* window soft-dedicated (bug#5030).
4682         * window.el (window--display-buffer-2): Add `dedicated' argument.
4683         (display-buffer): Pass it when needed so the dedicated flag is set
4684         after calling set-window-buffer, which would otherwise reset it.
4686 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4688         * progmodes/meta-mode.el (meta-complete-symbol):
4689         * progmodes/etags.el (complete-tag):
4690         * mail/mailabbrev.el (mail-abbrev-complete-alias):
4691         Use completion-in-region.
4693         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
4694         (dabbrev-completion): Use completion-in-region.
4695         (dabbrev--abbrev-at-point): Simplify regexp.
4697         * abbrev.el (abbrev--before-point): Use word-motion functions
4698         if :regexp is not specified (bug#5031).
4700         * subr.el (string-prefix-p): New function.
4702         * man.el (Man-completion-cache): New var.
4703         (Man-completion-table): Use it.
4705         * vc.el (vc-print-log-internal): Make `limit' optional for better
4706         compatibility (e.g. with vc-annotate.el).
4708 2009-11-24  Kevin Ryde  <user42@zip.com.au>
4710         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
4711         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
4713         * emacs-lisp/elint.el (elint-add-required-env): Better error message
4714         when .el source file not found or other error.
4716 2009-11-24  Markus Triska  <markus.triska@gmx.at>
4718         * linum.el (linum-update-window): Ignore intangible (bug#4996).
4720 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4722         Handle the [back] button properly (bug#4979).
4723         * descr-text.el (describe-text-properties): Add a `buffer' argument.
4724         Use help-setup-xref, help-buffer, and with-help-window.
4725         (describe-char): Add `buffer' argument.
4726         Pass proper command to help-setup-xref.  Don't meddle with
4727         help-xref-stack-item directly.
4728         (describe-text-category): Use with-help-window and help-buffer.
4730         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4731         for the displayed buffer (bug#4887).
4733         * man.el (Man-completion-table): New function.
4734         (man): Use it.
4736 2009-11-24  David Reitter  <david.reitter@gmail.com>
4738         * vc-git.el (vc-git-registered): Use checkout directory (where
4739         .git is) rather than the file's directory and a relative path spec
4740         to work around a bug in git.
4742 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
4744         Improve handling of processes on remote hosts.
4746         * eshell/esh-util.el (eshell-path-env): New defvar.
4747         (eshell-parse-colon-path): New defun.
4748         (eshell-file-attributes): Use `eshell-parse-colon-path'.
4750         * eshell/esh-ext.el (eshell-search-path):
4751         Use `eshell-parse-colon-path'.
4752         (eshell-remote-command): Remove argument HANDLER.
4753         (eshell-external-command): Check for FTP remote connection.
4755         * eshell/esh-proc.el (eshell-gather-process-output):
4756         Use `file-truename', in order to start also symlinked files.
4757         Apply `start-file-process' instead of `start-process'.
4758         Shorten `command' to the local file name part.
4760         * eshell/em-cmpl.el (eshell-complete-commands-list):
4761         Use `eshell-parse-colon-path'.
4763         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4765         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
4766         to `eshell-directory-change-hook'.
4768 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
4770         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
4771         because it could be enabled automatically if view-read-only is non-nil.
4773 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
4775         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4776         made on 2009-11-22.
4778 2009-11-24  Glenn Morris  <rgm@gnu.org>
4780         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4781         deleted variable bookmark-bmenu-bookmark-column.
4783 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4785         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4787 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
4789         * net/browse-url.el (browse-url-filename-alist): On Windows, add
4790         two slashes to the "file:" prefix.
4791         (browse-url-file-url): De-munge Cygwin filenames before passing
4792         them to Windows browser.
4793         (browse-url-default-windows-browser): Use call-process.
4795 2009-11-23  Juri Linkov  <juri@jurta.org>
4797         Implement DocView Continuous mode.  (Bug#4896)
4798         * doc-view.el (doc-view-continuous-mode): New defcustom.
4799         (doc-view-mode-map): Bind C-n/<down> to
4800         `doc-view-next-line-or-next-page', C-p/<up> to
4801         `doc-view-previous-line-or-previous-page'.
4802         (doc-view-next-line-or-next-page)
4803         (doc-view-previous-line-or-previous-page): New commands.
4805 2009-11-23  Juri Linkov  <juri@jurta.org>
4807         Implement Isearch in comint input history.  (Bug#3746)
4808         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4809         `isearch-mode-hook'.
4810         (comint-history-isearch): New defcustom.
4811         (comint-history-isearch-backward)
4812         (comint-history-isearch-backward-regexp): New commands.
4813         (comint-history-isearch-message-overlay): New buffer-local variable.
4814         (comint-history-isearch-setup, comint-history-isearch-end)
4815         (comint-goto-input, comint-history-isearch-search)
4816         (comint-history-isearch-message, comint-history-isearch-wrap)
4817         (comint-history-isearch-push-state)
4818         (comint-history-isearch-pop-state): New functions.
4820 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
4822         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4823         return.
4824         (tramp-handle-make-symbolic-link)
4825         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4826         Quote file names.
4827         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4828         (tramp-handle-process-file): Use it.
4830 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4832         * window.el (move-to-window-line-last-op): Remove.
4833         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4835 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
4837         Make M-r mirror the new cycling behavior of C-l.
4838         * window.el (move-to-window-line-last-op): New var.
4839         (move-to-window-line-top-bottom): New command.
4840         (global-map): Bind M-r move-to-window-line-top-bottom.
4842 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
4844         * dired-x.el (dired-guess-shell-alist-default):
4845         Support xz format.  (Bug#4953)
4847 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
4849         * emulation/viper-cmd.el: Use viper-last-command-char instead of
4850         last-command-char/last-command-event.
4851         (viper-prefix-arg-value): Do correct conversion of event-char for
4852         XEmacs.
4854         * emulation/viper-util.el, emulation/viper.el:
4855         Use viper-last-command-char instead of
4856         last-command-char/last-command-event.
4858         * ediff-init.el, ediff-mult.el, ediff-util.el:
4859         Replace last-command-char and last-command-event
4860         with (ediff-last-command-char) everywhere.
4862         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4863         created in fundamental mode.
4865         * ediff.el (ediff-version): Revert the change of interactive-p to
4866         called-interactively-p.
4868 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
4870         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4871         generation from word-movement command names.
4873 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
4875         * cus-start.el (all): Add native condition for font-use-system-font.
4877 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
4879         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4880         Correct the patch from 2009-11-18.  (Bug#3910)
4882 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
4884         * progmodes/subword.el: Rename from lisp/subword.el.
4886         * subword.el: Rename to progmodes/subword.el.
4888         * Makefile.in (ELCFILES): Adapt to subword.el move.
4890 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4891             Stefan Monnier  <monnier@iro.umontreal.ca>
4893         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4894         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4895         (bookmark-bmenu-show-filenames): Use push.
4896         (bookmark-bmenu-hide-filenames): Use local var instead of
4897         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
4898         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4899         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4900         filenames now that the bookmark names are always available.
4902 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4904         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4905         (bookmark-search-pattern): Move and leave unbound.
4906         (bookmark-bmenu-mode-map): Change binding.
4907         (bookmark-read-search-input): Simplify.
4908         Don't use text-char-description.  Don't error on non-char events.
4909         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4910         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4911         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4912         Use a local var for the timer.
4913         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4914         (i.e. bookmark-bmenu-search).
4916 2009-11-21  Glenn Morris  <rgm@gnu.org>
4918         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
4920 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
4922         * net/browse-url.el (browse-url-default-windows-browser):
4923         Use cygstart for cygwin.
4925 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
4927         * bookmark.el: Formatting and doc fixes only:
4928         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4929         (bookmark-bmenu-search): Wrap to fit within 80 columns.
4930         Minor grammar and punctuation fixes in doc string.
4931         (bookmark-read-search-input): Adjust to fit within 80 columns.
4933 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
4935         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4936         (c-backward-into-nomenclature): Adapt to subword renaming.
4938         * subword.el (subword-forward, subword-backward, subword-mark)
4939         (subword-kill, subword-backward-kill, subword-transpose)
4940         (subword-downcase, subword-upcase, subword-capitalize)
4941         (subword-forward-internal, subword-backward-internal):
4942         Rename from forward-subword, backward-subword, mark-subword,
4943         kill-subword, backward-kill-subword, transpose-subwords,
4944         downcase-subword, upcase-subword, capitalize-subword,
4945         forward-subword-internal, backward-subword-internal.
4947 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4949         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4950         New options.
4951         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4952         New vars.
4953         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4954         (bookmark-bmenu-filter-alist-by-regexp)
4955         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4956         (bookmark-bmenu-search): New command.
4957         (bookmark-bmenu-mode-map): Bind it.
4959 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
4961         * progmodes/cc-cmds.el: declare-functioned forward-subword and
4962         backward-subword to quit the byte-compiler.
4964         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4966         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4968         * progmodes/cc-cmds.el (c-update-modeline)
4969         (c-forward-into-nomenclature, c-backward-into-nomenclature):
4970         Refer to subword.el functions instead of cc-subword.el.
4972         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4973         subword.el functions instead of cc-subword.el.
4975         * progmodes/cc-subword.el: Rename to subword.el.
4976         * subword.el: Rename from progmodes/cc-subword.el.
4977         (subword-mode-map): Rename from c-subword-mode-map.
4978         (subword-mode): Rename from c-subword-mode.
4979         (global-subword-mode): New global minor mode.
4980         (forward-subword): Rename from c-forward-subword.
4981         (backward-subword): Rename from c-backward-subword.
4982         (mark-subword): Rename from c-mark-subword.
4983         (kill-subword): Rename from c-kill-subword.
4984         (backward-kill-subword): Rename from c-backward-kill-subword.
4985         (transpose-subwords): Rename from c-tranpose-subword.
4986         (downcase-subword): Rename from c-downcase-subword.
4987         (capitalize-subword): Rename from c-capitalize-subword.
4988         (forward-subword-internal): Rename from c-forward-subword-internal.
4989         (backward-subword-internal): Rename from c-backward-subword-internal.
4991 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
4993         * vc.el (vc-deduce-fileset): Allow non-state changing operations
4994         from a dired buffer.
4995         (vc-dired-deduce-fileset): New function.
4996         (vc-root-diff, vc-print-root-log): Use it.
4998         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4999         nil LIMIT argument to vc-print-log-internal.
5001 2009-11-20  Glenn Morris  <rgm@gnu.org>
5003         * Makefile.in (ELCFILES): Regenerate.
5005 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
5007         * calc/calc.el (calc-set-mode-line):
5008         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5009         (math-format-number): Rename `math-format-complement-signed' to
5010         `math-format-twos-complement'.
5012         * calc/calc-bin.el (math-format-twos-complement): Rename from
5013         math-format-complement-signed.
5014         (calc-radix): Rename `calc-complement-signed-mode' to
5015         `calc-twos-complement-mode'.
5016         (calc-octal-radix, calc-hex-radix): Add an argument for
5017         two's complement.
5019         * calc/calc-embed.el (calc-embedded-mode-vars):
5020         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5022         * calc/calc-ext.el (calc-init-extensions):
5023         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5024         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
5026         * calc/calc-units.el (math-build-units-table-buffer):
5027         Let `calc-twos-complement-mode' be nil.
5029         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
5030         entries.
5032         * calc/calc-vec.el (calcFunc-vunpack):
5033         * calc/calc-aent.el (calc-do-calc-eval):
5034         * calc/calc-forms.el (math-format-date):
5035         * calc/calc-graph.el (calc-graph-plot):
5036         * calc/calc-math.el (math-use-emacs-fn):
5037         * calc/calccomp.el (math-compose-expr):
5038         Let `calc-twos-complement-mode' be nil.
5040 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5042         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
5043         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
5044         * minibuffer.el (completion-in-region-functions): New hook.
5045         (completion-in-region): New function.
5046         * emacs-lisp/lisp.el (lisp-complete-symbol):
5047         * pcomplete.el (pcomplete-std-complete): Use it.
5049 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5051         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
5052         (latex-complete-alist): New vars.
5053         (latex-string-prefix-p, latex-complete-bibtex-keys)
5054         (latex-complete-envnames, latex-complete-refkeys)
5055         (latex-complete-data): New functions.
5056         (latex-complete, latex-indent-or-complete): New commands.
5058         * window.el (display-buffer-mark-dedicated): New var.
5059         (display-buffer): Obey it.
5060         * minibuffer.el (minibuffer-completion-help): Use it.
5062         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
5064         * filecache.el (file-cache-add-file): Use push and cons.
5065         (file-cache-delete-file-regexp): Use push.
5066         (file-cache-complete): Use completion-in-region.
5068         * simple.el (with-wrapper-hook): Fix thinko.
5070         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
5071         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
5072         Use with-current-buffer and string-to-number.
5073         (hfy-fallback-colour-values): Use assoc-string.
5074         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
5075         (hfy-face-at): Remove unused var `found-face'.
5076         (hfy-compile-stylesheet): Remove unused var `css'.
5077         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
5078         and `orig-buffer'.
5079         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
5080         Use with-current-buffer.
5081         (hfy-text-p): Use expand-file-name and fewer setq.
5083 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
5085         * htmlfontify.el, hfy-cmap.el: New files.
5087 2009-11-19  Juri Linkov  <juri@jurta.org>
5089         * minibuffer.el (completions-format): New defcustom.
5090         (completion--insert-strings): Implement vertical format.
5092         * simple.el (switch-to-completions): Move point to the first
5093         completion when point was at the beginning of the buffer.
5095 2009-11-19  Juri Linkov  <juri@jurta.org>
5097         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
5099         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
5101 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
5103         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
5104         (mail-signature): Change default to t.
5105         (mail-from-style): Deprecate `system-default' value.
5106         (mail-insert-from-field): For default value of mail-from-style,
5107         default to `angles' unless `angles' needs quoting and `parens'
5108         does not.
5109         (mail-citation-prefix-regexp): Use citation regexp from
5110         message-mode.
5112 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
5114         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5115         Set variables for computing the prompt for reading password.
5117 2009-11-19  Glenn Morris  <rgm@gnu.org>
5119         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
5121         * textmodes/flyspell.el (sgml-lexical-context): Declare.
5123         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
5124         (newsticker-treeview-listwindow-height): Fix custom type.
5126 2009-11-19  Kenichi Handa  <handa@m17n.org>
5128         * descr-text.el (describe-char-padded-string): Compose with TAB
5129         only if there's a font for CH.
5130         (describe-char): Fix the condition for detecting a trivial composition.
5132 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
5134         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
5135         more accurate version of the regexp.  (Bug#3910)
5137 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
5139         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
5141 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
5143         * font-setting.el (font-use-system-font): Declare for byte-compiler.
5144         (font-setting-change-default-font): Fix typo in docstring.
5146 2009-11-18  Alan Mackenzie  <acm@muc.de>
5148         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5150 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
5152         * font-setting.el (font-use-system-font): Move ...
5154         * cus-start.el (all): ... to here.
5156 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
5158         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5159         Don't set `ad-return-value' if `ad-do-it' doesn't.
5161         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5162         modification time.
5164 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
5166         * menu-bar.el: Put "Use system font" in Option-menu.
5167         (menu-bar-options-save): Add font-use-system-font.
5169         * loadup.el: If feature system-font-setting or font-render-setting is
5170         there, load font-setting.
5172         * Makefile.in (ELCFILES): Add font-settings.el.
5173         * font-setting.el: New file.
5175 2009-11-17  Glenn Morris  <rgm@gnu.org>
5177         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5179         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5180         Preserve point in the list buffer.  (Bug#4939)
5181         Use point-at-eol.
5182         (newsticker--treeview-list-update-highlight)
5183         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5185 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
5187         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5188         Remove.
5190         * calc/calc-ext.el (calc-init-extensions): Remove references to
5191         symclip.
5193         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5195         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5196         * calc/calc-help.el (calc-b-prefix-help): Remove references to
5197         `calc-symclip'.
5199 2009-11-16  Kevin Ryde  <user42@zip.com.au>
5201         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5202         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
5204         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5205         (lm-keywords-list): Allow comma-only separator like "foo,bar".
5206         Ignore trailing spaces by omit-nulls to split-string (fixing
5207         regression from Emacs 21 due to the incompatible split-string
5208         change).  (Bug #4928.)
5210 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5212         * vc.el (vc-log-show-limit): Default to 2000.
5213         (vc-print-log-internal): Insert buttons to request more entries
5214         when limiting the output.
5216         * vc-sccs.el (vc-sccs-print-log):
5217         * vc-rcs.el (vc-rcs-print-log):
5218         * vc-cvs.el (vc-cvs-print-log):
5219         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5220         LIMIT is non-nil.
5222 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
5224         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5225         error when `tramp-gvfs-dbus-event-vector' is set.
5226         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5228 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5230         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5232 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
5234         * net/dbus.el (dbus-unregister-service): New defun.
5235         (dbus-register-property): Register the handlers of
5236         "org.freedesktop.DBus.Properties" for SERVICE.
5237         (dbus-property-handler): Fix docstring.
5239 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5241         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5242         Quote doc string reference in defvaralias as it is not in special form.
5243         (byte-compile-output-docform): Doc fix.
5245 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
5247         * calc/calc.el (math-2-word-size, math-half-2-word-size)
5248         (calc-complement-signed-mode): New variables.
5249         (calc-set-mode-line): Add indicator for twos-complements.
5250         (math-format-number): Format twos-complement notation.
5252         * calc/calc-bin.el (calc-word-size): Reset the variables
5253         `math-2-word-size' and `math-half-2-word-size'.
5254         (math-format-complement-signed, math-symclip, calcFunc-symclip)
5255         (calc-symclip): New functions.
5257         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5259         * calc/calc-embed.el (calc-embedded-mode-vars):
5260         Add `calc-complement-signed-mode' to the list of modes.
5262         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
5263         (calc-b-oper-keys): Add `calc-symclip' to list.
5265         * calc/calc-ext.el (math-read-number-fancy): Read complement
5266         signed numbers.
5267         (calc-init-extensions): Add binding for `calc-symclip'.
5268         Add autoload for `calcFunc-symclip' and `calc-symclip'.
5270         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5271         `calc-symclip'.
5272         (calc-modes-menu): Add item for twos complement mode.
5274         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
5276 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
5278         * register.el (jump-to-register, insert-register): Handle Semantic
5279         tags.  From commented-out advice in semantic/senator.el.
5281 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
5283         * vc.el (vc-log-show-limit): New variable.
5284         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
5285         when using a prefix argument.
5286         (vc-print-log-internal): Add new argument LIMIT.
5288         * vc-svn.el (vc-svn-print-log):
5289         * vc-mtn.el (vc-mtn-print-log):
5290         * vc-hg.el (vc-hg-print-log):
5291         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
5292         pass it to the log command when set.  Make the BUFFER argument
5293         non-optional.
5295         * vc-sccs.el (vc-sccs-print-log):
5296         * vc-rcs.el (vc-rcs-print-log):
5297         * vc-git.el (vc-git-print-log):
5298         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5299         ignore it.  Make the BUFFER argument non-optional
5301         * bindings.el (mode-line-buffer-identification): Do not purecopy.
5303 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
5305         * dired.el (dired-mode-map): Move encryption items to "Operate"
5306         menu (Bug#4703).
5308         * strokes.el (strokes-update-window-configuration): Make strokes
5309         buffer current before erasing (Bug#4906).
5311 2009-11-15  Juri Linkov  <juri@jurta.org>
5313         * simple.el (set-mark-default-inactive): Add :type, :group
5314         and :version.  (Bug#4876)
5316 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
5318         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5319         (archive-unique-fname): ... here.  (Bug#4929)
5321 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5323         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5324         with a real fix.
5326         * novice.el (disabled-command-function): Add useful args.
5327         Setup the help buffer so that [back] works.
5328         Remove redundant call to help-mode.
5329         (disabled-command-function): Use `case'.
5330         (en/disable-command): New function extracted from enable-command.
5331         (enable-command, disable-command): Use it.
5333 2009-11-14  Glenn Morris  <rgm@gnu.org>
5335         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5336         constants.  (Bug#4913)
5338         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5340 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
5342         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5343         defined in C that have no doc-strings.  (Bug#1063)
5345 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
5347         * cus-edit.el (data, files):
5348         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
5350 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
5352         * simple.el (shell-command): Doc fix (Bug#4891).
5354         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
5356 2009-11-14  Glenn Morris  <rgm@gnu.org>
5358         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
5359         statements for vc-diff, emerge-quit, and rmail-cease-edit.
5360         If they are already loaded, eval-after-load will do the right thing.
5362         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
5363         compiling.
5365         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5367         * simple.el (x-selection-owner-p): Declare.
5368         (read-mail-command): Use custom radio type rather than choice.
5369         (completion-no-auto-exit): Doc fix.
5371         * custom.el (defgroup):
5372         * epg-config.el (epg): Doc fixes.
5374 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
5376         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5377         * international/ccl.el (define-ccl-program): Do not purecopy the
5378         docstring, defconst does it anyway.
5380 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5382         * add-log.el (add-change-log-entry): Avoid displaying the changelog
5383         a second time.
5385         * x-dnd.el (x-dnd-maybe-call-test-function):
5386         * window.el (split-window-vertically):
5387         * whitespace.el (whitespace-help-on):
5388         * vc-rcs.el (vc-rcs-consult-headers):
5389         * userlock.el (ask-user-about-lock-help)
5390         (ask-user-about-supersession-help):
5391         * type-break.el (type-break-force-mode-line-update):
5392         * time-stamp.el (time-stamp-conv-warn):
5393         * terminal.el (te-set-output-log, te-more-break, te-filter)
5394         (te-sentinel, terminal-emulator):
5395         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
5396         (term-write-input-ring, term-check-source, term-start-output-log):
5397         (term-display-buffer-line, term-dynamic-list-completions):
5398         (term-ansi-make-term, serial-term):
5399         * subr.el (selective-display):
5400         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5401         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
5402         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
5403         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
5404         (speedbar-remove-localized-speedbar-support)
5405         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
5406         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
5407         (speedbar-buffers-line-directory):
5408         * simple.el (shell-command-on-region, append-to-buffer)
5409         (prepend-to-buffer):
5410         * shadowfile.el (shadow-save-todo-file):
5411         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
5412         (scroll-bar-maybe-set-window-start):
5413         * sb-image.el (speedbar-image-dump):
5414         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
5415         (load-save-place-alist-from-file):
5416         * ps-samp.el (ps-print-message-from-summary):
5417         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
5418         (ps-background-image, ps-begin-job, ps-do-despool):
5419         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
5420         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
5421         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
5422         (pr-call-process, pr-file-list, pr-interface-save):
5423         * novice.el (disabled-command-function)
5424         (enable-command, disable-command):
5425         * mouse.el (mouse-buffer-menu-alist):
5426         * mouse-copy.el (mouse-kill-preserving-secondary):
5427         * macros.el (kbd-macro-query):
5428         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
5429         * informat.el (batch-info-validate):
5430         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
5431         * hippie-exp.el (try-expand-dabbrev-visible):
5432         * help-mode.el (help-make-xrefs):
5433         * help-fns.el (describe-variable):
5434         * generic-x.el (bat-generic-mode-run-as-comint):
5435         * finder.el (finder-mouse-select):
5436         * find-dired.el (find-dired-sentinel):
5437         * filesets.el (filesets-file-close):
5438         * files.el (list-directory):
5439         * faces.el (list-faces-display, describe-face):
5440         * facemenu.el (list-colors-display):
5441         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
5442         * epg.el (epg--process-filter, epg-cancel):
5443         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
5444         (epa--read-signature-type):
5445         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
5446         (emerge-file-names):
5447         * ehelp.el (electric-helpify):
5448         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
5449         * ediff-vers.el (rcs-ediff-view-revision):
5450         * ediff-util.el (ediff-setup):
5451         * ediff-mult.el (ediff-append-custom-diff):
5452         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
5453         (ediff-wordify):
5454         * echistory.el (Electric-command-history-redo-expression):
5455         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5456         * disp-table.el (describe-display-table):
5457         * dired.el (dired-find-buffer-nocreate):
5458         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
5459         * dabbrev.el (dabbrev--same-major-mode-p):
5460         * chistory.el (list-command-history):
5461         * apropos.el (apropos-documentation):
5462         * allout.el (allout-obtain-passphrase):
5463         (allout-copy-exposed-to-buffer):
5464         (allout-verify-passphrase): Use with-current-buffer.
5466 2009-11-13  Glenn Morris  <rgm@gnu.org>
5468         * Makefile.in (ELCFILES): Regenerate.
5470 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
5472         * net/dbus.el (dbus-registered-objects-table): Rename from
5473         `dbus-registered-functions-table', because it contains also properties.
5474         (dbus-unregister-object): Unregister also properties.
5475         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
5476         Use a timeout of 500 msec, in order to not block.
5477         (dbus-register-property, dbus-property-handler): New defuns.
5479 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5481         * simple.el (minibuffer-default-add-completions): Drop deprecated
5482         4th arg.
5484 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
5486         * textmodes/artist.el (artist-mouse-choose-operation):
5487         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5488         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
5489         (artist-compute-up-event-key): New function.
5490         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
5492 2009-11-13  Kenichi Handa  <handa@m17n.org>
5494         * language/japan-util.el: Make sure that the value of jisx0208
5495         property is jisx0208 character.
5497 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
5499         * international/mule.el (auto-coding-regexp-alist): Only purecopy
5500         car or each item, not the whole list.
5502 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5504         * minibuffer.el (minibuffer-completion-help):
5505         Use minibuffer-hide-completions.
5507 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
5509         * dired.el (dired-save-positions, dired-restore-positions): New funs.
5510         (dired-revert): Use them (bug#4880).
5512 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
5514         * tooltip.el (tooltip-frame-parameters): Undo previous change.
5516 2009-11-12  Juri Linkov  <juri@jurta.org>
5518         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
5519         New functions.
5520         (find-file-literally-at-point): Alias of `ffap-literally'.
5522 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
5524         * textmodes/ispell.el (ispell-skip-region-alist):
5525         * textmodes/css-mode.el (auto-mode-alist):
5526         * progmodes/compile.el (auto-mode-alist):
5527         * international/mule.el (ctext-non-standard-encodings-alist)
5528         (ctext-non-standard-encodings-regexp):
5529         * simple.el (shell-command-switch, text-read-only):
5530         * replace.el (occur-mode-map):
5531         * paths.el (rmail-file-name):
5532         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
5533         * find-file.el (ff-special-constructs):
5534         * files.el (file-name-handler-alist):
5535         * composite.el: Purecopy strings.
5537         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
5539 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
5541         * widget.el (define-widget): Purecopy the docstring.
5542         * international/mule-cmds.el (charset): Do not purecopy the
5543         docstring here, define-widget does it.
5545         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5546         * textmodes/bibtex-style.el (auto-mode-alist):
5547         * progmodes/inf-lisp.el (inferior-lisp-prompt):
5548         * progmodes/compile.el (compile-command):
5549         * language/korea-util.el (default-korean-keyboard):
5550         * international/mule-conf.el (file-coding-system-alist):
5551         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
5552         * tooltip.el (tooltip-frame-parameters):
5553         * newcomment.el (comment-end, comment-padding):
5554         * dired.el (dired-trivial-filenames):
5555         * comint.el (comint-file-name-prefix): Purecopy initial values.
5557 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
5559         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
5560         (tramp-advice-minibuffer-electric-tilde): Unload advices via
5561         `tramp-unload'.
5562         (tramp-advice-make-auto-save-file-name)
5563         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
5564         after removing the advice.
5566 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
5568         * progmodes/grep.el (grep-regexp-alist):
5569         * international/mule-cmds.el (iso-2022-control-alist):
5570         * emacs-lisp/timer.el (timer-duration-words):
5571         * subr.el (version-separator, version-regexp-alist):
5572         * minibuffer.el (completion-styles-alist):
5573         * faces.el (face-attribute-name-alist, list-faces-sample-text):
5574         Change defvars to defconsts.
5576         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
5577         * loadup.el ("international/mule-conf"): Load the byte compiled version.
5578         * international/mule-conf.el: Allow to be byte compiled.
5580         * international/mule.el (define-charset): Purecopy props.
5581         (load-with-code-conversion): Purecopy doc string and file name.
5582         (put-charset-property): Purecopy strings.
5583         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
5585         * international/mule-cmds.el (register-input-method): Purecopy arguments.
5586         (define-char-code-property): Correctly purecopy the table.
5588         * international/ccl.el (define-ccl-program): Purecopy the docstring.
5590         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
5592         * subr.el (add-hook): Purecopy strings.
5593         (eval-after-load): Purecopy load-history-regexp and the form.
5595         * custom.el (custom-declare-group): Purecopy load-file-name.
5597         * subr.el (menu-bar-separator): New defconst.
5598         * net/eudc.el (eudc-tools-menu):
5599         * international/mule-cmds.el (set-coding-system-map)
5600         (mule-menu-keymap):
5601         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5602         * vc-hooks.el (vc-menu-map):
5603         * replace.el (occur-mode-map):
5604         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
5605         (menu-bar-edit-menu, menu-bar-goto-menu)
5606         (menu-bar-custom-menu, menu-bar-showhide-menu)
5607         (menu-bar-options-menu, menu-bar-tools-menu)
5608         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
5609         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
5610         (menu-bar-help-menu):
5611         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
5612         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
5614         * term/x-win.el (x-gtk-stock-map):
5615         * progmodes/vera-mode.el (auto-mode-alist):
5616         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5617         (inferior-lisp-program, inferior-lisp-load-command):
5618         * progmodes/hideshow.el (hs-special-modes-alist):
5619         * progmodes/gud.el (same-window-regexps):
5620         * progmodes/grep.el (grep-program, find-program, xargs-program):
5621         * net/telnet.el (same-window-regexps):
5622         * net/rlogin.el (same-window-regexps):
5623         * language/ethiopic.el (font-ccl-encoder-alist):
5624         * vc-sccs.el (vc-sccs-master-templates):
5625         * vc-rcs.el (vc-rcs-master-templates):
5626         * subr.el (cl-assertion-failed):
5627         * simple.el (next-error-overlay-arrow-position):
5628         * lpr.el (lpr-command):
5629         * locate.el (locate-ls-subdir-switches):
5630         * info.el (same-window-regexps, info)
5631         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5632         * image-mode.el (image-mode, auto-mode-alist):
5633         * hippie-exp.el (hippie-expand-ignore-buffers):
5634         * format.el (format-alist):
5635         * find-dired.el (find-ls-subdir-switches, find-grep-options)
5636         (find-name-arg):
5637         * facemenu.el (facemenu-keybindings):
5638         * dired.el (dired-listing-switches, dired-chown-program):
5639         * diff.el (diff-switches, diff-command):
5640         * cus-edit.el (same-window-regexps):
5641         * bindings.el (mode-line-mule-info)
5642         (mode-line-buffer-identification): Purecopy strings.
5644 2009-11-11  Juri Linkov  <juri@jurta.org>
5646         * simple.el (dired-get-filename) <declare-function>:
5647         Tell the byte-compiler about dired-get-filename.
5648         (shell-command): In Dired mode, get filename from the current line
5649         as the default value.
5651 2009-11-10  Glenn Morris  <rgm@gnu.org>
5653         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
5654         * calendar/holidays.el, progmodes/cperl-mode.el:
5655         Update x-popup-menu declarations.
5657         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
5658         (list-load-path-shadows): Use dolist.
5659         (list-load-path-shadows): Use with-current-buffer.
5661 2009-11-10  Juri Linkov  <juri@jurta.org>
5663         * minibuffer.el (read-file-name): Support a list of default values
5664         in `default-filename'.  Use the first file name where only one
5665         element is required.  Doc fix.
5667 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
5669         * net/dbus.el (dbus-unregister-object): Release service, if no
5670         other method is registered for it.
5672 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
5674         * bookmark.el (bookmark-completing-read): Sort bookmark names if
5675         bookmark-sort-flag is non-nil (Bug#4653).
5677 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
5679         * emulation/cua-base.el: Add CUA property to some CC mode commands
5680         (Bug#4100).
5682 2009-11-08  Kevin Ryde  <user42@zip.com.au>
5684         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
5685         at end of sentence (Bug#4818).
5687 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
5689         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5690         Handle "see declaration of" MSFT statements (Bug#4100).
5692 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
5694         * net/tramp.el (tramp-advice-make-auto-save-file-name)
5695         (tramp-advice-file-expand-wildcards): Unload via
5696         `ad-remove-advice'.
5698         * net/trampver.el: Update release number.
5700 2009-11-08  Kevin Ryde  <user42@zip.com.au>
5702         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5703         `ad-do-it'.
5705 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
5707         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5708         in order to keep context in SELinux.
5710 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
5712         * dired-aux.el (dired-query): Place cursor in echo area and allow
5713         C-g.
5715         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5716         menu item if not on a directory (Bug#4701).
5718 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
5720         Sync with Tramp 2.1.17.
5722         * net/tramp.el (tramp-handle-copy-directory): Don't use
5723         `file-remote-p' (due to compatibility).
5725         * net/tramp-compat.el (tramp-compat-copy-directory)
5726         (tramp-compat-delete-directory): New defuns.
5728         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5729         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
5730         Use `tramp-compat-delete-directory'.
5732         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5733         (tramp-smb-handle-delete-directory):
5734         Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5736         * net/trampver.el: Update release number.
5738 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
5740         * tar-mode.el (tar-copy): Call write-region on the right buffer
5741         (Bug#4857).
5743         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5744         by hand, if necessary (Bug#4878).
5746 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
5748         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5749         align size column (Bug#4839).
5751         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5752         statement.
5754 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5756         * progmodes/ld-script.el (auto-mode-alist):
5757         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5759         * cus-face.el (custom-declare-face): Purecopy face spec.
5761 2009-11-06  Kenichi Handa  <handa@m17n.org>
5763         * international/uni-bidi.el: Re-generated.
5764         * international/uni-category.el: Re-generated.
5765         * international/uni-combining.el: Re-generated.
5766         * international/uni-mirrored.el: Re-generated.
5768 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5770         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5771         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5772         (tex-start-options, slitex-run-command, latex-run-command)
5773         (tex-run-command, tex-directory):
5774         * textmodes/ispell.el (ispell-html-skip-alists)
5775         (ispell-tex-skip-alists, ispell-tex-skip-alists):
5776         * textmodes/fill.el (adaptive-fill-first-line-regexp):
5777         (adaptive-fill-regexp):
5778         * textmodes/dns-mode.el (auto-mode-alist):
5779         * progmodes/python.el (interpreter-mode-alist):
5780         * progmodes/etags.el (tags-compression-info-list):
5781         * progmodes/etags.el (tags-file-name):
5782         * net/browse-url.el (browse-url-galeon-program)
5783         (browse-url-firefox-program):
5784         * mail/sendmail.el (mail-signature-file)
5785         (mail-citation-prefix-regexp):
5786         * international/mule-conf.el (eight-bit):
5787         * international/latexenc.el (latex-inputenc-coding-alist):
5788         * international/fontset.el (x-pixel-size-width-font-regexp):
5789         * emacs-lisp/warnings.el (warning-type-format):
5790         * emacs-lisp/trace.el (trace-buffer):
5791         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5792         (emacs-lisp-mode-map):
5793         * calendar/holidays.el (holiday-solar-holidays)
5794         (holiday-bahai-holidays, holiday-islamic-holidays)
5795         (holiday-christian-holidays, holiday-hebrew-holidays)
5796         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5797         (hebrew-holidays-1, holiday-oriental-holidays)
5798         (holiday-general-holidays):
5799         * x-dnd.el (x-dnd-known-types):
5800         * tool-bar.el (tool-bar):
5801         * startup.el (site-run-file):
5802         * shell.el (shell-dumb-shell-regexp):
5803         * rfn-eshadow.el (file-name-shadow-tty-properties)
5804         (file-name-shadow-properties):
5805         * paths.el (remote-shell-program, news-directory):
5806         * mouse.el ([C-down-mouse-3]):
5807         * menu-bar.el (menu-bar-tools-menu):
5808         * jka-cmpr-hook.el (jka-compr-load-suffixes)
5809         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5810         (jka-compr-compression-info-list):
5811         * isearch.el (search-whitespace-regexp):
5812         * image-file.el (image-file-name-extensions):
5813         * find-dired.el (find-ls-option):
5814         * files.el (directory-listing-before-filename-regexp)
5815         (directory-free-space-args, insert-directory-program)
5816         (list-directory-brief-switches, magic-fallback-mode-alist)
5817         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5818         (automount-dir-prefix):
5819         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5820         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5821         (face-font-registry-alternatives, face-font-registry-alternatives)
5822         (face-font-family-alternatives):
5823         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5824         (facemenu-foreground-menu, facemenu-face-menu):
5825         * epa-hook.el (epa-file-name-regexp):
5826         * dnd.el (dnd-protocol-alist):
5827         * textmodes/rst.el (auto-mode-alist):
5828         * button.el (default-button): Purecopy strings.
5830 2009-11-06  Glenn Morris  <rgm@gnu.org>
5832         * Makefile.in (ELCFILES): Update.
5834 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5836         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5837         * emacs-lisp/levents.el: Move to obsolete/levents.el.
5839         * nxml/xsd-regexp.el (xsdre-gen-categories):
5840         * nxml/xmltok.el (xmltok-parse-entity):
5841         * nxml/rng-parse.el (rng-parse-validate-file):
5842         * nxml/rng-maint.el (rng-format-manual)
5843         (rng-manual-output-force-new-line):
5844         * nxml/rng-loc.el (rng-save-schema-location-1):
5845         * nxml/rng-cmpct.el (rng-c-parse-file):
5846         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5847         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5849 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
5851         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
5852         Remove extra save-excursions and make-variable-buffer-local's.
5853         Suggested by Stefan Monnier.
5855         (verilog-getopt-file, verilog-module-inside-filename-p)
5856         (verilog-set-define): Merge GNU 1.35 and repair changes from
5857         switching to using with-current-buffer.
5859         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5860         being treated as a number and confusing AUTORESET.
5861         Reported by Dan Dever.
5863         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5864         Add verilog-auto-ignore-concat to fix backward compatibility with
5865         older verilog-modes.  Reported by Dan Katz.
5867         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5868         containing closing anchors "...$".
5870         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5871         Reported by Wade Smith.
5873         (verilog-batch-execute-func): Comment on function usage.
5875 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
5877         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5878         for labels.
5880         (verilog-label-re, verilog-calc-1): Support proper indent of named
5881         asserts.
5883         (verilog-backward-token, verilog-basic-complete-re)
5884         (verilog-beg-of-statement, verilog-indent-re): Support proper
5885         indent of the assert statement at the beginning of a block of text.
5887         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5888         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5889         tokens as begins.
5891 2009-11-05  Glenn Morris  <rgm@gnu.org>
5893         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5894         Emacs 19.  (Bug#1531)
5895         (byte-compile-fix-header): Update for the above change.
5896         Drop test for epoch::version.
5898         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
5899         * cus-dep.el (custom-make-dependencies):
5900         * finder.el (finder-compile-keywords):
5901         Use autoload-rubric's feature argument.
5903         * calendar/diary-lib.el (top-level): Make load behave more like require.
5905         * vc-git.el (vc-git-stash-map): Move definition before use.
5907 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
5909         * custom.el (custom-declare-group): Purecopy standard-value.
5910         (custom-declare-group): Purecopy custom-prefix.
5912         * international/mule.el (load-with-code-conversion):
5913         Call do-after-load-evaluation unconditionally.
5915         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5917 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5919         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5921 2009-11-04  Glenn Morris  <rgm@gnu.org>
5923         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5924         (byte-compile-compatibility): Remove option.
5925         (byte-compile-close-variables, byte-compile-fix-header)
5926         (byte-compile-insert-header, byte-compile-output-docform)
5927         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5928         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5929         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5930         (byte-compile-insert, byte-compile-defun):
5931         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
5932         (byte-defop-compiler19): Remove.
5933         Without byte-compile-compatibility, the 'emacs19-opcode property is not
5934         used by anything.  Replace all calls with byte-defop-compiler.
5936 2009-11-04  Juri Linkov  <juri@jurta.org>
5938         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5939         (menu-bar-options-menu): Don't quote the `prop' arg of
5940         `menu-bar-make-mm-toggle'.
5942 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
5944         * calendar/calendar.el (cal-loaddefs):
5945         * calendar/diary-lib.el (diary-loaddefs):
5946         * calendar/holidays.el (hol-loaddefs):
5947         * eshell/esh-module.el (esh-groups): Load rather than require.
5949 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5951         * calendar/todo-mode.el (todo-add-category): Don't hardcode
5952         point-min==1.
5953         (todo-top-priorities): Only display-buffer when called interactively.
5954         (todo-item-start): Don't save excursion point.
5955         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
5956         (todo-insert-item-here, todo-file-item, todo-remove-item):
5957         Adjust uses of todo-item-start and todo-item-end.
5959         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5960         (autoload-rubric): Don't use any more.
5962         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5963         and only put a prop if it is non-nil.
5965 2009-11-03  Juri Linkov  <juri@jurta.org>
5967         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5968         (menu-bar-options-menu): Fix list quoting (Bug#4429).
5970         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5971         and "Menu" to make top-level menu item visually one unit (like
5972         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5973         multi-word menu items).  Fix :help string for quit-window.
5975 2009-11-03  Glenn Morris  <rgm@gnu.org>
5977         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5978         (byte-compile-file-form-define-abbrev-table)
5979         (byte-compile-file-form-custom-declare-variable)
5980         (byte-compile-variable-ref, byte-compile-defvar):
5981         Whether or not a warning is enabled should only affect whether we issue
5982         the warning, not whether or not we collect the relevant data.
5983         Eg warnings can be turned on and off throughout the course of a file.
5985         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5986         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5988 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5990         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5991         * play/mpuz.el (mpuz-create-buffer):
5992         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5993         (lm-print-y,s,noise, lm-print-w0, lm-init):
5994         * play/gomoku.el (gomoku-prompt-for-move):
5995         * play/fortune.el (fortune-in-buffer):
5996         * play/dissociate.el (dissociated-press):
5997         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5998         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
5999         * mail/supercite.el (sc-eref-show):
6000         * mail/smtpmail.el (smtpmail-send-it):
6001         * mail/rmailsum.el (rmail-summary-next-labeled-message)
6002         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
6003         (rmail-summary-undelete-many, rmail-summary-rmail-update)
6004         (rmail-summary-goto-msg, rmail-summary-expunge)
6005         (rmail-summary-get-new-mail, rmail-summary-search-backward)
6006         (rmail-summary-add-label, rmail-summary-output-menu)
6007         (rmail-summary-output-body):
6008         * mail/rfc822.el (rfc822-addresses):
6009         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
6010         * mail/mailpost.el (post-mail-send-it):
6011         * mail/hashcash.el (hashcash-generate-payment):
6012         * mail/feedmail.el (feedmail-run-the-queue)
6013         (feedmail-queue-send-edit-prompt-help-first)
6014         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
6015         (feedmail-deduce-address-list):
6016         * eshell/esh-ext.el (eshell-remote-command):
6017         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
6018         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
6019         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
6020         (viper-save-string-in-file, viper-valid-marker):
6021         * emulation/viper-keym.el (viper-toggle-key):
6022         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
6023         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
6024         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
6025         * emulation/viper-cmd.el (viper-exec-form-in-vi)
6026         (viper-exec-form-in-emacs, viper-brac-function):
6027         * emulation/viper.el (viper-delocalize-var):
6028         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
6029         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
6030         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
6031         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
6032         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
6033         * emulation/edt.el (edt-electric-helpify):
6034         * emulation/cua-rect.el (cua--rectangle-aux-replace):
6035         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
6036         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
6037         (cua-indent-to-global-mark-column):
6038         * calendar/diary-lib.el (calendar-mark-1):
6039         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
6040         Use with-current-buffer.
6041         * emulation/viper.el (viper-delocalize-var): Use dolist.
6043 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
6045         * comint.el (comint-replace-by-expanded-history-before-point):
6046         Replace !! with the previous input string literally (Bug#1795).
6048 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
6050         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
6051         to be made up of whitespace.
6053 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
6055         * minibuffer.el (read-file-name): Don't use file dialogs for
6056         remote directories (Bug#99).
6058 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
6060         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
6062 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
6064         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
6065         instead of deleting the window or frame.
6067 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
6069         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6070         Support face colors.
6072         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
6073         New function.  Support face colors (Bug#1168).
6074         (tex-common-initialization): Use it.
6076         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
6077         mode allows it (Bug#1168).
6079 2009-10-31  Juri Linkov  <juri@jurta.org>
6081         * facemenu.el (list-colors-display): Don't mark buffer as
6082         modified (Bug#3948).
6084 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
6086         * international/mule-diag.el (list-character-sets-1):
6087         Minor message fix (Bug#3526).
6089         * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
6090         Fix face property (Bug#4834).
6091         (etags-list-tags, etags-tags-apropos-additional)
6092         (etags-tags-apropos, tags-select-tags-table): Add follow-link
6093         property.
6095         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6096         items.
6098 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6100         * textmodes/two-column.el (2C-split):
6101         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
6102         * textmodes/tex-mode.el (tex-set-buffer-directory):
6103         * textmodes/spell.el (spell-region, spell-string):
6104         * textmodes/reftex.el (reftex-erase-buffer):
6105         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
6106         * textmodes/reftex-toc.el (reftex-toc-promote-action):
6107         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6108         (reftex-select-item):
6109         * textmodes/reftex-ref.el (reftex-label-info-update)
6110         (reftex-offer-label-menu):
6111         * textmodes/reftex-index.el (reftex-index-change-entry)
6112         (reftex-index-phrases-info):
6113         * textmodes/reftex-global.el (reftex-create-tags-file)
6114         (reftex-save-all-document-buffers, reftex-ensure-write-access):
6115         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6116         (reftex-view-crossref-from-bibtex):
6117         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6118         (reftex-extract-bib-entries-from-thebibliography)
6119         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6120         * textmodes/refbib.el (r2b-capitalize-title):
6121         (r2b-convert-buffer, r2b-help):
6122         * textmodes/page-ext.el (pages-directory)
6123         (pages-directory-goto-with-mouse):
6124         * textmodes/bibtex.el (bibtex-validate-globally):
6125         * textmodes/bib-mode.el (bib-capitalize-title):
6126         * textmodes/artist.el (artist-clear-buffer, artist-system):
6127         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6128         (local-set-scheme-interaction-buffer, xscheme-process-filter)
6129         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6130         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6131         (xscheme-send-control-g-interrupt, xscheme-start-process)
6132         (xscheme-process-sentinel, xscheme-cd):
6133         * progmodes/verilog-mode.el (verilog-read-always-signals)
6134         (verilog-set-define, verilog-getopt-file)
6135         (verilog-module-inside-filename-p):
6136         * progmodes/sh-script.el:
6137         * progmodes/python.el (python-pdbtrack-get-source-buffer)
6138         (python-pdbtrack-grub-for-buffer, python-execute-file):
6139         * progmodes/octave-inf.el (inferior-octave):
6140         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6141         (idlwave-shell-compile-helper-routines, idlwave-set-local)
6142         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6143         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6144         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6145         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6146         (idlwave-shell-filter, idlwave-shell-examine-highlight)
6147         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6148         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6149         (idlwave-shell-examine-display, idlwave-shell-run-region)
6150         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6151         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6152         * progmodes/idlw-help.el (idlwave-help-get-special-help)
6153         (idlwave-help-get-help-buffer):
6154         * progmodes/gud.el (gud-basic-call, gud-find-class)
6155         (gud-tooltip-activate-mouse-motions-if-enabled):
6156         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6157         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6158         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6159         (ebrowse-tags-next-file):
6160         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6161         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6162         (ebnf-eps-finish-and-write):
6163         * progmodes/cpp.el (cpp-edit-save):
6164         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6165         * progmodes/cc-defs.el (c-emacs-features):
6166         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6167         (antlr-directory-dependencies):
6168         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6169         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6170         (ada-find-any-references, ada-make-filename-from-adaname)
6171         (ada-make-body-gnatstub):
6172         * obsolete/rnews.el (news-list-news-groups):
6173         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
6174         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6175         * net/rcirc.el (rcirc-debug):
6176         * net/newst-treeview.el (newsticker--treeview-list-add-item)
6177         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6178         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6179         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
6180         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
6181         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6182         (newsticker--treeview-list-clear-highlight)
6183         (newsticker--treeview-list-update-highlight)
6184         (newsticker--treeview-list-highlight-start)
6185         (newsticker--treeview-tree-update-highlight)
6186         (newsticker--treeview-get-selected-item)
6187         (newsticker-treeview-mark-list-items-old)
6188         (newsticker--treeview-set-current-node):
6189         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6190         * net/newst-backend.el (newsticker--get-news-by-funcall)
6191         (newsticker--get-news-by-wget, newsticker--image-get)
6192         (newsticker--image-sentinel):
6193         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6194         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6195         (eudc-ph-close-session):
6196         * net/eudc.el (eudc-save-options):
6197         * language/thai-word.el (thai-update-word-table):
6198         * language/japan-util.el (japanese-string-conversion):
6199         * international/titdic-cnv.el (tsang-quick-converter)
6200         (ziranma-converter, ctlau-converter):
6201         * international/mule-cmds.el (describe-language-environment):
6202         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6203         (skkdic-convert-postfix, skkdic-convert-prefix):
6204         (skkdic-convert-okuri-nasi, skkdic-convert):
6205         * emacs-lisp/re-builder.el (reb-update-overlays):
6206         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6207         * emacs-lisp/gulp.el (gulp-send-requests):
6208         * emacs-lisp/find-gc.el (trace-call-tree):
6209         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6210         (eieio-describe-generic):
6211         * emacs-lisp/eieio-base.el (eieio-persistent-read):
6212         * emacs-lisp/edebug.el (edebug-outside-excursion):
6213         * emacs-lisp/debug.el (debugger-make-xrefs):
6214         * emacs-lisp/cust-print.el (custom-prin1-to-string):
6215         * emacs-lisp/chart.el (chart-new-buffer):
6216         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6217         Use with-current-buffer.
6218         * textmodes/artist.el (artist-system): Don't call
6219         copy-sequence on a fresh string.
6220         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6222 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
6224         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
6225         is no item to edit.  (Bug#4820)
6226         (todo-top-priorities): Restore point and restore narrowing in Todo
6227         buffer.  (Bug#4820)
6229 2009-10-31  Glenn Morris  <rgm@gnu.org>
6231         * net/ange-ftp.el (top-level): Don't require dired when compiling.
6232         (comint-last-output-start, comint-last-input-start)
6233         (comint-last-input-end): Don't defvar when compiling.
6234         (ange-ftp-process-file): Use bound-and-true-p.
6236         * pcmpl-rpm.el (top-level): Move provide statement to end.
6237         (pcmpl-rpm): Remove unused custom group.
6239         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6241         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6243         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6244         (byte-compile-warnings): Add `constants' as an option.
6245         (byte-compile-callargs-warn, byte-compile-arglist-warn)
6246         (display-call-tree): Update for byte-compile-fdefinition possibly
6247         returning `(macro lambda ...)'.  (Bug#4778)
6248         (byte-compile-variable-ref, byte-compile-setq-default):
6249         Respect `constants' member of byte-compile-warnings.
6251 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6253         * vc-bzr.el (vc-bzr-revision-keywords): New var.
6254         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6255         to "submit:".
6257 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
6259         * textmodes/ispell.el (ispell-skip-region-alist):
6260         * international/mule-conf.el (eight-bit):
6261         * international/fontset.el (font-encoding-alist):
6262         * startup.el (pure-space-overflow-message):
6263         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6264         * paths.el (gnus-nntp-service, rmail-spool-directory)
6265         (term-file-prefix):
6266         * files.el (save-some-buffers-action-alist):
6267         * cmuscheme.el (same-window-buffer-names):
6268         * ielm.el (same-window-buffer-names):
6269         * shell.el (same-window-buffer-names):
6270         * mail/sendmail.el (same-window-buffer-names):
6271         * progmodes/inf-lisp.el (same-window-buffer-names):
6272         * bindings.el (mode-line-client)
6273         (mode-line-column-line-number-mode-map):
6274         * language/tibetan.el (tibetan-precomposition-rule-regexp)
6275         (tibetan-precomposed-regexp): Purecopy string arguments.
6277 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6279         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6280         (calcDigit-nondigit):
6281         * calc/calc-yank.el (calc-copy-to-buffer):
6282         * calc/calc-units.el (calc-invalidate-units-table):
6283         * calc/calc-trail.el (calc-trail-yank):
6284         * calc/calc-store.el (calc-insert-variables):
6285         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6286         * calc/calc-prog.el (calc-read-parse-table):
6287         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6288         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6289         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6290         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6291         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6292         (calc-graph-name, calc-graph-find-command, calc-graph-view)
6293         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6294         * calc/calc-ext.el (calc-realign):
6295         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6296         (calc-embedded-finish-edit, calc-embedded-make-info)
6297         (calc-embedded-finish-command, calc-embedded-stack-change):
6298         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6300         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
6301         shell-dynamic-complete-filename in preference to
6302         comint-dynamic-complete-filename.
6304         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6305         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6306         Don't consider whether the display supports colors.
6307         (bookmark-import-new-list): Use dolist.
6308         (bookmark-bmenu-mode-map): Move initialization into declaration.
6309         (bookmark-bmenu-list): Use dolist, simplify.
6310         (bookmark-show-all-annotations): Use save-selected-window and dolist.
6311         (menu-bar-final-items): Use push.
6313 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
6315         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
6316         it works on remote files.
6317         (vc-hg-diff): Don't pass any `--cwd' argument.
6319 2009-10-27  Kevin Ryde  <user42@zip.com.au>
6321         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6322         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
6323         (Further to Bug#3921).
6325 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
6327         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
6328         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
6329         calling `tramp-imap-put-file'.  Add file size to the call.
6330         (tramp-imap-get-file-entries): Compute also user name, file size,
6331         and date.
6332         (tramp-imap-handle-insert-directory): Insert uid and gid.
6333         (tramp-imap-handle-file-attributes): Transform uid and gid
6334         according to `id-format'.
6335         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
6336         size in header X-Size.
6338 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
6340         * simple.el (transpose-subr): Give clearer error when the mark
6341         is not set.  (Bug#4807)
6343 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
6345         * net/tramp.el (tramp-perl-file-truename): New defconst.
6346         Perl code contributed by yary <not.com@gmail.com> (tiny change).
6347         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
6348         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
6349         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
6351         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6352         Ignore `dired-call-process'.
6353         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
6355 2009-10-26  Julian Scheid  <julians37@gmail.com>
6357         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
6358         (tramp-get-remote-readlink): New defun.
6359         (tramp-handle-file-truename): Use it.
6360         (tramp-handle-file-exists-p): Check file-attributes cache, assume
6361         file exists if cache value present.
6362         (tramp-check-cached-permissions): New defun.
6363         (tramp-handle-file-readable-p): Use it.
6364         (tramp-handle-file-writable-p): Likewise.
6365         (tramp-handle-file-executable-p): Likewise.
6366         (tramp-handle-file-name-all-completions): Try using Perl to get
6367         partial completions.  When perl not available, combine `cd' and
6368         `ls' into single remote operation and use shell expansion to get
6369         partial remote directory contents.  Set `file-exists-p' cache for
6370         directory and any files returned by ls.  Change cache handling to
6371         support partial directory contents.  Use error message emitted by
6372         remote `cd' or Perl code for local tramp-error.
6373         (tramp-do-copy-or-rename-file-directly): Avoid separate
6374         tramp-send-command-and-check call.
6375         (tramp-handle-process-file): Merge three remote ops into one.
6376         Do not flush all caches when `process-file-side-effects' is set.
6377         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
6378         file-attributes shows uid/gid to be set already.
6380 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
6382         * textmodes/tex-mode.el (tex-dvi-view-command)
6383         (tex-show-queue-command, tex-open-quote):
6384         * progmodes/ruby-mode.el (auto-mode-alist)
6385         (interpreter-mode-alist): Purecopy strings.
6387         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
6389         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
6390         string for the hook, keymap and abbrev table.
6392         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
6394         * x-dnd.el (x-dnd-xdnd-to-action):
6395         * startup.el (fancy-startup-text, fancy-about-text): Change to
6396         defconst from defvar.
6398         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
6400         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
6401         Purecopy initialization strings.
6403         * mail/sendmail.el (mail-header-separator)
6404         (mail-personal-alias-file):
6405         * mail/rmail.el (rmail-default-dont-reply-to-names)
6406         (rmail-ignored-headers, rmail-retry-ignored-headers)
6407         (rmail-highlighted-headers, rmail-secondary-file-directory)
6408         (rmail-secondary-file-regexp):
6409         * files.el (null-device, file-name-invalid-regexp)
6410         (locate-dominating-stop-dir-regexp)
6411         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
6412         (interpreter-mode-alist): Use mapcar instead of mapc.
6414         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6416         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6417         (completion-ignored-extensions):
6418         (debug-ignored-errors): Purecopy strings.
6420 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6422         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6423         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6424         (pcomplete--here): Use push.
6426         * subr.el (all-completions): Declare the 4th arg obsolete.
6428 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6430         * pcomplete.el (pcomplete-unquote-argument-function): New var.
6431         (pcomplete-unquote-argument): New function.
6432         (pcomplete--common-suffix): Always pay attention to case.
6433         (pcomplete--table-subvert): Quote and unquote the text.
6434         (pcomplete--common-quoted-suffix): New function.
6435         (pcomplete-std-complete): Use it and pcomplete-begin.
6437         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6438         we're inside a dedicated or minibuffer window.
6440 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
6442         * bookmark.el: Update documentation, especially documentation
6443         of `bookmark-alist' and of the bookmark file format.
6444         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
6446 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
6448         * mail/emacsbug.el (report-emacs-bug): Clarify that the
6449         keybindings apply to the mail buffer (Bug#4003).  Shrink help
6450         window to buffer.
6452         * whitespace.el (whitespace-mode, whitespace-newline-mode)
6453         (global-whitespace-mode, global-whitespace-newline-mode)
6454         (whitespace-toggle-options, global-whitespace-toggle-options):
6455         Doc fix (Bug#3660).
6457         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6458         of xmltok-start before the end tag was inserted (Bug#2840).
6460         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6461         patterns that are preceded by an open-paren (Bug#1320).
6463 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
6465         * files.el (delete-directory): Delete symlinks to directories with
6466         delete-file (Bug#4739).
6468 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
6470         * vc.el (vc-backend-for-registration): Rename from
6471         vc-get-backend-for-registration.  Update callers.
6473         * international/mule-cmds.el (set-language-info-alist):
6474         Purecopy lang-env.
6475         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6476         (charset): Purecopy the name.
6477         (define-char-code-property): Purecopy string arguments.
6479         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6480         Purecopy string arguments.
6482         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6483         * ediff-hook.el (menu-bar-ediff-menu):
6484         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6485         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6487 2009-10-24  Glenn Morris  <rgm@gnu.org>
6489         * comint.el (comint-dynamic-list-completions):
6490         * term.el (term-dynamic-list-completions): Use choose-completion rather
6491         than obsolete alias mouse-choose-completion.
6493         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6494         file-cache-choose-completion.
6495         (file-cache-choose-completion): Handle an optional event argument.
6496         (file-cache-mouse-choose-completion): Make it an obsolete alias.
6498         * progmodes/octave-mod.el (octave-complete-symbol):
6499         Use choose-completion if mouse-choose-completion is ever removed.
6501         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6502         use.
6504         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6505         compiler.
6507         * vc-hooks.el (vc-responsible-backend): Fix declaration.
6509 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6511         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6512         Ignore `pred' now that we receive one.
6513         Handle test-completion specially.
6515 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
6517         * vc.el (vc-responsible-backend): Throw an error if not backend is
6518         found.  Remove the REGISTER argument.  Move the code dealing with
6519         REGISTER ...
6520         (vc-get-backend-for-registration): ... here.  New function.
6521         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6522         of vc-responsible-backend, pass the file name instead of the
6523         directory name.
6525 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6527         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6528         New funs.
6529         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
6530         (pcomplete-comint-setup): Don't modify a global var via
6531         accidental side-effects.
6532         (pcomplete-shell-setup): Adjust call accordingly.
6533         (pcomplete-parse-comint-arguments): Use push.
6535 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
6537         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6538         Allow uncapitalized info node names (Bug#3921).
6540         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6541         to the DEBUG file (Bug#3781).
6543 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
6545         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6546         dictionary entry (Bug#4579).
6548 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
6550         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6551         from `rfn-eshadow-update-overlay-hook' when unloading.
6552         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6553         "rsyncc".  Adjust doc string.
6554         (tramp-temp-buffer-file-name): New buffer-local defvar.
6555         (tramp-handle-insert-file-contents, tramp-handle-write-region):
6556         Keep temporary file when indicated by method ("rsync" and
6557         "rsyncc").
6558         (tramp-handle-write-region): Handle APPEND.
6559         (tramp-delete-temp-file-function): New defun.  Added to
6560         `kill-buffer-hook'.
6562 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
6564         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6566 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
6568         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6569         (color-name-rgb-alist, tty-standard-colors)
6570         (tty-color-mode-alist): Change to defconst.
6572         * simple.el (mark-inactive): Purecopy message.
6574         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6575         (global-map, yank-menu):
6576         * textmodes/ispell.el (ispell-menu-map):
6577         * net/eudc.el (eudc-tools-menu):
6578         * international/mule-cmds.el (describe-language-environment-map)
6579         (setup-language-environment-map, set-coding-system-map)
6580         (mule-menu-keymap):
6581         * vc-hooks.el (vc-menu-entry, vc-menu-map):
6582         * replace.el (occur-mode-map):
6583         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6585 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
6587         * calc/calc.el (math-read-number, math-read-number-simple):
6588         Use `save-match-data'.
6590 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6592         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6593         rather than fiddling with global-map bindings, since it should only
6594         affect per-terminal settings.
6595         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6597         * minibuffer.el (completion-table-with-terminator): Allow to specify
6598         the terminator-regexp.
6600         * simple.el (switch-to-completions): Look for *Completions* in other
6601         frames as well.
6603         * pcomplete.el: Allow the use of completion-tables.
6604         (pcomplete-std-complete): New command.
6605         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6606         (pcomplete--here): Use a function for `form' rather than an expression,
6607         so it can be byte-compiled.
6608         (pcomplete-here, pcomplete-here*): Adjust accordingly.
6609         Add edebug declaration.
6610         (pcomplete-show-completions): Remove unused var `curbuf'.
6611         (pcomplete-do-complete, pcomplete-stub):
6612         Don't assume `completions' is a list of strings any more.
6614 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
6616         * find-dired.el (find-name-arg): Fix typo in docstring.
6618 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6620         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6621         (pcmpl-linux-fs-types): Same, and update to new modules layout.
6623         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6624         pcomplete-entries.
6626         * comint.el (comint-read-input-ring, comint-write-input-ring)
6627         (comint-substitute-in-file-name)
6628         (comint-dynamic-complete-as-filename)
6629         (comint-dynamic-simple-complete)
6630         (comint-dynamic-list-filename-completions)
6631         (comint-dynamic-list-completions)
6632         (comint-redirect-results-list-from-process): Minor simplifications.
6634 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6636         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6637         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
6638         the first form.  And insert a blank line after ";;; Code" since
6639         that's usual style.  (Bug#4612)
6641         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6643 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6645         * minibuffer.el (completion-table-with-terminator): Properly implement
6646         boundaries, in case `terminator' appears in the suffix.
6647         (completion--embedded-envvar-table): Don't return boundaries if
6648         there's no valid completion.  Simplify.
6649         (completion-file-name-table): New completion table extracted from
6650         completion--file-name-table.
6651         (completion--file-name-table): Use it.
6652         (read-file-name-predicate): Declare obsolete.
6653         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6654         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6655         completion-file-name-table, and use the `pred' argument.
6656         * files.el (locate-file-completion-table): Use the `pred' arg rather
6657         than read-file-name-predicate.
6658         (abbreviate-file-name): Use \` rather than ^ for BOS.
6660 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
6662         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6663         vc-responsible-backend to register, it causes problems.
6665 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6667         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6669 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
6671         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6672         (tramp-smb-handle-file-attributes): Use it.
6673         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6674         (tramp-smb-handle-insert-directory): Use `mapc' rather than
6675         `mapcar'.  Use `tramp-smb-get-stat-capability'.
6676         Add `dired-filename' text properties.
6677         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6678         (tramp-smb-maybe-open-connection): Simplify check for smbclient
6679         version.
6681 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6683         * subr.el (read-key-delay): Reduce to 0.01.
6684         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6685         (bug#4751).
6687 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6689         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6691         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6692         (Info-menu): Remove unused vars `last' and `completions'.
6693         (Info-index-nodes): Remove unused var `node'.
6695         * info.el (Info-complete-menu-item): Use complete-with-action.
6697 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
6699         Make vc-annotate work through copies and renames.
6700         * vc-annotate.el (vc-annotate-extract-revision-at-line):
6701         Return the file name too.
6702         (vc-annotate-revision-at-line)
6703         (vc-annotate-find-revision-at-line)
6704         (vc-annotate-revision-previous-to-line)
6705         (vc-annotate-show-log-revision-at-line): Update to get the file
6706         name from vc-annotate-extract-revision-at-line.
6707         (vc-annotate-show-diff-revision-at-line-internal): Change the
6708         argument to mean whether to show a file diff or not.  Get the file
6709         name from vc-annotate-extract-revision-at-line.
6710         (vc-annotate-show-diff-revision-at-line):
6711         Update vc-annotate-show-diff-revision-at-line call.
6712         (vc-annotate-warp-revision): Add an optional file argument.
6714         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6715         (vc-git-annotate-extract-revision-at-line): Also return the file
6716         name if found.
6718         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6719         command.  Remove unused code.
6720         (vc-hg-annotate-re): Update to match --follow output.
6721         (vc-hg-annotate-extract-revision-at-line): Also return the file
6722         name if found.
6724         * vc.el: Update annotate-extract-revision-at-line documentation.
6726 2009-10-18  Kevin Ryde  <user42@zip.com.au>
6728         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6729         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6731         * net/browse-url.el (browse-url): Identify alist with "consp and
6732         not functionp" and let all other things go down the `apply' leg,
6733         as suggested by Stefan.  (Further to bug#4531.)
6735 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
6737         * minibuffer.el (read-file-name): Check for repeat before putting
6738         a default argument in file-name-history (Bug#4657).
6740         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6741         read syntax (Bug#4737).
6743         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
6745 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
6747         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6748         (html-tag-alist, html-tag-help): Add descriptions for undocumented
6749         entries and make note of obsolete tags.
6751 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6753         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6755 2009-10-18  Glenn Morris  <rgm@gnu.org>
6757         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6758         grep, so that binary files (eg international/uni-bidi.el) can match.
6759         Remove test for "UnicodeData" files, since it is hopefully unnecessary
6760         now, and in any case the file header format has changed.
6762 2009-10-17  Glenn Morris  <rgm@gnu.org>
6764         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6765         (flyspell-get-word, flyspell-large-region)
6766         (flyspell-auto-correct-previous-word): Doc/error message fixes.
6768 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
6770         * Makefile.in (ELCFILES): Add ede/shell.
6772 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
6774         * term/common-win.el (x-colors): Purecopy it.
6776 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6778         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6779         permissive for when the buffer is empty.
6780         (tar-header-block-tokenize): Decode the username and groupname.
6781         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6783 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6785         * international/mule-cmds.el (select-safe-coding-system): If the file
6786         has a coding cookie, use it regardless of any other setting (bug#4712).
6788 2009-10-17  Glenn Morris  <rgm@gnu.org>
6790         * foldout.el (foldout-mouse-swallow-events):
6791         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6793         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6794         (dired-keep-marker-copy, dired-keep-marker-hardlink)
6795         (dired-keep-marker-symlink, dired-dwim-target)
6796         (dired-copy-preserve-time): Do not autoload these defcustoms.
6798         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6799         messages from messing up the file coding.  (Bug#4623)
6801 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
6803         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6804         if no match is found for the current dictionary.  (Bug#4578)
6806         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6807         optional, since that is how it is documented, and this is often called
6808         with a nil argument.  (Bug#4577)
6809         (flyspell-external-point-words, flyspell-auto-correct-word)
6810         (flyspell-correct-word-before-point, flyspell-word-search-forward)
6811         (flyspell-word-search-backward): Remove nil argument in calls to
6812         flyspell-get-word, since it is not needed now.
6814 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
6816         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
6818 2009-10-16  Glenn Morris  <rgm@gnu.org>
6820         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6822 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
6824         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6825         (ange-ftp-file-size): New function.
6826         (ange-ftp-file-attributes): Use it.
6828 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
6830         * net/tramp-smb.el (tramp-smb-version): New defvar.
6831         (tramp-smb-maybe-open-connection): Use it, in order to avoid
6832         repeated checks.
6834 2009-10-16  Glenn Morris  <rgm@gnu.org>
6836         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6837         Maybe copy some custom properties from old to new name.  (Bug#4706)
6839 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
6841         * subr.el (error, sit-for, start-process-shell-command)
6842         (start-file-process-shell-command): Set the calling convention
6843         after the function definition.
6845 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6847         * subr.el (error, sit-for, start-process-shell-command)
6848         (start-file-process-shell-command): Use the new
6849         set-advertised-calling-convention feature.
6851 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
6853         * international/ucs-normalize.el (ucs-normalize-version):
6854         Change to 1.2.
6855         (check-range): Adjust for Unicode 5.2.
6857 2009-10-15  Juri Linkov  <juri@jurta.org>
6859         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6860         to the `menu-item' format.
6862 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
6864         * net/tramp.el (tramp-replace-environment-variables): Do not fail
6865         if the environment variable does not exist.
6867         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6868         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6869         parameter.
6870         (tramp-smb-handle-add-name-to-file)
6871         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6872         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6873         (tramp-smb-handle-file-attributes)
6874         (tramp-smb-do-file-attributes-with-stat)
6875         (tramp-smb-handle-file-local-copy)
6876         (tramp-smb-handle-insert-directory)
6877         (tramp-smb-handle-make-directory)
6878         (tramp-smb-handle-make-directory-internal)
6879         (tramp-smb-handle-make-symbolic-link)
6880         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6881         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6882         (tramp-smb-maybe-open-connection): Apply the changed parameters.
6883         (tramp-smb-read-file-entry): Read Disk names in compressed format.
6884         Handle long file names.
6885         (tramp-smb-get-cifs-capabilities): Check, whether the connection
6886         process is running.
6887         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6888         Read share names with "-g" option.
6890 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
6892         * net/rcirc.el (rcirc-view-log-file): New command.
6893         (rcirc-track-minor-mode-map): Remove C-c ` binding.
6894         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6895         specified.
6897 2009-10-15  Glenn Morris  <rgm@gnu.org>
6899         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6900         from the second command-line argument.
6901         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6902         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6903         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6904         w32-batch-update-autoloads.
6905         * emacs-lisp/autoload.el (autoload-make-program): New variable.
6906         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6908         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6909         the headers cannot be located.  Simplify, subtracting superflous
6910         save-excursions.
6912 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6914         Replace completion-base-size by completion-base-position to fix bugs
6915         such as (bug#4699).
6916         * simple.el (completion-base-position): New var.
6917         (completion-base-size): Mark as obsolete.
6918         (choose-completion): Make it work for mouse events as well.
6919         Pass the new base-position to choose-completion-string.
6920         (choose-completion-guess-base-position): New function, extracted from
6921         choose-completion-delete-max-match.
6922         (choose-completion-delete-max-match): Use it.  Make obsolete.
6923         (choose-completion-string): Use the new base-position info.
6924         (completion-root-regexp): Delete.
6925         (completion-setup-function): Preserve completion-base-position.
6926         Eliminate obsolete base-size manipulation.
6927         * minibuffer.el (display-completion-list): Don't mess with base-size.
6928         (minibuffer-completion-help): Set completion-base-position instead.
6929         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6930         choose-completion.
6931         * textmodes/bibtex.el (bibtex-complete):
6932         * emacs-lisp/crm.el (crm--choose-completion-string):
6933         Adjust to new calling convention.
6934         * complete.el (partial-completion-mode): Use minibufferp to avoid
6935         bumping into incompatible change to choose-completion-string-functions.
6936         * ido.el (ido-choose-completion-string): Make its calling convention
6937         more permissive.
6938         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6939         base-size manipulation.
6940         (comint-dynamic-list-input-ring): Use dotimes and push.
6941         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6942         fundamental-mode.  Use `or'.
6944 2009-10-14  Juri Linkov  <juri@jurta.org>
6946         * misearch.el (multi-isearch-next-buffer-from-list)
6947         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
6949 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6951         * Makefile.in (compile-onefile): Load `bytecomp' rather than
6952         `bytecomp.el'.
6954         * minibuffer.el (completion-pcm--merge-completions): Make sure the
6955         string we return is all made up of text from the completions rather
6956         than part from the completions and part from the input (bug#4219).
6958         * ido.el (ido-everywhere): Use define-minor-mode.
6960         * buff-menu.el (list-buffers, ctl-x-map):
6961         Mark the entry points with ;;;###autoload cookies.
6963 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6965         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6966         correctly in the detached head case.
6967         (vc-git-print-log): Remove unused binding.
6969         * vc.el (vc-responsible-backend): When a directory is passed for
6970         for registration create a VC repository if no backend is
6971         responsible for the directory argument.
6972         (vc-deduce-fileset): Tell vc-responsible-backend to register.
6974         * vc.el: Move comments about RCS and SCCS ...
6975         * vc-rcs.el:
6976         * vc-sccs.el: ... here, respectively.
6978 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6980         * minibuffer.el (completion--file-name-table): Return nil if there's
6981         no file completion, even if substitute-in-file-name changed
6982         the string (bug#4708).
6984 2009-10-13  Juri Linkov  <juri@jurta.org>
6986         * files-x.el (read-file-local-variable-value): Don't filter out
6987         minor modes from mode name completion (bug#4664).
6989 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
6991         * international/mule-cmds.el (ucs-names): Remove exclusion of
6992         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6994 2009-10-13  Kenichi Handa  <handa@m17n.org>
6996         * international/uni-name.el: Regenerated.
6998 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
7000         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
7001         should be automatically buffer-local, but isn't.)
7003 2009-10-12  Sam Steingold  <sds@gnu.org>
7005         * progmodes/compile.el (compilation-next-error-function): Fix the
7006         timestamps if the buffer has been visited before.
7007         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7008         non-anchored patterns, like the perl one (bug#3928).
7010 2009-10-12  Glenn Morris  <rgm@gnu.org>
7012         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7013         Let-bind `size'.
7015 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
7017         * proced.el (proced-unload-function): New function.
7019         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7020         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7021         Doc fix.
7023         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7025 2009-10-11  Juri Linkov  <juri@jurta.org>
7027         * files-x.el (read-file-local-variable-value):
7028         Provide default value only for bound variables (bug#4664).
7030 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
7032         * net/tramp.el (tramp-local-host-p): Function shall return nil for
7033         connection methods like smb.
7035         * net/tramp-cache.el (tramp-flush-connection-property): The hash
7036         can be empty.
7038         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7039         (tramp-smb-file-name-handler-alist): Add handlers for
7040         `add-name-to-file', `make-symbolic-link'.
7041         (tramp-smb-handle-add-name-to-file)
7042         (tramp-smb-do-file-attributes-with-stat)
7043         (tramp-smb-handle-make-symbolic-link)
7044         (tramp-smb-get-cifs-capabilities): New defuns.
7045         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7046         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7047         (tramp-smb-handle-file-local-copy)
7048         (tramp-smb-handle-make-directory-internal)
7049         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7050         The file name syntax depends on cifs capabilities.
7051         (tramp-smb-handle-file-attributes):
7052         Call `tramp-smb-do-file-attributes-with-stat' if possible.
7053         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7054         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
7056 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
7058         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7059         (eieio-defclass): Apply deftype handler and setf-method properties
7060         directly.
7061         (eieio-add-new-slot): Avoid union function from cl library.
7062         (eieio--typep): New function.
7063         (eieio-perform-slot-validation): Use it.
7065 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
7067         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
7068         Update documentation to refer to the variables documented in r1.135.
7069         (Bug#4188)
7071 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
7073         * bookmark.el (Info-suffix-list): Remove this unused variable.
7074         (bookmark-current-point): Remove this obsolete variable.
7075         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7076         Adjust for removal of bookmark-current-point.
7078         (bookmarks-already-loaded, bookmark-current-buffer)
7079         (bookmark-yank-point): Document.  (Bug#4188)
7081 2009-10-10  Glenn Morris  <rgm@gnu.org>
7083         * frame.el (frame-height): Doc fix.
7085         * calendar/calendar.el (calendar-split-width-threshold): New option.
7086         (calendar-basic-setup): Use calendar-split-width-threshold.
7088 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
7090         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7091         Ideographic Supplement" range (U+1F200..U+1F2FF).
7093 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7095         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
7096         since the list will have been rebuilt anyway.  (Bug#4349)
7098 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7100         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
7101         (bookmark-bmenu-execute-deletions): Don't save here, as
7102         bookmark-delete will now do so if necessary.
7103         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
7104         (Bug#4348)
7106 2009-10-09  Glenn Morris  <rgm@gnu.org>
7108         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7110 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7112         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7113         (bookmark-jump-other-window): Just invoke bookmark-jump with new
7114         argument now, so the two function's behaviors will match.  (Bug#3645)
7116 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
7118         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
7119         (tramp-file-name-real-host, tramp-file-name-port):
7120         Apply `save-match-data'.
7122         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7123         case both directories are remote.
7124         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
7125         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
7127 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
7129         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7131 2009-10-07  Glenn Morris  <rgm@gnu.org>
7133         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7134         of concat.
7136 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7138         * files-x.el (read-file-local-variable): Include some
7139         non-user-variables in the completion table (bug#4664).
7141 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
7143         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7144         message.
7146         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7147         (tramp-smb-file-name-handler-alist): Add handler for
7148         `copy-directory', `expand-file-name', `set-file-modes'.
7149         (tramp-smb-handle-copy-directory)
7150         (tramp-smb-handle-expand-file-name)
7151         (tramp-smb-handle-set-file-modes): New defuns.
7152         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7153         (tramp-smb-handle-file-attributes): Simplify check for retrieving
7154         entry.
7155         (tramp-smb-handle-insert-directory): Don't flush the cache.
7156         (tramp-smb-maybe-open-connection): Check for samba client and
7157         server versions.
7159 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
7161         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7162         to not error out of search for "^lisp=" fails.
7164 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
7166         * makefile.w32-in (WINS_UPDATES): New macro.
7167         (custom-deps, finder-data, autoloads): Use it.
7169 2009-10-07  Glenn Morris  <rgm@gnu.org>
7171         * Makefile.in (autoloads): Revert previous change.
7172         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
7173         the list of preloaded files passed on the command-line, get
7174         it from src/Makefile.
7176         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7177         show the original buffer rather than a random one.
7179 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
7181         * help.el (describe-no-warranty): Place point in a slightly better
7182         position in the GPLv3 text.
7184 2009-10-06  Sam Steingold  <sds@gnu.org>
7186         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7187         the comm attribute is present before calling regexp-quote.
7189 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
7191         * play/animate.el (animate-string): For good effect, make sure
7192         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7194         * play/animate.el (animate-sequence, animate-birthday-present):
7195         * misc.el (butterfly): Don't set `indent-tabs-mode'.
7197 2009-10-06  Glenn Morris  <rgm@gnu.org>
7199         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7201         * emacs-lisp/autoload.el (autoload-excludes): New variable.
7202         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7203         (batch-update-autoloads): Process a string value of autoload-excludes,
7204         set during the build process.
7205         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
7207         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7208         inside with-parsed...  macro so that `v' is defined.
7210         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7211         * progmodes/fortran.el (fortran-end-of-block)
7212         (fortran-beginning-of-block):
7213         Also push mark in the macro case.
7215         * emerge.el (emerge-show-file-name):
7216         * calc/calc.el (calc-quit):
7217         * calc/calc-misc.el (calc-big-or-small):
7218         * calc/calc-graph.el (calc-graph-view):
7219         * calc/calc-ext.el (calc-reset):
7220         * calendar/calendar.el (calendar-basic-setup):
7221         Use window-full-height-p.
7223         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7224         header we don't understand, don't insert another.  (Bug#4624)
7225         If changing mime charset, insert the new one in the right place.
7227 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
7229         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7230         (cal-tex-cursor-month): Correctly increment the end date for diary and
7231         holiday listing.  (Bug#4626)
7233 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7235         * help-fns.el (describe-function-1): Don't burp if the function is not
7236         a symbol.
7238 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
7240         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7241         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7242         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7243         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7245         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7246         (eieio-default-superclass): Reflow docstrings.
7247         (this, class-option-assoc, defclass, eieio-class-un-autoload)
7248         (eieio-unbind-method-implementations, defmethod)
7249         (eieio-validate-slot-value, eieio-validate-class-slot-value)
7250         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7251         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7252         (eieio-slot-originating-class-p, eieio-slot-name-index)
7253         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7254         (constructor, initialize-instance, no-next-method, object-print)
7255         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7256         Fix typos in docstrings.
7257         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7258         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7259         (next-method-p): Doc fixes.
7260         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7261         Fix typos in error messages.
7262         (eieio-defmethod): Fix typo in description of generic method.
7264         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7265         (eieio-persistent-save-interactive, slot-missing):
7266         Fix typos in docstrings.
7267         (eieio-instance-inheritor-slot-boundp): Doc fix.
7269         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7270         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7272         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7273         (eieio-custom-object-apply-reset):
7274         Fix typos in docstrings and error messages.
7276         * emacs-lisp/eieio-datadebug.el (data-debug-show):
7277         Fix typo in docstring.
7279         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7280         (eieio-browse-tree): Doc fix.
7281         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7282         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7283         Fix typos in docstrings.
7285         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7286         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7287         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7288         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7289         Reflow docstrings.
7291 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
7293         * vc-hg.el (log-view-vc-backend): Declare for compiler.
7294         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7295         Set log-view-vc-backend so that diff can work.
7297         * log-view.el (log-view-diff): Use vc-diff-internal instead of
7298         vc-version-diff.
7299         (vc-diff-internal): Autoload this instead of vc-version-diff.
7301 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
7303         * simple.el (eval-expression): Doc fix.
7305         * progmodes/cwarn.el (cwarn-mode): Doc fix.
7307 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
7309         * files.el (directory-files-no-dot-files-regexp): New defconst.
7310         (delete-directory): Use it.
7311         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
7313         * net/tramp.el (tramp-verbose): Fix docstring.
7314         (tramp-methods): Add recursive option to `tramp-copy-args'.
7315         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
7316         "scp1_old", "scp2_old", "rsync", "rsyncc".
7317         (tramp-default-method): Check also for `auth-source-user-or-password'.
7318         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7319         Add handler for `copy-directory'.
7320         (tramp-handle-copy-directory): New defun.
7321         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7322         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7323         Optimize sent command.
7325 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7327         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7328         window if necessary.
7330         * calendar/calendar.el (calendar-basic-setup): Don't call
7331         switch-to-buffer in a dedicated window.
7333 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
7335         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7336         don't do anything related to relocating, just return nil.
7337         (bookmark-error-no-filename): New error.
7338         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7339         bookmark has no file.  Don't even attempt to handle things that
7340         are not files; the whole point of custom handlers is to keep that
7341         knowledge elsewhere anyway.  Tighten some comments.
7342         (bookmark-file-or-variation-thereof): Remove now-unused function.
7343         (bookmark-location): Doc string fix.
7344         (Bug#4250)
7346 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7348         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7349         don't use a file dialog, because they usually don't know how to read
7350         a directory target from the user.  (Bug#4230)
7351         Also, make sure the prompt can display directories as well as files.
7353 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7355         * bookmark.el (bookmark-set, bookmark-buffer-name):
7356         Improve doc strings.  (Bug#1193)
7358 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7360         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7361         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7362         (bookmark-get-annotation, bookmark-set-annotation)
7363         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7364         (bookmark-set-position, bookmark-get-front-context-string)
7365         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7366         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7367         (bookmark-jump-other-window, bookmark-handle-bookmark)
7368         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7369         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7370         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7371         Improve doc strings to say whether bookmark can be a string or
7372         a record or both, and make other consistency and clarity fixes.
7373         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7374         (bookmark-default-annotation-text, bookmark-yank-word)
7375         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7376         (bookmark-import-new-list, bookmark-maybe-rename)
7377         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7378         (bookmark-bmenu-bookmark): Give these doc strings.
7379         (bookmark-bmenu-check-position): Give this a doc string, but also
7380         add a FIXME comment about how the function may be pointless.
7381         (bookmark-default-handler): Rework doc string and change a
7382         parameter name, to clarify that this takes a bookmark record
7383         not a bookmark name.
7384         (bookmark-set): Change a parameter name to indicate its meaning,
7385         and improve the doc string a bit.
7386         (Bug#4188)
7388 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7390         * bookmark.el (bookmark-alist): Document the new `handler' element
7391         in the param alist.
7392         (bookmark-make-record-function): Adjust documentation for above.
7393         (Bug#4193)
7395 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7397         * info.el (Info-bookmark-make-record): Document this function.
7398         (Info-bookmark-jump): Document with a doc string, not just a comment.
7399         (Bug#4203)
7401 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
7403         * files.el (copy-directory): New defun.
7405         * dired-aux.el (dired-copy-file-recursive): Use it.
7407 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7409         * files-x.el (modify-dir-local-variable)
7410         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
7411         docstrings.
7413         * recentf.el (recentf-unload-function): New function.
7415 2009-10-04  Glenn Morris  <rgm@gnu.org>
7417         * window.el (window-full-height-p): Add doc string.
7419 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
7421         * window.el (window-full-height-p): New function.  (Bug#4543)
7423 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
7425         * vc.el: Remove commented out code.
7426         (vc-derived-from-dir-mode): Remove, unused.
7427         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7429 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
7431         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7432         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
7433         there could be recursive loading when `default-directory' is a
7434         remote file name.  (Bug#4614)
7436 2009-10-03  Glenn Morris  <rgm@gnu.org>
7438         * calendar/calendar.el (calendar-basic-setup): Handle the case where
7439         the frame is wide.
7440         (calendar-generate-window): Test for shrinkability rather than width.
7442         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7443         reusing existing buffers, in case we happen to visit two files with the
7444         same basename.  (Bug#4593)
7446 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
7448         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7449         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7450         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7451         subdirs of cedet as well.
7452         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7454 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7456         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7457         Obey advertised-signature-table.
7459         * help-fns.el (help-function-arglist): Don't check
7460         advertised-signature-table.
7461         (describe-function-1): Do it here instead so it also applies to subrs.
7463 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
7465         * simple.el (start-file-process): Say in the doc-string, that file
7466         handlers might not support pty association, if PROGRAM is nil.
7468         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7469         HOST and USER are strings.  They are nil, when there are
7470         incomplete entries in ~/.netrc, for example.
7471         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
7472         root directory ("device busy" error otherwise).
7474         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7475         Flush file properties of created directory.
7477 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
7479         * makefile.w32-in (WINS_BASIC): Remove cedet.
7480         (WINS_CEDET): Add cedet.
7481         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7483 2009-10-02  Kevin Ryde  <user42@zip.com.au>
7485         * net/browse-url.el (browse-url): Pass any symbol in
7486         browse-url-browser-function to `apply', since if you've mistakenly put
7487         an unbound symbol then the error is clearer.  (Bug#4531)
7489 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
7491         * allout.el (allout-init, allout-back-to-current-heading)
7492         (allout-beginning-of-current-entry, allout-ascend-to-depth)
7493         (allout-ascend, allout-up-current-level, allout-end-of-level)
7494         (allout-previous-visible-heading, allout-forward-current-level)
7495         (allout-backward-current-level, allout-show-children):
7496         * apropos.el (apropos-describe-plist):
7497         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7498         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7499         * completion.el (add-completion, add-permanent-completion):
7500         * descr-text.el (describe-text-category, describe-char):
7501         * desktop.el (desktop-lazy-abort):
7502         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7503         * dired.el (dired-build-subdir-alist):
7504         * ediff.el (ediff-version):
7505         * elide-head.el (elide-head, elide-head-show):
7506         * emerge.el (emerge-version):
7507         * env.el (getenv):
7508         * face-remap.el (variable-pitch-mode):
7509         * faces.el (describe-face):
7510         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7511         (dired-at-point):
7512         * files.el (find-file-existing, auto-save-mode):
7513         * font-lock.el (font-lock-fontify-buffer):
7514         * help-fns.el (describe-function, describe-variable)
7515         (describe-syntax, describe-categories):
7516         * help.el (view-lossage, describe-bindings, describe-key)
7517         (describe-mode):
7518         * hexl.el (hexl-current-address):
7519         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7520         * info.el (Info-goto-emacs-key-command-node):
7521         * log-edit.el (log-edit-insert-cvs-template)
7522         (log-edit-insert-cvs-rcstemplate):
7523         * menu-bar.el (menu-bar-mode):
7524         * mouse.el (mouse-appearance-menu):
7525         * newcomment.el (comment-indent-new-line):
7526         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7527         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
7528         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
7529         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7530         * recentf.el (recentf-mode):
7531         * savehist.el (savehist-mode, savehist-save):
7532         * shadowfile.el (shadow-copy-files):
7533         * simple.el (kill-ring-save, next-line, previous-line)
7534         (normal-erase-is-backspace-mode):
7535         * strokes.el (strokes-update-window-configuration)
7536         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7537         (strokes-xpm-for-stroke):
7538         * time.el (emacs-uptime, emacs-init-time):
7539         * tutorial.el (tutorial--describe-nonstandard-key)
7540         (tutorial--detailed-help):
7541         * type-break.el (type-break-mode)
7542         (type-break-mode-line-message-mode, type-break-query-mode)
7543         (type-break-guesstimate-keystroke-threshold):
7544         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7545         * version.el (emacs-version):
7546         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7547         * winner.el (winner-mode):
7548         * calendar/timeclock.el (timeclock-in, timeclock-out)
7549         (timeclock-status-string, timeclock-change)
7550         (timeclock-workday-remaining-string)
7551         (timeclock-workday-elapsed-string)
7552         (timeclock-when-to-leave-string):
7553         * calendar/todo-mode.el (todo-add-category):
7554         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7555         * emacs-lisp/autoload.el (update-file-autoloads):
7556         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7557         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7558         (checkdoc-message-text, checkdoc-defun):
7559         * emacs-lisp/debug.el (debugger-list-functions):
7560         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7561         * emacs-lisp/eieio-opt.el (eieio-describe-class)
7562         (eieio-describe-generic):
7563         * emacs-lisp/lisp-mnt.el (lm-synopsis):
7564         * emacs-lisp/shadow.el (list-load-path-shadows):
7565         * emulation/cua-base.el (cua-mode):
7566         * emulation/edt.el (edt-set-scroll-margins):
7567         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7568         (tpu-toggle-regexp, tpu-toggle-search-direction)
7569         (tpu-toggle-rectangle, tpu-toggle-control-keys):
7570         * emulation/tpu-extras.el (tpu-set-scroll-margins):
7571         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7572         (viper-set-parsing-style-toggling-macro)
7573         (viper-set-emacs-state-searchstyle-macros):
7574         * emulation/viper.el (viper-set-hooks):
7575         * eshell/esh-mode.el (eshell-truncate-buffer):
7576         * international/mule-cmds.el (prefer-coding-system)
7577         (describe-input-method, describe-language-environment):
7578         * international/mule-diag.el (list-character-sets)
7579         (describe-character-set, describe-coding-system)
7580         (describe-fontset, list-fontsets, list-input-methods):
7581         * mail/sendmail.el (mail-signature):
7582         * net/ange-ftp.el (ange-ftp-copy-file):
7583         * net/browse-url.el (browse-url):
7584         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7585         * net/quickurl.el (quickurl-add-url):
7586         * net/rcirc.el (names, topic):
7587         * net/xesam.el (xesam-mode):
7588         * play/5x5.el (5x5-new-game):
7589         * play/yow.el (apropos-zippy):
7590         * progmodes/ada-mode.el (ada-mode-version):
7591         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7592         (f90-end-of-block)
7593         (f90-beginning-of-block):
7594         * progmodes/fortran.el (fortran-end-of-block)
7595         (fortran-beginning-of-block):
7596         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7597         * progmodes/python.el (python-describe-symbol, python-shell):
7598         * term/ns-win.el (ns-print-buffer):
7599         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7600         * textmodes/flyspell.el (flyspell-mode-on):
7601         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7602         (pages-directory-for-addresses):
7603         * textmodes/table.el (table-recognize-cell)
7604         (table-query-dimension, table-generate-source)
7605         (table-insert-sequence, table--warn-incompatibility):
7606         * textmodes/tex-mode.el (tex-validate-buffer):
7607         * textmodes/texinfmt.el (texinfmt-version)
7608         (texinfo-format-buffer):
7609         Use `called-interactively-p' instead of `interactive-p'.
7611 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
7613         * image-mode.el (image-toggle-display):
7614         * emacs-lisp/elp.el (elp-instrument-function):
7615         * emacs-lisp/advice.el (ad-make-advised-definition):
7616         * emacs-lisp/easy-mmode.el (define-minor-mode):
7617         * net/browse-url.el (browse-url-maybe-new-window):
7618         * progmodes/sh-script.el (sh-learn-buffer-indent):
7619         Pass new argument 'any to `called-interactively-p'.
7621 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
7623         * international/uni-bidi.el:
7624         * international/uni-category.el:
7625         * international/uni-combining.el:
7626         * international/uni-comment.el:
7627         * international/uni-decimal.el:
7628         * international/uni-decomposition.el:
7629         * international/uni-digit.el:
7630         * international/uni-lowercase.el:
7631         * international/uni-mirrored.el:
7632         * international/uni-name.el:
7633         * international/uni-numeric.el:
7634         * international/uni-old-name.el:
7635         * international/uni-titlecase.el:
7636         * international/uni-uppercase.el:
7637         Regenerate from Unicode 5.2.0 data.
7639 2009-10-01  Glenn Morris  <rgm@gnu.org>
7641         * Makefile.in (ELCFILES): Regenerate.
7643 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7645         * subr.el (interactive-p): Mark obsolete.
7646         (called-interactively-p): Make the optional-ness of `kind' obsolete.
7647         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7648         advertised-signature-table for subroutines as well.
7650         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7651         (set-advertised-calling-convention): New function.
7652         (make-obsolete, define-obsolete-function-alias)
7653         (make-obsolete-variable, define-obsolete-variable-alias):
7654         Make the optional-ness of `when' obsolete.
7655         (define-obsolete-face-alias): Make `when' non-optional.
7656         * help-fns.el (help-function-arglist):
7657         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7658         Use advertised-signature-table.
7660 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
7662         * files.el (delete-directory): New defun.  The original function
7663         in fileio.c has been renamed to `delete-directory-internal'.
7665         * dired.el (dired-delete-file): Call `delete-directory' with
7666         RECURSIVE parameter.
7668         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
7669         parameter RECURSIVE.  Implementation is missing.
7671         * net/tramp.el (tramp-handle-make-directory): Flush upper
7672         directory's file properties.
7673         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
7674         (tramp-handle-dired-recursive-delete-directory): Flush directory
7675         properties after the remove command only.
7677         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7678         Handle optional parameter RECURSIVE.
7680         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7681         Handle optional parameter RECURSIVE.
7683         * net/tramp-smb.el (tramp-smb-errors): Add error message for
7684         connection timeout.
7685         (tramp-smb-handle-delete-directory): Handle optional parameter
7686         RECURSIVE.
7688 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7690         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7691         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7692         (byte-compile-defmacro): Use backquotes.
7694         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7696         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7697         has no associated file.
7698         (vc-resynch-buffer): Use vc-dir-buffers.
7700 2009-10-01  Glenn Morris  <rgm@gnu.org>
7702         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7703         (chart-file-count):
7704         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7705         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7706         * emacs-lisp/eieio-opt.el (eieio-describe-class):
7707         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7708         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7709         (eieio-copy-parents-into-subclass, make-instance, class-children)
7710         (eieio-generic-form):
7712         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7713         match-data.  (Bug#4555).
7715         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7716         rather than parsing it as a regexp.  This relaxes the layout
7717         requirements and makes errors easier to detect.
7718         (check-declare-verify): Check file is regular.
7719         (check-declare-directory): Doc fix.
7720         * subr.el (declare-function): Doc fix.
7722         * ibuffer.el (ibuffer-format-qualifier):
7723         * isearch.el (hi-lock-regexp-okay):
7724         * calc/calc.el (math-zerop):
7725         * mail/uce.el (rmail-msgbeg, rmail-msgend):
7726         * term/w32-win.el (setup-default-fontset, set-fontset-font):
7727         Remove unused declarations.
7729 2009-09-30  Glenn Morris  <rgm@gnu.org>
7731         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7733         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7734         filename is not a string.
7736 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
7738         * files.el (safe-local-eval-forms): Fix typo.
7740 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7742         * vc-hooks.el (vc-dir-buffers): New var.
7743         (vc-state-refresh): New function.
7744         (vc-state): Use it.
7745         (vc-after-save): Always ask the backend to recompute the new state.
7746         Always call vc-dir if necessary, using vc-dir-buffers.
7747         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7748         Use vc-dir-buffers.
7749         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7750         (vc-dir-prepare-status-buffer, vc-dir-update)
7751         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7752         Don't call expand-file-name on default-directory.
7754 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7756         * speedbar.el (speedbar-item-delete):
7757         * calc/calc-prog.el (calc-kbd-if):
7758         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7760         * epa.el (epa-key-list-mode-map):
7761         * hi-lock.el (hi-lock-menu): Fix typos in menus.
7763         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7764         (hs-show-hook): Fix typo in docstring.
7766 2009-09-29  Glenn Morris  <rgm@gnu.org>
7768         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7769         file-name-nondirectory call preventing location of cedet files.
7770         (check-declare-verify): Use literal search rather than re-search.
7771         Add basic defmethod and defclass, and define-overloadable-function.
7773         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7774         Use tramp-compat-file-attributes rather than nonexistent
7775         tramp-compat-handle-file-attributes.
7777         * Makefile.in (lisptagsfiles4): New.
7778         (AUTOGENEL): Add cedet loaddefs files.
7779         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7780         (update-elclist, compile-always, backup-compiled-files)
7781         (bootstrap-clean): Add yet another directory level.
7782         (update-elclist): Use LC_COLLATE rather than COLLATE.
7783         (ELCFILES): Update, via `make update-elclist'.
7785 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7787         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7788         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7789         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7791 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
7793         * Makefile.in (lisptagsfiles3): Define.
7794         (TAGS, TAGS-LISP): Use it.
7795         (update-elclist): Add third directory level to look for elc files.
7796         (compile-always): Likewise.
7797         (backup-compiled-files): Likewise.
7798         (bootstrap-clean): Likewise.
7799         (ELCFILES): Update.
7801 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
7803         * Makefile.in (ELCFILES): Add CEDET files.
7805 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
7807         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7809         * net/tramp.el (top): Require tramp-imap.
7811         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7812         Use `tramp-compat-handle-file-attributes'.
7814 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7816         * net/tramp-imap.el: New package.
7818 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7820         * whitespace.el (whitespace-trailing-regexp)
7821         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7822         Fix doc string.
7824 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
7826         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7827         menu.
7829         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7830         menu-bar-ediff-menu.
7832         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7833         define-overloadable-function.
7835         * progmodes/autoconf.el: Provide autoconf as well, so that this
7836         file can be `require'd.
7838         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7840         * emacs-lisp/autoload.el (generated-autoload-feature)
7841         (generated-autoload-load-name): New vars.
7842         (autoload-rubric, autoload-generate-file-autoloads): Use them.
7843         (make-autoload): Recognize define-overloadable-function and
7844         defclass forms (for EIEIO).
7846         * Makefile.in (update-subdirs): Exclude cedet directory.
7848 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
7850         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
7852         * faces.el: Default light-background background for region face to
7853         ns_selection_color under NS.
7855 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7857         * net/imap-hash.el: New library, see NEWS.
7859         * Makefile.in (ELCFILES): Add imap-hash.el.
7861 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7863         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7864         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7865         * help-macro.el (make-help-screen): Avoid using an ambiguous function
7866         definition where the docstring could be taken for the return value.
7868 2009-09-26  Glenn Morris  <rgm@gnu.org>
7870         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7871         Add option to only show images below a certain size.
7872         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7873         save-excursion calls.
7875 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
7877         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7878         subdirectories) and eieio.
7880 2009-09-26  Alan Mackenzie  <acm@muc.de>
7882         * progmodes/cc-engine.el (c-beginning-of-statement-1):
7883         Correct buggy bracketing.  (Bug#4289)
7885         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7886         character constants (as case labels).  (Bug#4289)
7888 2009-09-25  Juri Linkov  <juri@jurta.org>
7890         * files.el (safe-local-eval-forms): Allow time-stamp in
7891         before-save-hook (Bug#4554).
7893 2009-09-25  Drew Adams  <drew.adams@oracle.com>
7895         * menu-bar.el (list-buffers-directory): Doc fix.
7897 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7899         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7900         Try and avoid copying twice the same paragraph.
7901         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7902         Remove save-excursion.
7903         (log-edit-changelog-entry): Do it here instead.
7905 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
7907         * bs.el (bs--get-file-name): Use `list-buffers-directory'
7908         when available, instead of hardcoding mode names.  Doc fix.
7910         * menu-bar.el (list-buffers-directory): Add docstring.
7911         Make automatically buffer-local.
7913         * dired.el (dired-mode):
7914         * files.el (cd-absolute):
7915         * pcvs.el (cvs-temp-buffer):
7916         * pcvs-util.el (cvs-get-buffer-create):
7917         * shell.el (shell-mode):
7918         * vc-dir.el (vc-dir-mode):
7919         Don't make `list-buffers-directory' buffer local.
7921 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
7923         * comint.el (comint-exec, comint-run, make-comint):
7924         Doc fixes (Bug#4542).
7926 2009-09-25  Glenn Morris  <rgm@gnu.org>
7928         * mail/rmailmm.el (rmail-mime): New custom group.
7929         Move all defcustoms in this file into this group.
7930         (rmail-mime-media-type-handlers-alist): Revert previous change.
7931         (rmail-mime-show-images): New option.
7932         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7933         references to it, since it wasn't actually used for anything.
7934         (rmail-mime-insert-image): New function.
7935         (rmail-mime-image): Use rmail-mime-insert-image.
7936         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7937         obey the value of `rmail-mime-show-images' option.  Print the size of
7938         attachments.
7940 2009-09-25  David Engster  <deng@randomsample.de>
7942         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
7944 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7946         * whitespace.el: Does not highlight trailing spaces While point is
7947         at end of line.  Does not highligt spaces at beginning of buffer
7948         while point is at beginning of buffer.  Does not highlight spaces
7949         at end of buffer while point is at end of buffer.  (Bug#4177)
7950         New version 12.0.
7951         (whitespace-display-mappings): Adjust initialization.
7952         (whitespace-point, whitespace-font-lock-refontify): New vars.
7953         (whitespace-color-on, whitespace-color-off): Adjust code.
7954         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7955         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7956         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7958 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
7960         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7962         * textmodes/sgml-mode.el: Remove xml-mode alias.
7964         * files.el (auto-mode-alist, conf-mode-maybe)
7965         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7967 2009-09-24  Alan Mackenzie  <acm@muc.de>
7969         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7970         c-forward-conditionals, but it doesn't move point and doesn't set
7971         the mark.
7972         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7973         (c-down-conditional-with-else, c-backward-conditional)
7974         (c-forward-conditional): Refactor to use c-scan-conditionals.
7976 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7978         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7979         (help-default-arg-highlight): Remove.
7980         (help-highlight-arg): New function.
7981         (help-do-arg-highlight): Use it.
7982         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
7984 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7986         * term.el (term-set-scroll-region, term-handle-ansi-escape):
7987         Undo last change, which didn't fix the problem and introduced others.
7989 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
7991         * progmodes/gdb-mi.el: Don't require speedbar.
7992         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7994 2009-09-24  Glenn Morris  <rgm@gnu.org>
7996         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7998         * term/ns-win.el (ns-reg-to-script): Define for compiler.
8000         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8001         there is no newline after the final mime boundary.  (Bug#4539)
8002         Move markers on insertion so that any buttons inserted don't end up in
8003         the next part of a multipart message.
8004         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
8005         (rmail-mime-bulk-handler): Optionally handle images.
8006         (rmail-mime-image): New button action.
8007         (rmail-mime-image-handler): New function.
8008         (rmail-mime-mode): New mode.
8009         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
8011 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8013         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8014         than just dropping elements from it (bug#4504).
8016         * term.el (term-set-scroll-region): Don't move cursor any more.
8017         (term-handle-ansi-escape): Call term-goto here instead.
8018         Suggested by Ivan Kanis <apple@kanis.eu>.
8020         * term.el: Require CL.
8021         (term-ansi-reset): New function.
8022         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8023         (term-handle-colors-array): Simplify.
8025 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8027         * allout.el (allout-overlay-interior-modification-handler)
8028         (allout-obtain-passphrase):
8029         * epa-file.el (epa-file-write-region):
8030         * ps-print.el (ps-begin-job):
8031         * vc-hooks.el (vc-toggle-read-only):
8032         * vc-rcs.el (vc-rcs-rollback):
8033         * vc-sccs.el (vc-sccs-rollback):
8034         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8035         (vc-version-diff, vc-revert, vc-rollback):
8036         * wdired.el (wdired-check-kill-buffer):
8037         * emacs-lisp/authors.el (authors):
8038         * net/socks.el (socks-open-connection):
8039         * net/zeroconf.el (zeroconf-service-add-hook):
8040         * obsolete/vc-mcvs.el (vc-mcvs-register):
8041         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8042         (gdb-select-frame):
8043         * progmodes/grep.el (lgrep, rgrep):
8044         * progmodes/idlw-help.el (idlwave-help-check-locations)
8045         (idlwave-help-html-link, idlwave-help-assistant-open-link):
8046         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8047         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8048         (reftex-toc-rename-label): Fix typos in error messages.
8050         * dired-aux.el (dired-do-shell-command): Reflow docstring.
8051         (dired-copy-how-to-fn): Doc fix.
8052         (dired-files-attributes, dired-read-shell-command):
8053         Fix typos in docstrings.
8055         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8056         (dired-x-find-file-other-window): Reflow docstrings.
8057         (dired-omit-marker-char, dired-read-shell-command)
8058         (dired-x-submit-report): Fix typos in docstrings.
8060         * shell.el (shell-mode-hook):
8061         * view.el (View-scroll-line-forward):
8062         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8063         Fix typos in docstrings.
8065         * net/dig.el (dig-invoke): Fix typo in docstring.
8066         (query-dig): Reflow docstring.
8068         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8069         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8070         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8071         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8072         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8073         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8074         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8075         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8076         (idlwave-completion-map, idlwave-current-indent)
8077         (idlwave-custom-ampersand-surround, idlwave-customize)
8078         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8079         (idlwave-define-abbrev, idlwave-determine-class-special)
8080         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8081         (idlwave-end-block-reg, idlwave-end-of-statement)
8082         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8083         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8084         (idlwave-explicit-class-listed, idlwave-file-header)
8085         (idlwave-fill-paragraph, idlwave-find-class-definition)
8086         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8087         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8088         (idlwave-in-quote, idlwave-indent-action-table)
8089         (idlwave-indent-expand-table, idlwave-indent-line)
8090         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8091         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8092         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8093         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8094         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8095         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8096         (idlwave-outlawed-buffers, idlwave-popup-select)
8097         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8098         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8099         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8100         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8101         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8102         (idlwave-statement-type, idlwave-struct-skip)
8103         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8104         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8105         (idlwave-what-module-find-class): Fix typos in docstrings.
8106         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8107         (idlwave-calculate-cont-indent, idlwave-expand-equal)
8108         (idlwave-find-module, idlwave-find-structure-definition)
8109         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8110         (idlwave-list-load-path-shadows, idlwave-next-statement)
8111         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8112         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8113         (idlwave-template): Reflow docstrings.
8115         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8116         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8117         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8118         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8119         (idlwave-shell-display-line, idlwave-shell-display-wframe)
8120         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8121         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8122         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8123         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8124         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8125         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8126         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8127         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8128         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8129         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8130         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8131         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8132         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8133         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8134         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8135         Fix typos in docstrings.
8136         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8137         (idlwave-shell-hide-output, idlwave-shell-mode)
8138         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8139         Reflow docstrings.
8141         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8143 2009-09-24  Ivan Kanis  <apple@kanis.eu>
8145         * term.el (term-bold-attribute): New var.
8146         (term-handle-colors-array): Use it.
8148 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
8150         * progmodes/gdb-mi.el (gdb-version): New variable.
8151         (gdb-non-stop-handler): Set gdb-version.
8152         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8153         Condition "--thread" option on gdb-version.
8154         (gdb-invalidate-threads): Remove unused argument.
8156 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8158         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8159         to looking-back to avoid ridiculous slow down in large files (bug#4511).
8161 2009-09-23  Glenn Morris  <rgm@gnu.org>
8163         * mail/rmail.el (rmail-reply): Don't try to add a References header when
8164         replying to mail without References or Message-Id.  (Bug#4525)
8166 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
8168         * term/ns-win.el (ns-reg-to-script): New variable.
8170 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
8172         * epg.el (epg-wait-for-status): Preserve existing 'error results.
8174 2009-09-22  Sam Steingold  <sds@gnu.org>
8176         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8177         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8178         to 1 because hg returns status 1 when nothing is found.
8179         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8181 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8183         * textmodes/fill.el: Convert to utf-8 encoding.
8184         (fill-french-nobreak-p): Remove redundant » and « inherited from our
8185         pre-unicode days.
8187         * add-log.el (change-log-fill-forward-paragraph): New function.
8188         (change-log-mode): Use it so fill-region DTRT.
8189         Set fill-indent-according-to-mode here rather than in
8190         change-log-fill-paragraph.
8191         (change-log-fill-paragraph): Remove.
8193 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
8195         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8196         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
8198 2009-09-22  Glenn Morris  <rgm@gnu.org>
8200         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8201         the scroll-bar scroll the calendar window rather than the buffer.
8203         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8204         commands that move point (as opposed to scrolling).
8206         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8208         * emacs-lisp/elint.el (elint): New custom group.
8209         (elint-log-buffer): Make it a defcustom.
8210         (elint-scan-preloaded, elint-ignored-warnings)
8211         (elint-directory-skip-re): New options.
8212         (elint-builtin-variables): Doc fix.
8213         (elint-preloaded-env): New variable.
8214         (elint-unknown-builtin-args): Add an entry for encode-time.
8215         (elint-extra-errors): Make it a variable rather than a constant.
8216         (elint-preloaded-skip-re): New constant.
8217         (elint-directory): Skip files matching elint-directory-skip-re.
8218         (elint-features): New variable, local to linted buffers.
8219         (elint-update-env): Initialize elint-features.  Possibly add
8220         elint-preloaded-env to the buffer's environment.
8221         (elint-get-top-forms): Bind elint-current-pos, for log messages.
8222         Skip quoted forms.
8223         (elint-init-form): New function, extracted from elint-init-env.
8224         Make non-list forms a warning rather than an error.
8225         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
8226         easy-menu-define, put that adds an error-condition, and provide.
8227         When requiring cl, also require cl-macs.  Really require cl, to handle
8228         some cl macros.  Store required libraries in the list elint-features,
8229         so as not to re-load them.  Treat cc-require like require.
8230         (elint-init-env): Call elint-init-form to do the work.
8231         Handle eval-and-compile and such like.
8232         (elint-add-required-env): Do not clear messages.
8233         (elint-special-forms): Add handlers for function, defalias, if, when,
8234         unless, and, or.
8235         (elint-form): Add optional argument to ignore elint-special-forms,
8236         useful to prevent recursive calls from handlers.  Doc fix.
8237         Respect elint-ignored-warnings.
8238         (elint-form): Respect elint-ignored-warnings.
8239         (elint-bound-variable, elint-bound-function): New variables.
8240         (elint-unbound-variable): Respect elint-bound-variable.
8241         (elint-get-args): Respect elint-bound-function.
8242         (elint-check-cond-form): Add some simple handling for (f)boundp and
8243         featurep tests.
8244         (elint-check-defalias-form): New handler.
8245         (elint-check-let-form): Make an empty let a warning rather than an
8246         error.
8247         (elint-check-setq-form): Make an empty setq a warning rather than an
8248         error.  Respect elint-ignored-warnings.
8249         (elint-check-defvar-form): Accept null doc-strings.
8250         (elint-check-conditional-form): New handler.  Does some simple-minded
8251         checking of featurep and (f)boundp tests.
8252         (elint-put-function-args): New function.
8253         (elint-initialize): Use elint-scan-doc-file rather than
8254         elint-find-builtin-variables.  Use elint-put-function-args.
8255         Possibly scan preloaded-file-list.
8256         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8257         extend to handle functions as well.
8259 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
8261         * linum.el (linum-delete-overlays, linum-update-window):
8262         Do not modify the right margin.  (Bug#3971)
8264 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
8266         * files.el (conf-mode-maybe, magic-fallback-mode-alist):
8267         Use nxml-mode instead of xml-mode.
8269 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8271         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
8273 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8275         * net/dig.el (dig-mode): Use define-derived-mode.
8277 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
8279         * vc-dispatcher.el (vc-do-command): Return the process object in
8280         the asynchronous case.  Use when instead of if.  Do not run
8281         vc-exec-after to display a message if not enabled.  (Bug#4463)
8283         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8284         properties to the stash strings.
8285         (vc-git-stash-list): Return a list of strings.
8286         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8287         (vc-git-stash-show-at-point): New functions.
8288         (vc-git-stash-map): New keymap.
8290         * register.el (ctl-x-r-map): Define the keys here instead of
8291         using autoload.
8293 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
8295         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8296         list, to workaround performance problem (bug#4485).
8298 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
8300         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8302 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
8304         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8305         Document that this option is not recommended to use.
8307 2009-09-19  Glenn Morris  <rgm@gnu.org>
8309         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8310         variable `var'.
8312         * calc/calc-alg.el (var):
8313         * calc/calcalg2.el (var): Define for compiler.
8315 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
8317         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8318         Doc fix (Bug#3932).
8320         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8322         * time-stamp.el (time-stamp-month-dd-yyyy)
8323         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8324         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8325         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8326         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8327         Remove functions that have been obsolete since 1995 (Bug#4436).
8329         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8330         indent buffer only if called interactively (Bug#4452).
8332 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
8333             Eli Zaretskii  <eliz@gnu.org>
8335         This fixes bug#4197 (merged to bug#865, though not identical).
8336         * server.el (server-auth-dir): Add docstring note about FAT32.
8337         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8338         but warn against using them.
8340 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
8342         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8343         older GDB where there is no has_more field.
8345 2009-09-19  Glenn Morris  <rgm@gnu.org>
8347         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8349 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
8351         * files.el (auto-mode-alist): Change default for XML files to nXML
8352         mode (Bug#4169).
8354 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
8356         * server.el (server-ensure-safe-dir): Pass 'integer
8357         to `file-attributes', as suggested.
8359 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8361         * dired-aux.el (dired-query-alist): Remove spurious backslash.
8362         (dired-query): Use read-key.
8364 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
8366         * cus-start.el (ns-use-qd-smoothing): Remove.
8368 2009-09-18  Glenn Morris  <rgm@gnu.org>
8370         * allout.el (top-level): Remove unnecessary progn.
8372         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8374         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8375         definition of abbrev table.
8377         * speedbar.el (speedbar-track-mouse):
8378         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8379         * net/eudc.el (eudc-expand-inline):
8380         * net/newst-backend.el (newsticker--cache-read-feed):
8381         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8382         condition-case handlers.
8384 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
8386         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8387         (gdb-var-list): Add an element for has_more field.
8388         (gdb-non-stop-handler): Enable pretty printing for STL containers.
8389         (gdb-var-create-handler, gdb-var-list-children-handler-1)
8390         (gdb-var-update-handler-1): Parse output of dynamic variable
8391         objects (STL containers).
8392         (gdb-var-delete-1): Pass var1 as an explicit second argument.
8393         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
8395         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8396         gdb-var-list.
8397         (gud-speedbar-buttons): Make node expandable if expression "has more"
8398         children.
8400 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
8402         * startup.el (emacs-quick-startup): Remove variable and all uses.
8403         (command-line): Set `inhibit-x-resources' instead.
8404         (command-line-1): Use `inhibit-x-resources' instead.
8406 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
8408         * subr.el: Fix last change to avoid using the `unless' macro,
8409         which breaks bootstrapping.
8411 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8413         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8414         extended definitions, in case we reload subr.el after having
8415         loaded CL.
8416         (eval-next-after-load): Mark as obsolete.
8418 2009-09-17  Juri Linkov  <juri@jurta.org>
8420         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8421         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8422         (menu-bar-showhide-menu, menu-bar-tools-menu)
8423         (menu-bar-describe-menu, menu-bar-help-menu)
8424         (minibuffer-local-completion-map, minibuffer-local-map):
8425         Fix list quoting.
8427 2009-09-17  Glenn Morris  <rgm@gnu.org>
8429         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8430         arguments, whether or not it has a handler.
8432         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8434         * simple.el (hard-newline): Give it a doc-string.
8436         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8437         (lisp-mode-syntax-table): Give them doc-strings.
8439 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
8441         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8442         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8443         (menu-bar-options-menu, menu-bar-showhide-menu)
8444         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8445         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8446         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8447         (menu-bar-options-menu, menu-bar-tools-menu)
8448         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8449         (menu-bar-help-menu):
8450         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8451         string arguments.
8453         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8454         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8455         calls for the menu names and :help.
8457 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8459         * mouse.el (minor-mode-menu-from-indicator): Pay attention
8460         to :minor-mode-function (bug#4455).
8462 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8464         * startup.el (command-line): Initialize the window-system after
8465         processing the command-line.
8467         * textmodes/page.el (what-page): Make sure we don't inf-loop if
8468         page-delimiter matches the empty string.
8470 2009-09-16  Glenn Morris  <rgm@gnu.org>
8472         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8473         byte-compile-not-obsolete-var.  It's a list now.
8474         (byte-compile-not-obsolete-funcs): New variable.
8475         (byte-compile-warn-obsolete): Don't warn about functions if they are in
8476         byte-compile-not-obsolete-funcs.
8477         (byte-compile-variable-ref, byte-compile-defvar): Update for
8478         byte-compile-not-obsolete-vars name-change and list nature.
8479         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8480         and variables behind (f)boundp tests.
8481         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8483 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
8485         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8487 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8489         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8490         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8491         Don't autoload.
8493 2009-09-15  Stephen Eglen  <stephen@gnu.org>
8495         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8496         the virtual-buffers, use the name of the buffer specified by
8497         find-file-noselect, as the match may be a symlink.  (This was a
8498         problem if the target and the symlink had different names.)
8500 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8502         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8504         * desktop.el (desktop-path): Check user-emacs-directory.
8506         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8508         * loadup.el: Use after-load-functions to GC after loading each file.
8509         Remove the explicit GC calls that used to be sprinkled around.
8511         * subr.el (after-load-functions): New hook.
8512         (do-after-load-evaluation): Run it.  Use string-match-p to detect
8513         `obsolete' packages, rather than painfully extracting the relevant
8514         directory name.
8516 2009-09-15  Glenn Morris  <rgm@gnu.org>
8518         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8519         free variable `doc'.
8521         * dired.el (dired-mode-map): Add menu entry for async shell command.
8523         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8524         variables, also consider the .elc files, since the .el files are
8525         normally gzipped (subsequent code locates the .el.gz from the .elc).
8527         * calc/calc-prog.el (arglist): Define for compiler.
8529         * calendar/diary-lib.el (diary-display-function): Change the default to
8530         fancy display.
8531         (body): Define for compiler.
8533         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8534         (byte-compile-file-form, byte-compile-lambda)
8535         (byte-compile-top-level-body, byte-compile-form)
8536         (byte-compile-variable-ref, byte-compile-setq)
8537         (byte-compile-setq-default, byte-compile-body)
8538         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8539         (batch-byte-compile): Give some more local variables with common names
8540         a "bytecomp-" prefix to avoid masking warnings about free variables.
8542         * startup.el (command-line-1): Give local variables with common names a
8543         distinguishing prefix, so as not to hide free variable warnings during
8544         bootstrap.
8546         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8547         clever and add a suffix to make a unique name, just let the user decide
8548         whether or not to overwrite it.  If the input is a directory, write the
8549         default filename to that directory.  (Bug#4388)
8550         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8551         is a filename-as-a-directory.
8553 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8555         * textmodes/page.el (what-page): Don't move to beginning of line.
8556         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8558 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
8560         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8562 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
8564         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8565         * help.el (help-for-help-internal): Add purecopy calls for text.
8567         * vc.el (top): print-log method now takes an optional SHORTLOG
8568         argument.  Add a new method: root.
8569         (vc-root-diff, vc-print-root-log): New functions.
8570         (vc-log-short-style): New variable.
8571         (vc-print-log-internal): Add support for showing short logs.
8573         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8574         vc-print-root-log and vc-print-root-diff.
8576         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8577         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8578         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8579         short logs.
8581         * vc-cvs.el (vc-cvs-print-log):
8582         * vc-mtn.el (vc-mtn-print-log):
8583         * vc-rcs.el (vc-rcs-print-log):
8584         * vc-sccs.el (vc-sccs-print-log):
8585         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8586         that is ignored for now.
8588         * vc-mtn.el (vc-mtn-annotate-command):
8589         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8591 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8593         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8594         to function-key-map, and give them ascii-character property.
8595         * term/x-win.el (x-alternatives-map):
8596         * term/ns-win.el (ns-alternatives-map):
8597         * term/internal.el (msdos-key-remapping-map):
8598         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8600 2009-09-14  Glenn Morris  <rgm@gnu.org>
8602         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8603         temp-buffers (2009-09-12).
8605 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8607         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8608         the new read-key function.
8610 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
8612         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8613         is defined (Bug#4405).
8615 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
8617         * recentf.el (recentf-cleanup): Use a hash table to find
8618         duplicates (Bug#4407).
8620 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
8622         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8623         kp-0 to ascii equivalents (Bug#4325).
8625 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
8627         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8629         * eshell/em-hist.el:
8630         * eshell/em-dirs.el (eshell-complete-user-reference):
8631         Declare pcomplete functions and variables to avoid compiler warnings.
8633 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
8635         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8636         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8637         * eshell/em-alias.el (eshell-aliases-file):
8638         * eshell/em-hist.el (eshell-history-file-name):
8639         Use expand-file-name instead of concat to make file names (Bug#4308).
8641 2009-09-13  Glenn Morris  <rgm@gnu.org>
8643         * ediff-merg.el (ediff-do-merge):
8644         * filesets.el (filesets-run-cmd):
8645         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8646         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8647         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8648         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8649         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8650         Replace empty `let's with `progn'.
8652 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8654         * mail/sendmail.el (send-mail-function):
8655         * tooltip.el (tooltip-mode):
8656         * simple.el (transient-mark-mode):
8657         * rfn-eshadow.el (file-name-shadow-mode):
8658         * frame.el (blink-cursor-mode):
8659         * font-core.el (global-font-lock-mode):
8660         * files.el (temporary-file-directory)
8661         (small-temporary-file-directory, auto-save-file-name-transforms):
8662         * epa-hook.el (auto-encryption-mode):
8663         * composite.el (global-auto-composition-mode):
8664         Use custom-initialize-delay.
8665         * startup.el (command-line): Don't explicitly call
8666         custom-reevaluate-setting for all the above vars.
8667         * custom.el (custom-initialize-safe-set)
8668         (custom-initialize-safe-default): Delete.
8670 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8672         * term/x-win.el (x-initialize-window-system):
8673         * term/w32-win.el (w32-initialize-window-system):
8674         * term/ns-win.el (ns-initialize-window-system): Don't call
8675         mouse-wheel-mode since it's enabled globally by default already.
8677         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8678         actually define the variable, but only silences the byte-compiler.
8679         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8680         before looking it up.
8681         (mouse-wheel-scroll-amount): Also reset the bindings if this value
8682         is changed.
8684 2009-09-12  Glenn Morris  <rgm@gnu.org>
8686         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8687         1000.
8688         (elint-add-required-env): Don't beep on error.
8689         (elint-forms): In case of error, return ENV unchanged.
8690         (elint-init-env): Skip non-list forms.
8691         (elint-log): Handle unknown file positions.
8693 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
8695         * epg.el (epg-make-context): Add autoload cookie.
8696         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8697         (epg-decrypt-string, epg-start-verify, epg-verify-file)
8698         (epg-verify-string, epg-start-sign, epg-sign-file)
8699         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8700         (epg-encrypt-string, epg-start-export-keys)
8701         (epg-export-keys-to-file, epg-export-keys-to-string)
8702         (epg-start-import-keys, epg-import-keys-from-file)
8703         (epg-import-keys-from-string, epg-start-receive-keys)
8704         (epg-receive-keys, epg-import-keys-from-server)
8705         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8706         (epg-sign-keys, epg-start-generate-key)
8707         (epg-generate-key-from-file, epg-generate-key-from-string):
8708         Remove autoload cookie.
8710 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
8712         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8713         reevaluation of trash-directory.
8715         * mwheel.el: Fix last change.
8716         (mouse-wheel-mode): New defvar.
8717         (mouse-wheel-mode): Remove autoload cookie.
8719 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8721         * mwheel.el (mwheel-installed-bindings): New var.
8722         (mouse-wheel-mode): Use it, so as to make sure we really remove all
8723         the bindings we set last time.  Use custom-initialize-delay.
8724         * loadup.el: Load mwheel after term/*-win.el.
8725         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8726         and mouse-wheel-up-event now that their first evaluation is done
8727         sufficiently late to be correct.
8729         * startup.el (tutorial-directory): Make it a defcustom.
8730         Use custom-initialize-delay rather than eval-at-startup to set it.
8731         * image.el (image-load-path): Make it a defcustom.
8732         Use custom-initialize-delay rather than eval-at-startup to set it.
8733         * subr.el (eval-at-startup): Remove.
8734         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8736         * subr.el (do-after-load-evaluation): Warn the user after loading an
8737         obsolete package.
8739 2009-09-12  Glenn Morris  <rgm@gnu.org>
8741         * proced.el (proced-mark-alt): Remove alias.
8742         (proced-mode-map): Remove proced-mark-alt.
8744         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8745         Elint file and directory.  Remove initialization entry.
8747         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8748         commands.
8749         (elint-current-buffer): Set mode-line-process.
8750         (elint-init-env): Handle define-derived-mode.
8751         Fix declare-function with unspecified arglist.  Guard against odd
8752         defalias statements (eg iso-insert's 8859-1-map).
8753         (elint-add-required-env): Use a temp buffer.
8754         (elint-form): Just print the function/macro name, not the whole form.
8755         Return env unchanged if we fail to parse a macro.
8756         (elint-forms): Guard against parse errors.
8757         (elint-output): New function, to handle batch mode.
8758         (elint-log-message): Add optional argument.  Use elint-output.
8759         (elint-set-mode-line): New function.
8761 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
8763         * emacs-lisp/elp.el (elp-not-profilable): Add more
8764         functions (Bug#4233).
8766 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
8768         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8769         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8771 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8773         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8774         (gdb-var-list-children): Use json parsing.
8776 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
8778         * progmodes/js.el (js--proper-indentation): Handle the case where
8779         char-before is null.  Reported by Deniz Dogan.
8781 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8783         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8785 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
8787         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8788         (epg-digest-algorithm-alist): Add SHA224.
8789         (epg-context-set-passphrase-callback)
8790         (epg-context-set-progress-callback): Add description about
8791         callback function.
8793 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8795         * custom.el (custom-delayed-init-variables): New var.
8796         (custom-initialize-delay): New function.
8797         * startup.el (command-line): "Re"evaluate all vars in
8798         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
8799         explicitly any more.
8800         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8801         to avoid creating a ~/.emacs.d at build-time (bug#4347).
8803         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8805 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8807         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8808         (gdb-var-update-handler): Use json parsing.
8810 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8812         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8813         decode annotated text, regardless of language environment.  (Bug#2741)
8815 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8817         * Makefile.in (autoloads): Make rmail.el writable as well.
8819 2009-09-11  Glenn Morris  <rgm@gnu.org>
8821         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8822         loaddefs.el.
8823         * dired.el: Regenerate with extracted autoloads.
8824         * Makefile.in (autoloads): Make dired.el writable.
8826         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8827         * ibuffer.el: Regenerate with extracted autoloads.
8828         * Makefile.in (autoloads): Make ibuffer.el writable.
8830         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8831         * version.el (emacs-copyright, emacs-major-version)
8832         (emacs-minor-version): Reformat doc-strings for make-docfile.
8834         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8835         functions and variables, since they must be stuff specific to some other
8836         platform.
8837         (apropos-print): Make mouse-click message less specific about button.
8839         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8840         that records where a macro was defined.
8841         * help-fns.el (describe-function-1): Mention if a function has a
8842         compiler-macro.
8843         * help-mode.el (help-function-cmacro): New button.
8845         * locate.el (top-level): Always require dired.
8846         (locate-mode-map): Initialize inside the defvar.
8848         * net/ange-ftp.el (dired-compress-file): Declare.
8849         (ange-ftp-dired-compress-file): Add doc string.
8851         * term/ns-win.el (x-display-name, x-setup-function-keys):
8852         Unify doc-strings with X versions.
8854 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8856         * emulation/crisp.el (crisp-mode-map): Move initialization
8857         into declaration.
8858         (crisp-mode): Use define-minor-mode.
8860         * progmodes/xscheme.el (xscheme-evaluation-commands):
8861         Put a :advertised-binding property rather than using
8862         advertised-xscheme-send-previous-expression.
8863         (advertised-xscheme-send-previous-expression): Declare obsolete.
8864         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8865         `advertised-undo'.
8866         (crisp-mode): Add corresponding bindings to
8867         undo's :advertised-binding instead.
8868         * dired.el (dired-mode-map): Put a :advertised-binding property rather
8869         than using dired-advertised-find-file.
8870         (dired-advertised-find-file):
8871         * simple.el (advertised-undo):
8872         * wid-edit.el (advertised-widget-backward): Declare obsolete.
8873         (widget-keymap): Put a :advertised-binding property rather
8874         than using advertised-widget-backward.
8875         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8876         than using advertised-undo.
8877         * tutorial.el (tutorial--default-keys): Adjust accordingly.
8879 2009-09-10  Simon South  <ssouth@slowcomputing.org>
8881         * progmodes/delphi.el (delphi-tab): Indent region when Transient
8882         Mark mode is enabled and region is active; otherwise indent or
8883         insert TAB as usual.
8884         (delphi-mode): Update description of TAB-key binding.
8886 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8888         * subr.el (define-key-rebound-commands): Mark obsolete.
8889         * startup.el (precompute-menubar-bindings): Remove.
8890         (normal-top-level): Remove obsolete code that tried to precompute
8891         menubar bindings.
8892         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8893         define-key-rebound-commands and precompute-menubar-bindings.
8895 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8897         * net/imap.el (imap-interactive-login): Better messages.
8898         (imap-open): Fix bug with renamed buffer on reconnect.
8899         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8900         for easier debugging and cleaner code.  On successful (guessed based on
8901         server capabilities) secondary authentication, set imap-state
8902         correctly.
8903         (imap-last-authenticator): Define imap-last-authenticator as a variable
8904         to avoid warnings.
8906 2009-09-10  Glenn Morris  <rgm@gnu.org>
8908         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8910         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8911         (byte-compile-file-form-autoload): Don't warn about unknown functions
8912         where the autoload statement comes after the use.
8913         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8914         that any handlers inside the body (eg require) are in turn respected.
8916         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8917         effects.
8919         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8920         and syntax and abbrev tables basic docs, if they don't have any.
8922         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8924         * international/mule-cmds.el (top-level): Require cl when compiling.
8925         (view-hello-file): Use default-value rather than
8926         default-enable-multibyte-characters.
8928         * progmodes/fortran.el: Move all safe and risky properties into the
8929         defcustoms.
8931         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8932         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8933         * mail/undigest.el:
8934         Put autoloads in rmail.el rather than loaddefs.el.
8935         * mail/rmail.el: Regenerate with extracted autoloads.
8937         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8938         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8940 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
8942         Reported in thread for Bug#4375.
8943         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8944         "-data-evaluate-expression" instead of print.
8945         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8946         (gdb-tooltip-print): Parse output from above MI command.
8947         (gdb): Revert 2009-08-11 change.  User should detach inferior
8948         manually.
8950         Remove the word "separate" from IO functions as inferior
8951         output is now never displayed in the GUD buffer.
8953 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
8955         * startup.el (command-line-normalize-file-name): On Windows and
8956         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8958 2009-09-10  Juri Linkov  <juri@jurta.org>
8960         * isearch.el (isearch-text-char-description): Propertize escape
8961         character sequences with the `escape-glyph' face.  (Bug#4344)
8963         * simple.el (shell-command): Set asynchronous process filter to
8964         `comint-output-filter'.  (Bug#4343)
8966         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8967         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
8968         the list.  Move "asm" to the bottom.
8969         (grep-find-ignored-directories): Add `choice' with nil value
8970         to empty the list easily.
8971         (grep-find-ignored-files): New option.
8972         (grep-files-history): Set to nil by default instead of '("ch" "el").
8973         (grep-compute-defaults): Add "<X>" to `grep-template'.
8974         (grep-read-files): Bind new local variables `default-alias' and
8975         `default-extension'.  Use a list of default values for the file prompt.
8976         (lgrep): Add `--exclude=' command line options composed from
8977         `grep-find-ignored-files'.
8978         (rgrep): Add `-name' command line options composed from
8979         `grep-find-ignored-files'.  (Bug#4301)
8981 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8983         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8984         (bug#4368).
8986 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8988         * calendar/time-date.el (autoload):
8989         Expand define-obsolete-function-alias into defalias and make-obsolete
8990         for old Emacsen that Gnus supports.
8991         (with-no-warnings): Define it for old Emacsen.
8992         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8993         is available.
8994         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8995         float-time is available; suppress compile warning for time-to-seconds.
8997 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8999         * net/imap.el (imap-message-map): Docstring fix.
9001 2009-09-09  Glenn Morris  <rgm@gnu.org>
9003         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9004         line numbers too.  (Bug#4374)
9006 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9008         * smerge-mode.el (smerge-remove-props, smerge-refine):
9009         Use with-silent-modifications (bug#4342).
9011         * subr.el (with-silent-modifications): New macro.
9013 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
9015         * files.el (top-level): Require `cl' when compiling.
9017 2009-09-07  Glenn Morris  <rgm@gnu.org>
9019         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9021         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9022         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
9024 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
9026         * vc-git.el (vc-git-annotate-command): Use separator to parse
9027         arguments correctly.
9029 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
9031         * proced.el (proced-mode): Doc fix.
9033 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
9035         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9036         lstat fails.
9037         (tramp-do-file-attributes-with-ls): Check for file existence at
9038         remote end.
9039         (tramp-do-file-attributes-with-stat): Likewise.
9040         (tramp-convert-file-attributes): Return nil when attr is nil.
9042 2009-09-05  Glenn Morris  <rgm@gnu.org>
9044         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9045         properties to this button.
9046         (diary-fancy-display): Don't extend the button to the final newline.
9047         (diary-fancy-display-mode): Continue to define "q" as a local key.
9049         * calendar/cal-china.el (holiday-chinese): Make it slightly more
9050         efficient.
9052         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9054         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9055         (byte-compile-dest-file-function): New option.
9056         (byte-compile-dest-file): Doc fix.
9057         Obey byte-compile-dest-file-function.
9058         (byte-compile-cl-file-p): New function.
9059         (byte-compile-eval): Only suppress noruntime warnings about cl functions
9060         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
9061         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9062         than for file being previously loaded.
9063         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9064         (byte-compile-file-form-require): Handle the case where requiring a file
9065         indirectly causes CL to be loaded.
9067 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
9069         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9070         before killing the old buffer, since by the time `kill-buffer' is
9071         run so many buffer variables have been set to nil that it may not
9072         behave as expected.  (Bug#4061)
9074 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
9076         * files.el (find-alternate-file): If the old buffer is modified
9077         and visiting a file, behave similarly to `kill-buffer' when
9078         killing it, thus reverting to the pre-1.878 behavior; see
9079         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9080         for discussion.  Also, consult `buffer-file-name' as a variable
9081         not as a function, for consistency with the rest of the code.
9083 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
9085         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9086         also when adding a new directory.
9088         * net/tramp-compat.el (tramp-compat-line-beginning-position):
9089         New defun.
9091 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9093         * files.el (locate-file-completion-table): Make it provide boundary
9094         information, so partial-completion works better.
9096 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
9098         * mail/footnote.el (Footnote-text-under-cursor):
9099         Check footnote-text-marker-alist before using it (bug#4324).
9101 2009-09-04  Glenn Morris  <rgm@gnu.org>
9103         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9104         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9105         * play/solitaire.el, play/tetris.el:
9106         Remove leading * from defcustom and defface docs.
9108         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9109         necessary.
9110         (diary-fancy-overriding-map): New variable.
9111         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9112         Use view-mode.
9114         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9115         goto-line.
9117 2009-09-03  Glenn Morris  <rgm@gnu.org>
9119         * arc-mode.el (archive-mode):
9120         * dos-fns.el (set-default-process-coding-system):
9121         * man.el (Man-getpage-in-background):
9122         * menu-bar.el (menu-bar-describe-menu):
9123         * server.el (server-process-filter):
9124         * startup.el (command-line):
9125         * tar-mode.el (tar-header-block-tokenize, tar-extract):
9126         * w32-fns.el (set-default-process-coding-system):
9127         * x-dnd.el (x-dnd-handle-file-name):
9128         * international/mule-cmds.el (mule-menu-keymap)
9129         (set-default-coding-systems, language-info-alist, set-language-info)
9130         (set-language-environment, standard-display-european-internal)
9131         (set-locale-environment):
9132         * international/mule-diag.el (mule-diag):
9133         * mail/emacsbug.el (report-emacs-bug):
9134         * mail/rmail.el (rmail-mode):
9135         * mail/sendmail.el (mail-setup):
9136         Use default-value rather than default-enable-multibyte-characters.
9138         * progmodes/f90.el: Move all safe properties into the defcustoms.
9139         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9141         * calendar/appt.el (appt-check):
9142         * calendar/diary-lib.el (diary-set-header, diary-live-p)
9143         (diary-check-diary-file, diary-list-entries)
9144         (diary-include-other-diary-files, diary-simple-display)
9145         (diary-fancy-display, diary-print-entries)
9146         (diary-mark-included-diary-files, diary-make-entry):
9147         Don't call substitute-in-file-name on diary-file.
9149 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
9150             Stefan Monnier  <monnier@iro.umontreal.ca>
9152         * mail/footnote.el (footnote-prefix): Make it a defcustom.
9153         (footnote-mode-map): Move initialization into the declaration.
9154         (footnote-minor-mode-map): Define it rather than changing global-map.
9155         (footnote-mode): Use define-minor-mode.
9157 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
9159         * net/tramp.el (tramp-handle-file-attributes-with-ls)
9160         (tramp-do-file-attributes-with-perl)
9161         (tramp-do-file-attributes-with-stat): Rename from
9162         `tramp-handle-file-attributes-with-*'.
9163         (tramp-handle-file-attributes): Use them.
9164         (tramp-do-directory-files-and-attributes-with-perl)
9165         (tramp-do-directory-files-and-attributes-with-stat): Rename from
9166         `tramp-handle-directory-files-and-attributes-with-*'.
9167         (tramp-handle-directory-files-and-attributes): Use them.
9168         (tramp-method-out-of-band-p): Additional parameter SIZE.
9169         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9170         (tramp-handle-write-region): Use it.
9171         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9172         (tramp-handle-vc-registered): Check, whether the first run did
9173         return files to be tested.
9174         (tramp-advice-make-auto-save-file-name): Do not call directly
9175         `tramp-handle-make-auto-save-file-name', because this would bypass
9176         the locking mechanism.
9178         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9179         (file-remote-p, process-file, start-file-process, set-file-times)
9180         (tramp-compat-file-attributes): Compatibility functions shall not
9181         call directly `tramp-handle-*', because this would bypass the
9182         locking mechanism.
9183         (tramp-compat-number-sequence): New defun.
9185 2009-09-02  Glenn Morris  <rgm@gnu.org>
9187         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9188         alias for float-time.
9189         (time-to-number-of-days): In Emacs, use float-time.
9190         * net/newst-backend.el (time-add): Suppress warnings from compat
9191         function.
9192         * time.el (emacs-uptime, emacs-init-time):
9193         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9194         Use float-time rather than time-to-seconds.
9196         * minibuffer.el (completion-initials-expand): Fix typo.
9198         * faces.el (modeline, modeline-inactive, modeline-highlight)
9199         (modeline-buffer-id):
9200         * info.el (info-menu-5): Mark these face aliases as obsolete.
9202 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
9204         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9205         space ...
9206         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9207         no "--thread" option.
9208         (gdb-stopped): Don't print "Switched to thread" message when it is
9209         unchanged.
9211 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9213         * minibuffer.el (completion-try-completion)
9214         (completion-all-completions): Remove ill-defined (and
9215         mistakenly installed and luckily never used nor documented)
9216         `completion-styles' property.
9217         (completion-initials-expand, completion-initials-all-completions)
9218         (completion-initials-try-completion): New functions.
9219         (completion-styles-alist): Add doc to each entry.
9220         Add new `initials' entry.
9222 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
9224         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9225         MI command -var-evaluate-expression.
9226         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9227         and tweak for case of string child.
9228         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9230 2009-09-01  Glenn Morris  <rgm@gnu.org>
9232         * add-log.el (change-log-date-face, change-log-name-face)
9233         (change-log-email-face, change-log-file-face, change-log-list-face)
9234         (change-log-conditionals-face, change-log-function-face)
9235         (change-log-acknowledgement-face):
9236         * cus-edit.el (custom-invalid-face, custom-rogue-face)
9237         (custom-modified-face, custom-set-face, custom-changed-face)
9238         (custom-saved-face, custom-button-face, custom-button-pressed-face)
9239         (custom-documentation-face, custom-state-face, custom-comment-face)
9240         (custom-comment-tag-face, custom-variable-tag-face)
9241         (custom-variable-button-face, custom-face-tag-face)
9242         (custom-group-tag-face-1, custom-group-tag-face):
9243         * diff-mode.el (diff-header-face, diff-file-header-face)
9244         (diff-index-face, diff-hunk-header-face, diff-removed-face)
9245         (diff-added-face, diff-changed-face, diff-function-face)
9246         (diff-context-face, diff-nonexistent-face):
9247         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9248         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9249         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9250         (Info-title-4-face):
9251         * isearch.el (isearch-lazy-highlight-face):
9252         * log-view.el (log-view-file-face, log-view-message-face):
9253         * paren.el (show-paren-match-face, show-paren-mismatch-face):
9254         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9255         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9256         (cvs-msg-face):
9257         * smerge-mode.el (smerge-mine-face, smerge-other-face)
9258         (smerge-base-face, smerge-markers-face):
9259         * wid-edit.el (widget-documentation-face, widget-button-face)
9260         (widget-field-face, widget-single-line-field-face)
9261         (widget-inactive-face, widget-button-pressed-face):
9262         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9263         (woman-addition-face):
9264         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9265         (eshell-ls-executable-face, eshell-ls-readonly-face)
9266         (eshell-ls-unreadable-face, eshell-ls-special-face)
9267         (eshell-ls-missing-face, eshell-ls-archive-face)
9268         (eshell-ls-backup-face, eshell-ls-product-face)
9269         (eshell-ls-clutter-face):
9270         * eshell/em-prompt.el (eshell-prompt-face):
9271         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9272         * obsolete/old-whitespace.el (whitespace-highlight-face):
9273         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9274         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9275         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9276         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9277         (antlr-font-lock-literal-face):
9278         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9279         (ebrowse-root-class-face, ebrowse-file-name-face)
9280         (ebrowse-default-face, ebrowse-member-attribute-face)
9281         (ebrowse-member-class-face, ebrowse-progress-face):
9282         * progmodes/make-mode.el (makefile-space-face):
9283         * progmodes/sh-script.el (sh-heredoc-face):
9284         * textmodes/flyspell.el (flyspell-incorrect-face)
9285         (flyspell-duplicate-face):
9286         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9287         * textmodes/texinfo.el (texinfo-heading-face):
9288         Mark face aliases with "-face" suffix as obsolete.
9290         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9291         compiler.
9293         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9294         (eudc-bob-sound-menu): Use defvar rather than defconst, since
9295         easy-menu-define wants to modify these.
9297         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9299         * net/browse-url.el (browse-url-file-url):
9300         * term/internal.el (dos-codepage-setup):
9301         Use default-value rather than default-enable-multibyte-characters.
9303         * progmodes/etags.el (etags-goto-tag-location):
9304         * progmodes/flymake.el (flymake-highlight-line)
9305         (flymake-goto-file-and-line, flymake-goto-line):
9306         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9307         (gdb-goto-breakpoint):
9308         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9309         * progmodes/python.el (python-find-function)
9310         (python-pdbtrack-track-stack-file):
9311         * progmodes/verilog-mode.el (verilog-surelint-off):
9312         * term/ns-win.el (ns-open-file-select-line):
9313         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9314         Use forward-line rather than goto-line.
9316         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9317         * textmodes/reftex-index.el (reftex-display-index):
9318         * textmodes/reftex-ref.el (reftex-offer-label-menu):
9319         * textmodes/reftex-toc.el (reftex-toc):
9320         Remove unnecessary bindings of default-major-mode (all are followed by
9321         major-mode check and possible mode switch).
9323 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
9325         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9326         Handle watchpoints (bug#4282).
9327         (def-gdb-thread-buffer-command): Enable thread to be selected by
9328         clicking without selecting threads buffer first.
9329         (gdb-current-context-command): Use selected frame so that "up",
9330         "down" etc work in the GUD buffer.
9331         (gdb-update): Find selected frame before rendering stack buffer.
9332         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9334 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9336         * progmodes/sym-comp.el (displayed-completions): Remove.
9337         (symbol-complete): Use minibuffer-complete.
9339 2009-08-31  Glenn Morris  <rgm@gnu.org>
9341         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9343         * apropos.el (apropos-symbols-internal):
9344         Handle (obsolete) face aliases.
9346         * faces.el (describe-face): Adjust the output format to be more like
9347         describe-variable, and to mention (obsolete) face aliases.
9348         Adjust the whitespace so that help-setup-xref works.
9350         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9351         * calendar/diary-lib.el (diary-button-face):
9352         Mark these face aliases as obsolete.
9354         * calendar/calendar.el (calendar-today): Doc fix.
9356 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
9358         * progmodes/gdb-mi.el (gdb-control-all-threads)
9359         (gdb-control-current-thread): Force tool bar update.
9360         (gdb-non-stop-handler): New function.
9361         (gdb-init-1): Use it to test if non-stop mode is supported.
9362         Remove unused gdbmi buffer type.
9364 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
9366         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9367         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
9369 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
9371         * comint.el (comint-exec-1): Check command is non-null first.
9372         Part of gdb-mi.el change (2009-08-28).
9374 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9376         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9378 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
9380         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9381         instead of `dolist' to avoid a recursive require when bootstrapping.
9383 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9385         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9387         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9389         * net/imap.el (imap-send-command): Simplify.
9390         (imap-wait-for-tag): point-max -> buffer-size.
9392         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9394         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9395         with constant argument.
9397         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9399         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9401         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9402         Change default, since most of our files don't have a history.
9403         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9404         the user.
9406         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9407         Add comint-run.
9409         * calc/calc.el: Improve commenting convention.
9410         (calc-digit-map, toplevel): Simplify.
9412         * comint.el (comint-insert-input): Be careful to only set point if we
9413         don't delegate to some other command.
9415         * proced.el (proced-signal-list): Make it an alist.
9416         (proced-grammar-alist): Capitalize names.
9417         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9418         Disable undo manually and make it read-only.
9419         Use completion-annotate-function.
9421         * minibuffer.el (minibuffer-message): If the current buffer is not
9422         a minibuffer, insert the message in the echo area rather than at the
9423         end of the buffer.
9424         (completion-annotate-function): New variable.
9425         (minibuffer-completion-help): Use it.
9426         (completion--embedded-envvar-table): Environment vars are
9427         always case-sensitive.
9429 2009-08-30  Glenn Morris  <rgm@gnu.org>
9431         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9432         from fortran-current-defun.
9433         (fortran-beginning-of-subprogram): Be more precise about finding the
9434         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
9435         (fortran-end-of-subprogram): Simplify.
9436         (fortran-current-defun): Use fortran-start-prog-re.
9438 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
9440         * subr.el (do-after-load-evaluation): Simplify.
9442 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
9444         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9446         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
9447         (vc-rcs-print-log): Use it.
9449         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9451 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9453         * paths.el (abbrev-file-name): Move to abbrev.el.
9454         * abbrev.el (abbrev-file-name): Move from paths.el.
9455         Obey user-emacs-directory.
9456         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9457         user-emacs-directory.
9458         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9459         abbrev-file-name and calc-settings-file any more.
9460         * startup.el (command-line): Recompute abbrev-file-name and
9461         abbreviated-home-dir.
9462         (normal-no-mouse-startup-screen): Improve the generic code and get rid
9463         of the special code for when C-h bindings haven't been changed.
9464         (display-startup-echo-area-message): Use with-current-buffer.
9465         (command-line-1): Use a list of strings, rather than a list of lists
9466         of strings for longopts.
9468         * files.el (get-free-disk-space): Use / for default-directory.
9470         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9471         Use with-current-buffer.
9473         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9474         Recognize immutable variables like most-positive-fixnum.
9475         (byte-compile-setq-default): Check and warn if trying to assign
9476         to an immutable variable, or a non-variable.
9478         * progmodes/cc-vars.el (c-comment-continuation-stars):
9479         * progmodes/cc-engine.el (c-looking-at-bos):
9480         * progmodes/cc-cmds.el (c-toggle-auto-state)
9481         (c-forward-into-nomenclature, c-backward-into-nomenclature)
9482         (c-comment-line-break-function): Add version of obsolescence.
9484 2009-08-28  Juri Linkov  <juri@jurta.org>
9486         * files.el (magic-fallback-mode-alist): Add ZIP magic number
9487         associated with `archive-mode'.
9489         * image.el (image-type-header-regexps): Use only JPEG magic number
9490         to determine JPEG images, and don't use `image-jpeg-p' because
9491         Emacs can display non-JFIF non-Exif JPEG images.
9493 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
9495         * arc-mode.el (archive-mode):
9496         * emacs-lisp/re-builder.el (re-builder-unload-function):
9497         Protect against the default value of `major-mode' being nil.
9499 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
9501         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9502         Fix typos in docstrings.
9504         * progmodes/js.el (js--macro-decl-re): Doc fix.
9505         (js--plain-method-re, js--split-name): Refloc docstring.
9506         (js--class-styles, js--make-merged-item, js--splice-into-items):
9507         Fix typos in docstrings; reflow docstrings.
9508         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9509         (js--variable-decl-matcher, js--inside-pitem-p)
9510         (js--parse-state-at-point, js--get-all-known-symbols)
9511         (js--symbol-history, js-find-symbol, js--js-references)
9512         (js--moz-interactor, js--js-encode-value, js--read-tab):
9513         Fix typos in docstrings.
9515 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9517         * textmodes/reftex.el (reftex-get-file-buffer-force):
9518         * progmodes/verilog-mode.el (verilog-batch-execute-func):
9519         * emulation/viper.el (viper-go-away, viper-set-hooks):
9520         * emacs-lisp/re-builder.el (re-builder-unload-function):
9521         * emacs-lisp/bytecomp.el (byte-compile-file):
9522         * ses.el (ses-unload-function):
9523         * hexl.el (hexl-find-file):
9524         * files.el (normal-mode):
9525         * ehelp.el (with-electric-help):
9526         * autoinsert.el (auto-insert-alist):
9527         * arc-mode.el (archive-mode):
9528         Use (default-value 'major-mode) instead of default-major-mode.
9530         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9531         * international/mule.el (load-with-code-conversion):
9532         * emacs-lisp/debug.el (debug):
9533         * ediff-vers.el (ediff-rcs-get-output-buffer):
9534         * dired.el (dired-internal-noselect): Don't let-bind
9535         default-major-mode around code that doesn't use it.
9536         E.g. buffer creation via get-buffer-create doesn't use it.
9538 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
9540         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9541         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9542         when writing the temp file.  Otherwise, epa-file gets confused.
9543         (tramp-register-file-name-handlers): Make it a defun.  Move also
9544         `epa-file-handler' to the front of `file-name-handler-alist'.
9546 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9548         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9549         start right after a ^M.
9550         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9551         (tramp-completion-file-name-regexp-separate)
9552         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
9553         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9554         Don't modify last-coding-system-used by accident.
9555         (tramp-completion-file-name-handler): Apply the checks here,
9556         instead during registration.
9557         (tramp-register-file-name-handlers): Renamed from
9558         `tramp-register-file-name-handler'.  Register both
9559         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
9560         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
9562 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
9564         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9565         Remove variable ...
9566         (gdb-init-1, gdb-display-separate-io-buffer)
9567         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9568         references to it.
9569         (gdb-inferior-io-mode): Use make-comint-in-buffer.
9570         (gdb-inferior-filter): Use comint-output-filter to stop
9571         echoing and remove ^M characters.
9573 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9575         * emulation/viper-init.el (viper-restore-cursor-type):
9576         * emulation/cua-base.el (cua--update-indications):
9577         Replace default-cursor-type with (default-value 'cursor-type).
9579         * mail/sendmail.el (mail-recover-1):
9580         * international/mule-diag.el (describe-current-coding-system-briefly)
9581         (describe-current-coding-system):
9582         * international/mule-cmds.el (select-safe-coding-system)
9583         (select-message-coding-system)
9584         (set-language-environment-coding-systems, set-locale-environment):
9585         * hexl.el (hexl-insert-multibyte-char):
9586         * dos-w32.el (find-buffer-file-type-coding-system):
9587         * simple.el (what-cursor-position):
9588         Replace uses of default-buffer-file-coding-system
9589         with (default-value 'buffer-file-coding-system).
9591         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9592         Replace uses of default-cursor-in-non-selected-windows
9593         with (default-value 'cursor-in-non-selected-windows).
9594         Use with-current-buffer.
9596         * mail/feedmail.el: Use CL macros.
9597         (feedmail-run-the-queue, feedmail-send-it-immediately):
9598         * dos-w32.el (find-buffer-file-type): Replace uses of
9599         default-buffer-file-type with (default-value 'buffer-file-type).
9601 2009-08-28  Glenn Morris  <rgm@gnu.org>
9603         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9604         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9605         Use default-value of major-mode rather than default-major-mode.
9607 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9609         * Makefile.in (update-elcfiles): Report left over elc files.
9611         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9612         expand-file-name and with-current-buffer.
9613         (mail-get-names, mail-directory): Use with-current-buffer.
9615         * vc.el (vc-read-revision): New function.
9616         (vc-version-diff, vc-merge): Use it.
9618 2009-08-27  Sam Steingold  <sds@gnu.org>
9620         * simple.el (kill-do-not-save-duplicates): New user option.
9621         (kill-new): When it is non-nil, and the new string is the same as
9622         the latest kill, set replace to t to avoid duplicates in kill-ring.
9624 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
9626         * net/tramp.el (tramp-handle-process-file): Do not flush all
9627         caches when `process-file-side-effects' is set.
9628         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
9629         instead of `tramp-find-file-exists-command'.
9630         Unset `process-file-side-effects'.
9632 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
9634         * net/tramp.el (tramp-methods): New method "rsyncc".
9635         (top): Add completion function for "rsyncc".
9636         (tramp-message-show-message): New defvar.
9637         (tramp-message, tramp-error): Use it.
9638         (tramp-do-copy-or-rename-file-directly): Extend check for direct
9639         remote copying.
9640         (tramp-do-copy-or-rename-file-out-of-band): Handle new
9641         `tramp-methods' entry `copy-env' of "rsyncc".
9642         (tramp-vc-registered-read-file-names): New defconst.
9643         (tramp-vc-registered-file-names): New defvar.
9644         (tramp-handle-vc-registered): Implement optimization strategy.
9645         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9646         (tramp-vc-file-name-handler): New defun.
9647         (tramp-get-ls-command, tramp-get-test-command)
9648         (tramp-get-file-exists-command, tramp-get-remote-ln)
9649         (tramp-get-remote-perl, tramp-get-remote-stat)
9650         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
9652         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9653         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
9654         timestamps.
9655         (tramp-get-file-property): Check for timestamps in
9656         `tramp-cache-inhibit-cache'.
9657         (tramp-set-file-property): Write timestamp.
9659 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9661         * language/japan-util.el (japanese-symbol-table): Add entries for
9662         cp932-2-byte.
9664         * international/characters.el: Add category `j' to cp932-2-byte.
9666 2009-08-27  Kenichi Handa  <handa@m17n.org>
9668         * international/fontset.el (build-default-fontset-data): New macro.
9669         (setup-default-fontset): Use build-default-fontset-data for CJK,
9670         tibetan, ethiopic, and ipa.
9672 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9674         * cus-start.el (default-major-mode): Customize `major-mode' instead.
9675         (enable-multibyte-characters): Not customizable any more.
9677         * subr.el (default-mode-line-format, default-header-line-format)
9678         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9679         (default-direction-reversed, default-truncate-lines)
9680         (default-left-margin, default-tab-width, default-case-fold-search)
9681         (default-left-margin-width, default-right-margin-width)
9682         (default-left-fringe-width, default-right-fringe-width)
9683         (default-fringes-outside-margins, default-scroll-bar-width)
9684         (default-vertical-scroll-bar, default-indicate-empty-lines)
9685         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9686         (default-fringe-cursor-alist, default-scroll-up-aggressively)
9687         (default-scroll-down-aggressively, default-fill-column)
9688         (default-cursor-type, default-buffer-file-type)
9689         (default-cursor-in-non-selected-windows)
9690         (default-buffer-file-coding-system, default-major-mode)
9691         (default-enable-multibyte-characters): Mark as obsolete.
9693 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
9695         * vc-dir.el (vc-dir-update): Remove debug helper.
9697         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9699 2009-08-26  Sam Steingold  <sds@gnu.org>
9701         * simple.el (save-interprogram-paste-before-kill): New user option.
9702         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9703         save the interprogram-paste into kill-ring before overriding it
9704         with the Emacs kill.
9706 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9708         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9709         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9710         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9711         and move to vc-rcs.el.
9712         (vc-default-next-revision): Rename to vc-rcs-next-revision and
9713         move to vc-rcs.el.
9714         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9715         (vc-rcs-update-changelog): Remove.
9716         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9717         and move to vc-rcs.el.
9719         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9720         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9721         renaming.
9722         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9723         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9724         vc.el, renamed to be RCS specific.
9726         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9727         New functions.
9728         (vc-cvs-update-changelog): Move here from vc.el.
9730         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9731         New functions.
9733 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9735         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9737 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9739         * vc-git.el (vc-git-register): Use "git add" for directories.
9740         (vc-git-stash, vc-git-stash-show): New functions.
9741         (vc-git-extra-menu-map): Bind them.
9743         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9744         directory correctly in case the item is a directory itself.
9746         * vc.el: Document the desired behavior for reverted files in the
9747         `added' state.
9748         (vc-default-prettify-state-info): Remove function, unused.
9750         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9752 2009-08-26  Glenn Morris  <rgm@gnu.org>
9754         * bindings.el (standard-mode-line-format): Reposition dashes in
9755         which-func entry.  (Bug#4217)
9757         * files.el (enable-local-variables, enable-local-eval)
9758         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9759         the defcustoms.
9760         (auto-mode-alist, ignored-local-variables)
9761         (save-some-buffers-action-alist): Move risky declarations to the
9762         definitions.
9763         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9764         (font-lock-defaults, format-alist, imenu--index-alist)
9765         (imenu-generic-expression, input-method-alist, minor-mode-alist)
9766         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9767         (mode-line-modified, mode-line-mule-info, mode-line-position)
9768         (mode-line-process, mode-line-remote, outline-level)
9769         (parse-time-rules, rmail-output-file-alist)
9770         (special-display-buffer-names, vc-mode):
9771         Move risky declarations to the relevant files.
9772         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9773         (mode-line-modified, mode-line-process, mode-line-position)
9774         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9775         * font-core.el (font-lock-defaults):
9776         * format.el (format-alist):
9777         * vc-hooks.el (vc-mode):
9778         * window.el (special-display-buffer-names):
9779         * international/mule-cmds.el (input-method-alist):
9780         Define riskiness here (dumped file) rather than in files.el.
9781         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9782         * imenu.el (imenu-generic-expression, imenu--index-alist):
9783         * outline.el (outline-level):
9784         * time.el (display-time-string):
9785         * calendar/parse-time.el (parse-time-rules):
9786         * mail/rmailout.el (rmail-output-file-alist):
9787         Autoload riskiness here, rather than placing in files.el.
9789 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
9791         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9793 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
9795         * simple.el (process-file-side-effects): New defvar.
9797         * dired-aux.el (dired-show-file-type):
9798         * vc.el (vc-diff-internal):
9799         * vc-arch.el (vc-arch-diff):
9800         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9801         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9802         * vc-git.el (vc-git-registered, vc-git-working-revision)
9803         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9804         (vc-git--empty-db-p):
9805         * vc-hooks.el (vc-user-login-name):
9806         * vc-svn.el (vc-svn-registered, vc-svn-state)
9807         (vc-svn-dir-extra-headers, vc-svn-find-revision):
9808         * progmodes/grep.el (grep-probe): Let-bind
9809         `process-file-side-effects' with nil.
9811         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9813         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9814         daemon.  Replace ping by checking for running service for bluez
9815         and zeroconf.  (Bug#4239)
9817 2009-08-25  Kevin Ryde  <user42@zip.com.au>
9819         * net/dig.el (dig): Add autoload cookie.
9821 2009-08-25  Glenn Morris  <rgm@gnu.org>
9823         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9824         load-history for absolute file-names.
9825         (byte-compile-file-form-require): Warn about use of the cl package.
9827         * format.el (format-alist): Doc fix.
9829         * play/bubbles.el (top-level): Don't require cl at run-time.
9831         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9832         run-time cl).
9834 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
9836         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9837         from cl package.
9838         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9840 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
9842         * calc/calc-alg.el (math-trig-rewrite)
9843         (math-hyperbolic-trig-rewrite): New functions.
9844         (calc-simplify): Simplify trig functions when asked.
9846 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9848         * diff-mode.el (diff-find-source-location): Avoid goto-line.
9850 2009-08-24  Kenichi Handa  <handa@m17n.org>
9852         * language/ind-util.el (mapthread): Delete it.
9853         (combinatorial): New function.
9854         (indian--puthash-cv): Use combinatorial instead of mapthread.
9856 2009-08-22  Kevin Ryde  <user42@zip.com.au>
9858         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9859         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9860         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9861         Clarify docstring that the value is strings not symbols.
9862         (checkdoc-list-of-strings-p): New function.
9864 2009-08-22  Glenn Morris  <rgm@gnu.org>
9866         * files.el (auto-mode-alist):
9867         * hippie-exp.el (he-concat-directory-file-name):
9868         * lpr.el (lpr-windows-system, printer-name):
9869         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9870         * ps-print.el (ps-windows-system):
9871         * startup.el (command-line):
9872         * emulation/viper-ex.el (viper-glob-function):
9873         * international/mule-cmds.el (set-language-environment-coding-systems):
9874         * net/ange-ftp.el (ange-ftp-write-region):
9875         * obsolete/fast-lock.el (fast-lock-cache-name):
9876         Remove code for defunct system-types emx, macos, mswindows, next-mach,
9877         unisoft-unix, vax-vms, win32, w32.
9879         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9880         given name if the pattern is not more specific.
9882         * calendar/lunar.el (lunar-phase-names): New option.
9883         (lunar-phase): Doc fix.
9884         (lunar-cycles-per-year): New constant.
9885         (lunar-index): New function.
9886         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9887         (lunar-phase-name): Use lunar-phase-names.
9888         (calendar-lunar-phases): Use format.
9889         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9891         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9892         Copy imenu-example--name-and-position function here for own use.
9893         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9895         * bs.el (bs--redisplay):
9896         * cus-edit.el (custom-redraw):
9897         * ibuffer.el (ibuffer-bury-buffer):
9898         * server.el (server-goto-line-column):
9899         * startup.el (command-line-1):
9900         * strokes.el (strokes-xpm-for-stroke):
9901         * term.el (term-display-buffer-line):
9902         * view.el (View-goto-line):
9903         * calc/calc.el (calc-do, calc-trail-buffer):
9904         * play/gamegrid.el (gamegrid-add-score-insecure):
9905         * progmodes/ada-mode.el (ada-compile-goto-error):
9906         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9907         (ebrowse-select-1st-to-9nth):
9908         * progmodes/cperl-mode.el (cperl-time-fontification):
9909         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9910         * progmodes/gud.el (gud-display-line):
9911         (idlwave-shell-display-line):
9912         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9913         * progmodes/make-mode.el (makefile-browser-toggle):
9914         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9915         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9916         * textmodes/picture.el (picture-draw-rectangle):
9917         * textmodes/reftex-index.el (reftex-index-goto-letter):
9918         (reftex-select-jump-to-previous):
9919         * textmodes/reftex-sel.el (reftex-find-start-point)
9920         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9921         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9922         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9923         * textmodes/tex-mode.el (tex-compilation-parse-errors):
9924         * textmodes/two-column.el (2C-associated-buffer):
9925         Use forward-line rather than goto-line.
9927         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9928         goto-line.
9930         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9931         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9932         (quick-check-list-to-regexp): Declare.
9934         * progmodes/make-mode.el (makefile-browser-insert-selection):
9935         Use goto-char rather than goto-line.
9937         * progmodes/prolog.el (compilation-error-regexp-alist)
9938         (compilation-forget-errors): Declare.
9940 2009-08-22  Juri Linkov  <juri@jurta.org>
9942         * progmodes/grep.el (lgrep, rgrep): At the beginning
9943         set `dir' to `default-directory' unless `dir' is a non-nil
9944         readable directory.  (Bug#4052)
9945         (lgrep, rgrep): Change a weird way to report an error
9946         from using `read-string' to using `error'.
9947         Instead of using interactive arguments in the function body,
9948         add new argument `confirm'.
9950 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9952         * textmodes/remember.el (remember-buffer):
9953         * progmodes/cperl-mode.el (cperl-vc-header-alist):
9954         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9955         (icalendar-extract-ical-from-buffer):
9956         * net/newst-treeview.el (newsticker-groups-filename):
9957         * net/newst-backend.el (newsticker-cache-filename):
9958         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9959         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9960         (speedbar-add-ignored-path-regexp, speedbar-line-path)
9961         (speedbar-buffers-line-path, speedbar-path-line)
9962         (speedbar-buffers-line-path):
9963         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9964         (epg-sign-keys):
9965         * epa.el (epa-display-verify-result):
9966         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9968 2009-08-21  Glenn Morris  <rgm@gnu.org>
9970         * progmodes/js.el (inferior-moz-process): Fix declaration.
9972         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9974         * obsolete/rnewspost.el (news-mail-reply):
9975         Use goto-char rather than goto-line.
9977         * term/ns-win.el (ns-open-file-select-line):
9978         Use line-beginning-position rather than goto-line.
9980         * apropos.el (apropos-command):
9981         * ehelp.el (electric-helpify):
9982         * printing.el (pr-show-setup):
9983         * strokes.el (strokes-help):
9984         * tutorial.el (tutorial--describe-nonstandard-key)
9985         (tutorial--detailed-help):
9986         * woman.el (woman-mini-help, woman-display-extended-fonts):
9987         * calc/calc-help.el (calc-describe-key):
9988         * emulation/edt.el (edt-electric-helpify):
9989         * international/mule-diag.el (mule-diag):
9990         * play/yow.el (apropos-zippy):
9991         * progmodes/python.el (python-describe-symbol):
9992         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9993         * textmodes/table.el (*table--cell-describe-mode)
9994         (*table--cell-describe-bindings):
9995         Use help-print-return-message rather than the now obsolete alias.
9997         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9998         (calendar-cursor-to-visible-date):
9999         * play/5x5.el (5x5-position-cursor):
10000         * play/decipher.el (decipher):
10001         * play/gomoku.el (gomoku-goto-xy):
10002         * play/landmark.el (lm-goto-xy):
10003         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10004         (mpuz-paint-digit):
10005         Use forward-line, not goto-line.
10007         * mail/rmail.el (rmail-obsolete): Delete custom group.
10008         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10009         (rmail-remote-password, rmail-remote-password-required):
10010         Remove unneeded :set-after and :set properties.
10012 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
10014         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10016 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
10018         * loadup.el: Remove leftover macos code.
10020         * vc-git.el (vc-git-annotate-command): Run asynchronously.
10021         Explicitly pass the date format to git blame so that user local
10022         so that the output format can be parsed.
10024 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
10026         * net/dbus.el (top): Don't check for (getenv
10027         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
10029 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
10031         * log-edit.el (log-edit-strip-single-file-name): New var.
10032         (log-edit-insert-changelog): Use it.  Bug#3571
10034 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10036         * subr.el (read-passwd): Use read-key so keypad keys work as well.
10037         Bug#3287
10039         * help.el (help-print-return-message): Rename from
10040         print-help-return-message.
10042         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10043         cvs-mode-map parent hack.
10044         (log-view-mode): Derive from special-mode.
10046         * linum.el (linum-mode): window-size-change-functions is redundant.
10047         Adapt to new window-configuration-change-hook behavior.
10048         (linum-after-size, linum-after-config): Remove.
10050         * imenu.el (imenu-example--name-and-position)
10051         (imenu-example--lisp-extract-index-name)
10052         (imenu-example--create-lisp-index, imenu-example--create-c-index):
10053         Mark as obsolete.
10055         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10056         (inferior-prolog-mode): Use it.
10057         (inferior-prolog-load-file): Reset list of errors.
10059 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10061         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10063         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10065 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
10067         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10068         is running already.
10070 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10072         * subr.el (listify-key-sequence-1): Use normal syntax since those
10073         integers are nowadays always represented by the same (positive) number
10074         on all platforms.
10075         (read-key-empty-map): New const.
10076         (read-key-delay): New var.
10077         (read-key): New function.
10078         (force-mode-line-update): Use with-current-buffer.
10079         (locate-user-emacs-file): Don't forget to abbreviate the file name.
10080         (start-process-shell-command, start-file-process-shell-command):
10081         Discourage the use of command-args.
10083 2009-08-19  Glenn Morris  <rgm@gnu.org>
10085         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10087 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10089         * simple.el (choose-completion-string): Don't rely on
10090         minibuffer-completing-file-name and ad-hoc checks to decide whether
10091         to continue completion or not.
10093         * minibuffer.el (minibuffer-hide-completions): New function.
10094         (completion--do-completion): Use it.
10095         (completions-annotations): New face.
10096         (completion--insert-strings): Use it.
10097         (completion-pcm--delim-wild-regex): Add docstring.
10098         (completion-pcm--string->pattern): Add support for 0-width delimiters
10099         in completion-pcm--delim-wild-regex.
10101 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10103         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10104         Remove unused var `buffer-modified-p'.
10106         * minibuffer.el (completion--do-completion): Move point for the #b001
10107         case as well (bug#4176).
10108         (minibuffer-complete, minibuffer-complete-word): Don't move point.
10110 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
10112         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
10113         and :session buses.
10115 2009-08-18  Kenichi Handa  <handa@m17n.org>
10117         * international/ucs-normalize.el (ucs-normalize-version):
10118         Change to 1.1.
10119         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10120         (utf-8-hfs): Make it perform normalization on encoding too.
10122         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
10123         (sentence-end-without-space): Delete duplicated chars.
10124         (sentence-end-base): Likewise.
10126         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
10127         (html-mode): Delete duplicated chars from sentence-end-base.
10129         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
10130         (texinfo-mode): Delete duplicated chars from sentence-end-base.
10132 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
10134         * files.el (hack-one-local-variable): If the mode function is for
10135         a minor mode, pass it an argument (Bug#4148).
10137 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
10139         * net/tramp.el (tramp-register-completion-file-name-handler):
10140         Check also for (member 'partial-completion completion-styles).
10142 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10144         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10145         abbrev (Bug#3943).
10147 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
10149         * progmodes/cperl-mode.el: Merge upstream 6.2.
10150         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10151         (cperl-forward-re): Check cperl-brace-recursing.
10152         (cperl-highlight-charclass): New function.
10153         (cperl-find-pods-heres): Use it.
10154         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10155         (cperl-beautify-regexp-piece): Fix column calculation.
10156         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10157         (cperl-beautify-level): Don't process entire regexp.
10158         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10159         calling man.
10160         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10161         (cperl-init-faces): Build a list in the normal way.
10163 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10165         * calendar/parse-time.el (parse-time-string-chars): Save match
10166         data.
10168 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10170         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10171         (sql-product): Use it.
10172         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10173         (sql-set-product): Add completion.
10174         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10175         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10176         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10177         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10178         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10179         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10180         (sql-highlight-db2-keywords): Remove.
10181         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10182         (sql-highlight-product): Use derived-mode-p.
10183         (sql-set-sqli-buffer): Use with-current-buffer.
10184         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10185         Simplify.
10187         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10189         * term.el: Fix commenting convention, turn comments into docstrings.
10191 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
10193         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10195 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
10197         * calendar/parse-time.el (parse-time-string-chars): Compute using
10198         character classes, to handle non-ascii characters (Bug#3190).
10200 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10202         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10203         another heredoc if the user adds another < (Bug#3226).
10205         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10206         Don't initialize based on window-system (Bug#4124).
10208         * facemenu.el (facemenu-read-color): Use a completion function
10209         that accepts any defined color, such as RGB triplets (Bug#3677).
10211         * files.el (get-free-disk-space): Change fallback default
10212         directory to /.  Expand DIR argument before switching to fallback.
10213         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10215 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
10217         * files.el (load-library): Doc fix.
10219 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
10221         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10222         (viper-if-string): Redefine C-s in the minibuffer to insert the last
10223         incremental search string.
10225         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10226         XEmacs.
10228         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10229         (ediff-merge-region-is-non-clash)
10230         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10231         Also check if the job is really a merge job.
10233         * ediff.el (ediff-current-file): New function.
10235 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
10237         * progmodes/js.el: Edit docstrings throughout to follow Emacs
10238         conventions.
10239         (js-insert-and-indent): Delete function.
10240         (js-mode-map): Don't bind keys to js-insert-and-indent.
10241         (js-beginning-of-defun): Rename from js--beginning-of-defun.
10242         (js-end-of-defun): Rename from js--end-of-defun.
10243         (js-auto-indent-flag): Delete variable.
10245 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
10247         * progmodes/js.el: Remove proclaim statement.
10248         Defvar which-func-imenu-joiner-function to silence compiler.
10250         * files.el (auto-mode-alist): Use js-mode for .js files.
10252         * progmodes/js2-mode.el: Remove file.
10254         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10256         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10258         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10260 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
10261             Karl Landstrom  <karl.landstrom@brgeight.se>
10263         * progmodes/js.el: New file.
10265 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
10267         * timezone.el (timezone-parse-date): Add ability to understand ISO
10268         basic format (minimal separators) dates in addition to the
10269         already-supported extended format dates.
10271 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
10273         * international/ucs-normalize.el: Add a `coding' file variable.
10275         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10277 2009-08-14  Sam Steingold  <sds@gnu.org>
10279         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10281 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
10283         * faces.el (help-argument-name): Define it here instead of
10284         help-fns.el, because in daemon mode help-fns.el may be loaded when
10285         faces are still uninitialized (Bug#1078).
10287         * help-fns.el (help-argument-name): Move defface to faces.el.
10289 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
10291         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10292         create buffer with a pty but no process so that GDB can make the
10293         inferior the controlling process.
10295 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
10297         * international/ucs-normalize.el: New file.
10299 2009-08-13  Richard Stallman  <rms@gnu.org>
10301         * mail/rmail.el (rmail-get-attr-names):
10302         Accept an attribute header that is too short.
10304         * mail/rmail.el (rmail-forget-messages):
10305         Ignore nil elt in rmail-message-vector.  Use dotimes.
10307         * progmodes/compile.el (compilation-goto-locus):
10308         Use next-error-move-function.
10310         * simple.el (next-error-move-function): New variable.
10312 2009-08-12  Juri Linkov  <juri@jurta.org>
10314         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10315         always non-nil.  (Bug#4052)
10317         * replace.el (read-regexp): Return empty string when
10318         `default-value' is nil.
10319         (keep-lines-read-args): Don't use empty string as the
10320         default value for `read-regexp'.  (Bug#2495)
10322 2009-08-12  Juri Linkov  <juri@jurta.org>
10324         * international/mule-cmds.el (ucs-insert): Change arguments
10325         from `arg' to `character', `count', `inherit' to be the same
10326         as in `insert-char'.  Doc fix.  (Bug#4039)
10328         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10330 2009-08-12  Juri Linkov  <juri@jurta.org>
10332         * files-x.el: New file.
10334         * files.el: Move code that deals with adding/deleting
10335         file/directory-local variables to files-x.el.
10337         * Makefile.in (ELCFILES): Add files-x.elc.
10339 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
10341         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10342         to use `goto-line'.
10343         (gdb-place-breakpoints, gdb-get-location): Rewritten without
10344         `goto-line'.
10345         (gdb-invalidate-disassembly): Do not refresh upon receiving
10346         'update signal.  Instead, update all disassembly buffers only after
10347         threads list.
10348         (gdb): Send -target-detach when buffer is killed (Bug#3794).
10349         (gdb-starting): Moved -data-list-register-names...
10350         (gdb-stopped): ...here so it's sent when first thread stops.
10351         (gdb-registers-handler-custom): Do nothing if register names are
10352         unknown yet.
10354         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10355         from `gdb-mi.el' to avoid extra tangling.
10357         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10358         change which breaks `gud-def' definitions used in `gdb'.
10359         (gdb-update-gud-running): No extra fuss for updating frame number.
10361 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10363         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10364         (describe-language-environment-map, setup-language-environment-map)
10365         (set-coding-system-map): Move initialization into declaration.
10366         (set-language-info-alist): Last arg to define-key-after can be skipped.
10368         * international/quail.el (quail-completion-1): Simplify.
10369         (quail-define-rules): Use slightly more compact code.
10370         (quail-insert-decode-map): Propertize keys, compact columns.
10372         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10373         Add goto-line.
10375 2009-08-10  Miles Bader  <miles@gnu.org>
10377         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10378         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10379         (js2-instance-member, js2-private-member, js2-private-function-call)
10380         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10381         (js2-magic-paren, js2-external-variable):
10382         Remove "-face" suffix from face names.
10383         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10384         (js2-highlight-undeclared-vars, js2-peek-token)
10385         (js2-parse-function-params, js2-mode-show-errors)
10386         (js2-mode-show-warnings, js2-make-magic-delimiter)
10387         (js2-mode-highlight-magic-parens): Update to use new face names.
10389 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
10391         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10392         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
10394 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
10396         * subr.el: Provide hashtable-print-readable.
10398         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10399         hs-c-like-adjust-block-beginning.
10400         (hs-hide-block-at-point): Stop hiding at the beginning of
10401         hs-block-end-regexp (Bug#700).
10403 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
10405         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10406         a macro.
10407         (gdb-registers-handler-custom): Do not fail when register names
10408         are unavailable.
10410 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
10412         * progmodes/gdb-mi.el (gdb-control-all-threads)
10413         (gdb-control-current-thread): Interactive setters for
10414         `gdb-gud-control-all-threads' to use in menu.
10415         (gdb-show-run-p): Show «Go» when process is not active.
10416         (gud-tool-bar-map): Add non-stop/A,T indicator.
10417         Uses gud/thread.xpm and gud/all.xpm.
10419 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
10421         * net/net-utils.el (net-utils-font-lock-keywords): New var.
10422         (nslookup-font-lock-keywords): Make it a variable.
10423         (net-utils-mode): New mode for viewing diagnostic network output.
10424         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10425         (net-utils-run-simple): New function.
10426         (ifconfig, iwconfig, netstat, arp, route): Use it.
10428 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
10430         * progmodes/gdb-mi.el (gdb-read-memory-custom)
10431         (gdb-memory-set-address, def-gdb-set-positive-number)
10432         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10433         after changing settings.
10434         (gdb-invalidate-disassembly): Update when first shown.
10435         (gdb-edit-locals-value): Fixed.
10436         (gdb-registers-handler-custom): Print registers in right order and
10437         allow changing register values (only for current thread yet).
10438         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10439         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10440         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10441         (gdb-locals-handler-custom, gdb-registers-handler-custom):
10442         Thread info in mode name.
10443         (gdb-registers-mode-map): TAB to switch to locals.
10445 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
10447         * mail/rmail.el (rmail-add-mbox-headers)
10448         (rmail-set-message-counters-counter): Search for
10449         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
10451 2009-08-08  Glenn Morris  <rgm@gnu.org>
10453         * Makefile.in (ELCFILES): Update.
10455 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
10457         * mail/sendmail.el (mail-yank-original):
10458         Set buffer-file-coding-system from the one used by the message whose
10459         text is yanked.
10461         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10462         to "windows" when "pgnuplot" is used.
10463         (calc-graph-command, calc-gnuplot-command, calc-graph-init):
10464         Don't call accept-process-output if "pgnuplot" is used.
10465         (calc-graph-init): Don't send -display and -geometry to
10466         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
10467         running "pgnuplot -V" with shell-command-to-string.
10469         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10470         the default.
10472 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
10474         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10475         org/org-latex.elc.
10477 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
10479         * vc-dispatcher.el (vc-resynch-window): Update comment.
10481         * term.el (term-handle-ansi-escape): Add comments with the
10482         terminfo capabilities implemented.
10484 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
10486         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10487         (gdb-var-create-handler): Rewritten using JSON parser.
10488         (gdb-propertize-header): Moved earlier.
10489         (gdb-set-header): Removed to avoid duplication.
10490         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10491         Refresh disassembly buffers only after threads list have been
10492         update.
10493         (gdb-threads-header, gdb-registers-header): Per-buffer header line
10494         variables.
10496 2009-08-04  Juri Linkov  <juri@jurta.org>
10498         * files.el: Commands to add/delete file/directory-local variables.
10499         (read-file-local-variable, read-file-local-variable-value)
10500         (read-file-local-variable-mode, modify-file-local-variable)
10501         (modify-file-local-variable-prop-line)
10502         (modify-dir-local-variable): New functions.
10503         (add-file-local-variable, delete-file-local-variable)
10504         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10505         (add-dir-local-variable, delete-dir-local-variable)
10506         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10507         (copy-dir-locals-to-file-locals-prop-line): New commands.
10509 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
10511         * abbrev.el (insert-abbrev-table-description): Prettify output.
10512         Suggested by Karl Chen.
10514 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
10516         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
10517         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
10518         (gdb-overlay-arrow-position, gdb-thread-position)
10519         (gdb-disassembly-position): Declare variables.
10520         (gdb-wait-for-pending): Function now.
10521         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10522         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10523         compilation goes smoothly.
10524         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10525         (gdb-non-stop-setting): New customization setting which replaces
10526         `gdb-non-stop' so changing it doesn't break active GDB session.
10527         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10528         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10529         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10530         (gdb-show-threads-by-default): New customization options.
10531         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10532         routines.
10533         (gdb-get-buffer-create): Send buffers update signal when they are
10534         created.
10535         (gdb-invalidate-locals, gdb-invalidate-registers)
10536         (gdb-invalidate-breakpoints)
10537         (gdb-invalidate-threads, gdb-invalidate-disassembly)
10538         (gdb-invalidate-memory): Accept update signal.
10539         (gdb-current-context-command): Use --frame option.
10540         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10541         Implement `gdb-frame-number' selection logic.
10542         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10543         whether to show GUD toolbar buttons.
10544         (gdb-thread-exited): Unselect current thread when it exits.
10545         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10546         (gdb-mark-line): Routine which sets overlay arrow or inverses
10547         video on fringeless displays.
10548         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10549         to build aligned columns of data in GDB buffers and set text
10550         properties line-by-line.
10551         (gdb-invalidate-breakpoints)
10552         (gdb-breakpoints-list-handler-custom)
10553         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10554         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10555         (gdb-registers-handler-custom): Align data columns.
10556         (gdb-locals-handler-custom): Now prints data like in variable
10557         declarations.
10558         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10559         Removed confusing buttons.
10560         (gdb-invalidate-threads): Append --frame.
10561         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10562         between breakpoints/threads buffers.
10563         (gdb-set-window-buffer): Now can ignore dedicated windows.
10564         (gdb-propertize-header): Use `gdb-set-window-buffer'.
10565         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10566         (def-gdb-thread-buffer-gud-command): Replaces
10567         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10568         for fine thread control.
10569         (gdb-preempt-existing-or-display-buffer): New function used to
10570         display bound buffers without breaking window layout.
10571         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10572         (gdb-select-frame): New version of `gdb-frames-select' which now
10573         sets `gdb-frame-number' so commands may use --frame option instead
10574         of inner debugger state.
10575         (gdb-frame-handler): Do not set `gdb-frame-number'.
10576         (gdb-threads-mode-map): Select threads with mouse.
10578         * progmodes/gud.el (gdb-gud-context-call): Declare function to
10579         avoid compilation warning.
10580         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10581         `gdb-show-stop-p`.
10583         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10584         Argument `key' renamed to `buffer-type'.
10585         (gdb-current-context-buffer-name): Do not add thread info to
10586         buffer name when no thread is selected.
10587         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10588         command (bug 3794).
10589         (gdb-thread-selected): Handle `=thread-selected' notification.
10590         (gdb-wait-for-pending): New macro to deal with congestion problems.
10591         (gdb-breakpoints-list-handler-custom): Don't fail on pending
10592         breakpoints.
10593         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10594         This fixes problem similar to one described in bug 3947.
10595         (gud-menu-map): More menu items.
10596         (gdb-init-1): Reset `gdb-thread-number' to nil.
10598         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10599         non-stop settings.
10601         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10602         (gdb-current-context-command): Do not append --thread if
10603         `gdb-thread-number' is nil.
10604         (gdb-running-threads-count, gdb-stopped-threads-count):
10605         New variables.
10606         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10607         (gdb-stopped-hooks, gdb-switch-when-another-stopped):
10608         New customization options.
10609         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10610         GUD commands.
10611         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
10612         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10613         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10614         set `gdb-thread-number' and update `gud-running' properly.
10615         (gdb-running): Update threads list when new threads appear.
10616         (gdb-stopped): Support non-stop operation and new thread switching
10617         logic.
10618         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10619         (gdb-json-partial-output): New set of JSON routines.
10620         (def-gdb-auto-update-trigger): New `signal-list' optional
10621         argument.
10622         (gdb-thread-list-handler-custom): Update `gud-running',
10623         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10624         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10625         (gdb-continue-thread, gdb-step-thread): New commands for fine
10626         thread execution control.
10627         (gud-menu-map): New menu items to switch non-stop options.
10628         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
10629         (gdb-send): Mimic RET properly (bug 3794).
10631         * progmodes/gdb-mi.el (gdb-rules-name-maker)
10632         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10633         gdb-buffer-rules.
10634         (def-gdb-auto-update-handler): New nopreserve optional argument.
10635         (gdb-stack-list-frames-custom): Print stack from top to bottom.
10637         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10638         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10639         (gdb-parent-mode): New mode to derive other GDB modes from.
10640         (gdb-display-disassembly-for-thread)
10641         (gdb-frame-disassembly-for-thread): New commands for threads
10642         buffer.
10644         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10645         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
10646         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10647         (gdb-update): We now store all GDB buffers in a list so that they
10648         can be updated by traversing a list instead of calling invalidate
10649         triggers explicitly.
10650         (def-gdb-trigger-and-handler): New macro to define trigger-handler
10651         pair for GDB buffer.
10652         (gdb-stack-buffer-name): Add thread information.
10653         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10654         handle pending triggers.
10655         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10656         (def-gdb-thread-buffer-simple-command)
10657         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10658         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
10659         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10660         New commands which show buffers bound to thread.
10661         (gdb-stack-list-locals-regexp): Removed unused regexp.
10663         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10664         (gdb-locals-buffer-name, gdb-registers-buffer-name)
10665         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10666         to (gud-comint-buffer) in *-buffer-name functions
10667         because (gdb-get-target-string) already does that.
10668         (gdb-locals-handler-custom, gdb-registers-handler-custom)
10669         (gdb-changed-registers-handler): Rewritten without regexps.
10671         * progmodes/gdb-mi.el: Basic thread selection support.
10672         (gdb-thread-number): New variable.
10673         (gdb-current-context-command): New macro which adds --thread
10674         option to command.
10675         (gdb-threads-mode-map): Select thread with SPC.
10676         (gdb-thread-list-handler-custom): Mark current thread with overlay
10677         arrow.  Synchronize GDB thread and Emacs thread.
10678         (gdb-select-thread): New command which selects current thread.
10679         (gdb-invalidate-frames, gdb-invalidate-locals)
10680         (gdb-invalidate-registers): Use --thread option.
10682 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
10684         * net/tramp.el (top): Make check for tramp-gvfs loading more
10685         robust.  (Bug#3977)
10686         (tramp-handle-insert-file-contents): `unwind-protect' must be
10687         inside `with-parsed-tramp-file-name'.
10689         * net/tramp-gvfs.el (top): Remove superfluous message when loading
10690         fails.
10692 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
10694         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10695         directory if CLASSPATH is not set.
10697 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
10699         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10700         New defconst.
10701         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
10703 2009-08-02  Kevin Ryde  <user42@zip.com.au>
10705         * net/newst-backend.el (newsticker--raw-url-list-defaults):
10706         Update freshmeat link.  Delete newsforge.com as it seems gone.
10708 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
10710         * select.el (x-set-selection): Doc fix (Bug#4021).
10712         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10714         * help-fns.el (describe-variable): Treat list return values from
10715         dir-locals-find-file properly (Bug#4005).
10717 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
10719         * net/tramp.el (tramp-debug-message): Print also microseconds.
10721 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
10723         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10724         or END is non-nil.
10725         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10726         (tramp-get-debug-buffer): Change `outline-regexp' according to new
10727         format.
10729         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10730         (tramp-get-file-property): Use it.
10732         * autorevert.el (auto-revert-handler):
10733         Allow `auto-revert-tail-mode' for remote files.
10735 2009-08-02  Jason Rumney  <jasonr@gnu.org>
10737         * minibuffer.el (read-file-name): Treat confirm options to
10738         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
10740 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
10742         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10743         (font-lock-variable-name-face, font-lock-constant-face):
10744         Darken the colors for light backgrounds.
10746 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
10748         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10749         month names.  (Bug#3987)
10751 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
10753         * simple.el (line-move-finish): Pass whole number to
10754         line-move-to-column.
10755         (line-move-visual): Perform hscroll to the recorded position.
10757 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
10759         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10761 2009-07-29  Alan Mackenzie  <acm@muc.de>
10763         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10765 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
10767         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10768         (gdb-place-breakpoints): Use full path when setting breakpoints.
10770 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
10772         * calc/calc.el (calc-mode-map): Add keybinding for
10773         `calc-transpose-lines'.
10775 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
10777         * calc/calc-misc.el (calc-transpose-lines): New function.
10779 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
10781         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10782         Simplify check for out-of-band methods.
10783         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10784         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
10786 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
10788         * vc-git.el (vc-git-checkin): Fix typo.
10790 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
10792         * progmodes/js2-mode.el: New file.
10794 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
10796         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10797         (gud-menu-map): Adjust tooltip accordingly.
10799 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
10801         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10802         (vc-bzr-log-view-mode): Adjust log-view-file-re.
10804         * add-log.el (change-log-mode-map): Add a menu.
10806 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
10808         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10809         function returns nil.
10810         (dbus-handle-event): Handle special return value :ignore.
10811         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10813 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
10815         * view.el (view-mode-enable): Don't define Helper-return-blurb if
10816         it's not needed.
10818 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
10820         Fix Bug#3888:
10822         * w32-vars.el (x-select-enable-clipboard): Doc fix.
10824         * term/pc-win.el (x-display-name, x-colors)
10825         (x-select-enable-clipboard, x-select-text): Doc fix.
10827         * term/common-win.el (x-display-name, x-colors): Doc fix.
10829         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10830         (xw-defined-colors): Doc fix.
10832         * w32-fns.el (x-select-text, x-setup-function-keys)
10833         (x-get-selection, x-set-selection): Doc fix.
10835         * term/x-win.el (x-select-text, x-setup-function-keys)
10836         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10838         * select.el (x-set-selection): Doc fix.
10840 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
10842         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10843         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
10844         "IsNSSSupportAvailable" method is not available.
10845         Reported by Steve Youngs <steve@sxemacs.org>.
10847 2009-07-24  Kenichi Handa  <handa@m17n.org>
10849         * international/characters.el: Fix setting of category ?C, ?|, ?K,
10850         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
10851         (build-unicode-category-table): Fix range checks.
10853 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
10855         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10856         the buffer we try to sync is current when calling
10857         vc-resynch-buffer.
10859         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10860         not show up to date files.
10862 2009-07-24  Glenn Morris  <rgm@gnu.org>
10864         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10865         Add autoload cookies.  If necessary, initialize.
10866         (elint-log): Handle non-file buffers.
10867         (elint-initialize): Add optional argument to reinitialize.
10868         (elint-find-builtin-variables): Save excursion.
10870 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
10872         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10873         for Lint.
10875 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10877         * vc.el (vc-print-log-internal): New function, split out from ...
10878         (vc-print-log): ... here.
10879         (vc-dir-move-to-goal-column): Declare.
10881         * vc-git.el (vc-git-add-signoff): New variable.
10882         (vc-git-checkin): Use it.
10883         (vc-git-toggle-signoff): New function.
10884         (vc-git-extra-menu-map): Bind it to menu.
10885         (vc-git--run-command-string): Accept a nil FILE argument.
10886         (vc-git-stash-list): New function.
10887         (vc-git-dir-extra-headers): Use it.
10889 2009-07-23  Glenn Morris  <rgm@gnu.org>
10891         * help-fns.el (describe-variable): Describe ignored and risky local
10892         variables in a similar way to that in which we describe safe ones.
10894         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10895         (byte-compile-output-file-form, byte-compile-output-docform)
10896         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10897         Give some more local variables with common names a "bytecomp-" prefix,
10898         so as not to shadow things during compilation.
10899         * emacs-lisp/cl-macs.el (load-time-value)
10900         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10901         `outbuffer' to `bytecomp-outbuffer'.
10903         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10904         since the next two variables cover them automatically now.
10905         (elint-builtin-variables, elint-autoloaded-variables): New.
10906         (elint-unknown-builtin-args): Remove all members, since they can be
10907         parsed automatically now.
10908         (elint-extra-errors): New.
10909         (elint-env-add-env, elint-env-add-macro): Use cadr.
10910         (elint-current-buffer): Use or.  Change final message.
10911         (elint-get-top-forms): Use line-end-position.
10912         (elint-init-env): Use cadr.  Handle autoload, declare-function,
10913         and defalias.
10914         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
10915         (regexp-assoc): Remove unused function.
10916         (elint-top-form): Set elint-current-pos, to record the start of the
10917         top-level form, for compilation-mode.
10918         (elint-form): Trap errors in macro expansion.  Use dolist.
10919         (elint-unbound-variable): Use elint-builtin-variables and
10920         elint-autoloaded-variables.
10921         (elint-get-args): Use cadr, or.
10922         (elint-check-cond-form): Use dolist, cadr.
10923         (elint-check-condition-case-form): Doc fix.  Use cadr.
10924         Use elint-extra-errors.
10925         (elint-log): New function.
10926         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10927         Distinguish errors and warnings.
10928         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
10929         Use a bytecomp-style format.
10930         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
10931         (elint-get-log-buffer): Use compilation mode.  Disable undo.
10932         Don't truncate lines.
10933         (elint-initialize): Set builtin and autoloaded variable lists.
10934         Only process elint-unknown-builtin-args if non-nil.
10935         (elint-find-builtin-variables, elint-find-autoloaded-variables):
10936         New functions.
10937         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
10939 2009-07-22  Kevin Ryde  <user42@zip.com.au>
10941         * net/newst-backend.el (newsticker--parse-atom-1.0)
10942         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10943         (newsticker--parse-rss-1.0):
10944         * progmodes/idlwave.el (idlwave-mode):
10945         * progmodes/idlw-shell.el (idlwave-shell-mode):
10946         * progmodes/vera-mode.el (vera-mode):
10947         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10948         * progmodes/vhdl-mode.el (vhdl-mode):
10949         * textmodes/table.el (table-generate-source)
10950         (table--warn-incompatibility):
10951         Hyperlink urls in docstrings with URL `...'.
10953 2009-07-22  Glenn Morris  <rgm@gnu.org>
10955         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10956         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10957         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10958         Remove leading * from defcustom docs.
10960         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
10962         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10963         defcustom doc.
10964         (list-load-path-shadows): Optionally, just return shadows as a string.
10966         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10968 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
10970         * mail/rmailedit.el (rmail-edit-mode):
10971         Use auto-save-include-big-deletions.
10973         * mail/rmail.el (rmail-variables):
10974         Use auto-save-include-big-deletions.
10976         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10977         changes.
10979 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
10981         * calc/calc.el (calc-undo-length): New variable.
10982         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10984 2009-07-21  Richard Stallman  <rms@gnu.org>
10986         * files.el (auto-save-mode): Handle buffer-save-size = -2
10987         for toggling mode.
10989 2009-07-21  Glenn Morris  <rgm@gnu.org>
10991         * textmodes/ispell.el (ispell-looking-back): Update declaration.
10993         * calendar/todo-mode.el (calendar-current-date): Update declaration.
10995         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10996         silence compiler.  Instead...
10997         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10998         (ps-print-ensure-fontified): Update for above function name changes.
11000         * printing.el (pr-mh-get-msg-num, pr-mh-show)
11001         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11002         silence compiler.  Instead...
11003         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11004         (mh-show-buffer): Only define for compiler.
11005         (pr-mh-current-message): Update for above function name changes.
11007         * files.el (abort-if-file-too-large): Explicitly pass `filename'
11008         as an argument.
11009         (find-file-noselect, insert-file-1): Update for above change.
11011         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11013         * mail/mailclient.el (mailclient-send-it): Fix message.
11015         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11016         (edebug-eval): Check cl-debug-env is bound.
11017         (print-level, print-circle): Don't redefine built-in variables.
11019         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11020         (custom-print-vectors): Remove old comments from doc.
11022         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11023         (emerge-version): Make the variable an obsolete alias for the
11024         emacs-version variable.  Make the function obsolete.
11025         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11026         Emerge options, rather than merging in into the main Options menu.
11027         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
11028         and auto advance modes.  Disable edit/fast items when not relevant.
11030 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
11032         * term/vt420.el (terminal-init-vt420): Fix typo.
11034 2009-07-20  Sam Steingold  <sds@gnu.org>
11036         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11037         variable (removed from compile.el on 2004-03-11).
11039 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
11041         * files.el (hack-local-variables-filter): Fix last change.
11043 2009-07-19  Juri Linkov  <juri@jurta.org>
11045         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11046         (dir-local-variables-alist): New buffer-local variable.
11047         (hack-local-variables-filter): If variable is not dir-local,
11048         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11049         because file-local overrides dir-local.
11050         (c-postprocess-file-styles) <declare-function>:
11051         Remove obsolete declaration.
11052         (hack-dir-local-variables): Add dir-local variable/value pair to
11053         `dir-local-variables-alist' and remove duplicates.  Doc fix.
11055         * help-fns.el (describe-variable): Add information about
11056         file-local and dir-local variables.
11058 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
11060         * files.el (hack-local-variables-filter): Rewrite.
11062 2009-07-19  Glenn Morris  <rgm@gnu.org>
11064         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11065         Silence compiler by only defining on XEmacs.
11067         * international/mule.el (auto-coding-regexp-alist): Only match
11068         BABYL... at the start of buffer, not of lines.  (Bug#3790)
11070         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11071         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
11072         (cal-menu-context-mouse-menu): Doc fix.
11074         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11076         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
11078 2009-07-18  Juri Linkov  <juri@jurta.org>
11080         * info.el: Virtual Info keyword finder.
11081         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11082         (Info-finder-file): New variable.
11083         (Info-finder-find-file): New function.
11084         (finder-known-keywords, finder-package-info)
11085         (find-library-name, lm-commentary): Use defvar and
11086         declare-function to silence compiler warnings.
11087         (Info-finder-find-node): New function.
11088         (info-finder): New command.
11090         * subr.el (process-kill-buffer-query-function): New function.
11091         (add-hook)<kill-buffer-query-functions>: Add hook
11092         `process-kill-buffer-query-function'.
11094 2009-07-18  Alan Mackenzie  <acm@muc.de>
11096         * progmodes/cc-mode.el (c-before-hack-hook)
11097         (c-postprocess-file-styles): Give invocation of `c-set-style'
11098         DONT-OVERRIDE parameter of t.  Already set style variables will
11099         thus not be overridden by style settings given by `c-file-syle'.
11101         * files.el (hack-local-variables-filter): Remove entries with
11102         duplicate keys from `file-local-variables-alist'.
11104 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
11106         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11107         x-set-selection if display-selections-p returns nil for the
11108         current frame.
11110 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
11112         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11114 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
11116         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11117         Accept nil in addition to a regexp.
11118         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11119         Accept nil in addition to a regexp.
11120         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11121         buffers that have an associated file.  Handle nil values of
11122         desktop-buffers-not-to-save and desktop-files-not-to-save.
11123         (Bug#3833)
11125         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11126         (x-disown-selection-internal): New functions.
11128 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
11130         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11131         warning.
11132         (gdb-breakpoints-header): Move forward to avoid compiler warning.
11133         (gdb-make-header-line-mouse-map): Remove duplicate definition.
11135 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
11137         * simple.el (set-mark): Revert last change.
11139 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
11141         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11142         rendering of pngs is not possible instead of messaging a long
11143         description.
11145 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
11147         * w32-fns.el (x-selection-owner-p): New function.
11149         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11150         (mouse-yank-at-click, mouse-yank-primary):
11151         If select-active-regions is non-nil, deactivate the mark before
11152         insertion.
11154         * simple.el (deactivate-mark, set-mark): Only save selection if we
11155         own it.
11157 2009-07-17  Kenichi Handa  <handa@m17n.org>
11159         * case-table.el (describe-buffer-case-table): Fix for the case
11160         that KEY is a cons.
11162 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
11164         * vc-rcs.el (vc-rcs-find-file-hook):
11165         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11167 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
11169         * net/tramp.el (tramp-wait-for-output): Handle the case when
11170         commands do not return a newline but a null byte before the shell
11171         prompt.  (Bug#3858)
11173 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11175         * term/ns-win.el (ns-set-alpha): Don't declare.
11176         (ns-set-background-alpha): Remove function.
11178 2009-07-16  Kevin Ryde  <user42@zip.com.au>
11180         * emacs-lisp/copyright.el (copyright-update): Save match-data across
11181         y-or-n-p, for safety.
11183 2009-07-16  Richard Stallman  <rms@gnu.org>
11185         * files.el (auto-save-mode): If buffer-saved-size is -2,
11186         don't clobber it.
11188         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11189         (rmail-retry-ignored-headers): Add more uninteresting fields.
11191 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
11193         * net/rcirc.el (rcirc): Use history variables.
11194         (rcirc-server-name-history, rcirc-nick-name-history)
11195         (rcirc-server-port-history): New variables.
11197 2009-07-15  Kenichi Handa  <handa@m17n.org>
11199         * international/mule-cmds.el (set-language-environment-charset):
11200         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11201         ignore them.
11203         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11204         Delete unibyte-display.
11206 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
11208         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11210 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
11212         * simple.el (deactivate-mark): Optional argument FORCE.
11213         (set-mark): Use deactivate-mark.
11215         * info.el (Info-search): No need to check transient-mark-mode
11216         before calling deactivate-mark.
11218         * select.el (x-set-selection): Doc fix.
11219         (x-valid-simple-selection-p): Allow buffer values.
11220         (xselect--selection-bounds): Handle buffer values.
11221         Suggested by David De La Harpe Golden.
11223         * mouse.el (mouse-set-region, mouse-drag-track):
11224         Call copy-region-as-kill before setting the mark, to let
11225         select-active-regions work.
11227 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
11229         * simple.el (deactivate-mark): If select-active-regions is
11230         non-nil, copy the selection data into a string.
11231         (activate-mark): If select-active-regions is non-nil, set the
11232         selection to the current buffer.
11233         (set-mark): Update selection if select-active-regions is non-nil.
11235         * select.el (x-valid-simple-selection-p): Allow buffer values.
11237 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11239         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11240         and more featureful message-mode.
11242 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
11244         * select.el (x-set-selection): Doc fix.
11245         (x-valid-simple-selection-p): Disallow selection data consisting
11246         of a list or cons of integers, since that is not used.
11247         (xselect--selection-bounds, xselect--int-to-cons): New functions.
11248         (xselect-convert-to-string, xselect-convert-to-length)
11249         (xselect-convert-to-filename, xselect-convert-to-charpos)
11250         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11252 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
11254         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11255         output in -break-info command (Emacs bug #3794).
11257 2009-07-14  Glenn Morris  <rgm@gnu.org>
11259         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11260         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11261         (edebug-print-length, edebug-print-level, edebug-print-circle)
11262         (edebug-sit-for-seconds, edebug-view-outside)
11263         (edebug-bounce-point, edebug-set-global-break-condition)
11264         (edebug-Go-nonstop-mode, edebug-trace-mode)
11265         (edebug-Trace-fast-mode, edebug-continue-mode)
11266         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11267         (edebug-visit-eval-list): Doc fixes.
11269         * subr.el (def-edebug-spec): Doc fix.
11271 2009-07-14  Kenichi Handa  <handa@m17n.org>
11273         * international/characters.el: Fix setting of category ?C.
11275 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
11277         * term/ns-win.el (x-select-font): defalias x-select-font to
11278         ns-popup-font-panel instead of generate-fontset-menu.
11280 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
11282         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
11284 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
11286         * arc-mode.el (archive-find-type): Allow for a PK00 string before
11287         the PK\003\004 header (Bug#3770).
11289 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
11291         * pcomplete.el (pcomplete-comint-setup): Check for
11292         shell-dynamic-complete-filename too.
11294 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
11296         * simple.el (temporary-goal-column): Change the value for
11297         line-move-visual to a cons cell.
11298         (line-move-visual): Record or set the window hscroll, if
11299         necessary (Bug#3494).
11300         (line-move-1): Handle cons value of temporary-goal-column.
11302 2009-07-11  Kenichi Handa  <handa@m17n.org>
11304         * international/mule-diag.el (describe-character-set): Don't show
11305         width.
11307 2009-07-10  Sam Steingold  <sds@gnu.org>
11309         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11310         Omake sometimes indents the errors it prints, so allow all
11311         regexps to start with spaces.
11313 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
11315         * cus-edit.el (customize-changed-options-previous-release):
11316         Bump value to 22.1.  (Bug#3804)
11318 2009-07-08  Sam Steingold  <sds@gnu.org>
11320         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11321         to be a cons cell (test . ignored-directory) to selectively ignore
11322         some directories depending on the location of the search.
11324 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
11326         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11327         remote user is root, on the local host.
11328         (tramp-local-host-p): Either the local user or the remote user
11329         must be root.  (Bug#3771)
11331 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
11333         * progmodes/gdb-mi.el (gdb): Remove description of
11334         gdb-use-separate-io-buffer.
11335         (menu): Don't allow toggling of or enable
11336         gdb-use-separate-io-buffer from menubar.
11338 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
11340         * mail/unrmail.el (unrmail): Make sure the message ends with two
11341         newlines (Bug#3769).
11343 2009-07-08  Glenn Morris  <rgm@gnu.org>
11345         * calendar/calendar.el (calendar-current-date): Rework previous change.
11347 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
11349         * calendar/calendar.el (calendar-current-date):
11350         Add an optional argument giving an offset from today.
11352 2009-07-08  Glenn Morris  <rgm@gnu.org>
11354         * tutorial.el (tutorial--describe-nonstandard-key):
11355         Adjust the message for when a key has been unbound.
11356         (help-with-tutorial): Hide the arch-tag.
11358 2009-07-08  Kenichi Handa  <handa@m17n.org>
11360         * international/fontset.el (setup-default-fontset): For each
11361         script, append (not set) font-specs.
11363         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11364         docstring.
11366 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
11368         * progmodes/gdb-mi.el (gdb-init-1): Move sending
11369         -data-list-register-names to ...
11370         (gdb-starting): ... here because GDB 7.0 requires execution to
11371         have started when using this MI command.
11372         (gdb-set-header): New function to distinguish select and
11373         unselected tabs in gdb buffers.
11374         (gdb-propertize-header): New macro that uses gdb-set-header.
11375         (gdb-breakpoints-header, gdb-locals-header): Use it.
11376         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11378 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
11380         * Makefile.in (ELCFILES): Remove fadr.elc.
11382 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
11384         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11385         may contain frame information, so `string-match' should be used.
11386         (gdb-update): Disassembly is invalidated through
11387         `gdb-get-selected-frame'.
11388         (gdb-pad-string): New function to pad string with spaces.
11389         (gdb-invalidate-disassembly): Invalidate only if the buffer
11390         exists.
11391         (gdb-disassembly-handler-custom): Column alignment.
11392         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11393         placing new ones.
11394         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11395         end of line, too.
11396         (gdb-frame-handler): Match convention to for disassembly buffer
11397         mode name.
11398         (gdb-stack-list-frames-handler): Rewritten without regexps.
11399         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11400         not highlight breakpoints without line information.
11401         (gdb-input): Add trailing newline to command.
11403         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11404         buffer properly.
11405         (gdb-breakpoints-list-handler-custom): Replacement for
11406         `gdb-break-list-handler'.  Using real parser instead of regexps
11407         now.
11408         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11409         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11410         to place breakpoints.
11411         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11412         functions.
11413         (gdb-disassembly-handler-custom): Show overlay arrow.
11414         (gdb-disassembly-place-breakpoints): Show breakpoints in
11415         disassembly buffer.
11416         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11417         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11418         instead of parsing breakpoints buffer.  Fixed old menu references
11419         in `gud-menu-map'.
11421         * fadr.el: Remove.
11423         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11424         (gdb-memory-address): New variable which holds top address of
11425         memory page shown in memory buffer.
11426         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
11427         New customization variables.
11428         New functions:
11429         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11430         display the memory buffer.
11431         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11432         buffer display parameters.
11433         (def-gdb-memory-format, gdb-memory-format-binary)
11434         (gdb-memory-format-octal, gdb-memory-format-unsigned)
11435         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11436         Functions for setting memory buffer format.
11437         (gdb-memory-unit-word, gdb-memory-unit-halfword)
11438         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11439         unit size used in memory buffer.
11440         (gdb-memory-show-next-page, gdb-memory-show-previous-page):
11441         Switch to next/previous page of memory buffer.
11442         Now using (bindat-get-field) instead of fadr functions.
11444 2009-07-07  Sam Steingold  <sds@gnu.org>
11446         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11447         non-top-level files.
11449 2009-07-07  Kenichi Handa  <handa@m17n.org>
11451         * international/mule-cmds.el (reset-language-environment):
11452         Put the highset priority to the charset iso-8859-1.
11454 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
11456         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11457         to the end of the line when locating the block (Bug#700).
11459 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
11461         * net/tramp.el (tramp-handle-write-region): Flush file properties
11462         in case of short track.
11464 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
11466         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11467         Coded custom representation of verilog error regular expressions
11468         to work with Emacs-22's new format.
11469         (verilog-error-regexp-xemacs-alist): Coded custom representation
11470         of verilog error regular expressions to work with XEmacs format.
11471         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11472         error recognition into XEmacs.
11473         (verilog-error-regexp-add-emacs): Hook routine to install verilog
11474         error recognition into Emacs-22.
11476 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
11478         * woman.el: Remove stand-alone closing parentheses.
11479         (woman-file-name, woman2-format-paragraphs)
11480         (woman-leave-blank-lines): Code cleanup.
11481         (woman-use-own-frame): Change default to nil.
11482         (woman-italic, woman-bold, woman-unknown, woman-addition):
11483         Change defaults to inherit from default faces.
11484         (woman2-process-escapes): Consume the newline after a stand-alone
11485         filler character (Bug#3651).
11487 2009-07-06  Glenn Morris  <rgm@gnu.org>
11489         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11490         (top-level): Move provide to the end.
11491         (ffap): Remove defunct URL from custom group.
11493         * subr.el (eval-after-load): Doc fix.
11495 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
11497         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11498         `calc-embedded-word' is called twice.
11500 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11502         * files.el (find-alternate-file-other-window, find-alternate-file):
11503         Obey confirm-nonexistent-file-or-buffer.
11505 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
11507         * dired-aux.el (dired-show-file-type): Handle remote files.
11509 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
11511         * desktop.el (desktop-globals-to-save):
11512         Add file-name-history (Bug#2750).
11514 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
11516         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
11518 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
11520         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11521         property on entire argument since this is what eshell-lisp-command
11522         expects.
11524 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
11526         * net/tramp-gvfs.el (tramp-gvfs-methods)
11527         (tramp-gvfs-zeroconf-domain)
11528         (tramp-bluez-discover-devices-timeout): Add version flag.
11529         (tramp-gvfs-handler-mounted-unmounted)
11530         (tramp-gvfs-connection-mounted-p): Polish handling of
11531         incompatibilities between GVFS 0.2 and 1.0.
11533 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
11535         * cus-start.el (all): Add make-pointer-invisible.
11537 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
11539         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
11540         formatted correctly.
11542 2009-07-02  Juri Linkov  <juri@jurta.org>
11544         * info.el: Virtual Info files and nodes.
11545         (Info-virtual-files, Info-virtual-nodes): New variables.
11546         (Info-current-node-virtual): New variable.
11547         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11548         New functions.
11549         (Info-file-supports-index-cookies): Use Info-virtual-file-p
11550         to check for a virtual file instead of checking a fixed list
11551         of node names.
11552         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11553         instead of ad-hoc processing of "dir" and (apropos history toc).
11554         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11555         instead of ad-hoc processing of "dir" and (apropos history toc).
11556         Reread a file when moving from a virtual node.
11557         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11558         (Info-directory-toc-nodes, Info-directory-find-file)
11559         (Info-directory-find-node): New functions.
11560         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11561         (Info-history): Move part of code to
11562         `Info-history-find-node'.
11563         (Info-history-toc-nodes, Info-history-find-file)
11564         (Info-history-find-node): New functions.
11565         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11566         (Info-toc): Move part of code to `Info-toc-find-node'.
11567         (Info-toc-find-node): New function.
11568         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
11569         the current Info file name to references because now the node
11570         "*TOC*" belongs to the same Info manual.
11571         (Info-toc-build): Rename from `Info-build-toc'.
11572         (Info-toc-nodes): Rename input argument `file' to `filename'.
11573         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11574         instead of ad-hoc processing of ("dir" apropos history toc).
11575         (Info-index-nodes): Use Info-virtual-file-p
11576         to check for a virtual file instead of checking a fixed list
11577         of node names.
11578         (Info-index-node): Add check for `Info-current-node-virtual'.
11579         Raise `save-match-data' higher up the tree to contain
11580         `search-forward' too (bug fix).
11581         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11582         (Info-virtual-index-nodes): New variable.
11583         (Info-virtual-index-find-node, Info-virtual-index): New functions.
11584         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11585         (Info-apropos-file, Info-apropos-nodes): New variables.
11586         (Info-apropos-toc-nodes, Info-apropos-find-file)
11587         (Info-apropos-find-node, Info-apropos-matches): New functions.
11588         (info-apropos): Move part of code to `Info-apropos-find-node' and
11589         `Info-apropos-matches'.
11590         (Info-mode-map): Bind "I" to `Info-virtual-index'.
11591         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11592         for a virtual file instead of checking a fixed list of node names.
11594         * simple.el (async-shell-command): New command.
11596         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11598         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11599         instead of `mount-info'.
11601 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
11603         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
11604         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
11606 2009-07-02  Kenichi Handa  <handa@m17n.org>
11608         * international/mule.el (set-keyboard-coding-system): Force *-unix
11609         coding-system to avoid eol conversion.
11611 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
11613         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11614         Add handler for `process-file', `shell-command' and
11615         `start-file-process'.
11616         (tramp-gvfs-handle-shell-command)
11617         (tramp-gvfs-handle-start-file-process)
11618         (tramp-gvfs-handle-process-file): New defuns.
11619         (tramp-synce-list-devices): Simplify check for existence of property.
11621 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
11623         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11625 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
11627         * language/korean.el (set-language-info-alist): Add korean-cp949,
11628         cp949 to spec.
11630 2009-07-01  Kenichi Handa  <handa@m17n.org>
11632         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11634         * international/encoded-kb.el: Deleted.
11636         * international/mule.el (set-keyboard-coding-system): Perform the
11637         necessary setup here instead of calling encoded-kbd-setup-display.
11639 2009-07-01  Glenn Morris  <rgm@gnu.org>
11641         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11643 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
11645         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
11647 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
11649         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11650         Handle also the 'rename case, when setting file modes.  (Bug#3712)
11651         (tramp-default-file-modes): Remove execute permissions.
11653         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
11654         (top): Add a default for "synce" in `tramp-default-user-alist'.
11655         Add completion function for "synce" method.
11656         (tramp-hal-service, tramp-hal-path-manager)
11657         (tramp-hal-interface-manager, tramp-hal-interface-device):
11658         New defconst.
11659         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11660         (tramp-synce-list-devices, tramp-synce-parse-device-names):
11661         New defuns.
11663         * net/trampver.el: Update release number.
11665 2009-06-30  Kenichi Handa  <handa@m17n.org>
11667         * international/fontset.el (setup-default-fontset): Add CJK fonts
11668         for symbols and the other miscellaneous characters.
11670         * language/korea-util.el (setup-korean-environment-internal):
11671         Make char-width-table suitable for Korean environments.
11672         (exit-korean-environment): Cancel above.
11674         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11675         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
11676         setup-function to make char-width-table suitable for respective
11677         environments, and an exit-function to cancel that.
11679         * language/japan-util.el (setup-japanese-environment-internal):
11680         Call use-cjk-char-width-table with arg `ja_JP'.
11682         * international/characters.el (cjk-char-width-table): Delete it.
11683         (cjk-char-width-table-list): New variable.
11684         (use-cjk-char-width-table): New arg local-name.
11685         (use-default-char-width-table): Fix for the case that Emacs is
11686         already using the default char-width-table.
11688 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
11690         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11691         modes mandatory.  (Bug#3712)
11693 2009-06-29  Alan Mackenzie  <acm@muc.de>
11695         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
11696         correction between the visible width of TABs and their number of bytes.
11698 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
11700         * server.el (server-buffer-done): Prevent kill-buffer from
11701         prompting by clearing the buffer modification flag (Bug#3696).
11703 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
11705         * progmodes/verilog-mode.el (verilog-beg-of-statement)
11706         (verilog-endcomment-reason-re): Support unique case and priority case.
11707         (verilog-basic-complete-re): Support localparam lineup.
11708         (verilog-beg-of-statement-1): Fix for robustness, unique case.
11709         (verilog-set-auto-endcomments): Fix for unique case, always_comb
11710         commenting.
11711         (verilog-leap-to-case-head): Now support *nested* unique &
11712         priority case statements.
11713         (verilog-auto-lineup): Make just declarations the default (as it
11714         had been).
11715         (verilog-leap-to-case-head): Support priority/unique case statements.
11716         (verilog-auto-lineup): Rework to give users radio buttons to
11717         select the various styles of automatic lineup.
11718         (verilog-error-regexp-alist): Rework to support the XEmacs style
11719         of error regular expressions from compilers, lint tools &
11720         simulators.  Note that GNU Emacs has made it impossible for a mode
11721         to load such things.
11722         (electric-verilog-terminate-line, verilog-indent-declaration)
11723         (verilog-auto-wiure): Rework for radio button selection of
11724         auto-lineup selection of specification of auto lineup.
11725         (verilog-beg-of-statement-1): Redesign to support proper operation
11726         in additional code, based on testing with auto-lineup.
11727         (verilog-calculate-indent, assignments & declarations)
11728         (verilog-backward-token): Enhance to support auto-lineup of
11729         assignments & declarations.
11730         (verilog-in-directive-p, verilog-at-struct-p): New function for
11731         easy test of whether we are.
11732         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11733         to support safe execution at almost anyline.
11734         (verilog-calc-1): Properly support indenting deep inside generate
11735         blocks.
11736         (verilog-init-font): Remove definition & use of verilog-init-font,
11737         as it is redundant with font-lock-defaults.
11738         (verilog-mode): Alter the definition of verilog-font-lock-defaults
11739         to avoid circular calls if syntax-ppss is a function (as is the
11740         case now in 22.x GNU Emacs) as that function would sometimes call
11741         itself, leading to (nearly) infinite recursion.
11742         (verilog-ovm-begin-re, verilog-ovm-end-re)
11743         (verilog-ovm-statement-re, verilog-leap-to-head)
11744         (verilog-backward-token): Add support for OVM macros.  Some are
11745         complete statements, and others open and close scopes like begin
11746         and end.
11747         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11748         (verilog-defun-level-generate-only-re): Really fix the defun-list
11749         compilation issue.
11750         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11751         coverpoint, constraint and cross statements.
11752         (verilog-defun-level-list, verilog-generate-defun-level-list)
11753         (verilog-all-defun-level-list): Redo these specifications - it is
11754         too hard to support eval-when compile aggregation of lists also
11755         built at when-compile time.
11756         (verilog-defun-level-list): Place defconsts of variables used in
11757         building regular expressions which are built in eval-when-compile
11758         bodies in the same eval-when-compile body to facilitate compile
11759         without load.
11760         (verilog-beg-block-re-ordered): Support indenting
11761         virtual/protected tasks and functions.
11762         (verilog-defun-level-list, verilog-in-generate-region-p)
11763         (verilog-backward-ws&directives, verilog-calc-1): Speed up
11764         indentation of some module items (generate items).
11765         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11766         across virtual/protected tasks and functions.
11768 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
11770         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11771         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
11772         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11773         in concatenations.  Reported by Yishay Belkind.
11774         (verilog-auto-ascii-enum): Support one-hot state machines in
11775         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
11776         (verilog-auto-inst, verilog-auto-inst-port): Include interface
11777         modport in AUTOINST and add vl-modport for users.
11778         Reported by David Rogoff.
11779         (verilog-auto-inout-module, verilog-auto-inst)
11780         (verilog-decls-get-interfaces, verilog-insert-definition)
11781         (verilog-insert-one-definition, verilog-read-decls)
11782         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11783         (verilog-sig-modport, verilog-signals-combine-bus)
11784         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11785         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11786         Suggested by David Rogoff.
11787         (verilog-repair-open-comma): Fix non-insertion of comma when
11788         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
11789         (verilog-make-width-expression): Simplify [A-1:0] expression
11790         widths to just {A{1'b0}}.
11791         (verilog-mode): Cleanup checkdoc warnings.
11792         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11793         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11794         inputs/outputs or data type.  Suggested by Vasu Kandadi.
11795         (next-error-last-buffer): Fix byte-compiler warning.
11796         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11797         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11798         or shell command text during AUTO expansion.  Suggested by Tad Truex.
11799         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11800         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11801         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11802         in AUTOINOUT.  Reported by Matthew Lovell.
11803         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11804         causing use of <= assignments.  Reported by Alex Reed.
11805         (verilog-read-decls): Fix triand, trior, wand, wor to be
11806         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
11807         (verilog-extended-complete-re): Support import "DPI-C" functions.
11808         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11809         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
11810         (verilog-insert-date, verilog-insert-year)
11811         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11812         Windows systems.  Reported by Michael Potts.
11813         (verilog-read-module-name): Fix AUTOINST when the child module
11814         declaration's name is a tick define.  Reported by Elliot Mednick.
11815         (verilog-read-decls): Fix V2K parameter bit subscripts getting
11816         passed to next parameter's definition.  Reported by Bruce T.
11817         (verilog-read-decls): Fix detecting "parameter int" when using
11818         AUTOINSTPARAM.  Reported by Bruce T.
11819         (verilog-goto-defun): Fix goto not finding modules unless first
11820         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
11821         (verilog-mode): Expand -f flag arguments on entry to mode so
11822         verilog-goto-defun will work.  Reported by Lawrence Butcher.
11823         (verilog-getopt): Expand environment variables in -f file
11824         arguments.  Suggested by Lawrence Butcher.
11825         (verilog-set-define): Fix "Symbol's value as variable is void"
11826         when reading enumerations.
11827         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11828         Suggested by Stephen Peltan.
11829         (verilog-read-defines): Fix reading of enumerations in include
11830         files.  Reported by Steve Peltan.
11832 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11834         * files.el (trash-directory): Fix defcustom type.
11836 2009-06-28  Juri Linkov  <juri@jurta.org>
11838         * help-fns.el (describe-function-1): Correctly locate adviced
11839         functions in hyperlink (Bug#2438).
11841 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
11843         * files.el (trash-directory): Change default to nil.
11844         (move-file-to-trash): If trash-directory is nil and
11845         system-move-file-to-trash is unbound, perform freedesktop-style
11846         trashing.
11848 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11850         * files.el (move-file-to-trash): Add freedesktop trash
11851         support (Bug#973).
11853 2009-06-28  Glenn Morris  <rgm@gnu.org>
11855         * autorevert.el (global-auto-revert-non-file-buffers)
11856         (global-auto-revert-mode): Doc fixes.
11858 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
11860         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11862 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
11864         * faces.el (x-handle-named-frame-geometry): Ensure that we have
11865         opened an X connection before calling x-get-resource (Bug#3194).
11867         * play/doctor.el: Remove reference to obsolete website.
11868         (make-doctor-variables): Correct grammar mistake (Bug#2633).
11870 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
11872         Remove find-file-not-found-hook VC method.  (Bug#2757)
11873         * vc-hooks.el (vc-file-not-found-hook)
11874         (vc-default-find-file-not-found-hook): Remove functions.
11875         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11876         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11877         * vc.el:
11878         * vc-hg.el:
11879         * vc-git.el: Do not mention find-file-not-found-hook VC method.
11881 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
11883         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11884         compatibility function for `looking-back'.
11886         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11887         Use `ispell-looking-back'.
11889 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
11891         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11892         rather than `filename'.
11894 2009-06-23  Miles Bader  <miles@gnu.org>
11896         * face-remap.el (text-scale-set): New function.
11898 2009-06-23  Glenn Morris  <rgm@gnu.org>
11900         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11902         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11904         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11906         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11908         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11909         Simplify Persian conditionals.
11911         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11912         variable `filename'.
11914         * comint.el (comint-insert-input): Doc fix.
11916         * Makefile.in (ELCFILES): Fix typo in previous change.
11918 2009-06-23  Miles Bader  <miles@gnu.org>
11920         * cus-start.el: Add entry for `recenter-redisplay'.
11922 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11924         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11925         Add an optional argument for the backend, use it instead of
11926         calling vc-backend.
11927         (vc-mode-line): Add an optional argument for the backend.
11928         Pass the backend to vc-state and vc-working-revision.  Move code for
11929         special handling for vc-state being a buffer to ...
11931         * vc-rcs.el (vc-rcs-find-file-hook):
11932         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
11934         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11935         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11936         vc-stay-local-p and vc-mode-line calls.
11938         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11939         (vc-cvs-diff, vc-cvs-annotate-command)
11940         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11941         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11942         vc-mode-line calls.
11944         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11945         direct comparison.
11946         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11947         backend when calling vc-mode-line.
11948         (vc-register): Do not create a closure for calling the vc register
11949         function, call it directly.
11951 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11953         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11954         to make it obvious item can be clicked.
11956         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11958 2009-06-23  Kenichi Handa  <handa@m17n.org>
11960         * language/korea-util.el (korean-key-bindings): Change the binding
11961         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
11962         same command.
11964 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
11966         Sync with Tramp 2.1.16.
11968         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11970         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
11971         when a loading of a package fails.  Completion function for rsync
11972         is `tramp-completion-function-alist-ssh'.
11973         (all): Replace all calls of `split-string' and
11974         `tramp-split-string' by `tramp-compat-split-string'.
11975         (tramp-default-method): Use `tramp-compat-process-running-p'.
11976         (tramp-default-proxies-alist): Allow also Lisp forms.
11977         (tramp-remote-path): Add choice "Private Directories".
11978         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11979         (tramp-domain-regexp): Allow also "-", "_" and ".".
11980         (tramp-end-of-output): Remove newlines, and add "$" at the end.
11981         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11982         (tramp-debug-message): Insert header line in debug buffer.
11983         (tramp-handle-directory-files-and-attributes-with-stat):
11984         Care about filenames with spaces, or starting with "-".
11985         (tramp-handle-dired-uncache): New defun.
11986         (tramp-handle-insert-directory): Don't flush the directory from
11987         cache, this is handled by `dired-uncache' now.
11988         (tramp-handle-insert-file-contents): Improve error handling.
11989         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11990         Quote `tramp-end-of-output'.
11991         (tramp-action-password): Improve trace message.
11992         (tramp-check-for-regexp): Both echoes must be present, before removing.
11993         (tramp-open-connection-setup-interactive-shell): Trace coding system.
11994         (tramp-compute-multi-hops): Eval cons cells of
11995         `tramp-default-proxies-alist'.
11996         (tramp-maybe-open-connection): Use the same command pattern for
11997         first hop and further hops.
11998         (tramp-wait-for-output): Remove handling of newlines.
11999         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12000         (tramp-split-string): Remove function.  It is handled in
12001         tramp-compat now.
12003         * net/tramp-cmds.el (tramp-bug):
12004         Recommend `tramp-cleanup-all-connections' in the bug mail.
12006         * net/tramp-compat.el (tramp-compat-split-string)
12007         (tramp-compat-process-running-p): New defuns.
12009         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12010         for `dired-uncache'.
12012         * net/tramp-gvfs.el: New package.
12014         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12015         Add handler for `dired-uncache'.
12016         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12018         * net/trampver.el: Update release number.  Make version check fit
12019         for SXEmacs 22.
12021 2009-06-22  Jim Meyering  <meyering@redhat.com>
12023         Automatically handle .xz suffix (XZ-compressed files), too.
12024         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12025         XZ is the successor to LZMA: <http://tukaani.org/xz/>
12027 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
12028             Nick Roberts  <nickrob@snap.net.nz>
12030         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12031         repository (http://sphinx.net.ru/hg/gdb-mi/).
12033 2009-06-22  Glenn Morris  <rgm@gnu.org>
12035         * files.el (dir-locals-collect-mode-variables): Allow for any number of
12036         `mode' and `eval' entries.  (Bug#3430)
12038         * Makefile.in (ELCFILES): Add fadr.elc.
12040         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12041         differing behavior of \n and ^ in strings.  (Bug#3385)
12043         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12045         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12046         property.
12047         (lisp-indent-function): Make it a defcustom.
12049 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
12051         * progmodes/gdb-ui.el: Replace with ...
12052         * progmodes/gdb-mi.el: ... this file.
12053         * progmodes/gud.el: Modify for gdb-mi.el.
12055 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
12057         * fadr.el: New file.
12059 See ChangeLog.14 for earlier changes.
12061 ;; Local Variables:
12062 ;; coding: utf-8
12063 ;; End:
12065     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
12067   This file is part of GNU Emacs.
12069   GNU Emacs is free software: you can redistribute it and/or modify
12070   it under the terms of the GNU General Public License as published by
12071   the Free Software Foundation, either version 3 of the License, or
12072   (at your option) any later version.
12074   GNU Emacs is distributed in the hope that it will be useful,
12075   but WITHOUT ANY WARRANTY; without even the implied warranty of
12076   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12077   GNU General Public License for more details.
12079   You should have received a copy of the GNU General Public License
12080   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
12082 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1