* lisp/vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
[emacs/old-mirror.git] / lisp / ChangeLog
blob8991830b07d059b30bf70ebb079856c8f2259a8d
1 2010-11-08  Richard Levitte  <richard@levitte.org>  (tiny patch)
3         * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
4         (vc-mtn-workfile-branch): Adjust to new output format.
6 2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8         * international/mule-cmds.el (princ-list): Mark as obsolete.
10 2010-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12         * emacs-lisp/smie.el: New package.
14 2010-11-06  Michael Albinus  <michael.albinus@gmx.de>
16         * files.el (backup-by-copying-when-mismatch):
17         Set `permanent-local' property.
19         * net/tramp.el (tramp-handle-insert-file-contents): Do not set
20         `permanent-local' property for `backup-by-copying-when-mismatch'.
22 2010-11-06  Eli Zaretskii  <eliz@gnu.org>
24         * ls-lisp.el (insert-directory): Doc fix.  (bug#7285)
25         (ls-lisp-classify-file): New function.
26         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
27         (ls-lisp-classify): Call ls-lisp-classify-file.
28         (insert-directory): Remove blanks from switches.
30 2010-11-07  Wilson Snyder  <wsnyder@wsnyder.org>
32         * progmodes/verilog-mode.el (verilog-insert-one-definition)
33         (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
34         AUTOINOUT for SV style multidimensional arrays, bug294.
35         Reported by Eric Mastromarchi.
36         (verilog-preprocess): Use with-current-buffer and
37         font-lock-fontify-buffer to cleanup style issues.
39 2010-11-05  Michael Albinus  <michael.albinus@gmx.de>
41         * net/trampver.el: Update release number.
43 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
45         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
46         beginning of the string.  Use `string-match-p'.  (Bug#6765)
48 2010-11-01  Glenn Morris  <rgm@gnu.org>
50         * locate.el (locate, locate-mode): Doc fixes.
52 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
54         * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
55         user for confirmation.
56         (server-force-stop): Use it.
57         (server-start): Use server-force-stop for kill-emacs-hook, to
58         avoid user interaction while killing Emacs.
60 2010-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
62         * vc/log-edit.el (log-edit-rewrite-fixes): New var.
63         (log-edit-author): New dynamic var.
64         (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
65         Use it to return the author if different from committer.
66         (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
68 2010-10-31  Eli Zaretskii  <eliz@gnu.org>
70         * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
72 2010-10-31  Chong Yidong  <cyd@stupidchicken.com>
74         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
75         (vc-root-diff, vc-print-root-log, vc-log-incoming)
76         (vc-log-outgoing): Use it.
77         (vc-diff-internal): Set diff-vc-backend.
79         * vc/diff-mode.el (diff-vc-backend): New var.
81 2010-10-31  Juri Linkov  <juri@jurta.org>
83         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
84         buffer-locally to lambda that re-runs the vc diff command.
85         (Bug#6447)
87 2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
89         * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
91         Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
92         log-outgoing commands.
93         * vc/vc.el (vc-log-internal-common): Add a new argument and use it
94         to create a buffer local revert-buffer-function variable.
95         (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
96         revert-buffer-function lambda.
98         Improve VC create/retrieve tag/branch.
99         * vc.el (vc-create-tag): Do not read the directory name for VCs
100         with repository revision granularity.  Adjust the tag/branch
101         prompt.  Reset VC properties.
102         (vc-retrieve-tag): Do not read the directory name for VCs
103         with repository revision granularity.  Reset VC properties.
105         Add optional support for resetting VC properties.
106         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
107         call vc-file-clearprops when true.
108         (vc-resynch-buffer): Add new optional argument, pass it down.
109         (vc-resynch-buffers-in-directory): Likewise.
111         Improve support for special markup in the VC commit message.
112         * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
113         * vc-hg.el (vc-hg-checkin): Add support for Date:.
114         * vc-git.el (vc-git-checkin):
115         * vc-bzr.el (vc-bzr-checkin): Likewise.
117         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
118         * vc-git.el (vc-git-log-view-mode): Fix font lock for
119         incoming/outgoing logs.
120         (vc-git-log-outgoing, vc-git-log-incoming): New functions.
122         * vc-git.el (vc-git-log-outgoing): Use the same format as the
123         short log.
124         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log
125         command
127         Add bindings for vc-log-incoming and vc-log-outgoing.
128         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
129         and vc-log-outgoing.
130         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
131         and vc-log-outgoing.
133         Improve state updating for VC tag commands.
134         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
135         to update the state of all buffers in the directory.
137 2010-05-19  Glenn Morris  <rgm@gnu.org>
139         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
141 2010-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
143         * vc.el (vc-checkin, vc-modify-change-comment):
144         Adjust to new vc-start/finish-logentry.
145         (vc-find-conflicted-file): New command.
146         (vc-transfer-file): Adjust to new vc-checkin.
147         (vc-next-action): Improve scoping.
149         * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
150         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
152         * vc-dispatcher.el (vc-log-edit): Shorten names for
153         log-edit-show-files.
155         * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
156         (vc-bzr-conflicted-files): New function.
158         * log-edit.el (log-edit-summary, log-edit-header)
159         (log-edit-unknown-header): New faces.
160         (log-edit-headers-alist): New var.
161         (log-edit-header-contents-regexp): New const.
162         (log-edit-match-to-eoh): New function.
163         (log-edit-font-lock-keywords): Use them.
164         (log-edit): Insert a "Summary:" header as default.
165         (log-edit-mode): Mark font-lock rules as case-insensitive.
166         (log-edit-done): Cleanup headers.
167         (log-edit-extract-headers): New function to replace it.
169         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
170         the windows/frames.
172         * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
174         * vc-dir.el (vc-dir-kill-line): New command.
175         (vc-dir-mode-map): Bind it to C-k.
176         (vc-dir-headers): Abbreviate the working dir.
178         * vc-git.el (vc-git-revision-table): Include remote branches.
180 2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
182         New VC methods: vc-log-incoming and vc-log-outgoing.
183         * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
184         (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
185         New functions.
186         (vc-print-log-internal): Just call vc-log-internal-common.
187         (vc-log-view-type): New permanent local variable.
189         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
191         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
192         of the dynamic bound vc-short-log.
193         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
195         * vc-git.el (vc-git-log-outgoing): New function.
196         (vc-git-log-view-mode): Use vc-log-view-type instead
197         of the dynamic bound vc-short-log.
199         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
200         the dynamic bound vc-short-log.  Highlight the tag.
201         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
202         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
203         (vc-hg-incoming-mode): Remove.
204         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
206         Fix default-directory for vc-root-diff.
207         * vc.el (vc-root-diff): Bind default-directory to the root
208         directory for the diff command.
210 2010-10-31  Sam Steingold  <sds@gnu.org>
212         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
213         `vc-hg-command' with a list of flags.
215 2010-10-31  Glenn Morris  <rgm@gnu.org>
217         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
218         log-edit-before-checkin-process.
220         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
222         * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
224         * vc-dispatcher.el (vc-start-logentry): Doc fix.
225         (log-view-process-buffer, log-edit-extra-flags): Declare.
227 2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
229         Add special markup processing for commit logs.
230         * log-edit.el (log-edit): Add new argument MODE.  Use that mode
231         when non-nil instead of the log-view-mode.
233         * vc.el (vc-default-log-edit-mode): New function.
235         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
236         log-edit.
238         Support for shelving snapshots and for showing shelves.
239         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
240         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
241         New functions.
242         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
243         (vc-bzr-extra-menu-map): Map them.
245 2010-10-30  Michael Albinus  <michael.albinus@gmx.de>
247         * net/tramp.el (tramp-handle-insert-file-contents): For root,
248         preserve owner and group when editing files.  (Bug#7289)
250 2010-10-29  Glenn Morris  <rgm@gnu.org>
252         * speedbar.el (speedbar-mode):
253         * play/fortune.el (fortune-in-buffer, fortune):
254         * play/gomoku.el (gomoku-mode):
255         * play/landmark.el (lm-mode):
256         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
257         Replace inappropriate uses of toggle-read-only.  (Bug#7292)
259 2010-10-28  Glenn Morris  <rgm@gnu.org>
261         * select.el (x-selection): Mark it as an obsolete alias.
263 2010-10-27  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
265         * add-log.el (find-change-log): Use derived-mode-p rather than
266         major-mode (bug#7284).
268 2010-10-27  Glenn Morris  <rgm@gnu.org>
270         * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
271         rather than just an unused variable that inherits from the real one.
273 2010-10-23  Michael McNamara  <mac@mail.brushroad.com>
275         * verilog-mode.el (verilog-directive-re): Make this variable
276         auto-built for efficiency of execution and updating.
277         (verilog-extended-complete-re): Support 'pure' fucntion & task
278         declarations (these have no bodies).
279         (verilog-beg-of-statement): General cleanup to enable support of
280         'pure' fucntion & task declarations (these have no bodies).
281         These efforts together fix Verilog bug210 from veripool; which was also
282         noticed by Steve Pearlmutter.
283         (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
284         (verilog-directive-nest-re, verilog-set-auto-endcomments):
285         Support `elsif.  Reported by Shankar Giri.
286         (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
287         attribute handling for lining up declarations and assignments.
288         (verilog-beg-of-statement-1): Fix issue where continued declaration
289         is indented differently if it is after a begin..end clock.
290         (verilog-in-attribute-p, verilog-skip-backward-comments)
291         (verilog-skip-forward-comment-p): Support proper treatment of
292         attributes by indent code. Reported by Jeff Steele.
293         (verilog-in-directive-p): Fix comment to correctly describe function.
294         (verilog-backward-up-list, verilog-in-struct-region-p)
295         (verilog-backward-token, verilog-in-struct-p)
296         (verilog-in-coverage-p, verilog-do-indent)
297         (verilog-pretty-declarations): Use verilog-backward-up-list as
298         wrapper around backward-up-list inorder to properly skip comments.
299         Reported by David Rogoff.
300         (verilog-property-re, verilog-endcomment-reason-re)
301         (verilog-beg-of-statement, verilog-set-auto-endcomments)
302         (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
303         of if). Reported by Max Bjurling and
304         (verilog-calc-1): Fix for clocking block in modport
305         declaration. Reported by Brian Hunter.
307 2010-10-23  Wilson Snyder  <wsnyder@wsnyder.org>
309         * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
310         (verilog-gate-keywords, verilog-read-sub-decls)
311         (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
312         (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
313         AUTOINST for gate primitives, bug284.  Reported by Mark Johnson.
314         (verilog-read-decls): Fix spaces in V2K module parameters causing
315         mis-identification as interfaces, bug287.
316         (verilog-read-decls): Fix not treating "parameter string" as a
317         parameter in AUTOINSTPARAM.
318         (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
319         treating `elsif similar to `endif inside AUTOSENSE.
320         (verilog-do-indent): Implement correct automatic or static task or
321         function end comment highlight. Reported by Steve Pearlmutter.
322         (verilog-font-lock-keywords-2): Fix highlighting of single
323         character pins, bug264.  Reported by Michael Laajanen.
324         (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
325         (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
326         (verilog-subdecls-get-interfaced, verilog-subdecls-new): Support
327         interfaces with AUTOINST, bug270.  Reported by Luis Gutierrez.
328         (verilog-pretty-expr): Fix interactive arguments, bug272.
329         Reported by Mark Johnson.
330         (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
331         Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
332         bug269. Suggested by Gary Delp.
333         (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
334         (verilog-preprocessor, verilog-set-compile-command):
335         Create verilog-preprocess and verilog-preprocessor to show
336         preprocessed output.
337         (verilog-get-beg-of-line, verilog-get-end-of-line)
338         (verilog-modi-file-or-buffer, verilog-modi-name)
339         (verilog-modi-point, verilog-within-string): Move defmacro's
340         before first use to avoid warning. Reported by Steve Pearlmutter.
341         (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
342         (verilog-colorize-region, verilog-highlight-buffer)
343         (verilog-highlight-includes, verilog-highlight-modules)
344         (verilog-highlight-region, verilog-mode): Rename colorize to
345         highlight to match other packages.  Disable module highlighting,
346         as received speed complaints, reenable for experimentation only
347         using new verilog-highlight-modules.
348         (verilog-read-decls): Fix regexp stack overflow in very large
349         AUTO_TEMPLATEs, bug250.
350         (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
351         (verilog-scan): Create verilog-save-buffer-state to standardize
352         making insignificant changes that shouldn't call hooks.
353         (verilog-save-no-change-functions, verilog-save-scan-cache)
354         (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
355         Create verilog-save-no-change-functions to wrap verilog-scan
356         preservation, and fix to work with nested preserved calls.
357         (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
358         port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
359         generate .name with AUTOINST, bug245.  Suggested by David Rogoff.
360         (verilog-submit-bug-report): Update variable list to be complete.
361         (verilog-auto, verilog-colorize-region): Fix AUTO expansion
362         breaking on-the-fly font-locking.
363         (verilog-colorize-buffer, verilog-colorize-include-files)
364         (verilog-colorize-include-files-buffer, verilog-colorize-region)
365         (verilog-load-file-at-mouse, verilog-load-file-at-point)
366         (verilog-mode, verilog-read-inst-module-matcher): With point on a
367         AUTOINST cell instance name, middle mouse button now finds-file on
368         it.  Suggested by Brad Dobbie.
369         (verilog-alw-get-temps, verilog-auto-reset)
370         (verilog-auto-sense-sigs, verilog-read-always-signals)
371         (verilog-read-always-signals-recurse): Fix loop indexes being
372         AUTORESET. AUTORESET now assumes any variables in the
373         initialization section of a for() should be ignored.  Reported by
374         Dan Dever.
375         (verilog-error-font-lock-keywords)
376         (verilog-error-regexp-emacs-alist)
377         (verilog-error-regexp-xemacs-alist): Fix error detection of
378         Cadence HAL, reported by David Asher.  Repair drift between the
379         three similar error variables.
380         (verilog-modi-lookup, verilog-modi-lookup-cache)
381         (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
382         (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
383         Fix slow verilog-auto expansion on very large files.
384         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
385         Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
386         "{1*2{...".  Broke in last revision.
387         (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
388         submodule connections with replications "{#{a},#{b}}".
390 2010-10-23  Glenn Morris  <rgm@gnu.org>
392         * comint.el (comint-password-prompt-regexp):
393         Match "enter the password".  (Bug#7224)
395 2010-10-22  Juanma Barranquero  <lekktu@gmail.com>
397         * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
398         Fix typo in docstring.
400 2010-10-21  Michael Albinus  <michael.albinus@gmx.de>
402         * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
403         errors.
405         * net/trampver.el: Update release number.
407 2010-10-20  Kenichi Handa  <handa@m17n.org>
409         * face-remap.el (text-scale-adjust): Call read-event with a proper
410         prompt.
412 2010-10-19  Michael Albinus  <michael.albinus@gmx.de>
414         * net/tramp.el (tramp-do-file-attributes-with-stat)
415         (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
416         order to make stat results a float.  Patch by Andreas Schwab
417         <schwab@linux-m68k.org>.
419 2010-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
421         * repeat.el (repeat): Use read-key (bug#6256).
423 2010-10-18  Chong Yidong  <cyd@stupidchicken.com>
425         * emacs-lisp/unsafep.el: Don't mark functions that display
426         messages as safe.  Suggested by Johan Bockgård.
428 2010-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
430         * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
431         Turn comments into docstrings.
433         * minibuffer.el (completion--replace): Move point where it belongs
434         when there's a common suffix (bug#7215).
436 2010-10-15  Michael Albinus  <michael.albinus@gmx.de>
438         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
439         Suppress expansion of tabs to spaces.  Reported by Dale Sedivec
440         <dale@codefu.org>.
442 2010-10-15  Kenichi Handa  <handa@m17n.org>
444         * international/characters.el: Add category '|' (word breakable)
445         to fullwidth characters.
447 2010-10-14  Kenichi Handa  <handa@m17n.org>
449         * mail/rmail.el (rmail-show-message-1): Catch an error of
450         base64-decode-region and just show an error message (bug#7165).
452         * ps-mule.el (ps-mule-font-spec-list): Delete it.  Not used anymore.
453         (ps-mule-begin-job): Fix for the case that only ENCODING is set in
454         a font-spec (bug#7197).
456 2010-10-13  Glenn Morris  <rgm@gnu.org>
458         * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
460 2010-10-12  Juanma Barranquero  <lekktu@gmail.com>
462         * international/mule.el (define-coding-system):
463         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
464         * composite.el (compose-region): Fix typo in docstring.
466 2010-10-10  Jan Djärv  <jan.h.d@swipnet.se>
468         * term/ns-win.el (ns-right-alternate-modifier): New defvar.
469         (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
470         (mac-right-option-modifier): New alias for ns-right-option-modifier.
472         * cus-start.el (all): ns-right-alternate-modifier is new.
474 2010-10-10  Andreas Schwab  <schwab@linux-m68k.org>
476         * Makefile.in (ELCFILES): Update.
478 2010-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
480         * emacs-lisp/lisp.el (lisp-completion-at-point):
481         Use emacs-lisp-mode-syntax-table for the whole function.
483 2010-10-09  Richard Sharman  <richard_sharman@mitel.com>  (tiny change)
485         * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
486         (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
487         work when breakpoint number exceeds nine.
489 2010-10-05  David Koppelman  <koppel@ece.lsu.edu>
491         * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
492         instead of font-lock-mode before adding keywords.
493         Remove hi-lock-mode off code.  Remove inhibit hack.
494         (hi-lock-set-pattern): Only add keywords if font-lock-fontified
495         non-nil; removed hook inhibit hack.
497 2010-10-09  Glenn Morris  <rgm@gnu.org>
499         * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
500         (load-path-shadows-find): ... to this.
501         (list-load-path-shadows): Update for above change.
503         * mail/mail-utils.el (mail-mbox-from): Also try return-path.
505 2010-10-08  Glenn Morris  <rgm@gnu.org>
507         * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
509         * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
510         (shadows-compare-text-p): Make it an obsolete alias for...
511         (load-path-shadows-compare-text): ... new name.
512         (find-emacs-lisp-shadows): Update for above name change.
513         (load-path-shadows-same-file-or-nonexistent): New name for the old
514         shadow-same-file-or-nonexistent.
516 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
518         * minibuffer.el (completion--some, completion--do-completion)
519         (minibuffer-complete-and-exit, minibuffer-completion-help)
520         (completion-basic-try-completion)
521         (completion-basic-all-completions)
522         (completion-pcm--find-all-completions): Use lexical-let to
523         avoid some false matches in variable completion (Bug#7056)
525 2010-10-03  Olof Ohlsson Sax  <olof.ohlsson.sax@gmail.com>  (tiny change)
527         * vc-svn.el (vc-svn-merge-news): Use --non-interactive.  (Bug#7152)
529 2010-10-03  Leo  <sdl.web@gmail.com>
531         * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
532         return non-nil if the file exists (Bug#7090).
534 2010-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
536         * minibuffer.el (completion--replace):
537         Better preserve markers (bug#7138).
539 2010-09-29  Juanma Barranquero  <lekktu@gmail.com>
541         * server.el (server-process-filter): Doc fix.
543 2010-09-27  Drew Adams  <drew.adams@oracle.com>
545         * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
547 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
549         * Makefile.in (ELCFILES): Update.
551         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
552         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
554 2010-09-27  Kenichi Handa  <handa@m17n.org>
556         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
557         "ustar" format.
559 2010-09-27  Kenichi Handa  <handa@m17n.org>
561         * international/mule.el (define-coding-system): Docstring fixed.
563         * international/mule-diag.el (describe-character-set): Use princ
564         with proper print-length and print-level instead of insert.
566 2010-09-26  Juanma Barranquero  <lekktu@gmail.com>
568         * window.el (walk-windows): Doc fix (bug#7105).
570 2010-09-23  Glenn Morris  <rgm@gnu.org>
572         * isearch.el (isearch-lazy-highlight-cleanup)
573         (isearch-lazy-highlight-initial-delay)
574         (isearch-lazy-highlight-interval)
575         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
576         * net/net-utils.el (ipconfig-program-options):
577         Move aliases to options before the associated definitions.
579 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
581         * newcomment.el (comment-normalize-vars): Better test validity of
582         comment-end-skip.
584 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
586         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
587         (float-e): New name for `e'.
588         (degrees-to-radians, radians-to-degrees):
589         * calendar/solar.el (solar-longitude):
590         * calculator.el (calculator-registers, calculator-funcall):
591         * textmodes/artist.el (artist-spray-random-points):
592         * play/bubbles.el (bubbles--initialize-images): Use new names.
594 2010-09-19  Eric M. Ludlam  <zappo@gnu.org>
596         Update to CEDET 1.0's version of EIEIO.
598         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
599         New function.
600         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
601         (eieio-default-eval-maybe): Eval val instead of unquoting only.
602         (class-precedence-list): If class is nil, return nil.
603         (eieio-generic-call): If class of first input arg is nil, don't
604         look up static methods, and do check for primary methods.
605         (initialize-instance): See if the default needs to be evaluated
606         during the constructor.
607         (eieio-perform-slot-validation-for-default): Don't do the check
608         for values that will eventually be evaluated.
609         (eieio-eval-default-p): New function.
610         (eieio-default-eval-maybe): Use it.
612 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
614         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
615         method-invocation-order.
616         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
617         (eieio-class-precedence-dfs): Compute class precedence list using
618         dfs algorithm.
619         (eieio-class-precedence-bfs): Compute class precedence list using
620         bfs algorithm.
621         (eieio-class-precedence-c3): Compute class precedence list using
622         c3 algorithm.
623         (class-precedence-list): New function.
624         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
625         (inconsistent-class-hierarchy): New error symbol.
626         (call-next-method): Stow the replacement argument list for future
627         call-next-method invocations.
629 2010-09-15  Glenn Morris  <rgm@gnu.org>
631         * calendar/appt.el (appt-check): If not displaying the diary,
632         use (diary 1) to only get the entries we need.
633         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
634         that it is in day order.  (Bug#7019)
636         * calendar/appt.el (appt-check): Rather than showing the diary,
637         just turn off invisible display, and only if needed.
639         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
641 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
643         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
644         Add `when' argument.  Update callers.
646         * subr.el (unintern): Declare the obarray arg mandatory.
648 2010-09-14  Glenn Morris  <rgm@gnu.org>
650         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
651         Doc fixes.
653         * calendar/diary-lib.el (diary-included-files): New variable.
654         (diary-list-entries): Maybe initialize diary-included-files.
655         (diary-include-other-diary-files): Append to diary-included-files.
656         * calendar/appt.el (appt-update-list): Also check the members of
657         diary-included-files.  (Bug#6999)
658         (appt-check): Doc fix.
660 2010-09-12  David Reitter  <david.reitter@gmail.com>
662         * simple.el (line-move-visual): Do not truncate goal column to
663         integer size.  (Bug#7020)
665 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
667         * repeat.el (repeat): Allow repeating when the last event is a click.
668         Suggested by Drew Adams (bug#6256).
670 2010-09-11  Sascha Wilde  <wilde@sha-bang.de>
672         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
673         Replace setting HGRCPATH to "" by some less invasive --config options.
675 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
677         * font-lock.el (font-lock-beginning-of-syntax-function):
678         Mark as obsolete.
680 2010-09-10  Glenn Morris  <rgm@gnu.org>
682         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
683         and tool-bar modes.  (Bug#6211)
684         (menu-bar-mode): Move setting of standard-value after the
685         minor-mode definition, otherwise it seems to have no effect.
687 2010-09-08  Masatake YAMATO  <yamato@redhat.com>
689         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
690         Fix typo.  (Bug#6976)
692 2010-09-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
694         * whitespace.el: Allow cleaning up blanks without blank
695         visualization (Bug#6651).  Adjust help window for
696         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
697         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
698         (whitespace-style): Add new value 'face.  Adjust docstring.
699         (whitespace-space, whitespace-hspace, whitespace-tab):
700         Adjust foreground property face.
701         (whitespace-line-column): Adjust docstring and type declaration.
702         (whitespace-style-value-list, whitespace-toggle-option-alist)
703         (whitespace-help-text): Adjust const initialization.
704         (whitespace-toggle-options, global-whitespace-toggle-options):
705         Adjust docstring.
706         (whitespace-display-window, whitespace-interactive-char)
707         (whitespace-style-face-p, whitespace-color-on): Adjust code.
708         (whitespace-help-scroll): New fun.
710 2010-09-05  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
712         * files.el (directory-abbrev-alist): Use \` as default regexp.
714         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
715         chars like - or ] (bug#6984).
716         (rx-any-condense-range): Explode 2-char ranges.
718 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
720         * textmodes/bibtex.el:
721         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
723 2010-09-02  Glenn Morris  <rgm@gnu.org>
725         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
727 2010-08-31  Kenichi Handa  <handa@m17n.org>
729         * international/mule-cmds.el (standard-display-european-internal):
730         Setup standard-display-table for 8-bit characters by storing 8-bit
731         characters in the element vector.
733         * disp-table.el (standard-display-8bit):
734         Setup standard-display-table for 8-bit characters by storing 8-bit
735         characters in the element vector.
736         (standard-display-european): Likewise.
738 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
740         Sync with Tramp 2.1.19.
742         * net/tramp-cmds.el (tramp-cleanup-all-connections)
743         (tramp-reporter-dump-variable, tramp-load-report-modules)
744         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
745         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
747         * net/tramp-compat.el (top): Do not autoload
748         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
749         only when `start-file-process' is not bound.
750         (byte-compile-not-obsolete-vars): Define if not bound.
751         (tramp-compat-funcall): New defmacro.
752         (tramp-compat-line-beginning-position)
753         (tramp-compat-line-end-position)
754         (tramp-compat-temporary-file-directory)
755         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
756         (tramp-compat-copy-file, tramp-compat-copy-directory)
757         (tramp-compat-delete-file, tramp-compat-delete-directory)
758         (tramp-compat-number-sequence, tramp-compat-process-running-p):
759         Use it.
760         (tramp-advice-file-expand-wildcards): Do not use
761         `tramp-handle-file-remote-p'.
762         (tramp-compat-make-temp-file): Simplify fallback implementation.
763         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
764         (tramp-compat-copy-tree): Remove function.
765         (tramp-compat-delete-file): New defun.
766         (tramp-compat-delete-directory): Provide implementation for older
767         Emacsen.
768         (tramp-compat-file-attributes): Handle only
769         `wrong-number-of-arguments' error.
771         * net/tramp-fish.el (tramp-fish-handle-copy-file):
772         Add PRESERVE_SELINUX_CONTEXT.
773         (tramp-fish-handle-delete-file): Add TRASH arg.
774         (tramp-fish-handle-directory-files-and-attributes):
775         Do not use `tramp-fish-handle-file-attributes.
776         (tramp-fish-handle-file-local-copy)
777         (tramp-fish-handle-insert-file-contents)
778         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
780         * net/tramp-gvfs.el (top): Require url-util.
781         (tramp-gvfs-mount-point): Remove.
782         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
783         and `set-file-selinux-context'.
784         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
785         (tramp-gvfs-handle-file-selinux-context)
786         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
787         (with-tramp-dbus-call-method): Format trace message.
788         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
789         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
790         Implement backup call, when operation on local files fails.
791         Use progress reporter.  Flush properties of changed files.
792         (tramp-gvfs-handle-delete-file): Add TRASH arg.
793         Use `tramp-compat-delete-file'.
794         (tramp-gvfs-handle-expand-file-name): Expand "~/".
795         (tramp-gvfs-handle-make-directory): Make more traces.
796         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
797         (tramp-gvfs-url-file-name): Hexify file name in url.
798         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
799         into account for the resulting file name.
800         (tramp-gvfs-handler-askquestion): Preserve current message, in
801         order to let progress reporter continue afterwards.  (Bug#6257)
802         Return dummy mountpoint, when the answer is "no".
803         See `tramp-gvfs-maybe-open-connection'.
804         (tramp-gvfs-handler-mounted-unmounted)
805         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
806         attribute "default_location".  Set "prefix" property.
807         Handle default-location.
808         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
809         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
810         exists.  Raise an error, if not (due to a corresponding answer
811         "no" in interactive questions, for example).
812         Use `tramp-compat-funcall'.
814         * net/tramp-imap.el (top): Autoload `epg-make-context'.
815         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
816         (tramp-imap-do-copy-or-rename-file)
817         (tramp-imap-handle-insert-file-contents)
818         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
819         (tramp-imap-handle-delete-file): Add TRASH arg.
821         * net/tramp-smb.el (tramp-smb-handle-copy-file):
822         Add PRESERVE-SELINUX-CONTEXT.
823         (tramp-smb-handle-copy-file)
824         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
825         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
826         Use `with-progress-reporter'.
827         (tramp-smb-handle-delete-file): Add TRASH arg.
829         * net/tramp.el (tramp-methods): Move hostname to the end in all
830         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
831         appropriate.
832         (tramp-verbose): Describe verbose level 9.
833         (tramp-completion-function-alist)
834         (tramp-file-name-regexp, tramp-chunksize)
835         (tramp-local-coding-commands, tramp-remote-coding-commands)
836         (with-connection-property, tramp-completion-mode-p)
837         (tramp-action-process-alive, tramp-action-out-of-band)
838         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
839         (tramp-exists-file-name-handler): Fix docstring.
840         (tramp-remote-process-environment): Use `format' instead of
841         `concat'.  Protect version string by apostroph.
842         (tramp-shell-prompt-pattern): Do not use a shy group in case of
843         XEmacs.
844         (tramp-file-name-regexp-unified)
845         (tramp-completion-file-name-regexp-unified): On W32 systems, do
846         not regard the volume letter as remote filename.  (Bug#5447)
847         (tramp-perl-file-attributes)
848         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
849         (tramp-vc-registered-read-file-names): Read input as
850         here-document, otherwise the command could exceed maximum length
851         of command line.
852         (tramp-file-name-handler-alist): Add `file-selinux-context' and
853         `set-file-selinux-context'.
854         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
855         backtrace functions.
856         (tramp-error-with-buffer): Don't show the connection buffer when
857         we are in completion mode.
858         (tramp-progress-reporter-update, tramp-remote-selinux-p)
859         (tramp-handle-file-selinux-context)
860         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
861         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
862         New defuns.
863         (with-progress-reporter): New defmacro.
864         (tramp-debug-outline-regexp): New defconst.
865         (top, tramp-rfn-eshadow-setup-minibuffer)
866         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
867         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
868         (tramp-completion-mode-p, tramp-check-for-regexp)
869         (tramp-open-connection-setup-interactive-shell)
870         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
871         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
872         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
873         Use `tramp-compat-funcall'.
874         (tramp-handle-make-symbolic-link): Flush file properties.
875         (tramp-handle-load, tramp-handle-file-local-copy)
876         (tramp-handle-insert-file-contents, tramp-handle-write-region)
877         (tramp-handle-vc-registered, tramp-maybe-send-script)
878         (tramp-find-shell): Use `with-progress-reporter'.
879         (tramp-do-file-attributes-with-stat): Add space in format string,
880         in order to work around a bug in pdksh.  Reported by Gilles Pion
881         <gpion@lfdj.com>.
882         (tramp-handle-verify-visited-file-modtime): Do not send a command
883         when the connection is not established.
884         (tramp-handle-set-file-times): Simplify the check for utc.
885         (tramp-handle-directory-files-and-attributes)
886         (tramp-get-remote-path): Use `copy-tree'.
887         (tramp-completion-handle-file-name-all-completions): Ensure, that
888         non remote files are still checked.  Oops.
889         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
890         Handle PRESERVE-SELINUX-CONTEXT.
891         (tramp-do-copy-or-rename-file): Add progress reporter.
892         (tramp-do-copy-or-rename-file-directly): Do not use
893         `tramp-handle-file-remote-p'.
894         (tramp-do-copy-or-rename-file-out-of-band):
895         Use `tramp-compat-delete-directory'.
896         (tramp-do-copy-or-rename-file-out-of-band)
897         (tramp-compute-multi-hops, tramp-maybe-open-connection):
898         Use `format-spec-make'.
899         (tramp-handle-delete-file): Add TRASH arg.
900         (tramp-handle-dired-uncache): Flush directory cache, not only file
901         cache.
902         (tramp-handle-expand-file-name)
903         (tramp-completion-handle-file-name-all-completions)
904         (tramp-completion-handle-file-name-completion):
905         Use `tramp-connectable-p'.
906         (tramp-handle-start-file-process): Set connection property "vec".
907         Use it, in order to invalidate file caches.  Check only for
908         `remote-tty' process property.
909         Implement tty setting.  (Bug#4604, Bug#6360)
910         (tramp-file-name-for-operation): Add `call-process-region' and
911         `set-file-selinux-context'.
912         (tramp-find-foreign-file-name-handler)
913         (tramp-advice-make-auto-save-file-name)
914         (tramp-set-auto-save-file-modes): Remove superfluous check for
915         `stringp'.  This is done inside `tramp-tramp-file-p'.
916         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
917         operations when we are in completion mode.  This gives the user
918         the chance to correct the file name in the minibuffer.
919         (tramp-completion-mode-p): Use `non-essential'.
920         (tramp-handle-file-name-all-completions): Backward/ XEmacs
921         compatibility: Use `completion-ignore-case' if
922         `read-file-name-completion-ignore-case' does not exist.
923         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
924         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
925         `tramp-open-shell'.
926         (tramp-action-password): Hide password prompt before next run.
927         (tramp-process-actions): Widen connection buffer for the trace.
928         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
929         process property.  Trace stty settings if `tramp-verbose' >= 9.
930         Apply workaround for IRIX64 bug.  Move argument of last
931         `tramp-send-command' where it belongs to.
932         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
933         front of `login-args'.
934         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
935         on "/dev/null" instead of "/".
936         (tramp-get-ls-command-with-dired): Make test for "--dired"
937         stronger.
938         (tramp-set-auto-save-file-modes): Adapt version check.
939         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
940         (tramp-handle-process-file): Call the program in a subshell, in
941         order to preserve working directory.
942         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
943         `tramp-remote-sh' from `tramp-methods'.
944         (tramp-get-ls-command): Make test for "--color=never" stronger.
945         (tramp-check-for-regexp): Use (forward-line 1).
947         * net/trampver.el: Update release number.
949 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
951         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
952         empty argument to gvfs-copy.
954 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
956         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
957         handle new TRASH arg of `delete-file'.
959 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
961         * net/tramp.el (tramp-handle-insert-directory): Don't use
962         `forward-word', its default syntax could be changed.
964 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
965             Michael Albinus  <michael.albinus@gmx.de>
967         Implement compression for inline methods.
969         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
970         (tramp-copy-size-limit): Allow also nil.
971         (tramp-inline-compress-commands): New defconst.
972         (tramp-find-inline-compress, tramp-get-inline-compress)
973         (tramp-get-inline-coding): New defuns.
974         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
975         replaced by `tramp-get-inline-coding'.
976         (tramp-handle-file-local-copy, tramp-handle-write-region)
977         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
979 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
981         Detect ssh 'ControlMaster' argument automatically in some cases.
983         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
984         (tramp-default-method): Use it.
986 2010-08-26  Karel Klíč  <kklic@redhat.com>
988         * net/tramp.el (tramp-file-name-for-operation):
989         Add file-selinux-context.
991 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
993         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
995 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
997         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
998         (Bug#6907).
1000 2010-08-23  Chris Foote <chris@foote.com.au>  (tiny change)
1002         * progmodes/python.el (python-block-pairs): Allow use of "finally"
1003         with "else" (Bug#3991).
1005 2010-08-22  Leo  <sdl.web@gmail.com>
1007         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1008         (ignore, bright, dim, keyword): Split list of nicknames before
1009         passing to rcirc-add-or-remove (Bug#6894).
1011 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1013         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1015 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1017         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
1018         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1019         New version 13.0.
1020         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1021         Adjust initialization.
1022         (whitespace-bob-marker, whitespace-eob-marker)
1023         (whitespace-buffer-changed): New vars.
1024         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1025         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1026         (whitespace-post-command-hook, whitespace-display-char-on):
1027         Adjust code.
1028         (whitespace-looking-back, whitespace-buffer-changed): New funs.
1029         (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
1031 2010-08-21  Leo  <sdl.web@gmail.com>
1033         Fix buffer-list rename&refresh after killing a buffer in ido.
1034         * lisp/ido.el: Revert Óscar's.
1035         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1036         Remember the buffers at head, rather than their name.
1037         * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1039 2010-08-21  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
1040             Stefan Monnier  <monnier@iro.umontreal.ca>
1042         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1043         extra backslash added to each line (bug#6890).
1045 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1047         * subr.el (read-key): Don't echo keystrokes (bug#6883).
1049 2010-08-21  Glenn Morris  <rgm@gnu.org>
1051         * menu-bar.el (menu-bar-games-menu): Add landmark.
1053 2010-08-20  Glenn Morris  <rgm@gnu.org>
1055         * align.el (align-regexp): Make group and spacing arguments
1056         use the interactive defaults when non-interactive.  (Bug#6698)
1058         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1059         expansion, so as not to need sendmail.
1060         (mail-text-start): Remove declaration.
1061         (rmail-retry-failure): Require sendmail.
1063 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1065         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1067 2010-08-18  Michael Albinus  <michael.albinus@gmx.de>
1069         * progmodes/flymake.el (flymake-start-syntax-check-process):
1070         Use `start-file-process' in order to let it run also on remote hosts.
1072 2010-08-18  Kenichi Handa  <handa@m17n.org>
1074         * files.el: Add `word-wrap' as safe local variable.
1076 2010-08-18  Glenn Morris  <rgm@gnu.org>
1078         * woman.el (woman-translate): Case matters.  (Bug#6849)
1080 2010-08-14  Chong Yidong  <cyd@stupidchicken.com>
1082         * simple.el (kill-region): Doc fix (Bug#6787).
1084 2010-08-14  Glenn Morris  <rgm@gnu.org>
1086         * calendar/diary-lib.el (diary-header-line-format):
1087         Fit it to the window, not the frame.
1089 2010-08-11  Andreas Schwab  <schwab@linux-m68k.org>
1091         * subr.el (ignore-errors): Add debug declaration.
1093 2010-08-09  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
1095         * whitespace.el (whitespace-color-off): Remove post-command-hook
1096         locally.
1098 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
1100         * replace.el (replace-highlight): Bind isearch-forward and
1101         isearch-error, ensuring that highlighting is updated if the user
1102         switches the search direction (Bug#6808).
1104         * isearch.el (isearch-lazy-highlight-forward): New var.
1105         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1106         (isearch-lazy-highlight-update): Use it.
1108 2010-08-06  Kenichi Handa  <handa@m17n.org>
1110         * international/mule.el (define-charset): Store NAME as :base property.
1111         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
1112         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
1113         current priority.  Force using the designation of the specific
1114         charset by adding `charset' text property.  Improve the whole
1115         algorithm.
1117 2010-08-05  Juanma Barranquero  <lekktu@gmail.com>
1119         * emulation/pc-select.el (pc-selection-mode-hook)
1120         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
1121         (pc-selection-mode): Fix typos in docstrings.
1123 2010-08-04  Kenichi Handa  <handa@m17n.org>
1125         * language/cyrillic.el: Don't add "microsoft-cp1251" to
1126         ctext-non-standard-encodings-alist here.
1128         * international/mule.el (ctext-non-standard-encodings-alist):
1129         Add "koi8-r" and "microsoft-cp1251".
1130         (ctext-standard-encodings): New variable.
1131         (ctext-non-standard-encodings-table): List only elements for
1132         non-standard encodings.
1133         (ctext-pre-write-conversion): Adjust for the above change.
1134         Check ctext-standard-encodings.
1136         * international/mule-conf.el (compound-text): Doc fix.
1137         (ctext-no-compositions): Doc fix.
1138         (compound-text-with-extensions): Doc fix.
1140 2010-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1142         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
1144 2010-08-03  Juanma Barranquero  <lekktu@gmail.com>
1146         * progmodes/which-func.el (which-func-format): Split help-echo text
1147         into lines, like other mode-line tooltips.
1149         * server.el (server-start): When using TCP sockets, force IPv4
1150         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
1152 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1154         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
1156 2010-08-02  Juanma Barranquero  <lekktu@gmail.com>
1158         * term.el (term-delimiter-argument-list): Reflow docstring.
1159         (term-read-input-ring, term-write-input-ring, term-send-input)
1160         (term-bol, term-erase-in-display, serial-supported-or-barf):
1161         Fix typos in docstrings.
1163 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1165         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
1167 2010-08-01  Juanma Barranquero  <lekktu@gmail.com>
1169         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
1171 2010-08-01  MON KEY  <monkey@sandpframing.com>  (tiny change)
1173         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
1174         Fix typo in docstring (bug#6747).
1176 2010-07-30  Leo  <sdl.web@gmail.com>
1178         * eshell/esh-io.el (eshell-get-target): Better detection of
1179         read-only file (Bug#6762).
1181 2010-07-30  Juanma Barranquero  <lekktu@gmail.com>
1183         * align.el (align-default-spacing): Doc fix.
1184         (align-region-heuristic, align-regexp): Fix typos in docstrings.
1186 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
1188         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
1190 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
1192         * time.el (display-time-day-and-date): Remove spurious * in docstring.
1193         (display-time-world-buffer-name, display-time-world-mode-map):
1194         Fix typos in docstrings.
1196 2010-07-17  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
1198         * image-mode.el (image-display-size): New function.
1199         (image-forward-hscroll, image-next-line, image-eol, image-eob)
1200         (image-mode-fit-frame): Use it (Bug#6639).
1202 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
1204         * dired.el (dired-buffers-for-dir): Handle list values of
1205         dired-directory (Bug#6636).
1207 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
1209         * vc.el (vc-coding-system-inherit-eol): New defvar.
1210         (vc-coding-system-for-diff): Use it to decide whether to inherit
1211         from the file the EOL format for reading the diffs of that file.
1212         (Bug#4451)
1214 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
1216         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
1217         unibyte, so compressed attachments are not compressed again.
1219 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
1221         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
1222         now that unicode is used (Bug#6594).
1224 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
1226         * simple.el (push-mark-command): Set the selection if
1227         select-active-regions is non-nil.
1229 2010-07-10  Glenn Morris  <rgm@gnu.org>
1231         * calendar/calendar.el (calendar-week-end-day): New function.
1232         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
1233         Respect calendar-week-start-day.  (Bug#6606)
1234         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1235         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
1236         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
1237         respect calendar-week-start-day.
1239 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
1241         * simple.el (use-region-p): Doc fix (Bug#6607).
1243 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
1245         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
1246         builtins (BufferError, BytesWarning, WindowsError; callables
1247         bin, bytearray, bytes, format, memoryview, next, print; __package__).
1249 2010-07-07  Glenn Morris  <rgm@gnu.org>
1251         * play/zone.el (zone-fall-through-ws): Fix next-line ->
1252         forward-line fallout.
1254 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
1256         * mouse.el (mouse-appearance-menu): Add docstring.
1258         * help.el (describe-key): Print up-event using key-description.
1260 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
1262         * net/zeroconf.el (zeroconf-resolve-service)
1263         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
1264         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
1266 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
1268         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
1270 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
1272         Avoid displaying files with a nil state in vc-dir.
1273         * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
1274         cases that cause insertion.
1275         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
1276         with a nil state.
1278 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
1280         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
1282 2010-06-29  Leo  <sdl.web@gmail.com>
1284         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
1286 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
1288         * generic-x.el (bat-generic-mode): Fix regexp for command line
1289         switches (Bug#5719).
1291 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
1293         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
1294         of nconc to avoid pure storage error (Bug#6239).
1296 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
1298         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
1299         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
1300         bindings of bookmark-automatically-show-annotations (Bug#6515).
1302 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
1304         * arc-mode.el (archive-zip-extract): Don't quote the file name on
1305         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
1307 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1309         * comint.el (make-comint, make-comint-in-buffer): Mention return
1310         value in the docstrings.  (Bug#6498)
1312 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
1314         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
1315         since it is not present when using some non-default switches.
1317 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
1319         * simple.el (compose-mail): Fix doc string to refer to
1320         `compose-mail-user-agent-warnings', instead of to the
1321         nonexistent `compose-mail-check-user-agent'.
1323 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1325         Fix vc-annotate for renamed files when using Git.
1326         * vc-git.el (vc-git-find-revision): Deal with empty results from
1327         ls-files.  Doe not pass the object as a file name to cat-file, it
1328         is not a file name.
1329         (vc-git-annotate-command): Pass the file name using -- to avoid
1330         ambiguity with the revision.
1331         (vc-git-previous-revision): Pass a relative file name.
1333 2010-06-22  Glenn Morris  <rgm@gnu.org>
1335         * progmodes/js.el (js-mode-map): Use standard capitalization and
1336         ellipses for menu entries.
1338         * wid-edit.el (widget-complete): Doc fix.
1340 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
1342         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
1344 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1346         Fix annotating other revisions for renamed files in vc-annotate.
1347         * vc-annotate.el (vc-annotate): Add an optional argument for the
1348         VC backend.  Use it when non-nil.
1349         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.  (Bug#6487)
1351         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
1352         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1353         Do not pass the file name to the 'previous-revision call when we
1354         don't want a file diff.  (Bug#6489)
1356 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
1358         Fix finding revisions for renamed files in vc-annotate.
1359         * vc.el (vc-find-revision): Add an optional argument for
1360         the VC backend.  Use it when non-nil.
1361         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
1362         backend to vc-find-revision.  (Bug#6487)
1364 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
1366         Fix reading file names in Git annotate buffers.
1367         * vc-git.el (vc-git-annotate-extract-revision-at-line):
1368         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
1370 2010-06-20  Alan Mackenzie  <acm@muc.de>
1372         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
1373         in file local variables, set it first.
1375 2010-06-19  Glenn Morris  <rgm@gnu.org>
1377         * descr-text.el (describe-char-unicode-data): Insert separating
1378         space when needed.  (Bug#6422)
1380         * progmodes/idlwave.el (idlwave-action-and-binding):
1381         Fix typo in 2009-12-03 change.  (Bug#6450)
1383 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1385         * subr.el (read-quoted-char): Fix up last change (bug#6290).
1387 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1389         * font-lock.el (font-lock-major-mode): Rename from
1390         font-lock-mode-major-mode to distinguish it from
1391         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1392         (font-lock-set-defaults):
1393         * font-core.el (font-lock-default-function): Adjust users.
1394         (font-lock-mode): Don't set it at all.
1396 2010-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1398         * vc-annotate.el (vc-annotate): Use vc-read-revision.
1400 2010-06-15  Glenn Morris  <rgm@gnu.org>
1402         * calendar/appt.el (appt-time-msg-list): Doc fix.
1403         (appt-check): Let-bind appt-warn-time.
1404         (appt-add): Make the 3rd argument optional.
1405         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
1406         Only add WARNTIME to the output list if non-nil.
1408 2010-06-15  Ivan Kanis  <apple@kanis.eu>
1410         * calendar/appt.el (appt-check): Let the 3rd element of
1411         appt-time-msg-list specify the warning time.
1412         (appt-add): Add new argument with the warning time.  (Bug#5176)
1414 2010-06-12  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
1416         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
1417         older than version 1.6.  (Bug#6361)
1419 2010-06-12  Helmut Eller  <eller.helmut@gmail.com>
1421         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
1422         used by cl-do-arglist.  (Bug#6408)
1424 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1426         * emacs-lisp/advice.el (ad-compile-function):
1427         Define warning-suppress-types before we let-bind it (bug#6275).
1429         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1430         declare it, make it buffer-local and permanent-local (bug#6324).
1431         (vc-resynch-window): Adjust name.
1432         * vc-hooks.el (vc-find-file-hook): Adjust name.
1434 2010-06-07  Jonathan Rockway  <jon@jrock.us>
1436         * net/rcirc.el: Add support for password authentication.
1437         (rcirc-server-alist): Add :password keyword.
1438         (rcirc): Ask for a password, or get it from the server's alist.
1439         (rcirc-connect): Add password argument.  Pass it to server.
1441 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
1443         * net/dbus.el (dbus-register-method): Declare function.
1444         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1445         (dbus-introspect): Doc fix.
1446         (dbus-event-bus-name, dbus-introspect-get-interface)
1447         (dbus-introspect-get-argument): Reflow docstrings.
1449 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
1451         * term/common-win.el (x-colors): Add "dark green" and "dark
1452         turquoise" (Bug#6332).
1454 2010-06-03  Glenn Morris  <rgm@gnu.org>
1456         * desktop.el (desktop-clear-preserve-buffers):
1457         Add "*Warnings*" buffer.  (Bug#6336)
1459 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
1461         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1463 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1465         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1466         `file-directory-p' to the filename part rather than to the whole text.
1468 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1470         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1472 2010-05-31  Drew Adams  <drew.adams@oracle.com>
1474         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1476 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
1478         * subr.el (momentary-string-display): Just use read-event to read
1479         the exit event (Bug#6238).
1481 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
1483         * ansi-color.el: Delete unused escape sequences (Bug#6085).
1484         (ansi-color-drop-regexp): New constant.
1485         (ansi-color-apply, ansi-color-filter-region)
1486         (ansi-color-apply-on-region): Delete unrecognized control sequences.
1487         (ansi-color-apply): Build string list before calling concat.
1489 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1491         * progmodes/verilog-mode.el (verilog-type-font-keywords):
1492         Use font-lock-constant-face, not obsolete font-lock-reference-face.
1494 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
1496         * htmlfontify.el (hfy-face-resolve-face): New function.
1497         (hfy-face-to-style): Use it (Bug#6279).
1499 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1501         * epa.el (epa--select-keys): Don't explicitly delete the window since
1502         that can fail (e.g. sole window in frame).  Use dedication instead.
1504 2010-05-19  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
1506         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1508 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1510         * subr.el (read-quoted-char): Resolve modifiers after key
1511         remapping (bug#6212).
1513 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1515         * tmm.el (tmm-prompt): Don't try to precompute bindings.
1516         (tmm-get-keymap): Compute shortcuts (bug#6171).
1518 2010-05-10  Glenn Morris  <rgm@gnu.org>
1520         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
1521         all dired buffers, even tramp ones.  (Bug#5755)  [Backport from trunk]
1523 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1525         * Version 23.2 released.
1527 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
1529         * international/mule.el (auto-coding-alist): Only purecopy
1530         car of each item, not the whole list (Bug#6083).
1532 2010-05-02  Chong Yidong  <cyd@stupidchicken.com>
1534         * progmodes/js.el (js-mode): Make paragraph variables local before
1535         calling c-setup-paragraph-variables (Bug#6071).
1537 2010-05-01  Eli Zaretskii  <eliz@gnu.org>
1539         * composite.el (compose-region, reference-point-alist): Fix typos
1540         in the doc strings.
1542 2010-04-28  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1544         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
1545         gnuplot's "set" command.
1547 2010-04-26  Juanma Barranquero  <lekktu@gmail.com>
1549         * abbrev.el (last-abbrev-text): Doc fix.
1550         (abbrev-prefix-mark): Don't escape parenthesis.
1552 2010-04-24  Andreas Schwab  <schwab@linux-m68k.org>
1554         * composite.el (find-composition): Doc fix.
1556 2010-04-24  Juanma Barranquero  <lekktu@gmail.com>
1558         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
1559         (sql-oracle-program, sql-sqlite-options)
1560         (sql-query-placeholders-and-send): Doc fixes.
1561         (sql-set-product, sql-interactive-mode): Reflow docstrings.
1562         (sql-imenu-generic-expression, sql-buffer)
1563         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
1564         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
1565         (sql-mode-sybase-font-lock-keywords)
1566         (sql-mode-informix-font-lock-keywords)
1567         (sql-mode-interbase-font-lock-keywords)
1568         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
1569         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
1570         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
1571         (sql-product-feature, sql-highlight-product)
1572         (comint-line-beginning-position, sql-rename-buffer)
1573         (sql-toggle-pop-to-buffer-after-send-region)
1574         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
1575         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
1576         Fix typos in docstrings.
1578 2010-04-23  Juri Linkov  <juri@jurta.org>
1580         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
1581         property instead of `invisible' and `after-string' (bug#5998).
1583 2010-04-23  Juri Linkov  <juri@jurta.org>
1585         * image-mode.el (image-mode-as-text): Fix typo in docstring.
1587 2010-04-23  Juanma Barranquero  <lekktu@gmail.com>
1589         * filecache.el (file-cache-add-directory-list)
1590         (file-cache-add-directory-recursively): Fix typos in docstrings.
1592 2010-04-22  Kenichi Handa  <handa@m17n.org>
1594         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
1595         (gujarati-composable-pattern): Fix typo.
1597 2010-04-20  Kenichi Handa  <handa@m17n.org>
1599         * language/indian.el (oriya-composable-pattern)
1600         (tamil-composable-pattern, malayalam-composable-pattern):
1601         Add two-part vowels to "v" (vowel sign).
1603 2010-04-20  Chong Yidong  <cyd@stupidchicken.com>
1605         * files.el (copy-directory): Handle symlinks (Bug#5982).
1607         * progmodes/compile.el (compilation-next-error-function):
1608         Revert 2009-10-12 change (Bug#5983).
1610 2010-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
1612         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
1613         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
1614         (Bug#5846).
1616 2010-04-20  Glenn Morris  <rgm@gnu.org>
1618         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
1620         * minibuffer.el (completion-at-point): Doc fix.
1622 2010-04-17  Dan Nicolaescu  <dann@ics.uci.edu>
1624         Fix the version number for added files.
1625         * vc-hg.el (vc-hg-working-revision): Check if the file is
1626         registered after hg parent fails (Bug#5961).
1628 2010-04-17  Glenn Morris  <rgm@gnu.org>
1630         * htmlfontify.el (htmlfontify-buffer)
1631         (htmlfontify-copy-and-link-dir): Autoload entry points.
1633 2010-04-17  Magnus Henoch  <magnus.henoch@gmail.com>
1635         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1636         name relative to the project root (Bug#5960).
1638 2010-04-16  Glenn Morris  <rgm@gnu.org>
1640         * vc-git.el (vc-git-print-log): Doc fix.
1642 2010-04-14  Óscar Fuentes  <ofv@wanadoo.es>
1644         * ido.el (ido-file-internal): Fix 2009-12-02 change.
1646 2010-04-14  Christoph  <cschol2112@googlemail.com>  (tiny change)
1648         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1649         default settings (Bug#5928).
1651 2010-04-10  Glenn Morris  <rgm@gnu.org>
1653         * progmodes/fortran.el (fortran-match-and-skip-declaration):
1654         New function.
1655         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
1657 2010-04-07  Kenichi Handa  <handa@m17n.org>
1659         * language/indian.el (malayalam-composable-pattern): Fix previous
1660         change (add U+0D4D "SIGN VIRAMA").
1661         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1662         (tamil-composable-pattern): Fix typo in the regexp.
1663         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1664         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1665         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1667 2010-04-06  Chong Yidong  <cyd@stupidchicken.com>
1669         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1670         paragraph-separate (Bug#5821).
1672 2010-04-05  Juri Linkov  <juri@jurta.org>
1674         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1676         * info.el (Info-find-node-2): Comment out code that skips
1677         breadcrumbs line.
1678         (Info-mouse-follow-link): New command.
1679         (Info-link-keymap): New keymap.
1680         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1681         Return a string with links instead of inserting breadcrumbs
1682         to the Info buffer.
1683         (Info-fontify-node): Comment out code that inserts breadcrumbs.
1684         Instead of putting the `invisible' text property over the Info
1685         header, make an overlay over the Info header with the `invisible'
1686         property and `after-string' set to the string returned by
1687         `Info-breadcrumbs'.
1689 2010-04-03  Chong Yidong  <cyd@stupidchicken.com>
1691         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1692         Reported by monkey@sandpframing.com.
1694 2010-03-30  Tomas Abrahamsson  <tab@lysator.liu.se>
1696         * textmodes/artist.el (artist-mode): Fix typo in docstring.
1697         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
1699 2010-03-30  Kenichi Handa  <handa@m17n.org>
1701         * language/sinhala.el (composition-function-table): Fix regexp for
1702         the new Unicode specification.
1704         * language/indian.el (devanagari-composable-pattern)
1705         (tamil-composable-pattern, kannada-composable-pattern)
1706         (malayalam-composable-pattern): Adjust for the new Unicode
1707         specification.
1708         (bengali-composable-pattern, gurmukhi-composable-pattern)
1709         (gujarati-composable-pattern, oriya-composable-pattern)
1710         (telugu-composable-pattern): New variables to cope with the new
1711         Unicode specification.  Use them in composition-function-table.
1713 2010-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1715         Make tmm-menubar work for the Buffers menu again (bug#5726).
1716         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
1717         vectors rather than cons cells, as used in menu-bar-update-buffers.
1719 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
1721         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
1722         (js-insert-and-indent): Revert 2009-08-15 change, restoring
1723         electric punctuation for "{}();,:" (Bug#5586).
1725         * mail/sendmail.el (mail-default-directory): Doc fix.
1727 2010-03-27  Chong Yidong  <cyd@stupidchicken.com>
1729         * mail/sendmail.el (mail-default-directory): Doc fix.
1731 2010-03-27  Eli Zaretskii  <eliz@gnu.org>
1733         * subr.el (version-regexp-alist, version-to-list)
1734         (version-list-<, version-list-=, version-list-<=)
1735         (version-list-not-zero, version<, version<=, version=): Doc fix.
1736         (Bug#5744).
1738 2010-03-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1739             Nick Roberts  <nickrob@snap.net.nz>
1741         * progmodes/gdb-ui.el (gdb-apple-test): New function.
1742         (gdb-init-1): Use it.
1744 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
1746         * vc.el (vc-root-diff): Doc fix.
1748 2010-03-25  Chong Yidong  <cyd@stupidchicken.com>
1750         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
1752         * simple.el (append-to-buffer): Fix last change.
1754 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
1756         * simple.el (append-to-buffer): Ensure that point is preserved if
1757         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
1758         (Bug#5749)
1760 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1762         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1763         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1764         not be present any more.
1766 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1768         * faces.el (set-face-attribute): Fix typo in docstring.
1769         (face-valid-attribute-values): Reflow docstring.
1771 2010-03-23  Glenn Morris  <rgm@gnu.org>
1773         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
1775 2010-03-21  Chong Yidong  <cyd@stupidchicken.com>
1777         * indent.el (indent-for-tab-command): Doc fix.
1779 2010-03-22  Juanma Barranquero  <lekktu@gmail.com>
1781         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1782         (image-dired-read-comment): Doc fix.
1784         * json.el (json-object-type, json-array-type, json-key-type)
1785         (json-false, json-null, json-read-number):
1786         * minibuffer.el (completion-in-region-functions):
1787         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1788         (cal-tex-cursor-week):
1789         * emacs-lisp/trace.el (trace-function):
1790         * eshell/em-basic.el (eshell/printnl):
1791         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1792         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1793         * obsolete/levents.el (allocate-event, event-key, event-object)
1794         (event-point, event-process, event-timestamp, event-to-character)
1795         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1796         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1797         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1798         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1799         (reftex-highlight-selection): Fix typos in docstrings.
1801 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
1803         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
1805 2010-03-18  Glenn Morris  <rgm@gnu.org>
1807         * mail/rmail.el (rmail-highlight-face): Restore option deleted
1808         2008-02-13 without comment; mark it obsolete.
1809         (rmail-highlight-headers): Use rmail-highlight-face once more.
1811 2010-03-16  Chong Yidong  <cyd@stupidchicken.com>
1813         * woman.el (woman2-process-escapes): Only consume the newline if
1814         the filler character is on a line by itself (Bug#5729).
1816 2010-03-16  Kenichi Handa  <handa@m17n.org>
1818         * language/indian.el (devanagari-composable-pattern): Add more
1819         consonants.
1821 2010-03-14  Michael Albinus  <michael.albinus@gmx.de>
1823         * net/trampver.el: Update release number.
1825 2010-03-13  Glenn Morris  <rgm@gnu.org>
1827         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
1829 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
1831         * net/tramp.el (tramp-find-executable):
1832         Use `tramp-get-connection-buffer'.  Make the regexp for checking
1833         output of "wc -l" more robust.
1834         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
1835         (tramp-open-connection-setup-interactive-shell): Remove workaround
1836         for OpenSolaris bug, it is not needed anymore.
1838 2010-03-12  Glenn Morris  <rgm@gnu.org>
1840         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
1842 2010-03-11  Wilson Snyder  <wsnyder@wsnyder.org>
1844         * files.el (auto-mode-alist): Accept more verilog file patterns.
1846 2010-03-09  Miles Bader  <miles@gnu.org>
1848         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1849         instead of "format:"; this ensures that the output is
1850         newline-terminated.
1852 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
1854         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1855         that all errors are caught, and that the return value is always a
1856         list (Bug#5692).
1858 2010-03-08  Kenichi Handa  <handa@m17n.org>
1860         * language/misc-lang.el (windows-1256): New coding system.
1861         (cp1256): New alias of windows-1256 (bug#5690).
1863 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
1865         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1866         call to rfc822-bad-address.  (Bug#5692)
1868 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1870         * vc-git.el (vc-git-annotate-extract-revision-at-line):
1871         Use vc-git-root as default directory for revision path (Bug#5657).
1873 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
1875         * calculator.el (calculator): Don't bind split-window-keep-point
1876         (Bug#5674).
1878 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1880         * vc-git.el: Re-flow to fit into 80 columns.
1881         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1882         Remove spurious `quote' element in each case alternative.
1883         (vc-git-show-log-entry): Use prog1.
1884         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1886 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1888         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1890 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
1892         * macros.el (insert-kbd-macro): Look up keyboard macro using the
1893         definition, not the name (Bug#5481).
1895 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1897         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1898         argument with a local variable.  (Bug#5670)
1900 2010-03-02  Juri Linkov  <juri@jurta.org>
1902         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
1904 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
1906         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1907         error when FILENAME and NEWNAME are existing remote directories.
1909         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1910         parameter DIR-FLAG.
1912 2010-03-02  Glenn Morris  <rgm@gnu.org>
1914         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1915         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1917 2010-03-01  Kenichi Handa  <handa@m17n.org>
1919         * language/burmese.el (burmese-composable-pattern): Rename from
1920         myanmar-composable-pattern.
1922         * international/characters.el (script-list):
1923         * international/fontset.el (script-representative-chars):
1924         Change myanmar to burmese.
1925         (otf-script-alist): Likewise.
1926         (setup-default-fontset): Likewise.  Re-fix :otf spec.
1928 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1930         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
1932 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
1934         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
1936 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
1938         * net/tramp.el (tramp-handle-write-region): START can be a string.
1939         Take care in the checks.  Reported by Dan Davison
1940         <davison@stats.ox.ac.uk>.
1942 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
1944         * net/dbus.el (dbus-introspect, dbus-get-property)
1945         (dbus-set-property, dbus-get-all-properties): Use
1946         `dbus-call-method' when noninteractive.  (Bug#5645)
1948 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
1950         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
1951         * emacs-lisp/elint.el (elint-add-required-env):
1952         * calendar/icalendar.el (icalendar--add-diary-entry):
1953         * calc/calcalg2.el (math-tracing-integral):
1954         * files.el (recover-session-finish): Use with-current-buffer
1955         instead of save-excursion.
1957 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1959         Fix in-buffer completion when after-change-functions modify the buffer.
1960         * minibuffer.el (completion--replace): New function.
1961         (completion--do-completion): Use it and use relative movement.
1963 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
1965         * international/fontset.el (setup-default-fontset): Fix :otf spec.
1967 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
1969         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
1970         Allow the characters _<> in the stack entry (Bug#5653).
1972 2010-02-26  Kenichi Handa  <handa@m17n.org>
1974         * language/burmese.el: Fix entries in composition-function-table.
1975         (myanmar-composable-pattern): New variable.
1977         * international/fontset.el (setup-default-fontset): Add an entry
1978         for myanmar.
1980         * international/characters.el (script-list): Add Myanmar
1981         Extended-A.
1983 2010-02-26  Glenn Morris  <rgm@gnu.org>
1985         * custom.el (custom-initialize-delay): Doc fix.
1987         * mail/sendmail.el (send-mail-function): Autoload the call
1988         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
1990 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
1992         * files.el (hack-local-variables-filter): For eval forms, also
1993         check safe-local-variable-p (Bug#5636).
1995 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
1997         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
1998         and use c(ad)r of cddr (Bug#5640).
2000 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
2002         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2003         setting the modes by `ignore-errors'.  It might fail, for example
2004         if the file is not owned by the user but the group.
2005         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2007 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
2009         * files.el (directory-listing-before-filename-regexp): Use
2010         stricter matching for iso-style dates, to avoid false matches with
2011         date-like filenames (Bug#5597).
2013         * htmlfontify.el (htmlfontify): Doc fix.
2015         * eshell/eshell.el (eshell): Doc fix.
2017         * startup.el (fancy-about-screen): In mode-line, apply
2018         mode-line-buffer-id face only to the buffer name (Bug#5613).
2020 2010-02-20  Kevin Ryde  <user42@zip.com.au>
2022         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2023         In `watcom' anchor regexp to start of line, to avoid slowness
2024         (Bug#5599).
2026 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
2028         * subr.el (remove-yank-excluded-properties): Explain in a comment
2029         why `category' property is removed.
2031 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
2033         * isearch.el (isearch-update-post-hook, isearch-update): Revert
2034         2010-02-17 change.
2036 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
2038         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2039         (icalendar--convert-weekly-to-ical)
2040         (icalendar--convert-yearly-to-ical)
2041         (icalendar--convert-block-to-ical)
2042         (icalendar--convert-cyclic-to-ical)
2043         (icalendar--convert-anniversary-to-ical): Take care of time
2044         specifications where hour has 1-digit only (Bug#5549).
2046 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
2048         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2049         of disassemble output in GDB 7.1.
2051 2010-02-19  Glenn Morris  <rgm@gnu.org>
2053         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2054         property.  (Bug#5593)
2056 2010-02-18  Sam Steingold  <sds@gnu.org>
2058         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2060 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2062         Use abbreviated file names in bookmarks (bug#5591).
2063         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
2064         calls to expand-file-name.
2065         (bookmark-relocate): Use abbreviated file names in bookmarks.
2066         (bookmark-load): Use abbreviated file names in messages.
2068 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
2070         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
2071         expand "." and "..".  Reported by Thierry Volpiatto
2072         <thierry.volpiatto@gmail.com>.
2074 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
2076         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
2077         permissions of the temporary file to "0600".  In case the remote
2078         file has no read permissions for the owner, there might be
2079         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
2081 22010-02-18  Glenn Morris  <rgm@gnu.org>
2083         * emacs-lisp/authors.el (authors-renamed-files-alist):
2084         Add entries for INSTALL.CVS.
2086 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
2088         * vc-bzr.el: Fix typo in Known Bugs section.
2090         * isearch.el (isearch-update-post-hook): New hook.
2091         (isearch-update): Use the new hook.
2093 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
2095         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2096         Fix errors in copying directories.
2097         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
2098         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
2099         (tramp-handle-delete-file)
2100         (tramp-handle-dired-recursive-delete-directory)
2101         (tramp-handle-write-region): Flush also the cache for the upper
2102         directory.
2104 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
2106         * simple.el (save-interprogram-paste-before-kill): Doc fix.
2108         * cus-edit.el (hardware): Doc fix.
2110         * man.el (man): Add to external custom group.
2112         * delim-col.el (columns): Move to wp custom group.
2114         * doc-view.el (doc-view): Add to data custom group.
2116         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
2118         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
2119         by ispell-parse-output (Bug#5575).
2121 2010-02-16  Kenichi Handa  <handa@m17n.org>
2123         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
2124         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
2125         (skkdic-convert): Use `euc-japan' coding system for writing.
2127 2010-02-16  Glenn Morris  <rgm@gnu.org>
2129         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
2130         tex-main-file before using it.  (Bug#5562)
2132 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2134         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
2135         warnings, since it is annoying for the user to see them each time he
2136         runs the code.
2138 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
2140         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2141         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
2142         instead of PROC for caching "first-password-request".  Otherwise,
2143         new processes would not profit from passwords already entered.
2145         * net/tramp-cache.el (tramp-dump-connection-properties):
2146         Don't save "first-password-request" property.
2148 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
2150         * outline.el (outline-head-from-level):
2151         * simple.el (with-wrapper-hook):
2152         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
2153         (elint-defun, elint-buffer-env, elint-top-form-logged)
2154         (elint-unbound-variable):
2155         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
2156         Fix typos in docstrings.
2158 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
2160         * files.el (insert-directory): When WILDCARD-REGEXP and
2161         FULL-DIRECTORY-P are nil, insert the file entry instead of the
2162         whole directory.  (Bug#5551)
2164         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
2165         dired's alignment sanity.  (Bug#5516)
2167 2010-02-14  Juri Linkov  <juri@jurta.org>
2169         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
2170         Remove remaining ^H with their preceding chars.  (Bug#5566)
2172 2010-02-13  Glenn Morris  <rgm@gnu.org>
2174         * simple.el (transpose-subr): Give it a doc-string.
2176         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
2177         Doc fixes.
2179 2010-02-12  Juri Linkov  <juri@jurta.org>
2181         * arc-mode.el (archive-unique-fname): Make directories for nested
2182         archives.  (Bug#5540)
2184 2010-02-12  Juri Linkov  <juri@jurta.org>
2186         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
2188 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2190         * subr.el (copy-overlay): Handle deleted overlays.
2192         * man.el (Man-completion-table): Don't signal an error if we can't run
2193         manual-program (bug#4056).
2195 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
2197         * textmodes/artist.el (artist-mt): Fix typos in docstring.
2199 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2201         * info.el (Info-bookmark-jump): Simplify.
2203         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
2204         (bookmark-default-handler): Accept new bookmark field `buffer'.
2206 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
2208         * iswitchb.el (iswitchb-completions): Revert last change.
2210 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
2212         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
2213         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
2214         This prevents file names like "~/" being listed literally.
2216 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
2218         * term/xterm.el (xterm-maybe-set-dark-background-mode):
2219         Remove dead code.  (Bug#5546)
2221 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
2223         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
2224         correctly (Bug#5548).
2226 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
2228         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
2229         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
2231 2010-02-08  Kenichi Handa  <handa@m17n.org>
2233         * international/mule-util.el (with-coding-priority): Add autoload
2234         cookie for putting `lisp-indent-function'.
2236 2010-02-07  Glenn Morris  <rgm@gnu.org>
2238         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
2239         Move F2003 named interfaces from keywords-2 to keywords-1, and
2240         use function-name-face rather than constant-face.
2241         Simplify "abstract interface" regexp.
2243 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
2245         * eshell/esh-util.el (eshell-file-attributes): New optional arg
2246         ID-FORMAT.  Pass it to `file-attributes'.
2248         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2250 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
2252         * faces.el (set-face-attribute): Allow calling
2253         internal-set-lisp-face-attribute with 'unspecified family and
2254         foundry argument (Bug#5536).
2256 2010-02-07  Glenn Morris  <rgm@gnu.org>
2258         * progmodes/f90.el (f90-font-lock-keywords-2)
2259         (f90-looking-at-type-like, f90-looking-at-program-block-end):
2260         Handle F2003 named interfaces.
2262 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
2264         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
2265         beg and end before calling c-get-state-before-change-functions.
2267 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
2269         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
2271 2010-02-05  Juri Linkov  <juri@jurta.org>
2273         * doc-view.el (doc-view-mode):
2274         * image-mode.el (image-mode): Put property mode-class=special.
2275         (Bug#4896)
2277 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
2279         * vc-svn.el (vc-svn-revision-table): New function.
2281 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
2283         * net/ange-ftp.el (ange-ftp-insert-directory):
2284         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2285         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2286         Handle also directories.  (Bug#5478)
2288 2010-02-05  Glenn Morris  <rgm@gnu.org>
2290         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
2292 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
2294         * startup.el (command-line-1): Convert options beginning with a
2295         single dash as well (Bug#5519).
2297 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2299         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
2300         * minibuffer.el (completion-initials-expand): Only check the presence
2301         of delims *within* the boundaries, since otherwise the / delim is
2302         always found for files.
2304         Fix up various corner case problems.
2305         * doc-view.el (doc-view-last-page-number): New function.
2306         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
2307         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
2308         (doc-view-kill-proc): Avoid inf-loop in freak cases.
2309         (doc-view-reconvert-doc): Use the new recursive delete-directory.
2310         (doc-view-convert-current-doc): Don't create the resolution.el file
2311         here any more.
2312         (doc-view-pdf/ps->png): Do it here instead.
2313         (doc-view-already-converted-p): Check that resolution.el is present.
2314         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
2315         windows that are not yet showing images.
2317 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
2319         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
2320         `dired-uncache' for every elemnt which is an absolute file name.
2322         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
2323         directory, handle its directory component.
2324         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
2325         function is called permanently and creates noise, otherwise.
2327         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2328         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2329         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
2331 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
2333         * macros.el (apply-macro-to-region-lines):
2334         Minor simplification.  (Bug#5485)
2336 2010-02-04  Glenn Morris  <rgm@gnu.org>
2338         * mail/rmail.el (rmail-show-message-1): Handle malformed
2339         quoted-printable text.  (Bug#5441)
2341         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
2343         * simple.el (visual-line-mode): Capitalize lighter.
2345 2010-02-03  John Wiegley  <jwiegley@gmail.com>
2347         * iswitchb.el (iswitchb-completions): Add bookmark files to the
2348         list of files considered for "virtual buffer" completions.
2350 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
2352         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
2353         also in case of (and (not full) (not wildcard)). This is needed,
2354         when dired is called with a list of files, which are not in
2355         `default-directory'.  (Bug#5478)
2357 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2359         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
2361 2010-02-02  Juri Linkov  <juri@jurta.org>
2363         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
2364         from unidiff to allow function-line after @@.
2366 2010-02-02  Juri Linkov  <juri@jurta.org>
2368         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
2369         '(RCS SCCS) with inverted condition.
2371 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
2373         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
2374         messages.
2376 2010-02-01  Juri Linkov  <juri@jurta.org>
2378         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
2379         compare with "pkunzip" and "pkzip" instead of only "pkzip".
2380         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
2381         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
2383 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2385         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
2386         (doc-view-revert-buffer): New command.
2387         (doc-view-mode-map): Use it.
2389 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
2391         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
2392         pending merge is detected.
2394 2010-01-31  Juri Linkov  <juri@jurta.org>
2396         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
2397         beginning of interactive spec like all other grep commands do.
2398         Put "all" in front of "gz".  (Bug#5260)
2400 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
2402         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
2404 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
2406         * dirtrack.el (dirtrack): Warn instead of signalling error if the
2407         regexp is incorrect (Bug#5476).
2409 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
2411         * net/tramp.el (tramp-handle-insert-directory): Handle also
2412         symlinks, when FILENAME is not in `default-directory'.
2414 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
2416         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
2417         FILE is not in `default-directory'.  (Bug#5478)
2419         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
2420         of SWITCHES.  Handle the case, FILENAME is not in
2421         `default-directory'.  (Bug#5478)
2422         (tramp-register-file-name-handlers): Add safe-magic property.
2424 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
2426         * arc-mode.el (archive-zip-extract): Quote the argument passed to
2427         unzip (Bug#5475).
2429 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
2431         * progmodes/flymake.el (flymake-allowed-file-name-masks)
2432         (flymake-master-make-header-init): Add other C++ filename masks.
2433         (flymake-find-possible-master-files)
2434         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
2436 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
2438         Fix some busybox annoyances.
2440         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
2441         not responding." string.
2442         (tramp-open-connection-setup-interactive-shell): Dump stty
2443         settings.  Enable "neveropen" arg for all `tramp-send-command'
2444         calls.  Handle "=" in variable values properly.
2445         (tramp-find-inline-encoding): Raise an error, when no encoding is
2446         found.
2447         (tramp-wait-for-output): Check, whether PROC buffer is available.
2448         Remove spurious " ^H" sequences, sent by busybox.
2449         (tramp-get-ls-command): Suppress coloring, if possible.
2451 2010-01-28  Glenn Morris  <rgm@gnu.org>
2453         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
2455         * log-edit.el (log-edit-strip-single-file-name): Add missing
2456         :safe, :group, and :version tags.
2458 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
2460         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
2461         buffers.  (Bug#5477)
2463 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
2465         * files.el (delete-directory): Handle moving to trash without
2466         first doing recursion (Bug#5436).
2468 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
2470         * vc-hooks.el (vc-path): Mark as obsolete.
2472 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
2474         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
2475         names too.
2477         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
2478         for the short log.
2479         (vc-bzr-log-view-mode): Adjust regexp for the above change.
2481 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
2483         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
2485         * vc-bzr.el (vc-bzr-revision-table): New function.
2487 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
2489         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
2490         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
2492 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
2494         Remove support for adding --signoff on commit.
2495         Future support will use an incompatible generic mechanism.
2496         * vc-git.el (vc-git-add-signoff): Remove variable.
2497         (vc-git-toggle-signoff): Remove function.
2498         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
2500         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
2501         from xterm-set-background-mode.  Return t if the background mode
2502         was set.
2503         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
2504         earlier, call it again in case the background mode has changed.
2506 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
2508         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
2509         (Bug#3541).
2511 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
2513         * emacs-lisp/assoc.el (aelement): Doc fix.
2514         (aput, adelete, amake): Use lexical-let (Bug#5450).
2516 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
2518         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
2519         is the same as subprogram call, not declaration.  (Bug#5435).
2521 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
2523         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
2524         (tramp-smb-maybe-open-connection): Use it.
2526 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
2528         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
2530 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2532         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
2533         just because we see "encoding: 8bit".
2534         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
2536 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
2538         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
2540 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
2542         * jka-compr.el (jka-compr-load): If load-file is not in
2543         load-history, try its file-truename version.  (bug#5447)
2545 2010-01-21  Alan Mackenzie  <acm@muc.de>
2547         Fix a situation where deletion of a cpp construct throws an error.
2548         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
2549         invoking c-with-all-but-one-cpps-commented-out, check that the
2550         special cpp construct is still in the buffer.
2551         (c-parse-state): Record the special cpp with markers, not numbers.
2553 2010-01-21  Kenichi Handa  <handa@m17n.org>
2555         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
2556         process last-command-event, as it is now decoded first (Bug#5380).
2558 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
2560         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
2562 2010-01-20  Glenn Morris  <rgm@gnu.org>
2564         * indent.el (tab-always-indent): Fix custom-type.
2566 2010-01-19  Alan Mackenzie  <acm@muc.de>
2568         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
2569         buffer throws "args out of range".
2570         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
2571         playing the role of delimiter.
2573 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
2575         * progmodes/ada-mode.el: Fix bug#5400.
2576         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
2577         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
2578         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
2579         Improve comments in "is" portion.  Handle null procedure declaration.
2580         (ada-move-to-end): Improve doc string.
2582 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
2584         * ido.el (ido-cur-list): Initialize to nil.
2585         Remove obsolete information from commentary.
2586         (ido-choice-list): Initialize to nil.
2587         (ido-get-bufname): Reject minibuffers.
2588         (ido-make-buffer-list): If "default" is a nonexistent
2589         buffer, ignore it, as per the function's comment.
2590         (ido-kill-buffer-internal): New function.
2591         (ido-kill-buffer-at-head): Use it.
2592         (ido-visit-buffer): Likewise.
2594 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2596         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
2598 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
2600         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
2601         Fix typos in chart titles.
2603         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
2604         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
2605         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
2606         (describe-class, eieio-describe-generic, describe-generic):
2607         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
2608         (eieio-speedbar-expand):
2609         * emulation/viper-cmd.el (viper-exec-form-in-vi)
2610         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
2611         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
2612         (viper-del-backward-char-in-replace, viper-backward-indent)
2613         (viper-brac-function, viper-register-to-point, viper-submit-report):
2614         * net/tramp.el (tramp-remote-coding-commands):
2615         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
2616         Fix typos in docstrings.
2618 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2620         * mail/sendmail.el (mail-yank-original): Set the mark if the
2621         specified function for yanking does not do it.
2623 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
2625         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
2627         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
2628         resyncing a directory.
2630 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
2632         * progmodes/ada-mode.el: Fix bug#1920.
2633         (ada-ident-re): Delete ., allow multibyte characters.
2634         (ada-goto-label-re): New; matches goto labels.
2635         (ada-block-label-re): New; matches block labels.
2636         (ada-label-re): New; matches both.
2637         (ada-named-block-re): Deleted; callers changed to use
2638         `ada-block-label-re' instead.
2639         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2640         Use `ada-block-label-re'.
2641         (ada-indent-on-previous-lines): Improve handling of goto labels.
2642         (ada-get-indent-block-start): Special-case block label.
2643         (ada-get-indent-label): Split into `ada-indent-block-label' and
2644         `ada-indent-goto-label'.
2645         (ada-goto-stmt-start, ada-goto-next-non-ws):
2646         Optionally ignore goto labels.
2647         (ada-goto-next-word): Simplify.
2648         (ada-indent-newline-indent-conditional): Insert newline before
2649         trying to fix indentation; doc fix.
2651 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
2653         * calc/calc.el (calc-command-flags): Give it an initial value.
2655 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2657         * files.el (minibuffer-with-setup-hook):
2658         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2659         (artist-key-draw-continously, artist-key-do-continously-continously)
2660         (artist-key-set-point-continously, artist-mouse-draw-continously):
2661         Fix typos in docstrings.
2663 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
2665         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2666         return t (Bug#3898).
2668 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
2670         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2671         can parse the output of the external commands (Bug#5279).
2673 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
2675         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2677 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
2679         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2681         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2683         * startup.el (command-line): Remove unused --icon-type arg.
2684         Handle --display arg, passing it to command-line-1 (Bug#5392).
2686 2010-01-16  Mario Lang  <mlang@delysid.org>
2688         * emacs-lisp/chart.el (chart-translate-namezone):
2689         * textmodes/artist.el (artist-compute-popup-menu-table):
2690         Remove duplicated words in doc-strings.
2692 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
2694         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2695         to mairix-search to suppress threading (Bug#5342).
2697 2010-01-15  Kenichi Handa  <handa@m17n.org>
2699         * international/mule-cmds.el (canonicalize-coding-system-name):
2700         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
2702 2010-01-15  Glenn Morris  <rgm@gnu.org>
2704         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
2706         * wid-edit.el (widget-keymap): Doc fix.
2708         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2709         former seems to be more widely accepted by various svn versions.
2711 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2713         * find-cmd.el (find-constituents):
2714         * vc-arch.el (vc-arch-root):
2715         * window.el (window-body-height, pop-up-frames):
2716         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2717         * progmodes/ada-stmt.el (ada-if):
2718         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2719         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2720         (ispell-encoding8-command, ispell-aspell-supports-utf8)
2721         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2723         * progmodes/flymake.el (flymake-post-syntax-check):
2724         Fix typo in error message.
2726 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2728         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2729         which is always a string.  (Bug#5313)
2731 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2733         * progmodes/ada-xref.el (ada-default-prj-properties):
2734         Simplify previous change.
2736 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2738         * progmodes/ada-xref.el (ada-default-prj-properties):
2739         Default ada_project_path to $ADA_PROJECT_PATH.
2741 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2743         * progmodes/ada-mode.el (ada-create-keymap):
2744         Override `narrow-to-defun' with `ada-narrow-to-defun'.
2746 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2748         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2749         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2750         (ada-get-current-indent, ada-imenu-generic-expression)
2751         (ada-which-function): Check for it.
2753 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2755         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2756         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2758 2010-01-14  Glenn Morris  <rgm@gnu.org>
2760         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
2762 2010-01-14  Kenichi Handa  <handa@m17n.org>
2764         * composite.el (auto-composition-mode): Make it a buffer local
2765         variable (permanent-local).
2766         (auto-composition-function): Set the default value to
2767         auto-compose-chars.
2768         (auto-composition-mode): Make it a simple function, not a minor mode.
2769         (global-auto-composition-mode): Likewise.
2770         (turn-on-auto-composition-if-enabled): Delete it.
2772 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
2774         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
2776 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
2778         * files.el (copy-directory): Compute target for recursive
2779         directories with identical names.  (Bug#5343)
2781 2010-01-12  Glenn Morris  <rgm@gnu.org>
2783         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2784         it to bug-gnu-emacs rather than emacs-pretest-bug.
2786 2010-01-11  Sam Steingold  <sds@gnu.org>
2788         * imenu.el (imenu-default-create-index-function): Detect infinite
2789         loops caused by imenu-prev-index-position-function.
2791 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
2793         * htmlfontify.el (htmlfontify-load-rgb-file)
2794         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2795         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2796         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2797         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2798         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2799         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2800         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2801         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2802         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2803         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2804         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2805         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2806         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2807         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2808         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2809         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2810         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2811         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2812         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2813         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2814         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2815         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2816         backslash-quoting from parentheses, etc.
2818 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
2820         * progmodes/js.el: Autoload javascript-mode alias.
2822 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
2824         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2825         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2826         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2827         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2828         Fix typos in docstrings.
2829         (ffap-url-regexp): Doc fix.
2830         (ffap-at-mouse): Fix typo in message.
2832 2010-01-11  Glenn Morris  <rgm@gnu.org>
2834         * version.el (emacs-copyright): Set copyright year to 2010.
2836 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2838         * format.el (format-annotate-function): Only set
2839         write-region-post-annotation-function after running to-fn so as not to
2840         affect nested write-region calls (bug#5273).
2842 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
2844         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2845         wisent/python.el.
2847 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
2849         * man.el (Man-goto-section): Signal error if the section is not
2850         found (Bug#5317).
2852 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
2854         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2855         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
2857 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
2859         * progmodes/compile.el: Don't treat compile-command as safe if
2860         compilation-read-command might be nil (Bug#4218).
2862 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
2864         * startup.el (command-line-1): Use orig-argi to check for ignored X and
2865         NS options.
2867 2010-01-08  Kenichi Handa  <handa@m17n.org>
2869         * international/fontset.el (build-default-fontset-data):
2870         Exclude characters in scripts kana, hangul, han, or cjk-misc.
2872 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
2874         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2875         to `create-file-buffer' as it expects, not just a buffer name.
2876         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2877         to help uniquify.  (Bug#3224)
2879 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
2881         * font-setting.el (font-setting-change-default-font): Use user-spec
2882         instead of name.
2884 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
2886         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2888 2010-01-05  Tom Tromey  <tromey@redhat.com>
2890         * progmodes/python.el (python-font-lock-keywords):
2891         Handle qualified decorators (Bug#881).
2893 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2895         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2896         in a lightweight checkout.
2898 2010-01-05  Kenichi Handa  <handa@m17n.org>
2900         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
2902 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2904         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2906 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
2908         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2909         checkouts.  (Bug#618)
2910         (vc-bzr-log-view-mode): Also highlight the author.
2911         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2912         (vc-bzr-shelve-menu-map):
2913         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2914         (vc-bzr-shelve-apply): Make prompt more explicit.
2916 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2918         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
2919         They are valid characters in URL paths (rfc3986), and at least
2920         Firefox does not understand the encoded version (Bug#3166).
2922 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
2924         * progmodes/octave-mod.el (octave-end-keywords)
2925         (octave-block-begin-or-end-regexp, octave-block-match-alist):
2926         Add "end" keyword (Bug#3061).
2927         (octave-end-as-array-index-p): New function.
2928         (calculate-octave-indent): Use it.
2930 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2932         * bookmark.el: Consistently put the text property on the bookmark name.
2933         (bookmark-bmenu-marks-width): Bump back to 2, to include
2934         annotation marks.
2935         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
2936         property on the bookmark name, instead of not putting it at all.
2937         (bookmark-bmenu-list): Fix where we put the text property.
2939 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2941         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
2942         for showing buffer modified state (as added in the previous change).
2944 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2946         * bookmark.el: Show modified state of bookmark buffer more accurately.
2947         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
2948         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
2949         (with-buffer-modified-unmodified): New macro.
2950         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2951         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
2952         Use new macro to preserve the buffer modified state.
2954 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2956         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
2957         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
2958         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
2959         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
2960         (bookmark-bmenu-rename, bookmark-bmenu-locate)
2961         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
2962         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
2964 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
2966         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2967         Make the lines in the generated doc string shorter.  (Bug#4668)
2969 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
2971         * net/rcirc.el: Add follow-link binding (Bug#4738).
2973 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
2975         * Makefile.in (bzr-update): Rename from cvs-update.
2976         (cvs-update): New target for backward compatibility.
2978         * makefile.w32-in (bzr-update): Rename from cvs-update.
2979         (cvs-update): New target for backward compatibility.
2981 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2983         * bookmark.el: Remove gratuitous gratitude.
2985 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2987         * bookmark.el (bookmark-bmenu-any-marks): New function
2988         (bookmark-bmenu-save): Clear buffer modification if no marks.
2990 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2992         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
2993         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
2994         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
2995         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
2997         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
2998         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
2999         To: emacs-devel {_AT_} gnu.org
3000         Subject: bookmark.el bug report
3001         Date: Mon, 28 Dec 2009 14:19:16 +0800
3002         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3004 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3006         * bookmark.el: Improvements suggested by Drew Adams:
3007         (bookmark-bmenu-ensure-position): New name for
3008         `bookmark-bmenu-check-position'.  Just ensure the position,
3009         don't return any meaningful value.
3010         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
3011         New constants.
3013 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
3015         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3016         (bookmark-yank-point, bookmark-bmenu-check-position):
3017         Fix typos in docstrings.
3018         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3019         (bookmark-name-from-full-record, bookmark-get-position)
3020         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3021         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3022         Remove useless quoting of parenthesis, etc. in docstrings.
3024         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3025         (ediff-append-custom-diff): Fix typo in error message.
3026         (ediff-meta-mark-equal-files): Fix typos in messages.
3028         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3030         * net/imap-hash.el (imap-hash-make): Doc fix.
3031         (imap-hash-test): Fix typo in error message; reflow docstring.
3032         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3033         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3034         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3035         Fix typos in docstrings.
3036         (imap-hash-open-connection): Fix typo in error message.
3038         * play/gomoku.el (gomoku): Fix typos in docstring.
3040         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3041         (gdb-jsonify-buffer): Fix typos in docstring.
3042         (gdb-goto-breakpoint): Fix typo in error message.
3043         ("Display Other Windows"): Fix typo in help message.
3044         (gdb-speedbar-expand-node): Fix typo in question.
3046         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3047         (idlwave-html-system-help-location, idlwave-html-help-location)
3048         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3049         (idlwave-help-browser-generic-args, idlwave-help-directory)
3050         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3051         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3052         (idlwave-online-help, idlwave-help-html-link)
3053         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3054         Fix typos in docstrings.
3055         (idlwave-help-with-source, idlwave-help-find-routine-definition):
3056         Reflow docstrings.
3057         (idlwave-help-assistant-start): Fix typo in error message.
3059         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3060         (octave-electric-space): Fix typos in docstrings.
3062 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3064         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3066 2010-01-01  Juri Linkov  <juri@jurta.org>
3068         * comint.el (comint-input-ring-size): Make it a defcustom and
3069         increase the default to 500 (Bug#5148).
3071 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
3073         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
3074         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
3075         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
3077 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
3079         Show working revision correctly for mercurial.
3080         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
3081         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
3083 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
3085         Declare some functions for the byte-compiler.
3086         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
3087         (speedbar-timer-fn, speedbar-change-expand-button-char)
3088         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
3090 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
3092         This changeset reverts GDB Graphical Interface to use annotations.
3093         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
3095 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
3097         Make vc-dir work on subdirectories of the bzr root.
3098         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
3099         file names relative to it.
3100         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
3101         relative directory to vc-bzr-after-dir-status.
3103 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
3105         * font-lock.el (font-lock-refresh-defaults): New function, which
3106         can be used to let font-lock react to external changes in
3107         variables like font-lock-defaults and keywords.
3108         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3110 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
3112         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3114         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3116 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
3118         Supersede color.diff settings in git log (bug#5211).
3120         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3121         escape chars in its output when the user has color.diff set to `always'.
3122         This fix works on git 1.4.2 and newer (released on 2006-08-13).
3124 2009-12-26  Kevin Ryde  <user42@zip.com.au>
3126         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3127         node.  Keep previous "Index" name to work with past coreutils too.
3129         * man.el (man): Revise docstring a bit to show -a and -l as
3130         examples.  Add -k description since support for it has otherwise
3131         been a secret.  (Further to bug#3717.)
3132         (Man-bgproc-sentinel): When "-k foo" produces no output show error
3133         "no matches" rather than "Can't find manpage", as the latter reads
3134         like -k was interpreted as a page name, which is not so.  (Bug#5431)
3136 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
3138         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3139         switches.  Check also for //SUBDIRED// line.
3141 2009-12-25  Kenichi Handa  <handa@m17n.org>
3143         * language/indian.el (devanagari-composable-pattern): Fixed to
3144         handle ZWNJ and ZWJ.  Use it in composition-function-table for
3145         Devanagari.
3146         (malayalam-composable-pattern): Fix previous change.
3148 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3150         * ps-print.el (ps-face-attributes): It was not returning the
3151         attribute face for faces specified as string.  Reported by harven
3152         <harven@free.fr>.  (Bug#5254)
3153         (ps-print-version): New version 7.3.5.
3155 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
3157         * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
3158         timezone names.
3159         (icalendar--convert-tz-offset): Fixed the "last-day-problem".
3160         (icalendar--add-diary-entry): Remove the trailing blank that
3161         diary-make-entry inserts.
3163 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
3165         Make `file-expand-wildcards' work for remote files.
3167         * files.el (file-expand-wildcards): In case of remote files, check
3168         only local file name part for wildcards.  Provide feature 'files
3169         and subfeature 'remote-wildcards.  (Bug#5198)
3171         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3172         if there is already an established connection.
3173         (tramp-advice-file-expand-wildcards): Remove it.
3175         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3176         (tramp-advice-file-expand-wildcards): Moved from tramp.el.
3177         Activate advice for older GNU Emacs versions.  (Bug#5237)
3179 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
3181         Some doc fixes (more needed).
3183         * find-cmd.el (find-constituents): Reflow docstring.
3184         (find-cmd, find-prune, find-command): Fix typos in docstrings.
3185         (find-generic): Doc fix.
3187 2009-12-17  Juri Linkov  <juri@jurta.org>
3189         Fix regression from 23.1 to allow multiple modes in Local Variables.
3191         * files.el (hack-local-variables-filter): While ignoring duplicates,
3192         don't take `mode' into account.
3193         (hack-local-variables-filter, hack-dir-local-variables): Don't
3194         remove duplicate `mode' from local-variables-alist (like `eval').
3196 2009-12-17  Juri Linkov  <juri@jurta.org>
3198         Make `dired-diff' more safe.  (Bug#5225)
3200         * dired-aux.el (dired-diff): Signal an error when `file' equals to
3201         `current' or when `file' is a directory of the `current' file.
3203 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
3205         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3206         unconditionally preloaded files.
3208 2009-12-16  Juri Linkov  <juri@jurta.org>
3210         Revert to old 23.1 logic of using the file at the mark as default.
3211         * dired-aux.el (dired-diff): Use the file at the mark as default
3212         if it's not the same as the current file, and the target dir is
3213         the current dir or the mark is active.  Add the current file
3214         as the arg of `dired-dwim-target-defaults'.  Use the default file
3215         in the prompt.  (Bug#5225)
3217 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
3219         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3220         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3221         (tramp-check-for-regexp): Check also, when an echoing shell stops
3222         to echo sent commands.
3224 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3226         * Makefile.in: Revert last change (Bug#5191).
3228 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
3230         * vc-hg.el (vc-hg-print-log): Fix argument order.
3231         (vc-hg-working-revision): Make sure the command is executed in a
3232         known environment so that we can parse the output.  (Bug#4417)
3234 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3236         * progmodes/python.el (python-symbol-completions): Remove text
3237         properties from symbol string before calling python-send-receive.
3239 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
3241         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
3242         when there are values for both file and line.  (Bug#5060)
3244 2009-12-14  Juri Linkov  <juri@jurta.org>
3246         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
3247         whitespace after the file name of the first line of unified format,
3248         because git-diff doesn't output whitespace and file modification time
3249         after the file name.
3251 2009-12-14  David Kastrup  <dak@gnu.org>
3253         * info.el (Info-hide-cookies-node): Before hiding a cookie,
3254         check if it already has the `display' property added by
3255         `Info-display-images-node', and not put the `invisible' property
3256         in this case.
3258 2009-12-13  Glenn Morris  <rgm@gnu.org>
3260         * mail/emacsbug.el (message-sort-headers): Define for compiler.
3261         (report-emacs-bug): In message-mode, sort manually before storing
3262         original report text.  (Bug#5178)
3263         Remove superfluous save-excursion.
3265 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
3267         * net/dbus.el (dbus-property-handler): Filter lambda forms out
3268         when responding to "GetAll" properties.
3270 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
3272         * simple.el (compose-mail): Remove mail-setup-with-from from
3273         customization checks.
3275 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
3277         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
3278         RAR archives created on Unix systems.
3280 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3282         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
3283         the varalias that was accidentally removed by the 2009-11-19 change
3284         (bug#5186).
3286 2009-12-12  Kenichi Handa  <handa@m17n.org>
3288         * language/indian.el (indian-compose-regexp): New function.
3289         (malayalam-composable-pattern): Fix the pattern.
3290         (composition-function-table): Set malayalam-composable-pattern for
3291         Malayalam characters.
3293 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
3295         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
3296         rather than down-mouse-1, based on follow-link conventions.
3298         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
3299         are compiled.
3301 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
3303         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
3304         (verilog-vmm-statement-re, verilog-ovm-statement-re)
3305         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
3306         (verilog-leap-to-head, verilog-backward-token):
3307         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
3309 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
3311         * progmodes/verilog-mode.el (verilog-auto-lineup)
3312         (verilog-nameable-item-re): Cleanup user-visible spelling and
3313         documentation errors.  One reported by Gary Delp.
3314         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
3315         (verilog-read-decls): Fix AUTOWIRE with types declared in a
3316         package, bug195.  Reported by Pierre-David Pfister.
3318 2009-12-11  Glenn Morris  <rgm@gnu.org>
3320         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
3322         * mail/emacsbug.el: No longer require sendmail.
3323         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
3324         (report-emacs-bug-orig-text): Doc fix.
3325         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
3326         New local variables, to adapt to different mail-user-agents.
3327         (report-emacs-bug): Fix test for a gnu.org address.
3328         Use overlays for emphasis, since font-lock defeats 'face property.
3329         Pretest bugs also end up at the newsgroup these days.
3330         Stop message-mode stripping text properties.
3331         Set and use the new buffer-local variables.
3332         (report-emacs-bug-hook): Add doc-string.
3333         Remove some unnecessary save-excursions and simplify.
3334         Use the appropriate hook and send-command.
3336         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
3337         capitalization of some menu entries.
3339 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3341         * whitespace.el (whitespace-display-char-on): Ensure
3342         `buffer-display-table' is unique when two or more windows are
3343         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
3344         New version 12.1.
3346 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
3348         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
3349         characters in the Attribute field.
3351 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
3353         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
3355 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3357         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
3358         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3359         Disregard autoload-excludes.
3360         (update-directory-autoloads): Obey autoload-excludes here instead.
3361         But don't store its contents in no-autoloads and remove entries that
3362         refer to excludes files.
3364 2009-12-10  Glenn Morris  <rgm@gnu.org>
3366         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
3367         (expand-mail-aliases): Define for compiler.
3369         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
3370         Define for compiler.
3372         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
3373         appropriate for the mail-user-agent in use.
3375 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
3377         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
3379 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
3381         Fix short log parsing and fontification.
3382         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
3383         Fix fontification for the [merge] label.
3385 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
3387         Drop some properties to avoid surprises.
3388         * htmlfontify.el (hfy-ignored-properties): New defcustom.
3389         (hfy-fontify-buffer): Use it.
3391 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3393         Minor cleanup.
3394         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
3395         Adjust all callers.
3396         (ffap-locate-file): Remove unused arg `dir-ok' and make other
3397         args compulsory.  Adjust callers.
3398         (ffap-gopher-at-point): Remove unused var `name'.
3400         Get rid of the ELCFILES abomination.
3401         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3402         (compile-elcfiles): New phony target.
3403         (compile-main): Compute ELCFILES dynamically.
3404         (compile-clean): New target to remove left-over elc files.
3405         (compile, all): Use it.
3407 2009-12-09  Kenichi Handa  <handa@etlken>
3409         * international/mule-diag.el: Require help-mode instead of help-fns.
3411 2009-12-09  Kenichi Handa  <handa@m17n.org>
3413         * international/mule-cmds.el (ucs-names): Supply sufficiently
3414         fine ranges instead of pre-calculating accurate ranges.
3415         Iterate with bigger gc-cons-threshold.
3417 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
3419         Add support for stashing a snapshot of the current tree.
3420         * vc-git.el (vc-git-stash-snapshot): New function.
3421         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
3423 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
3425         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
3426         instead of `(beginning|end)-of-line'.
3428 2009-12-08  Glenn Morris  <rgm@gnu.org>
3430         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
3432         * Makefile.in (ELCFILES): Regenerate.
3434 2009-12-07  Juri Linkov  <juri@jurta.org>
3436         Don't lazy-highlight the comint output in history Isearch mode.
3438         * comint.el (comint-history-isearch-search): Instead of
3439         `comint-line-beginning-position', use `comint-after-pmark-p'
3440         to check if point if before the process mark, and go to
3441         `process-mark' in this case.
3443 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3445         * textmodes/tex-mode.el (latex-complete)
3446         (latex-indent-or-complete): Remove.
3447         (latex-mode): Set completion-at-point-functions instead.
3449         Provide a standard completion command and hook it into TAB.
3450         * minibuffer.el (completion-at-point-functions): New var.
3451         (completion-at-point): New command.
3452         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
3453         * progmodes/python.el (python-mode-map): Use completion-at-point.
3454         (python-completion-at-point): Rename from python-partial-symbol and
3455         adjust for use in completion-at-point-functions.
3456         (python-mode): Setup completion-at-point for Python completion.
3457         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
3458         extracted from lisp-complete-symbol.
3459         (lisp-complete-symbol): Use it.
3460         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
3461         setup completion-at-point for Elisp completion.
3462         (emacs-lisp-mode-map, lisp-interaction-mode-map):
3463         Use completion-at-point.
3464         * ielm.el (ielm-map): Use completion-at-point.
3465         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
3466         * progmodes/sym-comp.el: Move to...
3467         * obsolete/sym-comp.el: Move from progmodes.
3469 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
3471         Prevent save-buffer in Rmail buffers from using the coding-system
3472         of the current message, and from clobbering the encoding mnemonics
3473         in the mode line (Bug#4623).
3475         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
3476         flag, too.
3477         (rmail-message-encoding): New variable.
3478         (rmail-write-region-annotate): Record the encoding of the current
3479         message in rmail-message-encoding.
3480         (rmail-after-save-hook): New function, restores the encoding of
3481         the current message after the message collection is saved.
3483 2009-12-07  Juri Linkov  <juri@jurta.org>
3485         * progmodes/grep.el (grep-read-files): Use `completing-read'
3486         instead of `read-string'.  Set its `collection' arg to
3487         `read-file-name-internal'.  (Bug#4301)
3489 2009-12-07  Juri Linkov  <juri@jurta.org>
3491         Correctly restore original Isearch point.  (Bug#4994)
3493         * isearch.el (isearch-mode): Move `isearch-push-state' after
3494         `(run-hooks 'isearch-mode-hook)'.
3495         (isearch-cancel): When `isearch-push-state-function' is defined,
3496         let-bind `isearch-cmds' to the first state (the last element of
3497         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
3498         function and restores the original point).  Otherwise, move point
3499         to `isearch-opoint'.
3501 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3503         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
3504         chars that don't have names, so the table can be built much faster at
3505         run-time.
3507 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
3509         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
3510         change.  Suggested by David Kastrup.
3512         * simple.el (compose-mail): Check for incompatibilities and warn.
3513         (compose-mail-user-agent-warnings): New option.
3515 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
3517         Support showing a single log entry from vc-annotate.
3518         * vc.el (print-log): Add a new argument: START-REVISION.
3519         (vc-print-log-internal): Add a new optional argument and
3520         pass it to the backend.
3521         (vc-print-log, vc-print-root-log): Adjust callers.
3522         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
3523         buffer already displays the requested log entry, use it.
3524         Otherwise display only the log entry in question.
3525         * vc-svn.el (vc-svn-print-log):
3526         * vc-mtn.el (vc-mtn-print-log):
3527         * vc-hg.el (vc-hg-state):
3528         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
3529         (vc-git-show-log-entry): Return t on success.
3530         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
3531         (vc-bzr-show-log-entry): Return t on success.
3532         * vc-rcs.el (vc-rcs-print-log):
3533         * vc-sccs.el (vc-sccs-print-log):
3534         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
3536 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
3538         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
3539         Add menus to the meta mode.  (Bug#5043)
3541 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
3543         * ediff-init.el (ediff-event-key): Use event-to-character instead of
3544         event-key.
3546         * ediff.el (ediff-buffers-internal): Add unwind-protect.
3548 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
3550         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
3551         Berbain <raphael.berbain@gmail.com>.
3553         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
3554         characters.
3555         (tramp-initial-end-of-output): New defconst.
3556         (tramp-methods, tramp-find-shell)
3557         (tramp-open-connection-setup-interactive-shell)
3558         (tramp-maybe-open-connection): Use it.
3559         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
3560         existence of `#' and `$'.
3562         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
3563         `tramp-initial-end-of-output'.
3565 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
3567         Get the background mode from the terminal for xterm, and set
3568         faces accordingly.
3569         * term/xterm.el (xterm-set-background-mode): New function.
3570         (terminal-init-xterm): Use it in case xterm supports background
3571         color queries.  Recompute faces after getting the background
3572         color.
3574 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
3576         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3577         number comment back on its own line, for easier parsing.
3579 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3581         Make it work for non-file buffers (bug#5102).
3582         * doc-view.el (doc-view-current-cache-dir):
3583         Use doc-view-buffer-file-name rather than buffer-file-name.
3584         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3586 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
3588         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3589         author field is too short.
3591 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
3593         * vc-git.el (vc-git-print-log): Handle a limit argument.
3594         Display the short log in graph form and with labels.
3595         (vc-git-log-view-mode): Handle labels.
3597         Make vc-revert change VC state from 'added to 'unregistered.
3598         * vc-git.el (vc-git-revert): Call git reset first.
3600 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
3602         * net/newst-backend.el, net/newst-plainview.el:
3603         * net/newst-reader.el, net/newst-ticker.el:
3604         * net/newst-treeview.el, net/newsticker.el:
3605         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
3607 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
3609         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3611         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3612         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
3613         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3614         Update annotation regexp.
3616         * simple.el (beginning-of-visual-line): Constrain to field
3617         boundaries (Bug#5106).
3619 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
3621         * xml.el (xml-substitute-numeric-entities): Move
3622         newsticker--decode-numeric-entities in newst-backend.el to
3623         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
3624         * net/newst-backend.el (newsticker--parse-generic-feed)
3625         (newsticker--parse-generic-items)
3626         (newsticker--decode-numeric-entities): Move
3627         newsticker--decode-numeric-entities in newst-backend.el to
3628         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
3630 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
3632         * progmodes/js.el (js--js-not): Add null to the list of values.
3634 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
3636         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
3638 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3640         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3641         delimiter if it is at the end of the current line.
3642         (bibtex-generate-url-list): Fix docstring.
3644 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3646         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3647         minibuffer's content with itself.
3648         Fold the confirm-after-completion case into the `confirm' case.
3649         (completion-pcm-word-delimiters): Add : and / to the delimiters.
3651 2009-12-06  Kevin Ryde  <user42@zip.com.au>
3653         * ffap.el (ffap-rfc-path): Make this a defcustom since
3654         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
3656         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
3657         manuals, similar to existing setup for help-mode.  (Bug#3913.)
3659 2009-12-05  Juri Linkov  <juri@jurta.org>
3661         Save and restore dired buffer's point positions too.  (Bug#4880)
3663         * dired.el (dired-save-positions): Return in the first element
3664         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3665         Doc fix.
3666         (dired-restore-positions): First restore buffer's position.
3667         While restoring window's positions, check if window still displays
3668         the original buffer.
3670 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
3672         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3673         if possible.
3675         * shell.el (shell): Require ansi-color (Bug#5113).
3677         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3679         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3681 2009-12-05  Alan Mackenzie  <acm@muc.de>
3683         * progmodes/cc-mode.el (c-before-hack-hook)
3684         (c-postprocess-file-styles): Revert change 1.85 to permit
3685         `c-file-style' to work again.  This reversion restores the current
3686         software to its state in Emacs 23.1.  (Bug#4146)
3688 2009-12-05  Kevin Ryde  <user42@zip.com.au>
3690         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3691         comment-start-skip to comment-end-skip as comment (Bug#4781).
3693 2009-12-05  Juri Linkov  <juri@jurta.org>
3695         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3696         for virtual nodes.  (Bug#4147)
3697         (Info-find-node-2): Set `Info-current-node-virtual' to nil
3698         when moving from a virtual node.
3699         (Info-mode-menu): Add `Info-virtual-index' to the menu.
3700         (Info-mode): Add `Info-virtual-index' to the docstring.
3702 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3704         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3705         track of the buffer position of the end of a BibTeX entry as this
3706         position may change during reformatting.
3707         (bibtex-format-entry): Remove whitespace before processing
3708         numerical fields so that we recognize the latter properly.
3709         (bibtex-reformat): Do not use push which changes the global value
3710         of bibtex-entry-format.
3711         (bibtex-field-braces-alist, bibtex-field-strings-alist)
3712         (bibtex-field-re-init): Replace only space characters by regexp
3713         for whitespace.
3714         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
3715         (bibtex-initialize): Also update bibtex-strings.
3716         (bibtex-kill-field): Preserve white space at end of entry.
3717         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3718         Update bibtex-reference-keys.
3720 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3722         * minibuffer.el (completion-pcm--merge-try): Also consider placing
3723         point after a star, if that's the only place where modifications can
3724         make progress.
3726 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
3728         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3729         in docstrings.
3731 2009-12-04  Juri Linkov  <juri@jurta.org>
3733         * proced.el (proced): Call `(proced-update t)' to update process
3734         information instead of only running proced-post-display-hook.
3735         (proced-send-signal): Add a leading space to the buffer name
3736         " *Marked Processes*" to make this buffer ephemeral.
3738 2009-12-04  Juri Linkov  <juri@jurta.org>
3740         * dired.el (dired-auto-revert-buffer): New defcustom.
3741         (dired-internal-noselect): Use it.
3743 2009-12-04  Juri Linkov  <juri@jurta.org>
3745         Change roles of modes and functions in image-mode.el (Bug#5062).
3747         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3748         in `auto-mode-alist'.
3749         (image-mode-previous-major-mode): New variable.
3750         (image-minor-mode-map): Rename from `image-mode-text-map'.
3751         (image-mode): Move graceful error-handling code from
3752         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
3753         (image-minor-mode): Remove all image-handling code.
3754         Replace `image-mode-text-map' with `image-minor-mode-map'.
3755         Check for `image-type' in mode-line format string.
3756         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3757         (image-mode-as-text): New function with most code from
3758         `image-mode-maybe'.
3759         (image-toggle-display-text): Move code that removes image
3760         properties from `image-toggle-display' to here.
3761         (image-toggle-display-image): New function with code that adds
3762         image properties copied from `image-toggle-display'.
3763         (image-toggle-display): Remove most code with leaving only code
3764         that toggles between `image-mode-as-text' and `image-mode'.
3766 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
3768         * net/newst-treeview.el
3769         (newsticker--treeview-list-highlight-start): Restored call to
3770         save-excursion: Selected item was stuck.
3771         (newsticker--treeview-list-select): New.
3772         (newsticker--treeview-item-show-text)
3773         (newsticker--treeview-item-show)
3774         (newsticker--treeview-item-update): Use new
3775         newsticker-treeview-item-mode.
3776         (newsticker-treeview-update): Keep current item.
3777         (newsticker-treeview-next-new-or-immortal-item): Doc change.
3778         (newsticker--treeview-first-feed): Doc change.
3779         (newsticker-treeview-list-menu)
3780         (newsticker-treeview-item-menu): Added menu entries.
3781         (newsticker-treeview-item-mode): New.
3783         * net/newst-backend.el (newsticker-customize): Delete other
3784         windows.
3786 2009-12-04  Sam Steingold  <sds@gnu.org>
3788         * log-view.el (log-view-mode-map): "q" calls quit-window,
3789         like in all the other non-self-insert buffers.
3791 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3793         Minor cleanup.
3794         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3795         key decoding rather than do it manually via last-input-event +
3796         ascii-character.
3797         (term-exec): Use delete-and-extract-region.
3798         (term-handle-ansi-terminal-messages): Remove unused var `end'.
3799         (term-process-pager): Remove unused var `i'.
3800         (term-dynamic-simple-complete): Make obsolete.
3801         (serial-update-config-menu): Remove unused vars `y' and `str'.
3802         (term-update-mode-line): Remove unused var `temp'.
3804 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3806         Limit the number of log entries displayed by default.
3807         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3808         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3809         using a prefix argument.
3811 2009-12-03  Glenn Morris  <rgm@gnu.org>
3813         * progmodes/idlwave.el (class): Restore still useful declaration.
3815 2009-12-03  Alan Mackenzie  <acm@muc.de>
3817         Enhance `c-parse-state' to run efficiently in "brace deserts".
3819         * progmodes/cc-mode.el (c-basic-common-init):
3820         Call c-state-cache-init.
3821         (c-neutralize-syntax-in-and-mark-CPP): Rename from
3822         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
3823         placing `category' properties value 'c-cpp-delimiter at its boundaries.
3825         * progmodes/cc-langs.el (c-before-font-lock-function):
3826         c-extend-and-neutralize-syntax-in-CPP has been renamed
3827         c-neutralize-syntax-in-and-mark-CPP.
3829         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3830         with `category' properties now, not `syntax-table' ones.
3832         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3833         enhanced (but slower) version of c-end-of-macro that won't land
3834         inside a literal or on another awkward character.
3835         (c-state-cache-too-far, c-state-cache-start)
3836         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3837         (c-state-nonlit-pos-cache-limit, c-state-point-min)
3838         (c-state-point-min-lit-type, c-state-point-min-lit-start)
3839         (c-state-min-scan-pos, c-state-brace-pair-desert)
3840         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3841         buffer local variables.
3842         (c-state-literal-at, c-state-lit-beg)
3843         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3844         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3845         (c-state-cache-top-paren, c-state-cache-after-top-paren)
3846         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3847         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3848         (c-renarrow-state-cache)
3849         (c-append-lower-brace-pair-to-state-cache)
3850         (c-state-push-any-brace-pair, c-append-to-state-cache)
3851         (c-remove-stale-state-cache)
3852         (c-remove-stale-state-cache-backwards, c-state-cache-init)
3853         (c-invalidate-state-cache-1, c-parse-state-1)
3854         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
3855         (c-parse-state): Enhance and refactor.
3856         (c-debug-parse-state): Amend to deal with all the new variables.
3858         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3859         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
3860         modify to use category text properties rather than syntax-table ones.
3861         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
3862         to switch off/on the syntactic paren property of C++ template
3863         delimiters using the category property.
3864         (c-with-<->-as-parens-suppressed): Macro to invoke code with
3865         template delims suppressed.
3866         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3867         New constant/macros which apply category properties to the start
3868         and end of preprocessor constructs.
3869         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
3870         "comment out" the syntactic value of characters in preprocessor
3871         constructs.
3872         (c-with-cpps-commented-out)
3873         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3874         with characters in all or all but one preprocessor constructs
3875         "commented out".
3877 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3879         * proced.el (proced-filter-alist): Use regexp-quote.
3881 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
3883         Cleanup.
3884         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3885         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
3886         arguments.  Expand `default-directory'.
3888         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3889         the benefit of returning an expanded localname.
3890         (tramp-tramp-file-p): Handle the case NAME is not a string.
3892 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3894         Add support for bzr shelve/unshelve.
3895         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3896         (vc-bzr-extra-menu-map): New variables.
3897         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3898         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3899         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3900         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3901         (vc-bzr-dir-extra-headers): Display shelves.
3903         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3905 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3907         * textmodes/bibtex.el (bibtex-complete-internal):
3908         Use completion-in-region.
3909         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3911 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3913         Support applying stashes.  Improve UI.
3914         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3915         (vc-git-stash-apply, vc-git-stash-pop)
3916         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3917         (vc-git-stash-menu): New functions.
3918         (vc-git-stash-menu-map): New variable.
3919         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3921 2009-12-03  Glenn Morris  <rgm@gnu.org>
3923         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3924         (vc-print-log-internal): Fix previous change.
3925         (vc-revert): Correct pluralization.
3927 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3929         * progmodes/make-mode.el (makefile-special-targets-list): No need for
3930         it to be an alist any more.
3931         (makefile-complete): Use completion-in-region.
3933         * progmodes/octave-mod.el (octave-complete-symbol):
3934         Use completion-in-region.
3936         Misc cleanup.
3937         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3938         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3939         (idlwave-complete-class): Don't quote lambda.
3940         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3941         (idlwave-mode-map): Move initialization into declaration.
3942         (idlwave-action-and-binding): Use backquotes.
3943         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3944         Simplify.
3945         (idlwave-is-pointer-dereference): Remove unused var `pos'.
3946         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3947         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3948         `parts', and `all-parts'.
3949         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3950         (idlwave-convert-xml-system-routine-info): Remove unused string
3951         `version-string'.
3952         (idlwave-display-user-catalog-widget): Use dolist.
3953         (idlwave-scanning-lib): Declare dynamically-scoped var.
3954         (idlwave-scan-library-catalogs): Remove unused var `flags'.
3955         (completion-highlight-first-word-only): Declare to silence bytecomp.
3956         (idlwave-popup-select): Tighten scope of `resp'.
3957         (idlwave-find-struct-tag): Remove unused var `beg'.
3958         (idlwave-after-load-rinfo-hook): Declare.
3959         (idlwave-sintern-class-info): Remove unused var `taglist'.
3960         (idlwave-find-class-definition): Remove unused var `list'.
3961         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3962         (idlwave-what-module-find-class): Remove unused var `classes'.
3964 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
3966         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3968 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3970         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3971         buffers visited.  Remove redundant current-buffer-saving.
3973 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3975         Use completion-in-buffer and remove uses of dynamic scoping.
3976         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3977         (pascal-buffer-to-use, pascal-flag): Don't declare.
3978         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
3979         (pascal-get-completion-decl, pascal-keyword-completion):
3980         Add `pascal-str' argument, save-excursion,
3981         return the found completions, and don't filter with pascal-pred.
3982         (pascal-completion-cache): New var.
3983         (pascal-completion): Don't switch buffer any more (it was never
3984         necessary).  Don't save-excursion any more (it's done by the called
3985         subroutines).  Use a cache to avoid redundant computations.
3986         Use complete-with-action rather than pascal-completion-response and
3987         let it apply the predicate as well.
3988         (pascal-complete-word): Use completion-in-buffer when
3989         pascal-toggle-completions is nil.
3990         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
3991         not used any more.
3992         (pascal-comp-defun): Don't change buffer any more.
3993         Use complete-with-action rather than pascal-completion-response and
3994         let it apply the predicate as well.
3995         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
3996         when neded.
3998 2009-12-02  Kenichi Handa  <handa@m17n.org>
4000         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4001         shape for all Indic scripts.
4003 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4005         Use completion-in-buffer.
4006         * wid-edit.el (widget-field-text-end): New function.
4007         (widget-field-value-get): Use it.
4008         (widget-string-complete, widget-file-complete)
4009         (widget-color-complete): Use it and completion-in-region.
4010         (widget-complete): Don't narrow the buffer.
4012 2009-12-02  Glenn Morris  <rgm@gnu.org>
4014         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
4015         (rmail-select-summary): Use rmail-pop-to-buffer.
4016         * mail/rmailsum.el: Replace all pop-to-buffer calls with
4017         rmail-pop-to-buffer, to prevent horizontal splits.
4019         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4020         save-excursion with save-current-buffer.
4021         Widen before searching.  (Bug#5093)
4022         (diary-list-sexp-entries): Remove superfluous save-excursion.
4024 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
4026         * woman.el (woman-make-bufname): Handle man-pages with "." in the
4027         name.  (Bug#5038)
4029 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
4031         * ido.el (ido-file-internal): Handle filenames at point that do
4032         not have a directory part.  (Bug#5049)
4034 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
4036         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4037         (mpc-songs-jump-to, mpc-resume): Doc fixes.
4039 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
4041         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4042         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4043         any more.
4045 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4047         * comint.el (comint-insert-input): Ignore clicks to the right of
4048         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4050         * vc.el (vc-print-log-internal): Don't wait for the process to
4051         terminate before setting up the major mode.
4053         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4054         in case.
4056         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4057         the last element.
4059         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4061 2009-12-01  Glenn Morris  <rgm@gnu.org>
4063         * window.el (window--display-buffer-2): Fix previous changes.
4065 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
4067         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4069 2009-12-01  Glenn Morris  <rgm@gnu.org>
4071         * Makefile.in (ELCFILES): Add mpc.elc.
4073 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4075         * mpc.el: New file.
4077 2009-12-01  Glenn Morris  <rgm@gnu.org>
4079         * window.el (window-to-use): Define for compiler.
4081         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4082         consistent with others (no final period).
4084         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4085         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
4087 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
4089         Make vc-print-log buttons work.
4090         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
4092 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
4094         * savehist.el (savehist-autosave-interval): Allow setting to nil
4095         through customize.  (Bug#5056)
4097 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
4099         Fix references to jit-lock properties.
4100         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4101         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4102         (perl-font-lock-special-syntactic-constructs):
4103         Quote jit-lock-defer-multiline property.
4105 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
4107         * vc-git.el (vc-git-registered): Call vc-git-root only once.
4109 2009-11-30  Juri Linkov  <juri@jurta.org>
4111         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4112         value `buffer' of `multi-isearch-next-buffer-current-function'.
4113         Use `(current-buffer)' when `buffer' is nil.
4114         (multi-isearch-next-buffer-from-list): Don't fallback to
4115         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
4117 2009-11-30  Juri Linkov  <juri@jurta.org>
4119         * misearch.el (multi-isearch-read-buffers): Move canonicalization
4120         of buffers with `get-buffer' to `multi-isearch-buffers'.
4121         (multi-isearch-buffers, multi-isearch-buffers-regexp):
4122         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
4123         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4124         FILES with `expand-file-name' converting relative file names
4125         to absolute.  Doc fix.  (Bug#4727)
4127 2009-11-30  Juri Linkov  <juri@jurta.org>
4129         * misearch.el (multi-isearch-read-buffers)
4130         (multi-isearch-read-matching-buffers): New functions.
4131         (multi-isearch-buffers, multi-isearch-buffers-regexp):
4132         Use them in the `interactive' spec.  Doc fix.
4133         (multi-isearch-read-files, multi-isearch-read-matching-files):
4134         New functions.
4135         (multi-isearch-files, multi-isearch-files-regexp):
4136         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
4138 2009-11-30  Juri Linkov  <juri@jurta.org>
4140         * doc-view.el (doc-view-continuous):
4141         Rename from `doc-view-continuous-mode'.
4142         (doc-view-menu): Move "Toggle display" to the top.
4143         Add submenu "Continuous" with radio buttons "Off"/"On"
4144         and "Save as Default".
4145         (doc-view-scroll-up-or-next-page)
4146         (doc-view-scroll-down-or-previous-page)
4147         (doc-view-next-line-or-next-page)
4148         (doc-view-previous-line-or-previous-page): Rename
4149         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
4151 2009-11-30  Juri Linkov  <juri@jurta.org>
4153         * comint.el (comint-mode-map): Rebind `M-r' from
4154         `comint-previous-matching-input' to
4155         `comint-history-isearch-backward-regexp'.
4156         Unbind `M-s' to allow global key binding `M-s'.
4157         Add menu items for `comint-history-isearch-backward' and
4158         `comint-history-isearch-backward-regexp'.  (Bug#3746)
4160 2009-11-30  Juri Linkov  <juri@jurta.org>
4162         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4163         For def=recenter, replace `recenter' with `recenter-top-bottom'
4164         that is called with `this-command' and `last-command' let-bound
4165         to `recenter-top-bottom'.  When the last `def' was not `recenter',
4166         set `recenter-last-op' to nil.  (Bug#4981)
4168 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4170         Minor cleanup and simplification.
4171         * filecache.el (file-cache-add-directory)
4172         (file-cache-add-directory-recursively)
4173         (file-cache-add-from-file-cache-buffer)
4174         (file-cache-delete-file-regexp, file-cache-delete-directory)
4175         (file-cache-files-matching-internal, file-cache-display): Use dolist.
4176         (file-cache-temp-minibuffer-message): Delete function.
4177         (file-cache-minibuffer-complete): Use minibuffer-message instead.
4179         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4180         Don't signal an error when bumping into EOB in tr, s, or y.
4182 2009-11-29  Juri Linkov  <juri@jurta.org>
4184         * startup.el (fancy-about-text): Fix wording of Guided Tour.
4185         (Bug#4960)
4187         * descr-text.el (describe-char-unidata-list): Use lowercase name
4188         for "Unicode name" like in other tags.
4190 2009-11-29  Juri Linkov  <juri@jurta.org>
4192         * ediff-util.el (ediff-minibuffer-with-setup-hook):
4193         New compatibility macro.
4194         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
4196 2009-11-29  Juri Linkov  <juri@jurta.org>
4198         Add defcustom to define the cycling order of `recenter-top-bottom'.
4199         (Bug#4981)
4201         * window.el (recenter-last-op): Doc fix.
4202         (recenter-positions): New defcustom.
4203         (recenter-top-bottom): Rewrite to use `recenter-positions'.
4204         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4206 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
4208         Improve integration of Tramp and ange-ftp in eshell.
4210         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
4211         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
4212         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
4214         * eshell/esh-util.el (top): Require also Tramp when compiling.
4215         (eshell-directory-files-and-attributes): Check for FTP remote
4216         connection.
4217         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
4218         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
4219         (eshell-file-attributes): Handle ".".  Return `entry'.
4221         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
4222         (ange-ftp-directory-files-and-attributes)
4223         (ange-ftp-real-directory-files-and-attributes): New defuns.
4225         * net/tramp.el (tramp-maybe-open-connection): Open the remote
4226         shell with "exec" when possible.  This prevents trailing prompts
4227         in `start-file-process'.
4229 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4231         Try and remove assumptions about point-min==1.
4232         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
4233         (rng-compute-mode-line-string): Show the validation percentage in
4234         terms of the narrowed text, not the widened text.
4235         (rng-do-some-validation): Don't catch internal errors when debugging.
4236         (rng-first-error): Simplify.
4237         (rng-after-change-function): Remove work around.  AFAIK the bug has
4238         been fixed a while ago.
4240         * image-mode.el (image-minor-mode): Exit more gracefully when the image
4241         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
4243         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
4245         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
4246         `cd' doesn't always do it for us (bug#5067).
4248         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
4249         on 2009-10-25 as part of some other change (bug#5067).
4251 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4253         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4254         `suspicious'.
4255         (byte-compile-warnings): Use byte-compile-warning-types.
4256         (byte-compile-save-excursion): Warn about use of set-buffer right
4257         after save-excursion.
4259         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
4260         the excursion as well.
4262 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
4264         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
4265         providing a Tramp related implementation of "su" and "sudo".
4266         (eshell-unix-initialize): Add "su" and "sudo".
4268 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
4270         * net/socks.el (socks-send-command): Convert binary request to
4271         unibyte before sending.  This fixes mishandling of some port
4272         numbers such as 129.
4274 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4276         * help.el (describe-bindings-internal): Remove `interactive'.
4278         * man.el (Man-completion-table): Trim a terminating "(".
4279         Remove the space between name page a section.
4280         Add the command's description on the `help-echo' property.
4281         Remove `process-connection-type' binding since it's unused by
4282         call-process.
4283         Provide completion for the "<section> <name>" format as well.
4284         (Man-default-man-entry): Remove spurious var shadowing the argument.
4286 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4288         * log-view.el: Add "Keywords: tools", since its other keywords
4289         aren't in finder-known-keywords, and following vc.el.
4291         * sha1.el (sha1-string-external): default-directory "/" in case
4292         otherwise non-existent.  process-connection-type pipe for touch of
4293         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4295 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4297         Misc coding convention cleanups.
4298         * htmlfontify.el (hfy-init-kludge-hook): Rename from
4299         hfy-init-kludge-hooks.
4300         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
4301         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
4302         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
4303         and push.
4304         (hfy-slant, hfy-weight): Use tables rather than code.
4305         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
4306         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
4307         (hfy-face-attr-for-class): Initialize `face-spec' directly.
4308         (hfy-face-to-css): Remove `nconc' with single arg.
4309         (hfy-p-to-face-lennart): Use `or'.
4310         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
4311         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
4312         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
4313         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
4314         (hfy-force-fontification): Use run-hooks.
4316 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
4318         Various minor fixes.
4319         * htmlfontify.el (hfy-default-header): Add toggle_invis since
4320         Javascript belongs in the header, not the body.
4321         (hfy-javascript): Remove.
4322         (hfy-fontify-buffer): Don't insert it any more.
4323         (hfy-face-at): Handle (face0 face1 face2) style face properties.
4324         Fix bug in invis handling when there were no invis props in a chunk.
4326 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4328         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
4330 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
4332         * finder.el (finder-mode-map): Add a menu.
4334 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
4336         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
4337         "unsigned" structs.
4339         (verilog-leap-to-head, verilog-backward-token): Handle "disable
4340         fork" statement better.
4342 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
4344         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
4345         (verilog-delete-auto, verilog-delete-empty-auto-pair)
4346         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
4347         Reported by Clay Douglass.
4349         (verilog-auto-inst, verilog-auto-star-safe)
4350         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
4351         Fix removing "// Interfaces" when saving .* expansions.  Reported by
4352         Pierre-David Pfister.
4354 2009-11-26  Glenn Morris  <rgm@gnu.org>
4356         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
4357         the scope.
4359 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
4361         * vc-annotate.el (vc-annotate-revision-previous-to-line):
4362         Really use previous revision.
4364 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4366         * man.el (Man-completion-table): default-directory "/" in case
4367         doesn't otherwise exist.  process-environment COLUMNS=999 so as
4368         not to truncate long names.  process-connection-type pipe to avoid
4369         any chance of hitting the pseudo-tty TIOCGWINSZ.
4370         (man): completion-ignore-case t for friendliness and since man
4371         itself is case-insensitive on the command line.
4372         Further to Bug#3717.
4374         * arc-mode.el: Add "Keywords: files", so the details in its
4375         commentary can be reached from finder-by-keyword.
4376         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
4377         editing mode, but it's comms related and sgml-mode.el has "comm"
4378         on that basis too.
4379         * textmodes/bibtex-style.el: Add "Keywords: tex".
4380         * international/isearch-x.el, international/ja-dic-cnv.el:
4381         * international/ja-dic-utl.el, international/kkc.el:
4382         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
4384 2009-11-25  Juri Linkov  <juri@jurta.org>
4386         * man.el (Man-completion-table): Modify regexp to include
4387         section names to completion strings.  (Bug#3717)
4389 2009-11-25  Juri Linkov  <juri@jurta.org>
4391         Search recursively in gzipped files.  (Bug#4982)
4393         * progmodes/grep.el (grep-highlight-matches): Add new options
4394         `always' and `auto'.  Doc fix.
4395         (grep-process-setup): Check `grep-highlight-matches' for
4396         `auto-detect' to determine the need to compute grep defaults.
4397         Move Windows/DOS specific --colors settings handling
4398         to `grep-compute-defaults'.  Check `grep-highlight-matches'
4399         to get the value of "--color=".
4400         (grep-compute-defaults): Compute `grep-highlight-matches' when it
4401         has the value `auto-detect'.  Move Windows/DOS specific settings
4402         from `grep-process-setup'.
4403         (zrgrep): New command with alias `rzgrep'.
4405 2009-11-25  Juri Linkov  <juri@jurta.org>
4407         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
4408         to nil instead of switching off view-mode.  (Bug#4896)
4410 2009-11-25  Juri Linkov  <juri@jurta.org>
4412         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
4414         * mwheel.el (mwheel-scroll-up-function)
4415         (mwheel-scroll-down-function): New defvars.
4416         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
4417         `scroll-up', and `mwheel-scroll-down-function' instead of
4418         `scroll-down'.
4420         * doc-view.el (doc-view-scroll-up-or-next-page)
4421         (doc-view-scroll-down-or-previous-page): Add optional ARG.
4422         Use this ARG in the call to image-scroll-up/image-scroll-down.
4423         Change `interactive' spec to "P".  Goto next/previous page only
4424         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
4425         SPC/DEL case).  Doc fix.
4426         (doc-view-next-line-or-next-page)
4427         (doc-view-previous-line-or-previous-page): Rename arg to ARG
4428         for consistency.
4429         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
4430         `doc-view-scroll-up-or-next-page', and buffer-local
4431         `mwheel-scroll-down-function' to
4432         `doc-view-scroll-down-or-previous-page'.
4434 2009-11-25  Juri Linkov  <juri@jurta.org>
4436         Provide additional default values (directories at other Dired
4437         windows) via M-n in the minibuffer of some Dired commands.
4439         * dired-aux.el (dired-diff, dired-compare-directories)
4440         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
4441         `minibuffer-default' in `minibuffer-with-setup-hook'.
4442         (dired-dwim-target-directory): Find a window that displays Dired
4443         buffer instead of failing when the next window is not Dired.
4444         Use `get-window-with-predicate' to find for the next Dired window.
4445         (dired-dwim-target-defaults): New function.
4447         * ediff-util.el (ediff-read-file-name):
4448         Use `dired-dwim-target-defaults' to set `minibuffer-default'
4449         in `minibuffer-with-setup-hook'.
4451 2009-11-25  Juri Linkov  <juri@jurta.org>
4453         Provide additional default values (file name at point or at the
4454         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
4456         * minibuffer.el (read-file-name-defaults): New function.
4457         (read-file-name): Reset `minibuffer-default' to nil when
4458         it duplicates initial input `insdef'.
4459         Bind `minibuffer-default-add-function' to lambda that
4460         calls `read-file-name-defaults' in `minibuffer-selected-window'.
4461         (minibuffer-insert-file-name-at-point): New command.
4463         * files.el (file-name-at-point-functions): New defcustom.
4464         (find-file-default): Remove defvar.
4465         (find-file-read-args): Don't use `find-file-default'.
4466         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4467         to `read-file-name'.
4468         (find-file-literally): Use `read-file-name' with
4469         `confirm-nonexistent-file-or-buffer'.
4471         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
4473         * dired.el (dired-read-dir-and-switches):
4474         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4475         to `read-file-name'.
4476         (dired-file-name-at-point): New function.
4477         (dired-mode): Add hook `dired-file-name-at-point' to
4478         `file-name-at-point-functions'.
4480 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4482         Really make the *Completions* window soft-dedicated (bug#5030).
4483         * window.el (window--display-buffer-2): Add `dedicated' argument.
4484         (display-buffer): Pass it when needed so the dedicated flag is set
4485         after calling set-window-buffer, which would otherwise reset it.
4487 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4489         * progmodes/meta-mode.el (meta-complete-symbol):
4490         * progmodes/etags.el (complete-tag):
4491         * mail/mailabbrev.el (mail-abbrev-complete-alias):
4492         Use completion-in-region.
4494         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
4495         (dabbrev-completion): Use completion-in-region.
4496         (dabbrev--abbrev-at-point): Simplify regexp.
4498         * abbrev.el (abbrev--before-point): Use word-motion functions
4499         if :regexp is not specified (bug#5031).
4501         * subr.el (string-prefix-p): New function.
4503         * man.el (Man-completion-cache): New var.
4504         (Man-completion-table): Use it.
4506         * vc.el (vc-print-log-internal): Make `limit' optional for better
4507         compatibility (e.g. with vc-annotate.el).
4509 2009-11-24  Kevin Ryde  <user42@zip.com.au>
4511         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
4512         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
4514         * emacs-lisp/elint.el (elint-add-required-env): Better error message
4515         when .el source file not found or other error.
4517 2009-11-24  Markus Triska  <markus.triska@gmx.at>
4519         * linum.el (linum-update-window): Ignore intangible (bug#4996).
4521 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4523         Handle the [back] button properly (bug#4979).
4524         * descr-text.el (describe-text-properties): Add a `buffer' argument.
4525         Use help-setup-xref, help-buffer, and with-help-window.
4526         (describe-char): Add `buffer' argument.
4527         Pass proper command to help-setup-xref.  Don't meddle with
4528         help-xref-stack-item directly.
4529         (describe-text-category): Use with-help-window and help-buffer.
4531         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4532         for the displayed buffer (bug#4887).
4534         * man.el (Man-completion-table): New function.
4535         (man): Use it.
4537 2009-11-24  David Reitter  <david.reitter@gmail.com>
4539         * vc-git.el (vc-git-registered): Use checkout directory (where
4540         .git is) rather than the file's directory and a relative path spec
4541         to work around a bug in git.
4543 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
4545         Improve handling of processes on remote hosts.
4547         * eshell/esh-util.el (eshell-path-env): New defvar.
4548         (eshell-parse-colon-path): New defun.
4549         (eshell-file-attributes): Use `eshell-parse-colon-path'.
4551         * eshell/esh-ext.el (eshell-search-path):
4552         Use `eshell-parse-colon-path'.
4553         (eshell-remote-command): Remove argument HANDLER.
4554         (eshell-external-command): Check for FTP remote connection.
4556         * eshell/esh-proc.el (eshell-gather-process-output):
4557         Use `file-truename', in order to start also symlinked files.
4558         Apply `start-file-process' instead of `start-process'.
4559         Shorten `command' to the local file name part.
4561         * eshell/em-cmpl.el (eshell-complete-commands-list):
4562         Use `eshell-parse-colon-path'.
4564         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4566         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
4567         to `eshell-directory-change-hook'.
4569 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
4571         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
4572         because it could be enabled automatically if view-read-only is non-nil.
4574 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
4576         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4577         made on 2009-11-22.
4579 2009-11-24  Glenn Morris  <rgm@gnu.org>
4581         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4582         deleted variable bookmark-bmenu-bookmark-column.
4584 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4586         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4588 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
4590         * net/browse-url.el (browse-url-filename-alist): On Windows, add
4591         two slashes to the "file:" prefix.
4592         (browse-url-file-url): De-munge Cygwin filenames before passing
4593         them to Windows browser.
4594         (browse-url-default-windows-browser): Use call-process.
4596 2009-11-23  Juri Linkov  <juri@jurta.org>
4598         Implement DocView Continuous mode.  (Bug#4896)
4599         * doc-view.el (doc-view-continuous-mode): New defcustom.
4600         (doc-view-mode-map): Bind C-n/<down> to
4601         `doc-view-next-line-or-next-page', C-p/<up> to
4602         `doc-view-previous-line-or-previous-page'.
4603         (doc-view-next-line-or-next-page)
4604         (doc-view-previous-line-or-previous-page): New commands.
4606 2009-11-23  Juri Linkov  <juri@jurta.org>
4608         Implement Isearch in comint input history.  (Bug#3746)
4609         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4610         `isearch-mode-hook'.
4611         (comint-history-isearch): New defcustom.
4612         (comint-history-isearch-backward)
4613         (comint-history-isearch-backward-regexp): New commands.
4614         (comint-history-isearch-message-overlay): New buffer-local variable.
4615         (comint-history-isearch-setup, comint-history-isearch-end)
4616         (comint-goto-input, comint-history-isearch-search)
4617         (comint-history-isearch-message, comint-history-isearch-wrap)
4618         (comint-history-isearch-push-state)
4619         (comint-history-isearch-pop-state): New functions.
4621 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
4623         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4624         return.
4625         (tramp-handle-make-symbolic-link)
4626         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4627         Quote file names.
4628         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4629         (tramp-handle-process-file): Use it.
4631 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4633         * window.el (move-to-window-line-last-op): Remove.
4634         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4636 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
4638         Make M-r mirror the new cycling behavior of C-l.
4639         * window.el (move-to-window-line-last-op): New var.
4640         (move-to-window-line-top-bottom): New command.
4641         (global-map): Bind M-r move-to-window-line-top-bottom.
4643 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
4645         * dired-x.el (dired-guess-shell-alist-default):
4646         Support xz format.  (Bug#4953)
4648 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
4650         * emulation/viper-cmd.el: Use viper-last-command-char instead of
4651         last-command-char/last-command-event.
4652         (viper-prefix-arg-value): Do correct conversion of event-char for
4653         XEmacs.
4655         * emulation/viper-util.el, emulation/viper.el:
4656         Use viper-last-command-char instead of
4657         last-command-char/last-command-event.
4659         * ediff-init.el, ediff-mult.el, ediff-util.el:
4660         Replace last-command-char and last-command-event
4661         with (ediff-last-command-char) everywhere.
4663         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4664         created in fundamental mode.
4666         * ediff.el (ediff-version): Revert the change of interactive-p to
4667         called-interactively-p.
4669 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
4671         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4672         generation from word-movement command names.
4674 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
4676         * cus-start.el (all): Add native condition for font-use-system-font.
4678 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
4680         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4681         Correct the patch from 2009-11-18.  (Bug#3910)
4683 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
4685         * progmodes/subword.el: Rename from lisp/subword.el.
4687         * subword.el: Rename to progmodes/subword.el.
4689         * Makefile.in (ELCFILES): Adapt to subword.el move.
4691 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4692             Stefan Monnier  <monnier@iro.umontreal.ca>
4694         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4695         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4696         (bookmark-bmenu-show-filenames): Use push.
4697         (bookmark-bmenu-hide-filenames): Use local var instead of
4698         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
4699         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4700         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4701         filenames now that the bookmark names are always available.
4703 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4705         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4706         (bookmark-search-pattern): Move and leave unbound.
4707         (bookmark-bmenu-mode-map): Change binding.
4708         (bookmark-read-search-input): Simplify.
4709         Don't use text-char-description.  Don't error on non-char events.
4710         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4711         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4712         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4713         Use a local var for the timer.
4714         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4715         (i.e. bookmark-bmenu-search).
4717 2009-11-21  Glenn Morris  <rgm@gnu.org>
4719         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
4721 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
4723         * net/browse-url.el (browse-url-default-windows-browser):
4724         Use cygstart for cygwin.
4726 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
4728         * bookmark.el: Formatting and doc fixes only:
4729         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4730         (bookmark-bmenu-search): Wrap to fit within 80 columns.
4731         Minor grammar and punctuation fixes in doc string.
4732         (bookmark-read-search-input): Adjust to fit within 80 columns.
4734 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
4736         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4737         (c-backward-into-nomenclature): Adapt to subword renaming.
4739         * subword.el (subword-forward, subword-backward, subword-mark)
4740         (subword-kill, subword-backward-kill, subword-transpose)
4741         (subword-downcase, subword-upcase, subword-capitalize)
4742         (subword-forward-internal, subword-backward-internal):
4743         Rename from forward-subword, backward-subword, mark-subword,
4744         kill-subword, backward-kill-subword, transpose-subwords,
4745         downcase-subword, upcase-subword, capitalize-subword,
4746         forward-subword-internal, backward-subword-internal.
4748 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4750         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4751         New options.
4752         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4753         New vars.
4754         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4755         (bookmark-bmenu-filter-alist-by-regexp)
4756         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4757         (bookmark-bmenu-search): New command.
4758         (bookmark-bmenu-mode-map): Bind it.
4760 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
4762         * progmodes/cc-cmds.el: declare-functioned forward-subword and
4763         backward-subword to quit the byte-compiler.
4765         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4767         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4769         * progmodes/cc-cmds.el (c-update-modeline)
4770         (c-forward-into-nomenclature, c-backward-into-nomenclature):
4771         Refer to subword.el functions instead of cc-subword.el.
4773         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4774         subword.el functions instead of cc-subword.el.
4776         * progmodes/cc-subword.el: Rename to subword.el.
4777         * subword.el: Rename from progmodes/cc-subword.el.
4778         (subword-mode-map): Rename from c-subword-mode-map.
4779         (subword-mode): Rename from c-subword-mode.
4780         (global-subword-mode): New global minor mode.
4781         (forward-subword): Rename from c-forward-subword.
4782         (backward-subword): Rename from c-backward-subword.
4783         (mark-subword): Rename from c-mark-subword.
4784         (kill-subword): Rename from c-kill-subword.
4785         (backward-kill-subword): Rename from c-backward-kill-subword.
4786         (transpose-subwords): Rename from c-tranpose-subword.
4787         (downcase-subword): Rename from c-downcase-subword.
4788         (capitalize-subword): Rename from c-capitalize-subword.
4789         (forward-subword-internal): Rename from c-forward-subword-internal.
4790         (backward-subword-internal): Rename from c-backward-subword-internal.
4792 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
4794         * vc.el (vc-deduce-fileset): Allow non-state changing operations
4795         from a dired buffer.
4796         (vc-dired-deduce-fileset): New function.
4797         (vc-root-diff, vc-print-root-log): Use it.
4799         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4800         nil LIMIT argument to vc-print-log-internal.
4802 2009-11-20  Glenn Morris  <rgm@gnu.org>
4804         * Makefile.in (ELCFILES): Regenerate.
4806 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
4808         * calc/calc.el (calc-set-mode-line):
4809         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4810         (math-format-number): Rename `math-format-complement-signed' to
4811         `math-format-twos-complement'.
4813         * calc/calc-bin.el (math-format-twos-complement): Rename from
4814         math-format-complement-signed.
4815         (calc-radix): Rename `calc-complement-signed-mode' to
4816         `calc-twos-complement-mode'.
4817         (calc-octal-radix, calc-hex-radix): Add an argument for
4818         two's complement.
4820         * calc/calc-embed.el (calc-embedded-mode-vars):
4821         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4823         * calc/calc-ext.el (calc-init-extensions):
4824         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4825         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4827         * calc/calc-units.el (math-build-units-table-buffer):
4828         Let `calc-twos-complement-mode' be nil.
4830         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4831         entries.
4833         * calc/calc-vec.el (calcFunc-vunpack):
4834         * calc/calc-aent.el (calc-do-calc-eval):
4835         * calc/calc-forms.el (math-format-date):
4836         * calc/calc-graph.el (calc-graph-plot):
4837         * calc/calc-math.el (math-use-emacs-fn):
4838         * calc/calccomp.el (math-compose-expr):
4839         Let `calc-twos-complement-mode' be nil.
4841 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4843         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4844         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
4845         * minibuffer.el (completion-in-region-functions): New hook.
4846         (completion-in-region): New function.
4847         * emacs-lisp/lisp.el (lisp-complete-symbol):
4848         * pcomplete.el (pcomplete-std-complete): Use it.
4850 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4852         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4853         (latex-complete-alist): New vars.
4854         (latex-string-prefix-p, latex-complete-bibtex-keys)
4855         (latex-complete-envnames, latex-complete-refkeys)
4856         (latex-complete-data): New functions.
4857         (latex-complete, latex-indent-or-complete): New commands.
4859         * window.el (display-buffer-mark-dedicated): New var.
4860         (display-buffer): Obey it.
4861         * minibuffer.el (minibuffer-completion-help): Use it.
4863         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4865         * filecache.el (file-cache-add-file): Use push and cons.
4866         (file-cache-delete-file-regexp): Use push.
4867         (file-cache-complete): Use completion-in-region.
4869         * simple.el (with-wrapper-hook): Fix thinko.
4871         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4872         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4873         Use with-current-buffer and string-to-number.
4874         (hfy-fallback-colour-values): Use assoc-string.
4875         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4876         (hfy-face-at): Remove unused var `found-face'.
4877         (hfy-compile-stylesheet): Remove unused var `css'.
4878         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4879         and `orig-buffer'.
4880         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4881         Use with-current-buffer.
4882         (hfy-text-p): Use expand-file-name and fewer setq.
4884 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
4886         * htmlfontify.el, hfy-cmap.el: New files.
4888 2009-11-19  Juri Linkov  <juri@jurta.org>
4890         * minibuffer.el (completions-format): New defcustom.
4891         (completion--insert-strings): Implement vertical format.
4893         * simple.el (switch-to-completions): Move point to the first
4894         completion when point was at the beginning of the buffer.
4896 2009-11-19  Juri Linkov  <juri@jurta.org>
4898         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
4900         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4902 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
4904         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4905         (mail-signature): Change default to t.
4906         (mail-from-style): Deprecate `system-default' value.
4907         (mail-insert-from-field): For default value of mail-from-style,
4908         default to `angles' unless `angles' needs quoting and `parens'
4909         does not.
4910         (mail-citation-prefix-regexp): Use citation regexp from
4911         message-mode.
4913 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
4915         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4916         Set variables for computing the prompt for reading password.
4918 2009-11-19  Glenn Morris  <rgm@gnu.org>
4920         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
4922         * textmodes/flyspell.el (sgml-lexical-context): Declare.
4924         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4925         (newsticker-treeview-listwindow-height): Fix custom type.
4927 2009-11-19  Kenichi Handa  <handa@m17n.org>
4929         * descr-text.el (describe-char-padded-string): Compose with TAB
4930         only if there's a font for CH.
4931         (describe-char): Fix the condition for detecting a trivial composition.
4933 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
4935         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
4936         more accurate version of the regexp.  (Bug#3910)
4938 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
4940         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4942 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
4944         * font-setting.el (font-use-system-font): Declare for byte-compiler.
4945         (font-setting-change-default-font): Fix typo in docstring.
4947 2009-11-18  Alan Mackenzie  <acm@muc.de>
4949         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4951 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
4953         * font-setting.el (font-use-system-font): Move ...
4955         * cus-start.el (all): ... to here.
4957 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
4959         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4960         Don't set `ad-return-value' if `ad-do-it' doesn't.
4962         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4963         modification time.
4965 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
4967         * menu-bar.el: Put "Use system font" in Option-menu.
4968         (menu-bar-options-save): Add font-use-system-font.
4970         * loadup.el: If feature system-font-setting or font-render-setting is
4971         there, load font-setting.
4973         * Makefile.in (ELCFILES): Add font-settings.el.
4974         * font-setting.el: New file.
4976 2009-11-17  Glenn Morris  <rgm@gnu.org>
4978         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4980         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
4981         Preserve point in the list buffer.  (Bug#4939)
4982         Use point-at-eol.
4983         (newsticker--treeview-list-update-highlight)
4984         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
4986 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
4988         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4989         Remove.
4991         * calc/calc-ext.el (calc-init-extensions): Remove references to
4992         symclip.
4994         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4996         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
4997         * calc/calc-help.el (calc-b-prefix-help): Remove references to
4998         `calc-symclip'.
5000 2009-11-16  Kevin Ryde  <user42@zip.com.au>
5002         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5003         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
5005         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5006         (lm-keywords-list): Allow comma-only separator like "foo,bar".
5007         Ignore trailing spaces by omit-nulls to split-string (fixing
5008         regression from Emacs 21 due to the incompatible split-string
5009         change).  (Bug #4928.)
5011 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5013         * vc.el (vc-log-show-limit): Default to 2000.
5014         (vc-print-log-internal): Insert buttons to request more entries
5015         when limiting the output.
5017         * vc-sccs.el (vc-sccs-print-log):
5018         * vc-rcs.el (vc-rcs-print-log):
5019         * vc-cvs.el (vc-cvs-print-log):
5020         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5021         LIMIT is non-nil.
5023 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
5025         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5026         error when `tramp-gvfs-dbus-event-vector' is set.
5027         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5029 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5031         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5033 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
5035         * net/dbus.el (dbus-unregister-service): New defun.
5036         (dbus-register-property): Register the handlers of
5037         "org.freedesktop.DBus.Properties" for SERVICE.
5038         (dbus-property-handler): Fix docstring.
5040 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5042         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5043         Quote doc string reference in defvaralias as it is not in special form.
5044         (byte-compile-output-docform): Doc fix.
5046 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
5048         * calc/calc.el (math-2-word-size, math-half-2-word-size)
5049         (calc-complement-signed-mode): New variables.
5050         (calc-set-mode-line): Add indicator for twos-complements.
5051         (math-format-number): Format twos-complement notation.
5053         * calc/calc-bin.el (calc-word-size): Reset the variables
5054         `math-2-word-size' and `math-half-2-word-size'.
5055         (math-format-complement-signed, math-symclip, calcFunc-symclip)
5056         (calc-symclip): New functions.
5058         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5060         * calc/calc-embed.el (calc-embedded-mode-vars):
5061         Add `calc-complement-signed-mode' to the list of modes.
5063         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
5064         (calc-b-oper-keys): Add `calc-symclip' to list.
5066         * calc/calc-ext.el (math-read-number-fancy): Read complement
5067         signed numbers.
5068         (calc-init-extensions): Add binding for `calc-symclip'.
5069         Add autoload for `calcFunc-symclip' and `calc-symclip'.
5071         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5072         `calc-symclip'.
5073         (calc-modes-menu): Add item for twos complement mode.
5075         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
5077 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
5079         * register.el (jump-to-register, insert-register): Handle Semantic
5080         tags.  From commented-out advice in semantic/senator.el.
5082 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
5084         * vc.el (vc-log-show-limit): New variable.
5085         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
5086         when using a prefix argument.
5087         (vc-print-log-internal): Add new argument LIMIT.
5089         * vc-svn.el (vc-svn-print-log):
5090         * vc-mtn.el (vc-mtn-print-log):
5091         * vc-hg.el (vc-hg-print-log):
5092         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
5093         pass it to the log command when set.  Make the BUFFER argument
5094         non-optional.
5096         * vc-sccs.el (vc-sccs-print-log):
5097         * vc-rcs.el (vc-rcs-print-log):
5098         * vc-git.el (vc-git-print-log):
5099         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5100         ignore it.  Make the BUFFER argument non-optional
5102         * bindings.el (mode-line-buffer-identification): Do not purecopy.
5104 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
5106         * dired.el (dired-mode-map): Move encryption items to "Operate"
5107         menu (Bug#4703).
5109         * strokes.el (strokes-update-window-configuration): Make strokes
5110         buffer current before erasing (Bug#4906).
5112 2009-11-15  Juri Linkov  <juri@jurta.org>
5114         * simple.el (set-mark-default-inactive): Add :type, :group
5115         and :version.  (Bug#4876)
5117 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
5119         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5120         (archive-unique-fname): ... here.  (Bug#4929)
5122 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5124         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5125         with a real fix.
5127         * novice.el (disabled-command-function): Add useful args.
5128         Setup the help buffer so that [back] works.
5129         Remove redundant call to help-mode.
5130         (disabled-command-function): Use `case'.
5131         (en/disable-command): New function extracted from enable-command.
5132         (enable-command, disable-command): Use it.
5134 2009-11-14  Glenn Morris  <rgm@gnu.org>
5136         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5137         constants.  (Bug#4913)
5139         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5141 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
5143         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5144         defined in C that have no doc-strings.  (Bug#1063)
5146 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
5148         * cus-edit.el (data, files):
5149         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
5151 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
5153         * simple.el (shell-command): Doc fix (Bug#4891).
5155         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
5157 2009-11-14  Glenn Morris  <rgm@gnu.org>
5159         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
5160         statements for vc-diff, emerge-quit, and rmail-cease-edit.
5161         If they are already loaded, eval-after-load will do the right thing.
5163         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
5164         compiling.
5166         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5168         * simple.el (x-selection-owner-p): Declare.
5169         (read-mail-command): Use custom radio type rather than choice.
5170         (completion-no-auto-exit): Doc fix.
5172         * custom.el (defgroup):
5173         * epg-config.el (epg): Doc fixes.
5175 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
5177         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5178         * international/ccl.el (define-ccl-program): Do not purecopy the
5179         docstring, defconst does it anyway.
5181 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5183         * add-log.el (add-change-log-entry): Avoid displaying the changelog
5184         a second time.
5186         * x-dnd.el (x-dnd-maybe-call-test-function):
5187         * window.el (split-window-vertically):
5188         * whitespace.el (whitespace-help-on):
5189         * vc-rcs.el (vc-rcs-consult-headers):
5190         * userlock.el (ask-user-about-lock-help)
5191         (ask-user-about-supersession-help):
5192         * type-break.el (type-break-force-mode-line-update):
5193         * time-stamp.el (time-stamp-conv-warn):
5194         * terminal.el (te-set-output-log, te-more-break, te-filter)
5195         (te-sentinel, terminal-emulator):
5196         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
5197         (term-write-input-ring, term-check-source, term-start-output-log):
5198         (term-display-buffer-line, term-dynamic-list-completions):
5199         (term-ansi-make-term, serial-term):
5200         * subr.el (selective-display):
5201         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5202         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
5203         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
5204         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
5205         (speedbar-remove-localized-speedbar-support)
5206         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
5207         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
5208         (speedbar-buffers-line-directory):
5209         * simple.el (shell-command-on-region, append-to-buffer)
5210         (prepend-to-buffer):
5211         * shadowfile.el (shadow-save-todo-file):
5212         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
5213         (scroll-bar-maybe-set-window-start):
5214         * sb-image.el (speedbar-image-dump):
5215         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
5216         (load-save-place-alist-from-file):
5217         * ps-samp.el (ps-print-message-from-summary):
5218         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
5219         (ps-background-image, ps-begin-job, ps-do-despool):
5220         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
5221         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
5222         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
5223         (pr-call-process, pr-file-list, pr-interface-save):
5224         * novice.el (disabled-command-function)
5225         (enable-command, disable-command):
5226         * mouse.el (mouse-buffer-menu-alist):
5227         * mouse-copy.el (mouse-kill-preserving-secondary):
5228         * macros.el (kbd-macro-query):
5229         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
5230         * informat.el (batch-info-validate):
5231         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
5232         * hippie-exp.el (try-expand-dabbrev-visible):
5233         * help-mode.el (help-make-xrefs):
5234         * help-fns.el (describe-variable):
5235         * generic-x.el (bat-generic-mode-run-as-comint):
5236         * finder.el (finder-mouse-select):
5237         * find-dired.el (find-dired-sentinel):
5238         * filesets.el (filesets-file-close):
5239         * files.el (list-directory):
5240         * faces.el (list-faces-display, describe-face):
5241         * facemenu.el (list-colors-display):
5242         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
5243         * epg.el (epg--process-filter, epg-cancel):
5244         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
5245         (epa--read-signature-type):
5246         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
5247         (emerge-file-names):
5248         * ehelp.el (electric-helpify):
5249         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
5250         * ediff-vers.el (rcs-ediff-view-revision):
5251         * ediff-util.el (ediff-setup):
5252         * ediff-mult.el (ediff-append-custom-diff):
5253         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
5254         (ediff-wordify):
5255         * echistory.el (Electric-command-history-redo-expression):
5256         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5257         * disp-table.el (describe-display-table):
5258         * dired.el (dired-find-buffer-nocreate):
5259         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
5260         * dabbrev.el (dabbrev--same-major-mode-p):
5261         * chistory.el (list-command-history):
5262         * apropos.el (apropos-documentation):
5263         * allout.el (allout-obtain-passphrase):
5264         (allout-copy-exposed-to-buffer):
5265         (allout-verify-passphrase): Use with-current-buffer.
5267 2009-11-13  Glenn Morris  <rgm@gnu.org>
5269         * Makefile.in (ELCFILES): Regenerate.
5271 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
5273         * net/dbus.el (dbus-registered-objects-table): Rename from
5274         `dbus-registered-functions-table', because it contains also properties.
5275         (dbus-unregister-object): Unregister also properties.
5276         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
5277         Use a timeout of 500 msec, in order to not block.
5278         (dbus-register-property, dbus-property-handler): New defuns.
5280 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5282         * simple.el (minibuffer-default-add-completions): Drop deprecated
5283         4th arg.
5285 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
5287         * textmodes/artist.el (artist-mouse-choose-operation):
5288         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5289         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
5290         (artist-compute-up-event-key): New function.
5291         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
5293 2009-11-13  Kenichi Handa  <handa@m17n.org>
5295         * language/japan-util.el: Make sure that the value of jisx0208
5296         property is jisx0208 character.
5298 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
5300         * international/mule.el (auto-coding-regexp-alist): Only purecopy
5301         car or each item, not the whole list.
5303 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5305         * minibuffer.el (minibuffer-completion-help):
5306         Use minibuffer-hide-completions.
5308 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
5310         * dired.el (dired-save-positions, dired-restore-positions): New funs.
5311         (dired-revert): Use them (bug#4880).
5313 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
5315         * tooltip.el (tooltip-frame-parameters): Undo previous change.
5317 2009-11-12  Juri Linkov  <juri@jurta.org>
5319         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
5320         New functions.
5321         (find-file-literally-at-point): Alias of `ffap-literally'.
5323 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
5325         * textmodes/ispell.el (ispell-skip-region-alist):
5326         * textmodes/css-mode.el (auto-mode-alist):
5327         * progmodes/compile.el (auto-mode-alist):
5328         * international/mule.el (ctext-non-standard-encodings-alist)
5329         (ctext-non-standard-encodings-regexp):
5330         * simple.el (shell-command-switch, text-read-only):
5331         * replace.el (occur-mode-map):
5332         * paths.el (rmail-file-name):
5333         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
5334         * find-file.el (ff-special-constructs):
5335         * files.el (file-name-handler-alist):
5336         * composite.el: Purecopy strings.
5338         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
5340 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
5342         * widget.el (define-widget): Purecopy the docstring.
5343         * international/mule-cmds.el (charset): Do not purecopy the
5344         docstring here, define-widget does it.
5346         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5347         * textmodes/bibtex-style.el (auto-mode-alist):
5348         * progmodes/inf-lisp.el (inferior-lisp-prompt):
5349         * progmodes/compile.el (compile-command):
5350         * language/korea-util.el (default-korean-keyboard):
5351         * international/mule-conf.el (file-coding-system-alist):
5352         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
5353         * tooltip.el (tooltip-frame-parameters):
5354         * newcomment.el (comment-end, comment-padding):
5355         * dired.el (dired-trivial-filenames):
5356         * comint.el (comint-file-name-prefix): Purecopy initial values.
5358 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
5360         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
5361         (tramp-advice-minibuffer-electric-tilde): Unload advices via
5362         `tramp-unload'.
5363         (tramp-advice-make-auto-save-file-name)
5364         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
5365         after removing the advice.
5367 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
5369         * progmodes/grep.el (grep-regexp-alist):
5370         * international/mule-cmds.el (iso-2022-control-alist):
5371         * emacs-lisp/timer.el (timer-duration-words):
5372         * subr.el (version-separator, version-regexp-alist):
5373         * minibuffer.el (completion-styles-alist):
5374         * faces.el (face-attribute-name-alist, list-faces-sample-text):
5375         Change defvars to defconsts.
5377         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
5378         * loadup.el ("international/mule-conf"): Load the byte compiled version.
5379         * international/mule-conf.el: Allow to be byte compiled.
5381         * international/mule.el (define-charset): Purecopy props.
5382         (load-with-code-conversion): Purecopy doc string and file name.
5383         (put-charset-property): Purecopy strings.
5384         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
5386         * international/mule-cmds.el (register-input-method): Purecopy arguments.
5387         (define-char-code-property): Correctly purecopy the table.
5389         * international/ccl.el (define-ccl-program): Purecopy the docstring.
5391         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
5393         * subr.el (add-hook): Purecopy strings.
5394         (eval-after-load): Purecopy load-history-regexp and the form.
5396         * custom.el (custom-declare-group): Purecopy load-file-name.
5398         * subr.el (menu-bar-separator): New defconst.
5399         * net/eudc.el (eudc-tools-menu):
5400         * international/mule-cmds.el (set-coding-system-map)
5401         (mule-menu-keymap):
5402         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5403         * vc-hooks.el (vc-menu-map):
5404         * replace.el (occur-mode-map):
5405         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
5406         (menu-bar-edit-menu, menu-bar-goto-menu)
5407         (menu-bar-custom-menu, menu-bar-showhide-menu)
5408         (menu-bar-options-menu, menu-bar-tools-menu)
5409         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
5410         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
5411         (menu-bar-help-menu):
5412         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
5413         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
5415         * term/x-win.el (x-gtk-stock-map):
5416         * progmodes/vera-mode.el (auto-mode-alist):
5417         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5418         (inferior-lisp-program, inferior-lisp-load-command):
5419         * progmodes/hideshow.el (hs-special-modes-alist):
5420         * progmodes/gud.el (same-window-regexps):
5421         * progmodes/grep.el (grep-program, find-program, xargs-program):
5422         * net/telnet.el (same-window-regexps):
5423         * net/rlogin.el (same-window-regexps):
5424         * language/ethiopic.el (font-ccl-encoder-alist):
5425         * vc-sccs.el (vc-sccs-master-templates):
5426         * vc-rcs.el (vc-rcs-master-templates):
5427         * subr.el (cl-assertion-failed):
5428         * simple.el (next-error-overlay-arrow-position):
5429         * lpr.el (lpr-command):
5430         * locate.el (locate-ls-subdir-switches):
5431         * info.el (same-window-regexps, info)
5432         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5433         * image-mode.el (image-mode, auto-mode-alist):
5434         * hippie-exp.el (hippie-expand-ignore-buffers):
5435         * format.el (format-alist):
5436         * find-dired.el (find-ls-subdir-switches, find-grep-options)
5437         (find-name-arg):
5438         * facemenu.el (facemenu-keybindings):
5439         * dired.el (dired-listing-switches, dired-chown-program):
5440         * diff.el (diff-switches, diff-command):
5441         * cus-edit.el (same-window-regexps):
5442         * bindings.el (mode-line-mule-info)
5443         (mode-line-buffer-identification): Purecopy strings.
5445 2009-11-11  Juri Linkov  <juri@jurta.org>
5447         * simple.el (dired-get-filename) <declare-function>:
5448         Tell the byte-compiler about dired-get-filename.
5449         (shell-command): In Dired mode, get filename from the current line
5450         as the default value.
5452 2009-11-10  Glenn Morris  <rgm@gnu.org>
5454         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
5455         * calendar/holidays.el, progmodes/cperl-mode.el:
5456         Update x-popup-menu declarations.
5458         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
5459         (list-load-path-shadows): Use dolist.
5460         (list-load-path-shadows): Use with-current-buffer.
5462 2009-11-10  Juri Linkov  <juri@jurta.org>
5464         * minibuffer.el (read-file-name): Support a list of default values
5465         in `default-filename'.  Use the first file name where only one
5466         element is required.  Doc fix.
5468 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
5470         * net/dbus.el (dbus-unregister-object): Release service, if no
5471         other method is registered for it.
5473 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
5475         * bookmark.el (bookmark-completing-read): Sort bookmark names if
5476         bookmark-sort-flag is non-nil (Bug#4653).
5478 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
5480         * emulation/cua-base.el: Add CUA property to some CC mode commands
5481         (Bug#4100).
5483 2009-11-08  Kevin Ryde  <user42@zip.com.au>
5485         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
5486         at end of sentence (Bug#4818).
5488 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
5490         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5491         Handle "see declaration of" MSFT statements (Bug#4100).
5493 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
5495         * net/tramp.el (tramp-advice-make-auto-save-file-name)
5496         (tramp-advice-file-expand-wildcards): Unload via
5497         `ad-remove-advice'.
5499         * net/trampver.el: Update release number.
5501 2009-11-08  Kevin Ryde  <user42@zip.com.au>
5503         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5504         `ad-do-it'.
5506 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
5508         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5509         in order to keep context in SELinux.
5511 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
5513         * dired-aux.el (dired-query): Place cursor in echo area and allow
5514         C-g.
5516         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5517         menu item if not on a directory (Bug#4701).
5519 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
5521         Sync with Tramp 2.1.17.
5523         * net/tramp.el (tramp-handle-copy-directory): Don't use
5524         `file-remote-p' (due to compatibility).
5526         * net/tramp-compat.el (tramp-compat-copy-directory)
5527         (tramp-compat-delete-directory): New defuns.
5529         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5530         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
5531         `tramp-compat-delete-directory'.
5533         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5534         (tramp-smb-handle-delete-directory): Use
5535         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5537         * net/trampver.el: Update release number.
5539 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
5541         * tar-mode.el (tar-copy): Call write-region on the right buffer
5542         (Bug#4857).
5544         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5545         by hand, if necessary (Bug#4878).
5547 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
5549         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5550         align size column (Bug#4839).
5552         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5553         statement.
5555 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5557         * progmodes/ld-script.el (auto-mode-alist):
5558         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5560         * cus-face.el (custom-declare-face): Purecopy face spec.
5562 2009-11-06  Kenichi Handa  <handa@m17n.org>
5564         * international/uni-bidi.el: Re-generated.
5565         * international/uni-category.el: Re-generated.
5566         * international/uni-combining.el: Re-generated.
5567         * international/uni-mirrored.el: Re-generated.
5569 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5571         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5572         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5573         (tex-start-options, slitex-run-command, latex-run-command)
5574         (tex-run-command, tex-directory):
5575         * textmodes/ispell.el (ispell-html-skip-alists)
5576         (ispell-tex-skip-alists, ispell-tex-skip-alists):
5577         * textmodes/fill.el (adaptive-fill-first-line-regexp):
5578         (adaptive-fill-regexp):
5579         * textmodes/dns-mode.el (auto-mode-alist):
5580         * progmodes/python.el (interpreter-mode-alist):
5581         * progmodes/etags.el (tags-compression-info-list):
5582         * progmodes/etags.el (tags-file-name):
5583         * net/browse-url.el (browse-url-galeon-program)
5584         (browse-url-firefox-program):
5585         * mail/sendmail.el (mail-signature-file)
5586         (mail-citation-prefix-regexp):
5587         * international/mule-conf.el (eight-bit):
5588         * international/latexenc.el (latex-inputenc-coding-alist):
5589         * international/fontset.el (x-pixel-size-width-font-regexp):
5590         * emacs-lisp/warnings.el (warning-type-format):
5591         * emacs-lisp/trace.el (trace-buffer):
5592         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5593         (emacs-lisp-mode-map):
5594         * calendar/holidays.el (holiday-solar-holidays)
5595         (holiday-bahai-holidays, holiday-islamic-holidays)
5596         (holiday-christian-holidays, holiday-hebrew-holidays)
5597         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5598         (hebrew-holidays-1, holiday-oriental-holidays)
5599         (holiday-general-holidays):
5600         * x-dnd.el (x-dnd-known-types):
5601         * tool-bar.el (tool-bar):
5602         * startup.el (site-run-file):
5603         * shell.el (shell-dumb-shell-regexp):
5604         * rfn-eshadow.el (file-name-shadow-tty-properties)
5605         (file-name-shadow-properties):
5606         * paths.el (remote-shell-program, news-directory):
5607         * mouse.el ([C-down-mouse-3]):
5608         * menu-bar.el (menu-bar-tools-menu):
5609         * jka-cmpr-hook.el (jka-compr-load-suffixes)
5610         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5611         (jka-compr-compression-info-list):
5612         * isearch.el (search-whitespace-regexp):
5613         * image-file.el (image-file-name-extensions):
5614         * find-dired.el (find-ls-option):
5615         * files.el (directory-listing-before-filename-regexp)
5616         (directory-free-space-args, insert-directory-program)
5617         (list-directory-brief-switches, magic-fallback-mode-alist)
5618         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5619         (automount-dir-prefix):
5620         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5621         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5622         (face-font-registry-alternatives, face-font-registry-alternatives)
5623         (face-font-family-alternatives):
5624         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5625         (facemenu-foreground-menu, facemenu-face-menu):
5626         * epa-hook.el (epa-file-name-regexp):
5627         * dnd.el (dnd-protocol-alist):
5628         * textmodes/rst.el (auto-mode-alist):
5629         * button.el (default-button): Purecopy strings.
5631 2009-11-06  Glenn Morris  <rgm@gnu.org>
5633         * Makefile.in (ELCFILES): Update.
5635 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5637         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5638         * emacs-lisp/levents.el: Move to obsolete/levents.el.
5640         * nxml/xsd-regexp.el (xsdre-gen-categories):
5641         * nxml/xmltok.el (xmltok-parse-entity):
5642         * nxml/rng-parse.el (rng-parse-validate-file):
5643         * nxml/rng-maint.el (rng-format-manual)
5644         (rng-manual-output-force-new-line):
5645         * nxml/rng-loc.el (rng-save-schema-location-1):
5646         * nxml/rng-cmpct.el (rng-c-parse-file):
5647         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5648         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5650 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
5652         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
5653         Remove extra save-excursions and make-variable-buffer-local's.
5654         Suggested by Stefan Monnier.
5656         (verilog-getopt-file, verilog-module-inside-filename-p)
5657         (verilog-set-define): Merge GNU 1.35 and repair changes from
5658         switching to using with-current-buffer.
5660         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5661         being treated as a number and confusing AUTORESET.
5662         Reported by Dan Dever.
5664         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5665         Add verilog-auto-ignore-concat to fix backward compatibility with
5666         older verilog-modes.  Reported by Dan Katz.
5668         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5669         containing closing anchors "...$".
5671         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5672         Reported by Wade Smith.
5674         (verilog-batch-execute-func): Comment on function usage.
5676 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
5678         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5679         for labels.
5681         (verilog-label-re, verilog-calc-1): Support proper indent of named
5682         asserts.
5684         (verilog-backward-token, verilog-basic-complete-re)
5685         (verilog-beg-of-statement, verilog-indent-re): Support proper
5686         indent of the assert statement at the beginning of a block of text.
5688         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5689         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5690         tokens as begins.
5692 2009-11-05  Glenn Morris  <rgm@gnu.org>
5694         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5695         Emacs 19.  (Bug#1531)
5696         (byte-compile-fix-header): Update for the above change.
5697         Drop test for epoch::version.
5699         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
5700         * cus-dep.el (custom-make-dependencies):
5701         * finder.el (finder-compile-keywords):
5702         Use autoload-rubric's feature argument.
5704         * calendar/diary-lib.el (top-level): Make load behave more like require.
5706         * vc-git.el (vc-git-stash-map): Move definition before use.
5708 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
5710         * custom.el (custom-declare-group): Purecopy standard-value.
5711         (custom-declare-group): Purecopy custom-prefix.
5713         * international/mule.el (load-with-code-conversion):
5714         Call do-after-load-evaluation unconditionally.
5716         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5718 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5720         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5722 2009-11-04  Glenn Morris  <rgm@gnu.org>
5724         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5725         (byte-compile-compatibility): Remove option.
5726         (byte-compile-close-variables, byte-compile-fix-header)
5727         (byte-compile-insert-header, byte-compile-output-docform)
5728         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5729         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5730         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5731         (byte-compile-insert, byte-compile-defun):
5732         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
5733         (byte-defop-compiler19): Remove.
5734         Without byte-compile-compatibility, the 'emacs19-opcode property is not
5735         used by anything.  Replace all calls with byte-defop-compiler.
5737 2009-11-04  Juri Linkov  <juri@jurta.org>
5739         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5740         (menu-bar-options-menu): Don't quote the `prop' arg of
5741         `menu-bar-make-mm-toggle'.
5743 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
5745         * calendar/calendar.el (cal-loaddefs):
5746         * calendar/diary-lib.el (diary-loaddefs):
5747         * calendar/holidays.el (hol-loaddefs):
5748         * eshell/esh-module.el (esh-groups): Load rather than require.
5750 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5752         * calendar/todo-mode.el (todo-add-category): Don't hardcode
5753         point-min==1.
5754         (todo-top-priorities): Only display-buffer when called interactively.
5755         (todo-item-start): Don't save excursion point.
5756         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
5757         (todo-insert-item-here, todo-file-item, todo-remove-item):
5758         Adjust uses of todo-item-start and todo-item-end.
5760         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5761         (autoload-rubric): Don't use any more.
5763         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5764         and only put a prop if it is non-nil.
5766 2009-11-03  Juri Linkov  <juri@jurta.org>
5768         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5769         (menu-bar-options-menu): Fix list quoting (Bug#4429).
5771         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5772         and "Menu" to make top-level menu item visually one unit (like
5773         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5774         multi-word menu items).  Fix :help string for quit-window.
5776 2009-11-03  Glenn Morris  <rgm@gnu.org>
5778         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5779         (byte-compile-file-form-define-abbrev-table)
5780         (byte-compile-file-form-custom-declare-variable)
5781         (byte-compile-variable-ref, byte-compile-defvar):
5782         Whether or not a warning is enabled should only affect whether we issue
5783         the warning, not whether or not we collect the relevant data.
5784         Eg warnings can be turned on and off throughout the course of a file.
5786         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5787         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5789 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5791         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5792         * play/mpuz.el (mpuz-create-buffer):
5793         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5794         (lm-print-y,s,noise, lm-print-w0, lm-init):
5795         * play/gomoku.el (gomoku-prompt-for-move):
5796         * play/fortune.el (fortune-in-buffer):
5797         * play/dissociate.el (dissociated-press):
5798         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5799         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
5800         * mail/supercite.el (sc-eref-show):
5801         * mail/smtpmail.el (smtpmail-send-it):
5802         * mail/rmailsum.el (rmail-summary-next-labeled-message)
5803         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5804         (rmail-summary-undelete-many, rmail-summary-rmail-update)
5805         (rmail-summary-goto-msg, rmail-summary-expunge)
5806         (rmail-summary-get-new-mail, rmail-summary-search-backward)
5807         (rmail-summary-add-label, rmail-summary-output-menu)
5808         (rmail-summary-output-body):
5809         * mail/rfc822.el (rfc822-addresses):
5810         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5811         * mail/mailpost.el (post-mail-send-it):
5812         * mail/hashcash.el (hashcash-generate-payment):
5813         * mail/feedmail.el (feedmail-run-the-queue)
5814         (feedmail-queue-send-edit-prompt-help-first)
5815         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5816         (feedmail-deduce-address-list):
5817         * eshell/esh-ext.el (eshell-remote-command):
5818         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5819         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5820         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5821         (viper-save-string-in-file, viper-valid-marker):
5822         * emulation/viper-keym.el (viper-toggle-key):
5823         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5824         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5825         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5826         * emulation/viper-cmd.el (viper-exec-form-in-vi)
5827         (viper-exec-form-in-emacs, viper-brac-function):
5828         * emulation/viper.el (viper-delocalize-var):
5829         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5830         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5831         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5832         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5833         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5834         * emulation/edt.el (edt-electric-helpify):
5835         * emulation/cua-rect.el (cua--rectangle-aux-replace):
5836         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5837         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5838         (cua-indent-to-global-mark-column):
5839         * calendar/diary-lib.el (calendar-mark-1):
5840         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5841         Use with-current-buffer.
5842         * emulation/viper.el (viper-delocalize-var): Use dolist.
5844 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
5846         * comint.el (comint-replace-by-expanded-history-before-point):
5847         Replace !! with the previous input string literally (Bug#1795).
5849 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
5851         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5852         to be made up of whitespace.
5854 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
5856         * minibuffer.el (read-file-name): Don't use file dialogs for
5857         remote directories (Bug#99).
5859 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
5861         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5863 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
5865         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5866         instead of deleting the window or frame.
5868 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
5870         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5871         Support face colors.
5873         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5874         New function.  Support face colors (Bug#1168).
5875         (tex-common-initialization): Use it.
5877         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5878         mode allows it (Bug#1168).
5880 2009-10-31  Juri Linkov  <juri@jurta.org>
5882         * facemenu.el (list-colors-display): Don't mark buffer as
5883         modified (Bug#3948).
5885 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
5887         * international/mule-diag.el (list-character-sets-1): Minor
5888         message fix (Bug#3526).
5890         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5891         face property (Bug#4834).
5892         (etags-list-tags, etags-tags-apropos-additional)
5893         (etags-tags-apropos, tags-select-tags-table): Add follow-link
5894         property.
5896         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5897         items.
5899 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5901         * textmodes/two-column.el (2C-split):
5902         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5903         * textmodes/tex-mode.el (tex-set-buffer-directory):
5904         * textmodes/spell.el (spell-region, spell-string):
5905         * textmodes/reftex.el (reftex-erase-buffer):
5906         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5907         * textmodes/reftex-toc.el (reftex-toc-promote-action):
5908         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5909         (reftex-select-item):
5910         * textmodes/reftex-ref.el (reftex-label-info-update)
5911         (reftex-offer-label-menu):
5912         * textmodes/reftex-index.el (reftex-index-change-entry)
5913         (reftex-index-phrases-info):
5914         * textmodes/reftex-global.el (reftex-create-tags-file)
5915         (reftex-save-all-document-buffers, reftex-ensure-write-access):
5916         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5917         (reftex-view-crossref-from-bibtex):
5918         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5919         (reftex-extract-bib-entries-from-thebibliography)
5920         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5921         * textmodes/refbib.el (r2b-capitalize-title):
5922         (r2b-convert-buffer, r2b-help):
5923         * textmodes/page-ext.el (pages-directory)
5924         (pages-directory-goto-with-mouse):
5925         * textmodes/bibtex.el (bibtex-validate-globally):
5926         * textmodes/bib-mode.el (bib-capitalize-title):
5927         * textmodes/artist.el (artist-clear-buffer, artist-system):
5928         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5929         (local-set-scheme-interaction-buffer, xscheme-process-filter)
5930         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5931         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5932         (xscheme-send-control-g-interrupt, xscheme-start-process)
5933         (xscheme-process-sentinel, xscheme-cd):
5934         * progmodes/verilog-mode.el (verilog-read-always-signals)
5935         (verilog-set-define, verilog-getopt-file)
5936         (verilog-module-inside-filename-p):
5937         * progmodes/sh-script.el:
5938         * progmodes/python.el (python-pdbtrack-get-source-buffer)
5939         (python-pdbtrack-grub-for-buffer, python-execute-file):
5940         * progmodes/octave-inf.el (inferior-octave):
5941         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5942         (idlwave-shell-compile-helper-routines, idlwave-set-local)
5943         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5944         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5945         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5946         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5947         (idlwave-shell-filter, idlwave-shell-examine-highlight)
5948         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5949         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5950         (idlwave-shell-examine-display, idlwave-shell-run-region)
5951         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5952         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5953         * progmodes/idlw-help.el (idlwave-help-get-special-help)
5954         (idlwave-help-get-help-buffer):
5955         * progmodes/gud.el (gud-basic-call, gud-find-class)
5956         (gud-tooltip-activate-mouse-motions-if-enabled):
5957         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5958         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5959         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5960         (ebrowse-tags-next-file):
5961         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5962         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5963         (ebnf-eps-finish-and-write):
5964         * progmodes/cpp.el (cpp-edit-save):
5965         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5966         * progmodes/cc-defs.el (c-emacs-features):
5967         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5968         (antlr-directory-dependencies):
5969         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5970         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5971         (ada-find-any-references, ada-make-filename-from-adaname)
5972         (ada-make-body-gnatstub):
5973         * obsolete/rnews.el (news-list-news-groups):
5974         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
5975         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5976         * net/rcirc.el (rcirc-debug):
5977         * net/newst-treeview.el (newsticker--treeview-list-add-item)
5978         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
5979         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
5980         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5981         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
5982         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
5983         (newsticker--treeview-list-clear-highlight)
5984         (newsticker--treeview-list-update-highlight)
5985         (newsticker--treeview-list-highlight-start)
5986         (newsticker--treeview-tree-update-highlight)
5987         (newsticker--treeview-get-selected-item)
5988         (newsticker-treeview-mark-list-items-old)
5989         (newsticker--treeview-set-current-node):
5990         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5991         * net/newst-backend.el (newsticker--get-news-by-funcall)
5992         (newsticker--get-news-by-wget, newsticker--image-get)
5993         (newsticker--image-sentinel):
5994         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
5995         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
5996         (eudc-ph-close-session):
5997         * net/eudc.el (eudc-save-options):
5998         * language/thai-word.el (thai-update-word-table):
5999         * language/japan-util.el (japanese-string-conversion):
6000         * international/titdic-cnv.el (tsang-quick-converter)
6001         (ziranma-converter, ctlau-converter):
6002         * international/mule-cmds.el (describe-language-environment):
6003         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6004         (skkdic-convert-postfix, skkdic-convert-prefix):
6005         (skkdic-convert-okuri-nasi, skkdic-convert):
6006         * emacs-lisp/re-builder.el (reb-update-overlays):
6007         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6008         * emacs-lisp/gulp.el (gulp-send-requests):
6009         * emacs-lisp/find-gc.el (trace-call-tree):
6010         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6011         (eieio-describe-generic):
6012         * emacs-lisp/eieio-base.el (eieio-persistent-read):
6013         * emacs-lisp/edebug.el (edebug-outside-excursion):
6014         * emacs-lisp/debug.el (debugger-make-xrefs):
6015         * emacs-lisp/cust-print.el (custom-prin1-to-string):
6016         * emacs-lisp/chart.el (chart-new-buffer):
6017         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6018         Use with-current-buffer.
6019         * textmodes/artist.el (artist-system): Don't call
6020         copy-sequence on a fresh string.
6021         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6023 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
6025         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
6026         is no item to edit.  (Bug#4820)
6027         (todo-top-priorities): Restore point and restore narrowing in Todo
6028         buffer.  (Bug#4820)
6030 2009-10-31  Glenn Morris  <rgm@gnu.org>
6032         * net/ange-ftp.el (top-level): Don't require dired when compiling.
6033         (comint-last-output-start, comint-last-input-start)
6034         (comint-last-input-end): Don't defvar when compiling.
6035         (ange-ftp-process-file): Use bound-and-true-p.
6037         * pcmpl-rpm.el (top-level): Move provide statement to end.
6038         (pcmpl-rpm): Remove unused custom group.
6040         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6042         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6044         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6045         (byte-compile-warnings): Add `constants' as an option.
6046         (byte-compile-callargs-warn, byte-compile-arglist-warn)
6047         (display-call-tree): Update for byte-compile-fdefinition possibly
6048         returning `(macro lambda ...)'.  (Bug#4778)
6049         (byte-compile-variable-ref, byte-compile-setq-default):
6050         Respect `constants' member of byte-compile-warnings.
6052 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6054         * vc-bzr.el (vc-bzr-revision-keywords): New var.
6055         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6056         to "submit:".
6058 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
6060         * textmodes/ispell.el (ispell-skip-region-alist):
6061         * international/mule-conf.el (eight-bit):
6062         * international/fontset.el (font-encoding-alist):
6063         * startup.el (pure-space-overflow-message):
6064         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6065         * paths.el (gnus-nntp-service, rmail-spool-directory)
6066         (term-file-prefix):
6067         * files.el (save-some-buffers-action-alist):
6068         * cmuscheme.el (same-window-buffer-names):
6069         * ielm.el (same-window-buffer-names):
6070         * shell.el (same-window-buffer-names):
6071         * mail/sendmail.el (same-window-buffer-names):
6072         * progmodes/inf-lisp.el (same-window-buffer-names):
6073         * bindings.el (mode-line-client)
6074         (mode-line-column-line-number-mode-map):
6075         * language/tibetan.el (tibetan-precomposition-rule-regexp)
6076         (tibetan-precomposed-regexp): Purecopy string arguments.
6078 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6080         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6081         (calcDigit-nondigit):
6082         * calc/calc-yank.el (calc-copy-to-buffer):
6083         * calc/calc-units.el (calc-invalidate-units-table):
6084         * calc/calc-trail.el (calc-trail-yank):
6085         * calc/calc-store.el (calc-insert-variables):
6086         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6087         * calc/calc-prog.el (calc-read-parse-table):
6088         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6089         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6090         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6091         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6092         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6093         (calc-graph-name, calc-graph-find-command, calc-graph-view)
6094         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6095         * calc/calc-ext.el (calc-realign):
6096         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6097         (calc-embedded-finish-edit, calc-embedded-make-info)
6098         (calc-embedded-finish-command, calc-embedded-stack-change):
6099         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6101         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
6102         shell-dynamic-complete-filename in preference to
6103         comint-dynamic-complete-filename.
6105         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6106         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6107         Don't consider whether the display supports colors.
6108         (bookmark-import-new-list): Use dolist.
6109         (bookmark-bmenu-mode-map): Move initialization into declaration.
6110         (bookmark-bmenu-list): Use dolist, simplify.
6111         (bookmark-show-all-annotations): Use save-selected-window and dolist.
6112         (menu-bar-final-items): Use push.
6114 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
6116         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
6117         it works on remote files.
6118         (vc-hg-diff): Don't pass any `--cwd' argument.
6120 2009-10-27  Kevin Ryde  <user42@zip.com.au>
6122         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6123         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
6124         (Further to Bug#3921).
6126 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
6128         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
6129         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
6130         calling `tramp-imap-put-file'.  Add file size to the call.
6131         (tramp-imap-get-file-entries): Compute also user name, file size,
6132         and date.
6133         (tramp-imap-handle-insert-directory): Insert uid and gid.
6134         (tramp-imap-handle-file-attributes): Transform uid and gid
6135         according to `id-format'.
6136         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
6137         size in header X-Size.
6139 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
6141         * simple.el (transpose-subr): Give clearer error when the mark
6142         is not set.  (Bug#4807)
6144 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
6146         * net/tramp.el (tramp-perl-file-truename): New defconst.
6147         Perl code contributed by yary <not.com@gmail.com> (tiny change).
6148         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
6149         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
6150         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
6152         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6153         Ignore `dired-call-process'.
6154         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
6156 2009-10-26  Julian Scheid  <julians37@gmail.com>
6158         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
6159         (tramp-get-remote-readlink): New defun.
6160         (tramp-handle-file-truename): Use it.
6161         (tramp-handle-file-exists-p): Check file-attributes cache, assume
6162         file exists if cache value present.
6163         (tramp-check-cached-permissions): New defun.
6164         (tramp-handle-file-readable-p): Use it.
6165         (tramp-handle-file-writable-p): Likewise.
6166         (tramp-handle-file-executable-p): Likewise.
6167         (tramp-handle-file-name-all-completions): Try using Perl to get
6168         partial completions.  When perl not available, combine `cd' and
6169         `ls' into single remote operation and use shell expansion to get
6170         partial remote directory contents.  Set `file-exists-p' cache for
6171         directory and any files returned by ls.  Change cache handling to
6172         support partial directory contents.  Use error message emitted by
6173         remote `cd' or Perl code for local tramp-error.
6174         (tramp-do-copy-or-rename-file-directly): Avoid separate
6175         tramp-send-command-and-check call.
6176         (tramp-handle-process-file): Merge three remote ops into one.
6177         Do not flush all caches when `process-file-side-effects' is set.
6178         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
6179         file-attributes shows uid/gid to be set already.
6181 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
6183         * textmodes/tex-mode.el (tex-dvi-view-command)
6184         (tex-show-queue-command, tex-open-quote):
6185         * progmodes/ruby-mode.el (auto-mode-alist)
6186         (interpreter-mode-alist): Purecopy strings.
6188         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
6190         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
6191         string for the hook, keymap and abbrev table.
6193         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
6195         * x-dnd.el (x-dnd-xdnd-to-action):
6196         * startup.el (fancy-startup-text, fancy-about-text): Change to
6197         defconst from defvar.
6199         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
6201         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
6202         Purecopy initialization strings.
6204         * mail/sendmail.el (mail-header-separator)
6205         (mail-personal-alias-file):
6206         * mail/rmail.el (rmail-default-dont-reply-to-names)
6207         (rmail-ignored-headers, rmail-retry-ignored-headers)
6208         (rmail-highlighted-headers, rmail-secondary-file-directory)
6209         (rmail-secondary-file-regexp):
6210         * files.el (null-device, file-name-invalid-regexp)
6211         (locate-dominating-stop-dir-regexp)
6212         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
6213         (interpreter-mode-alist): Use mapcar instead of mapc.
6215         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6217         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6218         (completion-ignored-extensions):
6219         (debug-ignored-errors): Purecopy strings.
6221 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6223         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6224         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6225         (pcomplete--here): Use push.
6227         * subr.el (all-completions): Declare the 4th arg obsolete.
6229 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6231         * pcomplete.el (pcomplete-unquote-argument-function): New var.
6232         (pcomplete-unquote-argument): New function.
6233         (pcomplete--common-suffix): Always pay attention to case.
6234         (pcomplete--table-subvert): Quote and unquote the text.
6235         (pcomplete--common-quoted-suffix): New function.
6236         (pcomplete-std-complete): Use it and pcomplete-begin.
6238         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6239         we're inside a dedicated or minibuffer window.
6241 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
6243         * bookmark.el: Update documentation, especially documentation
6244         of `bookmark-alist' and of the bookmark file format.
6245         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
6247 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
6249         * mail/emacsbug.el (report-emacs-bug): Clarify that the
6250         keybindings apply to the mail buffer (Bug#4003).  Shrink help
6251         window to buffer.
6253         * whitespace.el (whitespace-mode, whitespace-newline-mode)
6254         (global-whitespace-mode, global-whitespace-newline-mode)
6255         (whitespace-toggle-options, global-whitespace-toggle-options):
6256         Doc fix (Bug#3660).
6258         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6259         of xmltok-start before the end tag was inserted (Bug#2840).
6261         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6262         patterns that are preceded by an open-paren (Bug#1320).
6264 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
6266         * files.el (delete-directory): Delete symlinks to directories with
6267         delete-file (Bug#4739).
6269 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
6271         * vc.el (vc-backend-for-registration): Rename from
6272         vc-get-backend-for-registration.  Update callers.
6274         * international/mule-cmds.el (set-language-info-alist):
6275         Purecopy lang-env.
6276         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6277         (charset): Purecopy the name.
6278         (define-char-code-property): Purecopy string arguments.
6280         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6281         Purecopy string arguments.
6283         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6284         * ediff-hook.el (menu-bar-ediff-menu):
6285         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6286         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6288 2009-10-24  Glenn Morris  <rgm@gnu.org>
6290         * comint.el (comint-dynamic-list-completions):
6291         * term.el (term-dynamic-list-completions): Use choose-completion rather
6292         than obsolete alias mouse-choose-completion.
6294         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6295         file-cache-choose-completion.
6296         (file-cache-choose-completion): Handle an optional event argument.
6297         (file-cache-mouse-choose-completion): Make it an obsolete alias.
6299         * progmodes/octave-mod.el (octave-complete-symbol):
6300         Use choose-completion if mouse-choose-completion is ever removed.
6302         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6303         use.
6305         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6306         compiler.
6308         * vc-hooks.el (vc-responsible-backend): Fix declaration.
6310 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6312         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6313         Ignore `pred' now that we receive one.
6314         Handle test-completion specially.
6316 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
6318         * vc.el (vc-responsible-backend): Throw an error if not backend is
6319         found.  Remove the REGISTER argument.  Move the code dealing with
6320         REGISTER ...
6321         (vc-get-backend-for-registration): ... here.  New function.
6322         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6323         of vc-responsible-backend, pass the file name instead of the
6324         directory name.
6326 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6328         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6329         New funs.
6330         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
6331         (pcomplete-comint-setup): Don't modify a global var via
6332         accidental side-effects.
6333         (pcomplete-shell-setup): Adjust call accordingly.
6334         (pcomplete-parse-comint-arguments): Use push.
6336 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
6338         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6339         Allow uncapitalized info node names (Bug#3921).
6341         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6342         to the DEBUG file (Bug#3781).
6344 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
6346         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6347         dictionary entry (Bug#4579).
6349 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
6351         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6352         from `rfn-eshadow-update-overlay-hook' when unloading.
6353         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6354         "rsyncc".  Adjust doc string.
6355         (tramp-temp-buffer-file-name): New buffer-local defvar.
6356         (tramp-handle-insert-file-contents, tramp-handle-write-region):
6357         Keep temporary file when indicated by method ("rsync" and
6358         "rsyncc").
6359         (tramp-handle-write-region): Handle APPEND.
6360         (tramp-delete-temp-file-function): New defun.  Added to
6361         `kill-buffer-hook'.
6363 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
6365         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6367 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
6369         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6370         (color-name-rgb-alist, tty-standard-colors)
6371         (tty-color-mode-alist): Change to defconst.
6373         * simple.el (mark-inactive): Purecopy message.
6375         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6376         (global-map, yank-menu):
6377         * textmodes/ispell.el (ispell-menu-map):
6378         * net/eudc.el (eudc-tools-menu):
6379         * international/mule-cmds.el (describe-language-environment-map)
6380         (setup-language-environment-map, set-coding-system-map)
6381         (mule-menu-keymap):
6382         * vc-hooks.el (vc-menu-entry, vc-menu-map):
6383         * replace.el (occur-mode-map):
6384         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6386 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
6388         * calc/calc.el (math-read-number, math-read-number-simple): Use
6389         `save-match-data'.
6391 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6393         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6394         rather than fiddling with global-map bindings, since it should only
6395         affect per-terminal settings.
6396         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6398         * minibuffer.el (completion-table-with-terminator): Allow to specify
6399         the terminator-regexp.
6401         * simple.el (switch-to-completions): Look for *Completions* in other
6402         frames as well.
6404         * pcomplete.el: Allow the use of completion-tables.
6405         (pcomplete-std-complete): New command.
6406         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6407         (pcomplete--here): Use a function for `form' rather than an expression,
6408         so it can be byte-compiled.
6409         (pcomplete-here, pcomplete-here*): Adjust accordingly.
6410         Add edebug declaration.
6411         (pcomplete-show-completions): Remove unused var `curbuf'.
6412         (pcomplete-do-complete, pcomplete-stub):
6413         Don't assume `completions' is a list of strings any more.
6415 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
6417         * find-dired.el (find-name-arg): Fix typo in docstring.
6419 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6421         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6422         (pcmpl-linux-fs-types): Same, and update to new modules layout.
6424         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6425         pcomplete-entries.
6427         * comint.el (comint-read-input-ring, comint-write-input-ring)
6428         (comint-substitute-in-file-name)
6429         (comint-dynamic-complete-as-filename)
6430         (comint-dynamic-simple-complete)
6431         (comint-dynamic-list-filename-completions)
6432         (comint-dynamic-list-completions)
6433         (comint-redirect-results-list-from-process): Minor simplifications.
6435 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6437         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6438         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
6439         the first form.  And insert a blank line after ";;; Code" since
6440         that's usual style.  (Bug#4612)
6442         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6444 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6446         * minibuffer.el (completion-table-with-terminator): Properly implement
6447         boundaries, in case `terminator' appears in the suffix.
6448         (completion--embedded-envvar-table): Don't return boundaries if
6449         there's no valid completion.  Simplify.
6450         (completion-file-name-table): New completion table extracted from
6451         completion--file-name-table.
6452         (completion--file-name-table): Use it.
6453         (read-file-name-predicate): Declare obsolete.
6454         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6455         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6456         completion-file-name-table, and use the `pred' argument.
6457         * files.el (locate-file-completion-table): Use the `pred' arg rather
6458         than read-file-name-predicate.
6459         (abbreviate-file-name): Use \` rather than ^ for BOS.
6461 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
6463         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6464         vc-responsible-backend to register, it causes problems.
6466 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6468         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6470 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
6472         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6473         (tramp-smb-handle-file-attributes): Use it.
6474         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6475         (tramp-smb-handle-insert-directory): Use `mapc' rather than
6476         `mapcar'.  Use `tramp-smb-get-stat-capability'.
6477         Add `dired-filename' text properties.
6478         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6479         (tramp-smb-maybe-open-connection): Simplify check for smbclient
6480         version.
6482 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6484         * subr.el (read-key-delay): Reduce to 0.01.
6485         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6486         (bug#4751).
6488 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6490         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6492         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6493         (Info-menu): Remove unused vars `last' and `completions'.
6494         (Info-index-nodes): Remove unused var `node'.
6496         * info.el (Info-complete-menu-item): Use complete-with-action.
6498 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
6500         Make vc-annotate work through copies and renames.
6501         * vc-annotate.el (vc-annotate-extract-revision-at-line):
6502         Return the file name too.
6503         (vc-annotate-revision-at-line)
6504         (vc-annotate-find-revision-at-line)
6505         (vc-annotate-revision-previous-to-line)
6506         (vc-annotate-show-log-revision-at-line): Update to get the file
6507         name from vc-annotate-extract-revision-at-line.
6508         (vc-annotate-show-diff-revision-at-line-internal): Change the
6509         argument to mean whether to show a file diff or not.  Get the file
6510         name from vc-annotate-extract-revision-at-line.
6511         (vc-annotate-show-diff-revision-at-line):
6512         Update vc-annotate-show-diff-revision-at-line call.
6513         (vc-annotate-warp-revision): Add an optional file argument.
6515         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6516         (vc-git-annotate-extract-revision-at-line): Also return the file
6517         name if found.
6519         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6520         command.  Remove unused code.
6521         (vc-hg-annotate-re): Update to match --follow output.
6522         (vc-hg-annotate-extract-revision-at-line): Also return the file
6523         name if found.
6525         * vc.el: Update annotate-extract-revision-at-line documentation.
6527 2009-10-18  Kevin Ryde  <user42@zip.com.au>
6529         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6530         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6532         * net/browse-url.el (browse-url): Identify alist with "consp and
6533         not functionp" and let all other things go down the `apply' leg,
6534         as suggested by Stefan.  (Further to bug#4531.)
6536 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
6538         * minibuffer.el (read-file-name): Check for repeat before putting
6539         a default argument in file-name-history (Bug#4657).
6541         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6542         read syntax (Bug#4737).
6544         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
6546 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
6548         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6549         (html-tag-alist, html-tag-help): Add descriptions for undocumented
6550         entries and make note of obsolete tags.
6552 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6554         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6556 2009-10-18  Glenn Morris  <rgm@gnu.org>
6558         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6559         grep, so that binary files (eg international/uni-bidi.el) can match.
6560         Remove test for "UnicodeData" files, since it is hopefully unnecessary
6561         now, and in any case the file header format has changed.
6563 2009-10-17  Glenn Morris  <rgm@gnu.org>
6565         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6566         (flyspell-get-word, flyspell-large-region)
6567         (flyspell-auto-correct-previous-word): Doc/error message fixes.
6569 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
6571         * Makefile.in (ELCFILES): Add ede/shell.
6573 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
6575         * term/common-win.el (x-colors): Purecopy it.
6577 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6579         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6580         permissive for when the buffer is empty.
6581         (tar-header-block-tokenize): Decode the username and groupname.
6582         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6584 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6586         * international/mule-cmds.el (select-safe-coding-system): If the file
6587         has a coding cookie, use it regardless of any other setting (bug#4712).
6589 2009-10-17  Glenn Morris  <rgm@gnu.org>
6591         * foldout.el (foldout-mouse-swallow-events):
6592         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6594         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6595         (dired-keep-marker-copy, dired-keep-marker-hardlink)
6596         (dired-keep-marker-symlink, dired-dwim-target)
6597         (dired-copy-preserve-time): Do not autoload these defcustoms.
6599         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6600         messages from messing up the file coding.  (Bug#4623)
6602 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
6604         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6605         if no match is found for the current dictionary.  (Bug#4578)
6607         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6608         optional, since that is how it is documented, and this is often called
6609         with a nil argument.  (Bug#4577)
6610         (flyspell-external-point-words, flyspell-auto-correct-word)
6611         (flyspell-correct-word-before-point, flyspell-word-search-forward)
6612         (flyspell-word-search-backward): Remove nil argument in calls to
6613         flyspell-get-word, since it is not needed now.
6615 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
6617         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
6619 2009-10-16  Glenn Morris  <rgm@gnu.org>
6621         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6623 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
6625         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6626         (ange-ftp-file-size): New function.
6627         (ange-ftp-file-attributes): Use it.
6629 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
6631         * net/tramp-smb.el (tramp-smb-version): New defvar.
6632         (tramp-smb-maybe-open-connection): Use it, in order to avoid
6633         repeated checks.
6635 2009-10-16  Glenn Morris  <rgm@gnu.org>
6637         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6638         Maybe copy some custom properties from old to new name.  (Bug#4706)
6640 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
6642         * subr.el (error, sit-for, start-process-shell-command)
6643         (start-file-process-shell-command): Set the calling convention
6644         after the function definition.
6646 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6648         * subr.el (error, sit-for, start-process-shell-command)
6649         (start-file-process-shell-command): Use the new
6650         set-advertised-calling-convention feature.
6652 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
6654         * international/ucs-normalize.el (ucs-normalize-version):
6655         Change to 1.2.
6656         (check-range): Adjust for Unicode 5.2.
6658 2009-10-15  Juri Linkov  <juri@jurta.org>
6660         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6661         to the `menu-item' format.
6663 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
6665         * net/tramp.el (tramp-replace-environment-variables): Do not fail
6666         if the environment variable does not exist.
6668         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6669         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6670         parameter.
6671         (tramp-smb-handle-add-name-to-file)
6672         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6673         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6674         (tramp-smb-handle-file-attributes)
6675         (tramp-smb-do-file-attributes-with-stat)
6676         (tramp-smb-handle-file-local-copy)
6677         (tramp-smb-handle-insert-directory)
6678         (tramp-smb-handle-make-directory)
6679         (tramp-smb-handle-make-directory-internal)
6680         (tramp-smb-handle-make-symbolic-link)
6681         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6682         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6683         (tramp-smb-maybe-open-connection): Apply the changed parameters.
6684         (tramp-smb-read-file-entry): Read Disk names in compressed format.
6685         Handle long file names.
6686         (tramp-smb-get-cifs-capabilities): Check, whether the connection
6687         process is running.
6688         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6689         Read share names with "-g" option.
6691 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
6693         * net/rcirc.el (rcirc-view-log-file): New command.
6694         (rcirc-track-minor-mode-map): Remove C-c ` binding.
6695         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6696         specified.
6698 2009-10-15  Glenn Morris  <rgm@gnu.org>
6700         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6701         from the second command-line argument.
6702         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6703         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6704         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6705         w32-batch-update-autoloads.
6706         * emacs-lisp/autoload.el (autoload-make-program): New variable.
6707         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6709         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6710         the headers cannot be located.  Simplify, subtracting superflous
6711         save-excursions.
6713 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6715         Replace completion-base-size by completion-base-position to fix bugs
6716         such as (bug#4699).
6717         * simple.el (completion-base-position): New var.
6718         (completion-base-size): Mark as obsolete.
6719         (choose-completion): Make it work for mouse events as well.
6720         Pass the new base-position to choose-completion-string.
6721         (choose-completion-guess-base-position): New function, extracted from
6722         choose-completion-delete-max-match.
6723         (choose-completion-delete-max-match): Use it.  Make obsolete.
6724         (choose-completion-string): Use the new base-position info.
6725         (completion-root-regexp): Delete.
6726         (completion-setup-function): Preserve completion-base-position.
6727         Eliminate obsolete base-size manipulation.
6728         * minibuffer.el (display-completion-list): Don't mess with base-size.
6729         (minibuffer-completion-help): Set completion-base-position instead.
6730         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6731         choose-completion.
6732         * textmodes/bibtex.el (bibtex-complete):
6733         * emacs-lisp/crm.el (crm--choose-completion-string):
6734         Adjust to new calling convention.
6735         * complete.el (partial-completion-mode): Use minibufferp to avoid
6736         bumping into incompatible change to choose-completion-string-functions.
6737         * ido.el (ido-choose-completion-string): Make its calling convention
6738         more permissive.
6739         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6740         base-size manipulation.
6741         (comint-dynamic-list-input-ring): Use dotimes and push.
6742         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6743         fundamental-mode.  Use `or'.
6745 2009-10-14  Juri Linkov  <juri@jurta.org>
6747         * misearch.el (multi-isearch-next-buffer-from-list)
6748         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
6750 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6752         * Makefile.in (compile-onefile): Load `bytecomp' rather than
6753         `bytecomp.el'.
6755         * minibuffer.el (completion-pcm--merge-completions): Make sure the
6756         string we return is all made up of text from the completions rather
6757         than part from the completions and part from the input (bug#4219).
6759         * ido.el (ido-everywhere): Use define-minor-mode.
6761         * buff-menu.el (list-buffers, ctl-x-map):
6762         Mark the entry points with ;;;###autoload cookies.
6764 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6766         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6767         correctly in the detached head case.
6768         (vc-git-print-log): Remove unused binding.
6770         * vc.el (vc-responsible-backend): When a directory is passed for
6771         for registration create a VC repository if no backend is
6772         responsible for the directory argument.
6773         (vc-deduce-fileset): Tell vc-responsible-backend to register.
6775         * vc.el: Move comments about RCS and SCCS ...
6776         * vc-rcs.el:
6777         * vc-sccs.el: ... here, respectively.
6779 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6781         * minibuffer.el (completion--file-name-table): Return nil if there's
6782         no file completion, even if substitute-in-file-name changed
6783         the string (bug#4708).
6785 2009-10-13  Juri Linkov  <juri@jurta.org>
6787         * files-x.el (read-file-local-variable-value): Don't filter out
6788         minor modes from mode name completion (bug#4664).
6790 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
6792         * international/mule-cmds.el (ucs-names): Remove exclusion of
6793         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6795 2009-10-13  Kenichi Handa  <handa@m17n.org>
6797         * international/uni-name.el: Regenerated.
6799 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
6801         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
6802         should be automatically buffer-local, but isn't.)
6804 2009-10-12  Sam Steingold  <sds@gnu.org>
6806         * progmodes/compile.el (compilation-next-error-function): Fix the
6807         timestamps if the buffer has been visited before.
6808         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6809         non-anchored patterns, like the perl one (bug#3928).
6811 2009-10-12  Glenn Morris  <rgm@gnu.org>
6813         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6814         Let-bind `size'.
6816 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
6818         * proced.el (proced-unload-function): New function.
6820         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6821         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6822         Doc fix.
6824         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6826 2009-10-11  Juri Linkov  <juri@jurta.org>
6828         * files-x.el (read-file-local-variable-value):
6829         Provide default value only for bound variables (bug#4664).
6831 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
6833         * net/tramp.el (tramp-local-host-p): Function shall return nil for
6834         connection methods like smb.
6836         * net/tramp-cache.el (tramp-flush-connection-property): The hash
6837         can be empty.
6839         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6840         (tramp-smb-file-name-handler-alist): Add handlers for
6841         `add-name-to-file', `make-symbolic-link'.
6842         (tramp-smb-handle-add-name-to-file)
6843         (tramp-smb-do-file-attributes-with-stat)
6844         (tramp-smb-handle-make-symbolic-link)
6845         (tramp-smb-get-cifs-capabilities): New defuns.
6846         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6847         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6848         (tramp-smb-handle-file-local-copy)
6849         (tramp-smb-handle-make-directory-internal)
6850         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6851         The file name syntax depends on cifs capabilities.
6852         (tramp-smb-handle-file-attributes):
6853         Call `tramp-smb-do-file-attributes-with-stat' if possible.
6854         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6855         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6857 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
6859         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6860         (eieio-defclass): Apply deftype handler and setf-method properties
6861         directly.
6862         (eieio-add-new-slot): Avoid union function from cl library.
6863         (eieio--typep): New function.
6864         (eieio-perform-slot-validation): Use it.
6866 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6868         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6869         Update documentation to refer to the variables documented in r1.135.
6870         (Bug#4188)
6872 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6874         * bookmark.el (Info-suffix-list): Remove this unused variable.
6875         (bookmark-current-point): Remove this obsolete variable.
6876         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6877         Adjust for removal of bookmark-current-point.
6879         (bookmarks-already-loaded, bookmark-current-buffer)
6880         (bookmark-yank-point): Document.  (Bug#4188)
6882 2009-10-10  Glenn Morris  <rgm@gnu.org>
6884         * frame.el (frame-height): Doc fix.
6886         * calendar/calendar.el (calendar-split-width-threshold): New option.
6887         (calendar-basic-setup): Use calendar-split-width-threshold.
6889 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
6891         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6892         Ideographic Supplement" range (U+1F200..U+1F2FF).
6894 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6896         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6897         since the list will have been rebuilt anyway.  (Bug#4349)
6899 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6901         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6902         (bookmark-bmenu-execute-deletions): Don't save here, as
6903         bookmark-delete will now do so if necessary.
6904         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6905         (Bug#4348)
6907 2009-10-09  Glenn Morris  <rgm@gnu.org>
6909         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6911 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6913         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6914         (bookmark-jump-other-window): Just invoke bookmark-jump with new
6915         argument now, so the two function's behaviors will match.  (Bug#3645)
6917 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
6919         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6920         (tramp-file-name-real-host, tramp-file-name-port):
6921         Apply `save-match-data'.
6923         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6924         case both directories are remote.
6925         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6926         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6928 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6930         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6932 2009-10-07  Glenn Morris  <rgm@gnu.org>
6934         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6935         of concat.
6937 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6939         * files-x.el (read-file-local-variable): Include some
6940         non-user-variables in the completion table (bug#4664).
6942 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
6944         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6945         message.
6947         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6948         (tramp-smb-file-name-handler-alist): Add handler for
6949         `copy-directory', `expand-file-name', `set-file-modes'.
6950         (tramp-smb-handle-copy-directory)
6951         (tramp-smb-handle-expand-file-name)
6952         (tramp-smb-handle-set-file-modes): New defuns.
6953         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6954         (tramp-smb-handle-file-attributes): Simplify check for retrieving
6955         entry.
6956         (tramp-smb-handle-insert-directory): Don't flush the cache.
6957         (tramp-smb-maybe-open-connection): Check for samba client and
6958         server versions.
6960 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
6962         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6963         to not error out of search for "^lisp=" fails.
6965 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6967         * makefile.w32-in (WINS_UPDATES): New macro.
6968         (custom-deps, finder-data, autoloads): Use it.
6970 2009-10-07  Glenn Morris  <rgm@gnu.org>
6972         * Makefile.in (autoloads): Revert previous change.
6973         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6974         the list of preloaded files passed on the command-line, get
6975         it from src/Makefile.
6977         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6978         show the original buffer rather than a random one.
6980 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
6982         * help.el (describe-no-warranty): Place point in a slightly better
6983         position in the GPLv3 text.
6985 2009-10-06  Sam Steingold  <sds@gnu.org>
6987         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6988         the comm attribute is present before calling regexp-quote.
6990 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
6992         * play/animate.el (animate-string): For good effect, make sure
6993         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6995         * play/animate.el (animate-sequence, animate-birthday-present):
6996         * misc.el (butterfly): Don't set `indent-tabs-mode'.
6998 2009-10-06  Glenn Morris  <rgm@gnu.org>
7000         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7002         * emacs-lisp/autoload.el (autoload-excludes): New variable.
7003         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7004         (batch-update-autoloads): Process a string value of autoload-excludes,
7005         set during the build process.
7006         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
7008         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7009         inside with-parsed...  macro so that `v' is defined.
7011         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7012         * progmodes/fortran.el (fortran-end-of-block)
7013         (fortran-beginning-of-block):
7014         Also push mark in the macro case.
7016         * emerge.el (emerge-show-file-name):
7017         * calc/calc.el (calc-quit):
7018         * calc/calc-misc.el (calc-big-or-small):
7019         * calc/calc-graph.el (calc-graph-view):
7020         * calc/calc-ext.el (calc-reset):
7021         * calendar/calendar.el (calendar-basic-setup):
7022         Use window-full-height-p.
7024         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7025         header we don't understand, don't insert another.  (Bug#4624)
7026         If changing mime charset, insert the new one in the right place.
7028 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
7030         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7031         (cal-tex-cursor-month): Correctly increment the end date for diary and
7032         holiday listing.  (Bug#4626)
7034 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7036         * help-fns.el (describe-function-1): Don't burp if the function is not
7037         a symbol.
7039 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
7041         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7042         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7043         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7044         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7046         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7047         (eieio-default-superclass): Reflow docstrings.
7048         (this, class-option-assoc, defclass, eieio-class-un-autoload)
7049         (eieio-unbind-method-implementations, defmethod)
7050         (eieio-validate-slot-value, eieio-validate-class-slot-value)
7051         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7052         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7053         (eieio-slot-originating-class-p, eieio-slot-name-index)
7054         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7055         (constructor, initialize-instance, no-next-method, object-print)
7056         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7057         Fix typos in docstrings.
7058         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7059         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7060         (next-method-p): Doc fixes.
7061         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7062         Fix typos in error messages.
7063         (eieio-defmethod): Fix typo in description of generic method.
7065         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7066         (eieio-persistent-save-interactive, slot-missing):
7067         Fix typos in docstrings.
7068         (eieio-instance-inheritor-slot-boundp): Doc fix.
7070         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7071         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7073         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7074         (eieio-custom-object-apply-reset):
7075         Fix typos in docstrings and error messages.
7077         * emacs-lisp/eieio-datadebug.el (data-debug-show):
7078         Fix typo in docstring.
7080         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7081         (eieio-browse-tree): Doc fix.
7082         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7083         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7084         Fix typos in docstrings.
7086         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7087         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7088         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7089         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7090         Reflow docstrings.
7092 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
7094         * vc-hg.el (log-view-vc-backend): Declare for compiler.
7095         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7096         Set log-view-vc-backend so that diff can work.
7098         * log-view.el (log-view-diff): Use vc-diff-internal instead of
7099         vc-version-diff.
7100         (vc-diff-internal): Autoload this instead of vc-version-diff.
7102 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
7104         * simple.el (eval-expression): Doc fix.
7106         * progmodes/cwarn.el (cwarn-mode): Doc fix.
7108 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
7110         * files.el (directory-files-no-dot-files-regexp): New defconst.
7111         (delete-directory): Use it.
7112         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
7114         * net/tramp.el (tramp-verbose): Fix docstring.
7115         (tramp-methods): Add recursive option to `tramp-copy-args'.
7116         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
7117         "scp1_old", "scp2_old", "rsync", "rsyncc".
7118         (tramp-default-method): Check also for `auth-source-user-or-password'.
7119         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7120         Add handler for `copy-directory'.
7121         (tramp-handle-copy-directory): New defun.
7122         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7123         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7124         Optimize sent command.
7126 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7128         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7129         window if necessary.
7131         * calendar/calendar.el (calendar-basic-setup): Don't call
7132         switch-to-buffer in a dedicated window.
7134 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
7136         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7137         don't do anything related to relocating, just return nil.
7138         (bookmark-error-no-filename): New error.
7139         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7140         bookmark has no file.  Don't even attempt to handle things that
7141         are not files; the whole point of custom handlers is to keep that
7142         knowledge elsewhere anyway.  Tighten some comments.
7143         (bookmark-file-or-variation-thereof): Remove now-unused function.
7144         (bookmark-location): Doc string fix.
7145         (Bug#4250)
7147 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7149         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7150         don't use a file dialog, because they usually don't know how to read
7151         a directory target from the user.  (Bug#4230)
7152         Also, make sure the prompt can display directories as well as files.
7154 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7156         * bookmark.el (bookmark-set, bookmark-buffer-name):
7157         Improve doc strings.  (Bug#1193)
7159 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7161         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7162         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7163         (bookmark-get-annotation, bookmark-set-annotation)
7164         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7165         (bookmark-set-position, bookmark-get-front-context-string)
7166         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7167         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7168         (bookmark-jump-other-window, bookmark-handle-bookmark)
7169         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7170         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7171         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7172         Improve doc strings to say whether bookmark can be a string or
7173         a record or both, and make other consistency and clarity fixes.
7174         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7175         (bookmark-default-annotation-text, bookmark-yank-word)
7176         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7177         (bookmark-import-new-list, bookmark-maybe-rename)
7178         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7179         (bookmark-bmenu-bookmark): Give these doc strings.
7180         (bookmark-bmenu-check-position): Give this a doc string, but also
7181         add a FIXME comment about how the function may be pointless.
7182         (bookmark-default-handler): Rework doc string and change a
7183         parameter name, to clarify that this takes a bookmark record
7184         not a bookmark name.
7185         (bookmark-set): Change a parameter name to indicate its meaning,
7186         and improve the doc string a bit.
7187         (Bug#4188)
7189 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7191         * bookmark.el (bookmark-alist): Document the new `handler' element
7192         in the param alist.
7193         (bookmark-make-record-function): Adjust documentation for above.
7194         (Bug#4193)
7196 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7198         * info.el (Info-bookmark-make-record): Document this function.
7199         (Info-bookmark-jump): Document with a doc string, not just a comment.
7200         (Bug#4203)
7202 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
7204         * files.el (copy-directory): New defun.
7206         * dired-aux.el (dired-copy-file-recursive): Use it.
7208 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7210         * files-x.el (modify-dir-local-variable)
7211         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
7212         docstrings.
7214         * recentf.el (recentf-unload-function): New function.
7216 2009-10-04  Glenn Morris  <rgm@gnu.org>
7218         * window.el (window-full-height-p): Add doc string.
7220 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
7222         * window.el (window-full-height-p): New function.  (Bug#4543)
7224 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
7226         * vc.el: Remove commented out code.
7227         (vc-derived-from-dir-mode): Remove, unused.
7228         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7230 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
7232         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7233         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
7234         there could be recursive loading when `default-directory' is a
7235         remote file name.  (Bug#4614)
7237 2009-10-03  Glenn Morris  <rgm@gnu.org>
7239         * calendar/calendar.el (calendar-basic-setup): Handle the case where
7240         the frame is wide.
7241         (calendar-generate-window): Test for shrinkability rather than width.
7243         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7244         reusing existing buffers, in case we happen to visit two files with the
7245         same basename.  (Bug#4593)
7247 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
7249         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7250         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7251         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7252         subdirs of cedet as well.
7253         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7255 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7257         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7258         Obey advertised-signature-table.
7260         * help-fns.el (help-function-arglist): Don't check
7261         advertised-signature-table.
7262         (describe-function-1): Do it here instead so it also applies to subrs.
7264 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
7266         * simple.el (start-file-process): Say in the doc-string, that file
7267         handlers might not support pty association, if PROGRAM is nil.
7269         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7270         HOST and USER are strings.  They are nil, when there are
7271         incomplete entries in ~/.netrc, for example.
7272         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
7273         root directory ("device busy" error otherwise).
7275         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7276         Flush file properties of created directory.
7278 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
7280         * makefile.w32-in (WINS_BASIC): Remove cedet.
7281         (WINS_CEDET): Add cedet.
7282         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7284 2009-10-02  Kevin Ryde  <user42@zip.com.au>
7286         * net/browse-url.el (browse-url): Pass any symbol in
7287         browse-url-browser-function to `apply', since if you've mistakenly put
7288         an unbound symbol then the error is clearer.  (Bug#4531)
7290 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
7292         * allout.el (allout-init, allout-back-to-current-heading)
7293         (allout-beginning-of-current-entry, allout-ascend-to-depth)
7294         (allout-ascend, allout-up-current-level, allout-end-of-level)
7295         (allout-previous-visible-heading, allout-forward-current-level)
7296         (allout-backward-current-level, allout-show-children):
7297         * apropos.el (apropos-describe-plist):
7298         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7299         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7300         * completion.el (add-completion, add-permanent-completion):
7301         * descr-text.el (describe-text-category, describe-char):
7302         * desktop.el (desktop-lazy-abort):
7303         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7304         * dired.el (dired-build-subdir-alist):
7305         * ediff.el (ediff-version):
7306         * elide-head.el (elide-head, elide-head-show):
7307         * emerge.el (emerge-version):
7308         * env.el (getenv):
7309         * face-remap.el (variable-pitch-mode):
7310         * faces.el (describe-face):
7311         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7312         (dired-at-point):
7313         * files.el (find-file-existing, auto-save-mode):
7314         * font-lock.el (font-lock-fontify-buffer):
7315         * help-fns.el (describe-function, describe-variable)
7316         (describe-syntax, describe-categories):
7317         * help.el (view-lossage, describe-bindings, describe-key)
7318         (describe-mode):
7319         * hexl.el (hexl-current-address):
7320         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7321         * info.el (Info-goto-emacs-key-command-node):
7322         * log-edit.el (log-edit-insert-cvs-template)
7323         (log-edit-insert-cvs-rcstemplate):
7324         * menu-bar.el (menu-bar-mode):
7325         * mouse.el (mouse-appearance-menu):
7326         * newcomment.el (comment-indent-new-line):
7327         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7328         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
7329         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
7330         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7331         * recentf.el (recentf-mode):
7332         * savehist.el (savehist-mode, savehist-save):
7333         * shadowfile.el (shadow-copy-files):
7334         * simple.el (kill-ring-save, next-line, previous-line)
7335         (normal-erase-is-backspace-mode):
7336         * strokes.el (strokes-update-window-configuration)
7337         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7338         (strokes-xpm-for-stroke):
7339         * time.el (emacs-uptime, emacs-init-time):
7340         * tutorial.el (tutorial--describe-nonstandard-key)
7341         (tutorial--detailed-help):
7342         * type-break.el (type-break-mode)
7343         (type-break-mode-line-message-mode, type-break-query-mode)
7344         (type-break-guesstimate-keystroke-threshold):
7345         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7346         * version.el (emacs-version):
7347         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7348         * winner.el (winner-mode):
7349         * calendar/timeclock.el (timeclock-in, timeclock-out)
7350         (timeclock-status-string, timeclock-change)
7351         (timeclock-workday-remaining-string)
7352         (timeclock-workday-elapsed-string)
7353         (timeclock-when-to-leave-string):
7354         * calendar/todo-mode.el (todo-add-category):
7355         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7356         * emacs-lisp/autoload.el (update-file-autoloads):
7357         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7358         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7359         (checkdoc-message-text, checkdoc-defun):
7360         * emacs-lisp/debug.el (debugger-list-functions):
7361         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7362         * emacs-lisp/eieio-opt.el (eieio-describe-class)
7363         (eieio-describe-generic):
7364         * emacs-lisp/lisp-mnt.el (lm-synopsis):
7365         * emacs-lisp/shadow.el (list-load-path-shadows):
7366         * emulation/cua-base.el (cua-mode):
7367         * emulation/edt.el (edt-set-scroll-margins):
7368         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7369         (tpu-toggle-regexp, tpu-toggle-search-direction)
7370         (tpu-toggle-rectangle, tpu-toggle-control-keys):
7371         * emulation/tpu-extras.el (tpu-set-scroll-margins):
7372         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7373         (viper-set-parsing-style-toggling-macro)
7374         (viper-set-emacs-state-searchstyle-macros):
7375         * emulation/viper.el (viper-set-hooks):
7376         * eshell/esh-mode.el (eshell-truncate-buffer):
7377         * international/mule-cmds.el (prefer-coding-system)
7378         (describe-input-method, describe-language-environment):
7379         * international/mule-diag.el (list-character-sets)
7380         (describe-character-set, describe-coding-system)
7381         (describe-fontset, list-fontsets, list-input-methods):
7382         * mail/sendmail.el (mail-signature):
7383         * net/ange-ftp.el (ange-ftp-copy-file):
7384         * net/browse-url.el (browse-url):
7385         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7386         * net/quickurl.el (quickurl-add-url):
7387         * net/rcirc.el (names, topic):
7388         * net/xesam.el (xesam-mode):
7389         * play/5x5.el (5x5-new-game):
7390         * play/yow.el (apropos-zippy):
7391         * progmodes/ada-mode.el (ada-mode-version):
7392         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7393         (f90-end-of-block)
7394         (f90-beginning-of-block):
7395         * progmodes/fortran.el (fortran-end-of-block)
7396         (fortran-beginning-of-block):
7397         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7398         * progmodes/python.el (python-describe-symbol, python-shell):
7399         * term/ns-win.el (ns-print-buffer):
7400         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7401         * textmodes/flyspell.el (flyspell-mode-on):
7402         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7403         (pages-directory-for-addresses):
7404         * textmodes/table.el (table-recognize-cell)
7405         (table-query-dimension, table-generate-source)
7406         (table-insert-sequence, table--warn-incompatibility):
7407         * textmodes/tex-mode.el (tex-validate-buffer):
7408         * textmodes/texinfmt.el (texinfmt-version)
7409         (texinfo-format-buffer):
7410         Use `called-interactively-p' instead of `interactive-p'.
7412 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
7414         * image-mode.el (image-toggle-display):
7415         * emacs-lisp/elp.el (elp-instrument-function):
7416         * emacs-lisp/advice.el (ad-make-advised-definition):
7417         * emacs-lisp/easy-mmode.el (define-minor-mode):
7418         * net/browse-url.el (browse-url-maybe-new-window):
7419         * progmodes/sh-script.el (sh-learn-buffer-indent):
7420         Pass new argument 'any to `called-interactively-p'.
7422 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
7424         * international/uni-bidi.el:
7425         * international/uni-category.el:
7426         * international/uni-combining.el:
7427         * international/uni-comment.el:
7428         * international/uni-decimal.el:
7429         * international/uni-decomposition.el:
7430         * international/uni-digit.el:
7431         * international/uni-lowercase.el:
7432         * international/uni-mirrored.el:
7433         * international/uni-name.el:
7434         * international/uni-numeric.el:
7435         * international/uni-old-name.el:
7436         * international/uni-titlecase.el:
7437         * international/uni-uppercase.el:
7438         Regenerate from Unicode 5.2.0 data.
7440 2009-10-01  Glenn Morris  <rgm@gnu.org>
7442         * Makefile.in (ELCFILES): Regenerate.
7444 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7446         * subr.el (interactive-p): Mark obsolete.
7447         (called-interactively-p): Make the optional-ness of `kind' obsolete.
7448         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7449         advertised-signature-table for subroutines as well.
7451         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7452         (set-advertised-calling-convention): New function.
7453         (make-obsolete, define-obsolete-function-alias)
7454         (make-obsolete-variable, define-obsolete-variable-alias):
7455         Make the optional-ness of `when' obsolete.
7456         (define-obsolete-face-alias): Make `when' non-optional.
7457         * help-fns.el (help-function-arglist):
7458         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7459         Use advertised-signature-table.
7461 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
7463         * files.el (delete-directory): New defun.  The original function
7464         in fileio.c has been renamed to `delete-directory-internal'.
7466         * dired.el (dired-delete-file): Call `delete-directory' with
7467         RECURSIVE parameter.
7469         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
7470         parameter RECURSIVE.  Implementation is missing.
7472         * net/tramp.el (tramp-handle-make-directory): Flush upper
7473         directory's file properties.
7474         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
7475         (tramp-handle-dired-recursive-delete-directory): Flush directory
7476         properties after the remove command only.
7478         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7479         Handle optional parameter RECURSIVE.
7481         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7482         Handle optional parameter RECURSIVE.
7484         * net/tramp-smb.el (tramp-smb-errors): Add error message for
7485         connection timeout.
7486         (tramp-smb-handle-delete-directory): Handle optional parameter
7487         RECURSIVE.
7489 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7491         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7492         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7493         (byte-compile-defmacro): Use backquotes.
7495         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7497         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7498         has no associated file.
7499         (vc-resynch-buffer): Use vc-dir-buffers.
7501 2009-10-01  Glenn Morris  <rgm@gnu.org>
7503         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7504         (chart-file-count):
7505         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7506         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7507         * emacs-lisp/eieio-opt.el (eieio-describe-class):
7508         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7509         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7510         (eieio-copy-parents-into-subclass, make-instance, class-children)
7511         (eieio-generic-form):
7513         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7514         match-data.  (Bug#4555).
7516         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7517         rather than parsing it as a regexp.  This relaxes the layout
7518         requirements and makes errors easier to detect.
7519         (check-declare-verify): Check file is regular.
7520         (check-declare-directory): Doc fix.
7521         * subr.el (declare-function): Doc fix.
7523         * ibuffer.el (ibuffer-format-qualifier):
7524         * isearch.el (hi-lock-regexp-okay):
7525         * calc/calc.el (math-zerop):
7526         * mail/uce.el (rmail-msgbeg, rmail-msgend):
7527         * term/w32-win.el (setup-default-fontset, set-fontset-font):
7528         Remove unused declarations.
7530 2009-09-30  Glenn Morris  <rgm@gnu.org>
7532         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7534         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7535         filename is not a string.
7537 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
7539         * files.el (safe-local-eval-forms): Fix typo.
7541 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7543         * vc-hooks.el (vc-dir-buffers): New var.
7544         (vc-state-refresh): New function.
7545         (vc-state): Use it.
7546         (vc-after-save): Always ask the backend to recompute the new state.
7547         Always call vc-dir if necessary, using vc-dir-buffers.
7548         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7549         Use vc-dir-buffers.
7550         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7551         (vc-dir-prepare-status-buffer, vc-dir-update)
7552         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7553         Don't call expand-file-name on default-directory.
7555 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7557         * speedbar.el (speedbar-item-delete):
7558         * calc/calc-prog.el (calc-kbd-if):
7559         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7561         * epa.el (epa-key-list-mode-map):
7562         * hi-lock.el (hi-lock-menu): Fix typos in menus.
7564         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7565         (hs-show-hook): Fix typo in docstring.
7567 2009-09-29  Glenn Morris  <rgm@gnu.org>
7569         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7570         file-name-nondirectory call preventing location of cedet files.
7571         (check-declare-verify): Use literal search rather than re-search.
7572         Add basic defmethod and defclass, and define-overloadable-function.
7574         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7575         Use tramp-compat-file-attributes rather than nonexistent
7576         tramp-compat-handle-file-attributes.
7578         * Makefile.in (lisptagsfiles4): New.
7579         (AUTOGENEL): Add cedet loaddefs files.
7580         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7581         (update-elclist, compile-always, backup-compiled-files)
7582         (bootstrap-clean): Add yet another directory level.
7583         (update-elclist): Use LC_COLLATE rather than COLLATE.
7584         (ELCFILES): Update, via `make update-elclist'.
7586 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7588         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7589         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7590         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7592 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
7594         * Makefile.in (lisptagsfiles3): Define.
7595         (TAGS, TAGS-LISP): Use it.
7596         (update-elclist): Add third directory level to look for elc files.
7597         (compile-always): Likewise.
7598         (backup-compiled-files): Likewise.
7599         (bootstrap-clean): Likewise.
7600         (ELCFILES): Update.
7602 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
7604         * Makefile.in (ELCFILES): Add CEDET files.
7606 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
7608         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7610         * net/tramp.el (top): Require tramp-imap.
7612         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7613         Use `tramp-compat-handle-file-attributes'.
7615 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7617         * net/tramp-imap.el: New package.
7619 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7621         * whitespace.el (whitespace-trailing-regexp)
7622         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7623         Fix doc string.
7625 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
7627         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7628         menu.
7630         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7631         menu-bar-ediff-menu.
7633         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7634         define-overloadable-function.
7636         * progmodes/autoconf.el: Provide autoconf as well, so that this
7637         file can be `require'd.
7639         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7641         * emacs-lisp/autoload.el (generated-autoload-feature)
7642         (generated-autoload-load-name): New vars.
7643         (autoload-rubric, autoload-generate-file-autoloads): Use them.
7644         (make-autoload): Recognize define-overloadable-function and
7645         defclass forms (for EIEIO).
7647         * Makefile.in (update-subdirs): Exclude cedet directory.
7649 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
7651         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
7653         * faces.el: Default light-background background for region face to
7654         ns_selection_color under NS.
7656 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7658         * net/imap-hash.el: New library, see NEWS.
7660         * Makefile.in (ELCFILES): Add imap-hash.el.
7662 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7664         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7665         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7666         * help-macro.el (make-help-screen): Avoid using an ambiguous function
7667         definition where the docstring could be taken for the return value.
7669 2009-09-26  Glenn Morris  <rgm@gnu.org>
7671         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7672         Add option to only show images below a certain size.
7673         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7674         save-excursion calls.
7676 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
7678         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7679         subdirectories) and eieio.
7681 2009-09-26  Alan Mackenzie  <acm@muc.de>
7683         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7684         buggy bracketing.  (Bug#4289)
7686         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7687         character constants (as case labels).  (Bug#4289)
7689 2009-09-25  Juri Linkov  <juri@jurta.org>
7691         * files.el (safe-local-eval-forms): Allow time-stamp in
7692         before-save-hook (Bug#4554).
7694 2009-09-25  Drew Adams  <drew.adams@oracle.com>
7696         * menu-bar.el (list-buffers-directory): Doc fix.
7698 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7700         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7701         Try and avoid copying twice the same paragraph.
7702         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7703         Remove save-excursion.
7704         (log-edit-changelog-entry): Do it here instead.
7706 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
7708         * bs.el (bs--get-file-name): Use `list-buffers-directory'
7709         when available, instead of hardcoding mode names.  Doc fix.
7711         * menu-bar.el (list-buffers-directory): Add docstring.
7712         Make automatically buffer-local.
7714         * dired.el (dired-mode):
7715         * files.el (cd-absolute):
7716         * pcvs.el (cvs-temp-buffer):
7717         * pcvs-util.el (cvs-get-buffer-create):
7718         * shell.el (shell-mode):
7719         * vc-dir.el (vc-dir-mode):
7720         Don't make `list-buffers-directory' buffer local.
7722 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
7724         * comint.el (comint-exec, comint-run, make-comint):
7725         Doc fixes (Bug#4542).
7727 2009-09-25  Glenn Morris  <rgm@gnu.org>
7729         * mail/rmailmm.el (rmail-mime): New custom group.
7730         Move all defcustoms in this file into this group.
7731         (rmail-mime-media-type-handlers-alist): Revert previous change.
7732         (rmail-mime-show-images): New option.
7733         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7734         references to it, since it wasn't actually used for anything.
7735         (rmail-mime-insert-image): New function.
7736         (rmail-mime-image): Use rmail-mime-insert-image.
7737         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7738         obey the value of `rmail-mime-show-images' option.  Print the size of
7739         attachments.
7741 2009-09-25  David Engster  <deng@randomsample.de>
7743         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
7745 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7747         * whitespace.el: Does not highlight trailing spaces While point is
7748         at end of line.  Does not highligt spaces at beginning of buffer
7749         while point is at beginning of buffer.  Does not highlight spaces
7750         at end of buffer while point is at end of buffer.  (Bug#4177)
7751         New version 12.0.
7752         (whitespace-display-mappings): Adjust initialization.
7753         (whitespace-point, whitespace-font-lock-refontify): New vars.
7754         (whitespace-color-on, whitespace-color-off): Adjust code.
7755         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7756         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7757         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7759 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
7761         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7763         * textmodes/sgml-mode.el: Remove xml-mode alias.
7765         * files.el (auto-mode-alist, conf-mode-maybe)
7766         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7768 2009-09-24  Alan Mackenzie  <acm@muc.de>
7770         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7771         c-forward-conditionals, but it doesn't move point and doesn't set
7772         the mark.
7773         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7774         (c-down-conditional-with-else, c-backward-conditional)
7775         (c-forward-conditional): Refactor to use c-scan-conditionals.
7777 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7779         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7780         (help-default-arg-highlight): Remove.
7781         (help-highlight-arg): New function.
7782         (help-do-arg-highlight): Use it.
7783         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
7785 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7787         * term.el (term-set-scroll-region, term-handle-ansi-escape):
7788         Undo last change, which didn't fix the problem and introduced others.
7790 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
7792         * progmodes/gdb-mi.el: Don't require speedbar.
7793         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7795 2009-09-24  Glenn Morris  <rgm@gnu.org>
7797         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7799         * term/ns-win.el (ns-reg-to-script): Define for compiler.
7801         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7802         there is no newline after the final mime boundary.  (Bug#4539)
7803         Move markers on insertion so that any buttons inserted don't end up in
7804         the next part of a multipart message.
7805         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
7806         (rmail-mime-bulk-handler): Optionally handle images.
7807         (rmail-mime-image): New button action.
7808         (rmail-mime-image-handler): New function.
7809         (rmail-mime-mode): New mode.
7810         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
7812 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7814         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7815         than just dropping elements from it (bug#4504).
7817         * term.el (term-set-scroll-region): Don't move cursor any more.
7818         (term-handle-ansi-escape): Call term-goto here instead.
7819         Suggested by Ivan Kanis <apple@kanis.eu>.
7821         * term.el: Require CL.
7822         (term-ansi-reset): New function.
7823         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7824         (term-handle-colors-array): Simplify.
7826 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7828         * allout.el (allout-overlay-interior-modification-handler)
7829         (allout-obtain-passphrase):
7830         * epa-file.el (epa-file-write-region):
7831         * ps-print.el (ps-begin-job):
7832         * vc-hooks.el (vc-toggle-read-only):
7833         * vc-rcs.el (vc-rcs-rollback):
7834         * vc-sccs.el (vc-sccs-rollback):
7835         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7836         (vc-version-diff, vc-revert, vc-rollback):
7837         * wdired.el (wdired-check-kill-buffer):
7838         * emacs-lisp/authors.el (authors):
7839         * net/socks.el (socks-open-connection):
7840         * net/zeroconf.el (zeroconf-service-add-hook):
7841         * obsolete/vc-mcvs.el (vc-mcvs-register):
7842         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7843         (gdb-select-frame):
7844         * progmodes/grep.el (lgrep, rgrep):
7845         * progmodes/idlw-help.el (idlwave-help-check-locations)
7846         (idlwave-help-html-link, idlwave-help-assistant-open-link):
7847         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7848         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7849         (reftex-toc-rename-label): Fix typos in error messages.
7851         * dired-aux.el (dired-do-shell-command): Reflow docstring.
7852         (dired-copy-how-to-fn): Doc fix.
7853         (dired-files-attributes, dired-read-shell-command):
7854         Fix typos in docstrings.
7856         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7857         (dired-x-find-file-other-window): Reflow docstrings.
7858         (dired-omit-marker-char, dired-read-shell-command)
7859         (dired-x-submit-report): Fix typos in docstrings.
7861         * shell.el (shell-mode-hook):
7862         * view.el (View-scroll-line-forward):
7863         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7864         Fix typos in docstrings.
7866         * net/dig.el (dig-invoke): Fix typo in docstring.
7867         (query-dig): Reflow docstring.
7869         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7870         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7871         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7872         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7873         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7874         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7875         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7876         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7877         (idlwave-completion-map, idlwave-current-indent)
7878         (idlwave-custom-ampersand-surround, idlwave-customize)
7879         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7880         (idlwave-define-abbrev, idlwave-determine-class-special)
7881         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7882         (idlwave-end-block-reg, idlwave-end-of-statement)
7883         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7884         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7885         (idlwave-explicit-class-listed, idlwave-file-header)
7886         (idlwave-fill-paragraph, idlwave-find-class-definition)
7887         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7888         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7889         (idlwave-in-quote, idlwave-indent-action-table)
7890         (idlwave-indent-expand-table, idlwave-indent-line)
7891         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7892         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7893         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7894         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7895         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7896         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7897         (idlwave-outlawed-buffers, idlwave-popup-select)
7898         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7899         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7900         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7901         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7902         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7903         (idlwave-statement-type, idlwave-struct-skip)
7904         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7905         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7906         (idlwave-what-module-find-class): Fix typos in docstrings.
7907         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7908         (idlwave-calculate-cont-indent, idlwave-expand-equal)
7909         (idlwave-find-module, idlwave-find-structure-definition)
7910         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7911         (idlwave-list-load-path-shadows, idlwave-next-statement)
7912         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7913         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7914         (idlwave-template): Reflow docstrings.
7916         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7917         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7918         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7919         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7920         (idlwave-shell-display-line, idlwave-shell-display-wframe)
7921         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7922         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7923         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7924         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7925         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7926         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7927         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7928         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7929         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7930         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7931         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7932         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7933         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7934         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7935         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7936         Fix typos in docstrings.
7937         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7938         (idlwave-shell-hide-output, idlwave-shell-mode)
7939         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7940         Reflow docstrings.
7942         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7944 2009-09-24  Ivan Kanis  <apple@kanis.eu>
7946         * term.el (term-bold-attribute): New var.
7947         (term-handle-colors-array): Use it.
7949 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
7951         * progmodes/gdb-mi.el (gdb-version): New variable.
7952         (gdb-non-stop-handler): Set gdb-version.
7953         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7954         Condition "--thread" option on gdb-version.
7955         (gdb-invalidate-threads): Remove unused argument.
7957 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7959         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7960         to looking-back to avoid ridiculous slow down in large files (bug#4511).
7962 2009-09-23  Glenn Morris  <rgm@gnu.org>
7964         * mail/rmail.el (rmail-reply): Don't try to add a References header when
7965         replying to mail without References or Message-Id.  (Bug#4525)
7967 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
7969         * term/ns-win.el (ns-reg-to-script): New variable.
7971 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
7973         * epg.el (epg-wait-for-status): Preserve existing 'error results.
7975 2009-09-22  Sam Steingold  <sds@gnu.org>
7977         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
7978         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7979         to 1 because hg returns status 1 when nothing is found.
7980         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
7982 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7984         * textmodes/fill.el: Convert to utf-8 encoding.
7985         (fill-french-nobreak-p): Remove redundant » and « inherited from our
7986         pre-unicode days.
7988         * add-log.el (change-log-fill-forward-paragraph): New function.
7989         (change-log-mode): Use it so fill-region DTRT.
7990         Set fill-indent-according-to-mode here rather than in
7991         change-log-fill-paragraph.
7992         (change-log-fill-paragraph): Remove.
7994 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
7996         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7997         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
7999 2009-09-22  Glenn Morris  <rgm@gnu.org>
8001         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8002         the scroll-bar scroll the calendar window rather than the buffer.
8004         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8005         commands that move point (as opposed to scrolling).
8007         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8009         * emacs-lisp/elint.el (elint): New custom group.
8010         (elint-log-buffer): Make it a defcustom.
8011         (elint-scan-preloaded, elint-ignored-warnings)
8012         (elint-directory-skip-re): New options.
8013         (elint-builtin-variables): Doc fix.
8014         (elint-preloaded-env): New variable.
8015         (elint-unknown-builtin-args): Add an entry for encode-time.
8016         (elint-extra-errors): Make it a variable rather than a constant.
8017         (elint-preloaded-skip-re): New constant.
8018         (elint-directory): Skip files matching elint-directory-skip-re.
8019         (elint-features): New variable, local to linted buffers.
8020         (elint-update-env): Initialize elint-features.  Possibly add
8021         elint-preloaded-env to the buffer's environment.
8022         (elint-get-top-forms): Bind elint-current-pos, for log messages.
8023         Skip quoted forms.
8024         (elint-init-form): New function, extracted from elint-init-env.
8025         Make non-list forms a warning rather than an error.
8026         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
8027         easy-menu-define, put that adds an error-condition, and provide.
8028         When requiring cl, also require cl-macs.  Really require cl, to handle
8029         some cl macros.  Store required libraries in the list elint-features,
8030         so as not to re-load them.  Treat cc-require like require.
8031         (elint-init-env): Call elint-init-form to do the work.
8032         Handle eval-and-compile and such like.
8033         (elint-add-required-env): Do not clear messages.
8034         (elint-special-forms): Add handlers for function, defalias, if, when,
8035         unless, and, or.
8036         (elint-form): Add optional argument to ignore elint-special-forms,
8037         useful to prevent recursive calls from handlers.  Doc fix.
8038         Respect elint-ignored-warnings.
8039         (elint-form): Respect elint-ignored-warnings.
8040         (elint-bound-variable, elint-bound-function): New variables.
8041         (elint-unbound-variable): Respect elint-bound-variable.
8042         (elint-get-args): Respect elint-bound-function.
8043         (elint-check-cond-form): Add some simple handling for (f)boundp and
8044         featurep tests.
8045         (elint-check-defalias-form): New handler.
8046         (elint-check-let-form): Make an empty let a warning rather than an
8047         error.
8048         (elint-check-setq-form): Make an empty setq a warning rather than an
8049         error.  Respect elint-ignored-warnings.
8050         (elint-check-defvar-form): Accept null doc-strings.
8051         (elint-check-conditional-form): New handler.  Does some simple-minded
8052         checking of featurep and (f)boundp tests.
8053         (elint-put-function-args): New function.
8054         (elint-initialize): Use elint-scan-doc-file rather than
8055         elint-find-builtin-variables.  Use elint-put-function-args.
8056         Possibly scan preloaded-file-list.
8057         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8058         extend to handle functions as well.
8060 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
8062         * linum.el (linum-delete-overlays, linum-update-window):
8063         Do not modify the right margin.  (Bug#3971)
8065 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
8067         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
8068         nxml-mode instead of xml-mode.
8070 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8072         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
8074 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8076         * net/dig.el (dig-mode): Use define-derived-mode.
8078 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
8080         * vc-dispatcher.el (vc-do-command): Return the process object in
8081         the asynchronous case.  Use when instead of if.  Do not run
8082         vc-exec-after to display a message if not enabled.  (Bug#4463)
8084         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8085         properties to the stash strings.
8086         (vc-git-stash-list): Return a list of strings.
8087         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8088         (vc-git-stash-show-at-point): New functions.
8089         (vc-git-stash-map): New keymap.
8091         * register.el (ctl-x-r-map): Define the keys here instead of
8092         using autoload.
8094 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
8096         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8097         list, to workaround performance problem (bug#4485).
8099 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
8101         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8103 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
8105         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8106         Document that this option is not recommended to use.
8108 2009-09-19  Glenn Morris  <rgm@gnu.org>
8110         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8111         variable `var'.
8113         * calc/calc-alg.el (var):
8114         * calc/calcalg2.el (var): Define for compiler.
8116 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
8118         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8119         Doc fix (Bug#3932).
8121         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8123         * time-stamp.el (time-stamp-month-dd-yyyy)
8124         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8125         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8126         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8127         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8128         Remove functions that have been obsolete since 1995 (Bug#4436).
8130         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8131         indent buffer only if called interactively (Bug#4452).
8133 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
8134             Eli Zaretskii  <eliz@gnu.org>
8136         This fixes bug#4197 (merged to bug#865, though not identical).
8137         * server.el (server-auth-dir): Add docstring note about FAT32.
8138         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8139         but warn against using them.
8141 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
8143         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8144         older GDB where there is no has_more field.
8146 2009-09-19  Glenn Morris  <rgm@gnu.org>
8148         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8150 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
8152         * files.el (auto-mode-alist): Change default for XML files to nXML
8153         mode (Bug#4169).
8155 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
8157         * server.el (server-ensure-safe-dir): Pass 'integer
8158         to `file-attributes', as suggested.
8160 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8162         * dired-aux.el (dired-query-alist): Remove spurious backslash.
8163         (dired-query): Use read-key.
8165 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
8167         * cus-start.el (ns-use-qd-smoothing): Remove.
8169 2009-09-18  Glenn Morris  <rgm@gnu.org>
8171         * allout.el (top-level): Remove unnecessary progn.
8173         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8175         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8176         definition of abbrev table.
8178         * speedbar.el (speedbar-track-mouse):
8179         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8180         * net/eudc.el (eudc-expand-inline):
8181         * net/newst-backend.el (newsticker--cache-read-feed):
8182         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8183         condition-case handlers.
8185 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
8187         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8188         (gdb-var-list): Add an element for has_more field.
8189         (gdb-non-stop-handler): Enable pretty printing for STL containers.
8190         (gdb-var-create-handler, gdb-var-list-children-handler-1)
8191         (gdb-var-update-handler-1): Parse output of dynamic variable
8192         objects (STL containers).
8193         (gdb-var-delete-1): Pass var1 as an explicit second argument.
8194         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
8196         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8197         gdb-var-list.
8198         (gud-speedbar-buttons): Make node expandable if expression "has more"
8199         children.
8201 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
8203         * startup.el (emacs-quick-startup): Remove variable and all uses.
8204         (command-line): Set `inhibit-x-resources' instead.
8205         (command-line-1): Use `inhibit-x-resources' instead.
8207 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
8209         * subr.el: Fix last change to avoid using the `unless' macro,
8210         which breaks bootstrapping.
8212 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8214         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8215         extended definitions, in case we reload subr.el after having
8216         loaded CL.
8217         (eval-next-after-load): Mark as obsolete.
8219 2009-09-17  Juri Linkov  <juri@jurta.org>
8221         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8222         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8223         (menu-bar-showhide-menu, menu-bar-tools-menu)
8224         (menu-bar-describe-menu, menu-bar-help-menu)
8225         (minibuffer-local-completion-map, minibuffer-local-map):
8226         Fix list quoting.
8228 2009-09-17  Glenn Morris  <rgm@gnu.org>
8230         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8231         arguments, whether or not it has a handler.
8233         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8235         * simple.el (hard-newline): Give it a doc-string.
8237         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8238         (lisp-mode-syntax-table): Give them doc-strings.
8240 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
8242         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8243         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8244         (menu-bar-options-menu, menu-bar-showhide-menu)
8245         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8246         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8247         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8248         (menu-bar-options-menu, menu-bar-tools-menu)
8249         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8250         (menu-bar-help-menu):
8251         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8252         string arguments.
8254         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8255         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8256         calls for the menu names and :help.
8258 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8260         * mouse.el (minor-mode-menu-from-indicator): Pay attention
8261         to :minor-mode-function (bug#4455).
8263 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8265         * startup.el (command-line): Initialize the window-system after
8266         processing the command-line.
8268         * textmodes/page.el (what-page): Make sure we don't inf-loop if
8269         page-delimiter matches the empty string.
8271 2009-09-16  Glenn Morris  <rgm@gnu.org>
8273         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8274         byte-compile-not-obsolete-var.  It's a list now.
8275         (byte-compile-not-obsolete-funcs): New variable.
8276         (byte-compile-warn-obsolete): Don't warn about functions if they are in
8277         byte-compile-not-obsolete-funcs.
8278         (byte-compile-variable-ref, byte-compile-defvar): Update for
8279         byte-compile-not-obsolete-vars name-change and list nature.
8280         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8281         and variables behind (f)boundp tests.
8282         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8284 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
8286         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8288 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8290         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8291         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8292         Don't autoload.
8294 2009-09-15  Stephen Eglen  <stephen@gnu.org>
8296         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8297         the virtual-buffers, use the name of the buffer specified by
8298         find-file-noselect, as the match may be a symlink.  (This was a
8299         problem if the target and the symlink had different names.)
8301 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8303         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8305         * desktop.el (desktop-path): Check user-emacs-directory.
8307         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8309         * loadup.el: Use after-load-functions to GC after loading each file.
8310         Remove the explicit GC calls that used to be sprinkled around.
8312         * subr.el (after-load-functions): New hook.
8313         (do-after-load-evaluation): Run it.  Use string-match-p to detect
8314         `obsolete' packages, rather than painfully extracting the relevant
8315         directory name.
8317 2009-09-15  Glenn Morris  <rgm@gnu.org>
8319         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8320         free variable `doc'.
8322         * dired.el (dired-mode-map): Add menu entry for async shell command.
8324         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8325         variables, also consider the .elc files, since the .el files are
8326         normally gzipped (subsequent code locates the .el.gz from the .elc).
8328         * calc/calc-prog.el (arglist): Define for compiler.
8330         * calendar/diary-lib.el (diary-display-function): Change the default to
8331         fancy display.
8332         (body): Define for compiler.
8334         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8335         (byte-compile-file-form, byte-compile-lambda)
8336         (byte-compile-top-level-body, byte-compile-form)
8337         (byte-compile-variable-ref, byte-compile-setq)
8338         (byte-compile-setq-default, byte-compile-body)
8339         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8340         (batch-byte-compile): Give some more local variables with common names
8341         a "bytecomp-" prefix to avoid masking warnings about free variables.
8343         * startup.el (command-line-1): Give local variables with common names a
8344         distinguishing prefix, so as not to hide free variable warnings during
8345         bootstrap.
8347         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8348         clever and add a suffix to make a unique name, just let the user decide
8349         whether or not to overwrite it.  If the input is a directory, write the
8350         default filename to that directory.  (Bug#4388)
8351         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8352         is a filename-as-a-directory.
8354 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8356         * textmodes/page.el (what-page): Don't move to beginning of line.
8357         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8359 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
8361         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8363 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
8365         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8366         * help.el (help-for-help-internal): Add purecopy calls for text.
8368         * vc.el (top): print-log method now takes an optional SHORTLOG
8369         argument.  Add a new method: root.
8370         (vc-root-diff, vc-print-root-log): New functions.
8371         (vc-log-short-style): New variable.
8372         (vc-print-log-internal): Add support for showing short logs.
8374         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8375         vc-print-root-log and vc-print-root-diff.
8377         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8378         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8379         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8380         short logs.
8382         * vc-cvs.el (vc-cvs-print-log):
8383         * vc-mtn.el (vc-mtn-print-log):
8384         * vc-rcs.el (vc-rcs-print-log):
8385         * vc-sccs.el (vc-sccs-print-log):
8386         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8387         that is ignored for now.
8389         * vc-mtn.el (vc-mtn-annotate-command):
8390         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8392 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8394         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8395         to function-key-map, and give them ascii-character property.
8396         * term/x-win.el (x-alternatives-map):
8397         * term/ns-win.el (ns-alternatives-map):
8398         * term/internal.el (msdos-key-remapping-map):
8399         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8401 2009-09-14  Glenn Morris  <rgm@gnu.org>
8403         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8404         temp-buffers (2009-09-12).
8406 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8408         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8409         the new read-key function.
8411 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
8413         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8414         is defined (Bug#4405).
8416 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
8418         * recentf.el (recentf-cleanup): Use a hash table to find
8419         duplicates (Bug#4407).
8421 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
8423         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8424         kp-0 to ascii equivalents (Bug#4325).
8426 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
8428         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8430         * eshell/em-hist.el:
8431         * eshell/em-dirs.el (eshell-complete-user-reference):
8432         Declare pcomplete functions and variables to avoid compiler warnings.
8434 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
8436         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8437         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8438         * eshell/em-alias.el (eshell-aliases-file):
8439         * eshell/em-hist.el (eshell-history-file-name):
8440         Use expand-file-name instead of concat to make file names (Bug#4308).
8442 2009-09-13  Glenn Morris  <rgm@gnu.org>
8444         * ediff-merg.el (ediff-do-merge):
8445         * filesets.el (filesets-run-cmd):
8446         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8447         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8448         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8449         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8450         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8451         Replace empty `let's with `progn'.
8453 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8455         * mail/sendmail.el (send-mail-function):
8456         * tooltip.el (tooltip-mode):
8457         * simple.el (transient-mark-mode):
8458         * rfn-eshadow.el (file-name-shadow-mode):
8459         * frame.el (blink-cursor-mode):
8460         * font-core.el (global-font-lock-mode):
8461         * files.el (temporary-file-directory)
8462         (small-temporary-file-directory, auto-save-file-name-transforms):
8463         * epa-hook.el (auto-encryption-mode):
8464         * composite.el (global-auto-composition-mode):
8465         Use custom-initialize-delay.
8466         * startup.el (command-line): Don't explicitly call
8467         custom-reevaluate-setting for all the above vars.
8468         * custom.el (custom-initialize-safe-set)
8469         (custom-initialize-safe-default): Delete.
8471 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8473         * term/x-win.el (x-initialize-window-system):
8474         * term/w32-win.el (w32-initialize-window-system):
8475         * term/ns-win.el (ns-initialize-window-system): Don't call
8476         mouse-wheel-mode since it's enabled globally by default already.
8478         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8479         actually define the variable, but only silences the byte-compiler.
8480         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8481         before looking it up.
8482         (mouse-wheel-scroll-amount): Also reset the bindings if this value
8483         is changed.
8485 2009-09-12  Glenn Morris  <rgm@gnu.org>
8487         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8488         1000.
8489         (elint-add-required-env): Don't beep on error.
8490         (elint-forms): In case of error, return ENV unchanged.
8491         (elint-init-env): Skip non-list forms.
8492         (elint-log): Handle unknown file positions.
8494 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
8496         * epg.el (epg-make-context): Add autoload cookie.
8497         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8498         (epg-decrypt-string, epg-start-verify, epg-verify-file)
8499         (epg-verify-string, epg-start-sign, epg-sign-file)
8500         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8501         (epg-encrypt-string, epg-start-export-keys)
8502         (epg-export-keys-to-file, epg-export-keys-to-string)
8503         (epg-start-import-keys, epg-import-keys-from-file)
8504         (epg-import-keys-from-string, epg-start-receive-keys)
8505         (epg-receive-keys, epg-import-keys-from-server)
8506         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8507         (epg-sign-keys, epg-start-generate-key)
8508         (epg-generate-key-from-file, epg-generate-key-from-string):
8509         Remove autoload cookie.
8511 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
8513         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8514         reevaluation of trash-directory.
8516         * mwheel.el: Fix last change.
8517         (mouse-wheel-mode): New defvar.
8518         (mouse-wheel-mode): Remove autoload cookie.
8520 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8522         * mwheel.el (mwheel-installed-bindings): New var.
8523         (mouse-wheel-mode): Use it, so as to make sure we really remove all
8524         the bindings we set last time.  Use custom-initialize-delay.
8525         * loadup.el: Load mwheel after term/*-win.el.
8526         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8527         and mouse-wheel-up-event now that their first evaluation is done
8528         sufficiently late to be correct.
8530         * startup.el (tutorial-directory): Make it a defcustom.
8531         Use custom-initialize-delay rather than eval-at-startup to set it.
8532         * image.el (image-load-path): Make it a defcustom.
8533         Use custom-initialize-delay rather than eval-at-startup to set it.
8534         * subr.el (eval-at-startup): Remove.
8535         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8537         * subr.el (do-after-load-evaluation): Warn the user after loading an
8538         obsolete package.
8540 2009-09-12  Glenn Morris  <rgm@gnu.org>
8542         * proced.el (proced-mark-alt): Remove alias.
8543         (proced-mode-map): Remove proced-mark-alt.
8545         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8546         Elint file and directory.  Remove initialization entry.
8548         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8549         commands.
8550         (elint-current-buffer): Set mode-line-process.
8551         (elint-init-env): Handle define-derived-mode.
8552         Fix declare-function with unspecified arglist.  Guard against odd
8553         defalias statements (eg iso-insert's 8859-1-map).
8554         (elint-add-required-env): Use a temp buffer.
8555         (elint-form): Just print the function/macro name, not the whole form.
8556         Return env unchanged if we fail to parse a macro.
8557         (elint-forms): Guard against parse errors.
8558         (elint-output): New function, to handle batch mode.
8559         (elint-log-message): Add optional argument.  Use elint-output.
8560         (elint-set-mode-line): New function.
8562 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
8564         * emacs-lisp/elp.el (elp-not-profilable): Add more
8565         functions (Bug#4233).
8567 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
8569         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8570         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8572 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8574         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8575         (gdb-var-list-children): Use json parsing.
8577 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
8579         * progmodes/js.el (js--proper-indentation): Handle the case where
8580         char-before is null.  Reported by Deniz Dogan.
8582 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8584         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8586 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
8588         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8589         (epg-digest-algorithm-alist): Add SHA224.
8590         (epg-context-set-passphrase-callback)
8591         (epg-context-set-progress-callback): Add description about
8592         callback function.
8594 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8596         * custom.el (custom-delayed-init-variables): New var.
8597         (custom-initialize-delay): New function.
8598         * startup.el (command-line): "Re"evaluate all vars in
8599         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
8600         explicitly any more.
8601         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8602         to avoid creating a ~/.emacs.d at build-time (bug#4347).
8604         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8606 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8608         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8609         (gdb-var-update-handler): Use json parsing.
8611 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8613         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8614         decode annotated text, regardless of language environment.  (Bug#2741)
8616 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8618         * Makefile.in (autoloads): Make rmail.el writable as well.
8620 2009-09-11  Glenn Morris  <rgm@gnu.org>
8622         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8623         loaddefs.el.
8624         * dired.el: Regenerate with extracted autoloads.
8625         * Makefile.in (autoloads): Make dired.el writable.
8627         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8628         * ibuffer.el: Regenerate with extracted autoloads.
8629         * Makefile.in (autoloads): Make ibuffer.el writable.
8631         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8632         * version.el (emacs-copyright, emacs-major-version)
8633         (emacs-minor-version): Reformat doc-strings for make-docfile.
8635         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8636         functions and variables, since they must be stuff specific to some other
8637         platform.
8638         (apropos-print): Make mouse-click message less specific about button.
8640         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8641         that records where a macro was defined.
8642         * help-fns.el (describe-function-1): Mention if a function has a
8643         compiler-macro.
8644         * help-mode.el (help-function-cmacro): New button.
8646         * locate.el (top-level): Always require dired.
8647         (locate-mode-map): Initialize inside the defvar.
8649         * net/ange-ftp.el (dired-compress-file): Declare.
8650         (ange-ftp-dired-compress-file): Add doc string.
8652         * term/ns-win.el (x-display-name, x-setup-function-keys):
8653         Unify doc-strings with X versions.
8655 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8657         * emulation/crisp.el (crisp-mode-map): Move initialization
8658         into declaration.
8659         (crisp-mode): Use define-minor-mode.
8661         * progmodes/xscheme.el (xscheme-evaluation-commands):
8662         Put a :advertised-binding property rather than using
8663         advertised-xscheme-send-previous-expression.
8664         (advertised-xscheme-send-previous-expression): Declare obsolete.
8665         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8666         `advertised-undo'.
8667         (crisp-mode): Add corresponding bindings to
8668         undo's :advertised-binding instead.
8669         * dired.el (dired-mode-map): Put a :advertised-binding property rather
8670         than using dired-advertised-find-file.
8671         (dired-advertised-find-file):
8672         * simple.el (advertised-undo):
8673         * wid-edit.el (advertised-widget-backward): Declare obsolete.
8674         (widget-keymap): Put a :advertised-binding property rather
8675         than using advertised-widget-backward.
8676         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8677         than using advertised-undo.
8678         * tutorial.el (tutorial--default-keys): Adjust accordingly.
8680 2009-09-10  Simon South  <ssouth@slowcomputing.org>
8682         * progmodes/delphi.el (delphi-tab): Indent region when Transient
8683         Mark mode is enabled and region is active; otherwise indent or
8684         insert TAB as usual.
8685         (delphi-mode): Update description of TAB-key binding.
8687 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8689         * subr.el (define-key-rebound-commands): Mark obsolete.
8690         * startup.el (precompute-menubar-bindings): Remove.
8691         (normal-top-level): Remove obsolete code that tried to precompute
8692         menubar bindings.
8693         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8694         define-key-rebound-commands and precompute-menubar-bindings.
8696 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8698         * net/imap.el (imap-interactive-login): Better messages.
8699         (imap-open): Fix bug with renamed buffer on reconnect.
8700         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8701         for easier debugging and cleaner code.  On successful (guessed based on
8702         server capabilities) secondary authentication, set imap-state
8703         correctly.
8704         (imap-last-authenticator): Define imap-last-authenticator as a variable
8705         to avoid warnings.
8707 2009-09-10  Glenn Morris  <rgm@gnu.org>
8709         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8711         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8712         (byte-compile-file-form-autoload): Don't warn about unknown functions
8713         where the autoload statement comes after the use.
8714         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8715         that any handlers inside the body (eg require) are in turn respected.
8717         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8718         effects.
8720         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8721         and syntax and abbrev tables basic docs, if they don't have any.
8723         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8725         * international/mule-cmds.el (top-level): Require cl when compiling.
8726         (view-hello-file): Use default-value rather than
8727         default-enable-multibyte-characters.
8729         * progmodes/fortran.el: Move all safe and risky properties into the
8730         defcustoms.
8732         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8733         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8734         * mail/undigest.el:
8735         Put autoloads in rmail.el rather than loaddefs.el.
8736         * mail/rmail.el: Regenerate with extracted autoloads.
8738         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8739         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8741 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
8743         Reported in thread for Bug#4375.
8744         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8745         "-data-evaluate-expression" instead of print.
8746         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8747         (gdb-tooltip-print): Parse output from above MI command.
8748         (gdb): Revert 2009-08-11 change.  User should detach inferior
8749         manually.
8751         Remove the word "separate" from IO functions as inferior
8752         output is now never displayed in the GUD buffer.
8754 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
8756         * startup.el (command-line-normalize-file-name): On Windows and
8757         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8759 2009-09-10  Juri Linkov  <juri@jurta.org>
8761         * isearch.el (isearch-text-char-description): Propertize escape
8762         character sequences with the `escape-glyph' face.  (Bug#4344)
8764         * simple.el (shell-command): Set asynchronous process filter to
8765         `comint-output-filter'.  (Bug#4343)
8767         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8768         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
8769         the list.  Move "asm" to the bottom.
8770         (grep-find-ignored-directories): Add `choice' with nil value
8771         to empty the list easily.
8772         (grep-find-ignored-files): New option.
8773         (grep-files-history): Set to nil by default instead of '("ch" "el").
8774         (grep-compute-defaults): Add "<X>" to `grep-template'.
8775         (grep-read-files): Bind new local variables `default-alias' and
8776         `default-extension'.  Use a list of default values for the file prompt.
8777         (lgrep): Add `--exclude=' command line options composed from
8778         `grep-find-ignored-files'.
8779         (rgrep): Add `-name' command line options composed from
8780         `grep-find-ignored-files'.  (Bug#4301)
8782 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8784         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8785         (bug#4368).
8787 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8789         * calendar/time-date.el (autoload):
8790         Expand define-obsolete-function-alias into defalias and make-obsolete
8791         for old Emacsen that Gnus supports.
8792         (with-no-warnings): Define it for old Emacsen.
8793         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8794         is available.
8795         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8796         float-time is available; suppress compile warning for time-to-seconds.
8798 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8800         * net/imap.el (imap-message-map): Docstring fix.
8802 2009-09-09  Glenn Morris  <rgm@gnu.org>
8804         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8805         line numbers too.  (Bug#4374)
8807 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8809         * smerge-mode.el (smerge-remove-props, smerge-refine):
8810         Use with-silent-modifications (bug#4342).
8812         * subr.el (with-silent-modifications): New macro.
8814 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
8816         * files.el (top-level): Require `cl' when compiling.
8818 2009-09-07  Glenn Morris  <rgm@gnu.org>
8820         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8822         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8823         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
8825 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
8827         * vc-git.el (vc-git-annotate-command): Use separator to parse
8828         arguments correctly.
8830 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
8832         * proced.el (proced-mode): Doc fix.
8834 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
8836         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8837         lstat fails.
8838         (tramp-do-file-attributes-with-ls): Check for file existence at
8839         remote end.
8840         (tramp-do-file-attributes-with-stat): Likewise.
8841         (tramp-convert-file-attributes): Return nil when attr is nil.
8843 2009-09-05  Glenn Morris  <rgm@gnu.org>
8845         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8846         properties to this button.
8847         (diary-fancy-display): Don't extend the button to the final newline.
8848         (diary-fancy-display-mode): Continue to define "q" as a local key.
8850         * calendar/cal-china.el (holiday-chinese): Make it slightly more
8851         efficient.
8853         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8855         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8856         (byte-compile-dest-file-function): New option.
8857         (byte-compile-dest-file): Doc fix.
8858         Obey byte-compile-dest-file-function.
8859         (byte-compile-cl-file-p): New function.
8860         (byte-compile-eval): Only suppress noruntime warnings about cl functions
8861         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
8862         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8863         than for file being previously loaded.
8864         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8865         (byte-compile-file-form-require): Handle the case where requiring a file
8866         indirectly causes CL to be loaded.
8868 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
8870         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8871         before killing the old buffer, since by the time `kill-buffer' is
8872         run so many buffer variables have been set to nil that it may not
8873         behave as expected.  (Bug#4061)
8875 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
8877         * files.el (find-alternate-file): If the old buffer is modified
8878         and visiting a file, behave similarly to `kill-buffer' when
8879         killing it, thus reverting to the pre-1.878 behavior; see
8880         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8881         for discussion.  Also, consult `buffer-file-name' as a variable
8882         not as a function, for consistency with the rest of the code.
8884 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
8886         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8887         also when adding a new directory.
8889         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8890         defun.
8892 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8894         * files.el (locate-file-completion-table): Make it provide boundary
8895         information, so partial-completion works better.
8897 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
8899         * mail/footnote.el (Footnote-text-under-cursor):
8900         Check footnote-text-marker-alist before using it (bug#4324).
8902 2009-09-04  Glenn Morris  <rgm@gnu.org>
8904         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8905         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8906         * play/solitaire.el, play/tetris.el:
8907         Remove leading * from defcustom and defface docs.
8909         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8910         necessary.
8911         (diary-fancy-overriding-map): New variable.
8912         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8913         Use view-mode.
8915         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8916         goto-line.
8918 2009-09-03  Glenn Morris  <rgm@gnu.org>
8920         * arc-mode.el (archive-mode):
8921         * dos-fns.el (set-default-process-coding-system):
8922         * man.el (Man-getpage-in-background):
8923         * menu-bar.el (menu-bar-describe-menu):
8924         * server.el (server-process-filter):
8925         * startup.el (command-line):
8926         * tar-mode.el (tar-header-block-tokenize, tar-extract):
8927         * w32-fns.el (set-default-process-coding-system):
8928         * x-dnd.el (x-dnd-handle-file-name):
8929         * international/mule-cmds.el (mule-menu-keymap)
8930         (set-default-coding-systems, language-info-alist, set-language-info)
8931         (set-language-environment, standard-display-european-internal)
8932         (set-locale-environment):
8933         * international/mule-diag.el (mule-diag):
8934         * mail/emacsbug.el (report-emacs-bug):
8935         * mail/rmail.el (rmail-mode):
8936         * mail/sendmail.el (mail-setup):
8937         Use default-value rather than default-enable-multibyte-characters.
8939         * progmodes/f90.el: Move all safe properties into the defcustoms.
8940         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8942         * calendar/appt.el (appt-check):
8943         * calendar/diary-lib.el (diary-set-header, diary-live-p)
8944         (diary-check-diary-file, diary-list-entries)
8945         (diary-include-other-diary-files, diary-simple-display)
8946         (diary-fancy-display, diary-print-entries)
8947         (diary-mark-included-diary-files, diary-make-entry):
8948         Don't call substitute-in-file-name on diary-file.
8950 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
8951             Stefan Monnier  <monnier@iro.umontreal.ca>
8953         * mail/footnote.el (footnote-prefix): Make it a defcustom.
8954         (footnote-mode-map): Move initialization into the declaration.
8955         (footnote-minor-mode-map): Define it rather than changing global-map.
8956         (footnote-mode): Use define-minor-mode.
8958 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
8960         * net/tramp.el (tramp-handle-file-attributes-with-ls)
8961         (tramp-do-file-attributes-with-perl)
8962         (tramp-do-file-attributes-with-stat): Rename from
8963         `tramp-handle-file-attributes-with-*'.
8964         (tramp-handle-file-attributes): Use them.
8965         (tramp-do-directory-files-and-attributes-with-perl)
8966         (tramp-do-directory-files-and-attributes-with-stat): Rename from
8967         `tramp-handle-directory-files-and-attributes-with-*'.
8968         (tramp-handle-directory-files-and-attributes): Use them.
8969         (tramp-method-out-of-band-p): Additional parameter SIZE.
8970         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8971         (tramp-handle-write-region): Use it.
8972         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8973         (tramp-handle-vc-registered): Check, whether the first run did
8974         return files to be tested.
8975         (tramp-advice-make-auto-save-file-name): Do not call directly
8976         `tramp-handle-make-auto-save-file-name', because this would bypass
8977         the locking mechanism.
8979         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
8980         (file-remote-p, process-file, start-file-process, set-file-times)
8981         (tramp-compat-file-attributes): Compatibility functions shall not
8982         call directly `tramp-handle-*', because this would bypass the
8983         locking mechanism.
8984         (tramp-compat-number-sequence): New defun.
8986 2009-09-02  Glenn Morris  <rgm@gnu.org>
8988         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8989         alias for float-time.
8990         (time-to-number-of-days): In Emacs, use float-time.
8991         * net/newst-backend.el (time-add): Suppress warnings from compat
8992         function.
8993         * time.el (emacs-uptime, emacs-init-time):
8994         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8995         Use float-time rather than time-to-seconds.
8997         * minibuffer.el (completion-initials-expand): Fix typo.
8999         * faces.el (modeline, modeline-inactive, modeline-highlight)
9000         (modeline-buffer-id):
9001         * info.el (info-menu-5): Mark these face aliases as obsolete.
9003 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
9005         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9006         space ...
9007         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9008         no "--thread" option.
9009         (gdb-stopped): Don't print "Switched to thread" message when it is
9010         unchanged.
9012 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9014         * minibuffer.el (completion-try-completion)
9015         (completion-all-completions): Remove ill-defined (and
9016         mistakenly installed and luckily never used nor documented)
9017         `completion-styles' property.
9018         (completion-initials-expand, completion-initials-all-completions)
9019         (completion-initials-try-completion): New functions.
9020         (completion-styles-alist): Add doc to each entry.
9021         Add new `initials' entry.
9023 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
9025         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9026         MI command -var-evaluate-expression.
9027         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9028         and tweak for case of string child.
9029         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9031 2009-09-01  Glenn Morris  <rgm@gnu.org>
9033         * add-log.el (change-log-date-face, change-log-name-face)
9034         (change-log-email-face, change-log-file-face, change-log-list-face)
9035         (change-log-conditionals-face, change-log-function-face)
9036         (change-log-acknowledgement-face):
9037         * cus-edit.el (custom-invalid-face, custom-rogue-face)
9038         (custom-modified-face, custom-set-face, custom-changed-face)
9039         (custom-saved-face, custom-button-face, custom-button-pressed-face)
9040         (custom-documentation-face, custom-state-face, custom-comment-face)
9041         (custom-comment-tag-face, custom-variable-tag-face)
9042         (custom-variable-button-face, custom-face-tag-face)
9043         (custom-group-tag-face-1, custom-group-tag-face):
9044         * diff-mode.el (diff-header-face, diff-file-header-face)
9045         (diff-index-face, diff-hunk-header-face, diff-removed-face)
9046         (diff-added-face, diff-changed-face, diff-function-face)
9047         (diff-context-face, diff-nonexistent-face):
9048         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9049         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9050         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9051         (Info-title-4-face):
9052         * isearch.el (isearch-lazy-highlight-face):
9053         * log-view.el (log-view-file-face, log-view-message-face):
9054         * paren.el (show-paren-match-face, show-paren-mismatch-face):
9055         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9056         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9057         (cvs-msg-face):
9058         * smerge-mode.el (smerge-mine-face, smerge-other-face)
9059         (smerge-base-face, smerge-markers-face):
9060         * wid-edit.el (widget-documentation-face, widget-button-face)
9061         (widget-field-face, widget-single-line-field-face)
9062         (widget-inactive-face, widget-button-pressed-face):
9063         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9064         (woman-addition-face):
9065         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9066         (eshell-ls-executable-face, eshell-ls-readonly-face)
9067         (eshell-ls-unreadable-face, eshell-ls-special-face)
9068         (eshell-ls-missing-face, eshell-ls-archive-face)
9069         (eshell-ls-backup-face, eshell-ls-product-face)
9070         (eshell-ls-clutter-face):
9071         * eshell/em-prompt.el (eshell-prompt-face):
9072         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9073         * obsolete/old-whitespace.el (whitespace-highlight-face):
9074         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9075         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9076         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9077         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9078         (antlr-font-lock-literal-face):
9079         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9080         (ebrowse-root-class-face, ebrowse-file-name-face)
9081         (ebrowse-default-face, ebrowse-member-attribute-face)
9082         (ebrowse-member-class-face, ebrowse-progress-face):
9083         * progmodes/make-mode.el (makefile-space-face):
9084         * progmodes/sh-script.el (sh-heredoc-face):
9085         * textmodes/flyspell.el (flyspell-incorrect-face)
9086         (flyspell-duplicate-face):
9087         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9088         * textmodes/texinfo.el (texinfo-heading-face):
9089         Mark face aliases with "-face" suffix as obsolete.
9091         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9092         compiler.
9094         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9095         (eudc-bob-sound-menu): Use defvar rather than defconst, since
9096         easy-menu-define wants to modify these.
9098         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9100         * net/browse-url.el (browse-url-file-url):
9101         * term/internal.el (dos-codepage-setup):
9102         Use default-value rather than default-enable-multibyte-characters.
9104         * progmodes/etags.el (etags-goto-tag-location):
9105         * progmodes/flymake.el (flymake-highlight-line)
9106         (flymake-goto-file-and-line, flymake-goto-line):
9107         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9108         (gdb-goto-breakpoint):
9109         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9110         * progmodes/python.el (python-find-function)
9111         (python-pdbtrack-track-stack-file):
9112         * progmodes/verilog-mode.el (verilog-surelint-off):
9113         * term/ns-win.el (ns-open-file-select-line):
9114         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9115         Use forward-line rather than goto-line.
9117         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9118         * textmodes/reftex-index.el (reftex-display-index):
9119         * textmodes/reftex-ref.el (reftex-offer-label-menu):
9120         * textmodes/reftex-toc.el (reftex-toc):
9121         Remove unnecessary bindings of default-major-mode (all are followed by
9122         major-mode check and possible mode switch).
9124 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
9126         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9127         Handle watchpoints (bug#4282).
9128         (def-gdb-thread-buffer-command): Enable thread to be selected by
9129         clicking without selecting threads buffer first.
9130         (gdb-current-context-command): Use selected frame so that "up",
9131         "down" etc work in the GUD buffer.
9132         (gdb-update): Find selected frame before rendering stack buffer.
9133         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9135 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9137         * progmodes/sym-comp.el (displayed-completions): Remove.
9138         (symbol-complete): Use minibuffer-complete.
9140 2009-08-31  Glenn Morris  <rgm@gnu.org>
9142         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9144         * apropos.el (apropos-symbols-internal):
9145         Handle (obsolete) face aliases.
9147         * faces.el (describe-face): Adjust the output format to be more like
9148         describe-variable, and to mention (obsolete) face aliases.
9149         Adjust the whitespace so that help-setup-xref works.
9151         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9152         * calendar/diary-lib.el (diary-button-face):
9153         Mark these face aliases as obsolete.
9155         * calendar/calendar.el (calendar-today): Doc fix.
9157 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
9159         * progmodes/gdb-mi.el (gdb-control-all-threads)
9160         (gdb-control-current-thread): Force tool bar update.
9161         (gdb-non-stop-handler): New function.
9162         (gdb-init-1): Use it to test if non-stop mode is supported.
9163         Remove unused gdbmi buffer type.
9165 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
9167         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9168         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
9170 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
9172         * comint.el (comint-exec-1): Check command is non-null first.
9173         Part of gdb-mi.el change (2009-08-28).
9175 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9177         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9179 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
9181         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9182         instead of `dolist' to avoid a recursive require when bootstrapping.
9184 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9186         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9188         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9190         * net/imap.el (imap-send-command): Simplify.
9191         (imap-wait-for-tag): point-max -> buffer-size.
9193         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9195         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9196         with constant argument.
9198         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9200         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9202         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9203         Change default, since most of our files don't have a history.
9204         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9205         the user.
9207         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9208         Add comint-run.
9210         * calc/calc.el: Improve commenting convention.
9211         (calc-digit-map, toplevel): Simplify.
9213         * comint.el (comint-insert-input): Be careful to only set point if we
9214         don't delegate to some other command.
9216         * proced.el (proced-signal-list): Make it an alist.
9217         (proced-grammar-alist): Capitalize names.
9218         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9219         Disable undo manually and make it read-only.
9220         Use completion-annotate-function.
9222         * minibuffer.el (minibuffer-message): If the current buffer is not
9223         a minibuffer, insert the message in the echo area rather than at the
9224         end of the buffer.
9225         (completion-annotate-function): New variable.
9226         (minibuffer-completion-help): Use it.
9227         (completion--embedded-envvar-table): Environment vars are
9228         always case-sensitive.
9230 2009-08-30  Glenn Morris  <rgm@gnu.org>
9232         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9233         from fortran-current-defun.
9234         (fortran-beginning-of-subprogram): Be more precise about finding the
9235         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
9236         (fortran-end-of-subprogram): Simplify.
9237         (fortran-current-defun): Use fortran-start-prog-re.
9239 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
9241         * subr.el (do-after-load-evaluation): Simplify.
9243 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
9245         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9247         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
9248         (vc-rcs-print-log): Use it.
9250         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9252 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9254         * paths.el (abbrev-file-name): Move to abbrev.el.
9255         * abbrev.el (abbrev-file-name): Move from paths.el.
9256         Obey user-emacs-directory.
9257         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9258         user-emacs-directory.
9259         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9260         abbrev-file-name and calc-settings-file any more.
9261         * startup.el (command-line): Recompute abbrev-file-name and
9262         abbreviated-home-dir.
9263         (normal-no-mouse-startup-screen): Improve the generic code and get rid
9264         of the special code for when C-h bindings haven't been changed.
9265         (display-startup-echo-area-message): Use with-current-buffer.
9266         (command-line-1): Use a list of strings, rather than a list of lists
9267         of strings for longopts.
9269         * files.el (get-free-disk-space): Use / for default-directory.
9271         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9272         Use with-current-buffer.
9274         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9275         Recognize immutable variables like most-positive-fixnum.
9276         (byte-compile-setq-default): Check and warn if trying to assign
9277         to an immutable variable, or a non-variable.
9279         * progmodes/cc-vars.el (c-comment-continuation-stars):
9280         * progmodes/cc-engine.el (c-looking-at-bos):
9281         * progmodes/cc-cmds.el (c-toggle-auto-state)
9282         (c-forward-into-nomenclature, c-backward-into-nomenclature)
9283         (c-comment-line-break-function): Add version of obsolescence.
9285 2009-08-28  Juri Linkov  <juri@jurta.org>
9287         * files.el (magic-fallback-mode-alist): Add ZIP magic number
9288         associated with `archive-mode'.
9290         * image.el (image-type-header-regexps): Use only JPEG magic number
9291         to determine JPEG images, and don't use `image-jpeg-p' because
9292         Emacs can display non-JFIF non-Exif JPEG images.
9294 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
9296         * arc-mode.el (archive-mode):
9297         * emacs-lisp/re-builder.el (re-builder-unload-function):
9298         Protect against the default value of `major-mode' being nil.
9300 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
9302         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9303         Fix typos in docstrings.
9305         * progmodes/js.el (js--macro-decl-re): Doc fix.
9306         (js--plain-method-re, js--split-name): Refloc docstring.
9307         (js--class-styles, js--make-merged-item, js--splice-into-items):
9308         Fix typos in docstrings; reflow docstrings.
9309         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9310         (js--variable-decl-matcher, js--inside-pitem-p)
9311         (js--parse-state-at-point, js--get-all-known-symbols)
9312         (js--symbol-history, js-find-symbol, js--js-references)
9313         (js--moz-interactor, js--js-encode-value, js--read-tab):
9314         Fix typos in docstrings.
9316 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9318         * textmodes/reftex.el (reftex-get-file-buffer-force):
9319         * progmodes/verilog-mode.el (verilog-batch-execute-func):
9320         * emulation/viper.el (viper-go-away, viper-set-hooks):
9321         * emacs-lisp/re-builder.el (re-builder-unload-function):
9322         * emacs-lisp/bytecomp.el (byte-compile-file):
9323         * ses.el (ses-unload-function):
9324         * hexl.el (hexl-find-file):
9325         * files.el (normal-mode):
9326         * ehelp.el (with-electric-help):
9327         * autoinsert.el (auto-insert-alist):
9328         * arc-mode.el (archive-mode):
9329         Use (default-value 'major-mode) instead of default-major-mode.
9331         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9332         * international/mule.el (load-with-code-conversion):
9333         * emacs-lisp/debug.el (debug):
9334         * ediff-vers.el (ediff-rcs-get-output-buffer):
9335         * dired.el (dired-internal-noselect): Don't let-bind
9336         default-major-mode around code that doesn't use it.
9337         E.g. buffer creation via get-buffer-create doesn't use it.
9339 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
9341         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9342         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9343         when writing the temp file.  Otherwise, epa-file gets confused.
9344         (tramp-register-file-name-handlers): Make it a defun.  Move also
9345         `epa-file-handler' to the front of `file-name-handler-alist'.
9347 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9349         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9350         start right after a ^M.
9351         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9352         (tramp-completion-file-name-regexp-separate)
9353         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
9354         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9355         Don't modify last-coding-system-used by accident.
9356         (tramp-completion-file-name-handler): Apply the checks here,
9357         instead during registration.
9358         (tramp-register-file-name-handlers): Renamed from
9359         `tramp-register-file-name-handler'.  Register both
9360         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
9361         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
9363 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
9365         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9366         Remove variable ...
9367         (gdb-init-1, gdb-display-separate-io-buffer)
9368         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9369         references to it.
9370         (gdb-inferior-io-mode): Use make-comint-in-buffer.
9371         (gdb-inferior-filter): Use comint-output-filter to stop
9372         echoing and remove ^M characters.
9374 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9376         * emulation/viper-init.el (viper-restore-cursor-type):
9377         * emulation/cua-base.el (cua--update-indications):
9378         Replace default-cursor-type with (default-value 'cursor-type).
9380         * mail/sendmail.el (mail-recover-1):
9381         * international/mule-diag.el (describe-current-coding-system-briefly)
9382         (describe-current-coding-system):
9383         * international/mule-cmds.el (select-safe-coding-system)
9384         (select-message-coding-system)
9385         (set-language-environment-coding-systems, set-locale-environment):
9386         * hexl.el (hexl-insert-multibyte-char):
9387         * dos-w32.el (find-buffer-file-type-coding-system):
9388         * simple.el (what-cursor-position):
9389         Replace uses of default-buffer-file-coding-system
9390         with (default-value 'buffer-file-coding-system).
9392         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9393         Replace uses of default-cursor-in-non-selected-windows
9394         with (default-value 'cursor-in-non-selected-windows).
9395         Use with-current-buffer.
9397         * mail/feedmail.el: Use CL macros.
9398         (feedmail-run-the-queue, feedmail-send-it-immediately):
9399         * dos-w32.el (find-buffer-file-type): Replace uses of
9400         default-buffer-file-type with (default-value 'buffer-file-type).
9402 2009-08-28  Glenn Morris  <rgm@gnu.org>
9404         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9405         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9406         Use default-value of major-mode rather than default-major-mode.
9408 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9410         * Makefile.in (update-elcfiles): Report left over elc files.
9412         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9413         expand-file-name and with-current-buffer.
9414         (mail-get-names, mail-directory): Use with-current-buffer.
9416         * vc.el (vc-read-revision): New function.
9417         (vc-version-diff, vc-merge): Use it.
9419 2009-08-27  Sam Steingold  <sds@gnu.org>
9421         * simple.el (kill-do-not-save-duplicates): New user option.
9422         (kill-new): When it is non-nil, and the new string is the same as
9423         the latest kill, set replace to t to avoid duplicates in kill-ring.
9425 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
9427         * net/tramp.el (tramp-handle-process-file): Do not flush all
9428         caches when `process-file-side-effects' is set.
9429         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
9430         instead of `tramp-find-file-exists-command'.
9431         Unset `process-file-side-effects'.
9433 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
9435         * net/tramp.el (tramp-methods): New method "rsyncc".
9436         (top): Add completion function for "rsyncc".
9437         (tramp-message-show-message): New defvar.
9438         (tramp-message, tramp-error): Use it.
9439         (tramp-do-copy-or-rename-file-directly): Extend check for direct
9440         remote copying.
9441         (tramp-do-copy-or-rename-file-out-of-band): Handle new
9442         `tramp-methods' entry `copy-env' of "rsyncc".
9443         (tramp-vc-registered-read-file-names): New defconst.
9444         (tramp-vc-registered-file-names): New defvar.
9445         (tramp-handle-vc-registered): Implement optimization strategy.
9446         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9447         (tramp-vc-file-name-handler): New defun.
9448         (tramp-get-ls-command, tramp-get-test-command)
9449         (tramp-get-file-exists-command, tramp-get-remote-ln)
9450         (tramp-get-remote-perl, tramp-get-remote-stat)
9451         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
9453         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9454         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
9455         timestamps.
9456         (tramp-get-file-property): Check for timestamps in
9457         `tramp-cache-inhibit-cache'.
9458         (tramp-set-file-property): Write timestamp.
9460 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9462         * language/japan-util.el (japanese-symbol-table): Add entries for
9463         cp932-2-byte.
9465         * international/characters.el: Add category `j' to cp932-2-byte.
9467 2009-08-27  Kenichi Handa  <handa@m17n.org>
9469         * international/fontset.el (build-default-fontset-data): New macro.
9470         (setup-default-fontset): Use build-default-fontset-data for CJK,
9471         tibetan, ethiopic, and ipa.
9473 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9475         * cus-start.el (default-major-mode): Customize `major-mode' instead.
9476         (enable-multibyte-characters): Not customizable any more.
9478         * subr.el (default-mode-line-format, default-header-line-format)
9479         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9480         (default-direction-reversed, default-truncate-lines)
9481         (default-left-margin, default-tab-width, default-case-fold-search)
9482         (default-left-margin-width, default-right-margin-width)
9483         (default-left-fringe-width, default-right-fringe-width)
9484         (default-fringes-outside-margins, default-scroll-bar-width)
9485         (default-vertical-scroll-bar, default-indicate-empty-lines)
9486         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9487         (default-fringe-cursor-alist, default-scroll-up-aggressively)
9488         (default-scroll-down-aggressively, default-fill-column)
9489         (default-cursor-type, default-buffer-file-type)
9490         (default-cursor-in-non-selected-windows)
9491         (default-buffer-file-coding-system, default-major-mode)
9492         (default-enable-multibyte-characters): Mark as obsolete.
9494 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
9496         * vc-dir.el (vc-dir-update): Remove debug helper.
9498         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9500 2009-08-26  Sam Steingold  <sds@gnu.org>
9502         * simple.el (save-interprogram-paste-before-kill): New user option.
9503         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9504         save the interprogram-paste into kill-ring before overriding it
9505         with the Emacs kill.
9507 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9509         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9510         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9511         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9512         and move to vc-rcs.el.
9513         (vc-default-next-revision): Rename to vc-rcs-next-revision and
9514         move to vc-rcs.el.
9515         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9516         (vc-rcs-update-changelog): Remove.
9517         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9518         and move to vc-rcs.el.
9520         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9521         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9522         renaming.
9523         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9524         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9525         vc.el, renamed to be RCS specific.
9527         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9528         New functions.
9529         (vc-cvs-update-changelog): Move here from vc.el.
9531         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9532         New functions.
9534 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9536         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9538 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9540         * vc-git.el (vc-git-register): Use "git add" for directories.
9541         (vc-git-stash, vc-git-stash-show): New functions.
9542         (vc-git-extra-menu-map): Bind them.
9544         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9545         directory correctly in case the item is a directory itself.
9547         * vc.el: Document the desired behavior for reverted files in the
9548         `added' state.
9549         (vc-default-prettify-state-info): Remove function, unused.
9551         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9553 2009-08-26  Glenn Morris  <rgm@gnu.org>
9555         * bindings.el (standard-mode-line-format): Reposition dashes in
9556         which-func entry.  (Bug#4217)
9558         * files.el (enable-local-variables, enable-local-eval)
9559         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9560         the defcustoms.
9561         (auto-mode-alist, ignored-local-variables)
9562         (save-some-buffers-action-alist): Move risky declarations to the
9563         definitions.
9564         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9565         (font-lock-defaults, format-alist, imenu--index-alist)
9566         (imenu-generic-expression, input-method-alist, minor-mode-alist)
9567         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9568         (mode-line-modified, mode-line-mule-info, mode-line-position)
9569         (mode-line-process, mode-line-remote, outline-level)
9570         (parse-time-rules, rmail-output-file-alist)
9571         (special-display-buffer-names, vc-mode):
9572         Move risky declarations to the relevant files.
9573         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9574         (mode-line-modified, mode-line-process, mode-line-position)
9575         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9576         * font-core.el (font-lock-defaults):
9577         * format.el (format-alist):
9578         * vc-hooks.el (vc-mode):
9579         * window.el (special-display-buffer-names):
9580         * international/mule-cmds.el (input-method-alist):
9581         Define riskiness here (dumped file) rather than in files.el.
9582         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9583         * imenu.el (imenu-generic-expression, imenu--index-alist):
9584         * outline.el (outline-level):
9585         * time.el (display-time-string):
9586         * calendar/parse-time.el (parse-time-rules):
9587         * mail/rmailout.el (rmail-output-file-alist):
9588         Autoload riskiness here, rather than placing in files.el.
9590 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
9592         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9594 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
9596         * simple.el (process-file-side-effects): New defvar.
9598         * dired-aux.el (dired-show-file-type):
9599         * vc.el (vc-diff-internal):
9600         * vc-arch.el (vc-arch-diff):
9601         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9602         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9603         * vc-git.el (vc-git-registered, vc-git-working-revision)
9604         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9605         (vc-git--empty-db-p):
9606         * vc-hooks.el (vc-user-login-name):
9607         * vc-svn.el (vc-svn-registered, vc-svn-state)
9608         (vc-svn-dir-extra-headers, vc-svn-find-revision):
9609         * progmodes/grep.el (grep-probe): Let-bind
9610         `process-file-side-effects' with nil.
9612         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9614         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9615         daemon.  Replace ping by checking for running service for bluez
9616         and zeroconf.  (Bug#4239)
9618 2009-08-25  Kevin Ryde  <user42@zip.com.au>
9620         * net/dig.el (dig): Add autoload cookie.
9622 2009-08-25  Glenn Morris  <rgm@gnu.org>
9624         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9625         load-history for absolute file-names.
9626         (byte-compile-file-form-require): Warn about use of the cl package.
9628         * format.el (format-alist): Doc fix.
9630         * play/bubbles.el (top-level): Don't require cl at run-time.
9632         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9633         run-time cl).
9635 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
9637         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9638         from cl package.
9639         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9641 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
9643         * calc/calc-alg.el (math-trig-rewrite)
9644         (math-hyperbolic-trig-rewrite): New functions.
9645         (calc-simplify): Simplify trig functions when asked.
9647 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9649         * diff-mode.el (diff-find-source-location): Avoid goto-line.
9651 2009-08-24  Kenichi Handa  <handa@m17n.org>
9653         * language/ind-util.el (mapthread): Delete it.
9654         (combinatorial): New function.
9655         (indian--puthash-cv): Use combinatorial instead of mapthread.
9657 2009-08-22  Kevin Ryde  <user42@zip.com.au>
9659         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9660         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9661         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9662         Clarify docstring that the value is strings not symbols.
9663         (checkdoc-list-of-strings-p): New function.
9665 2009-08-22  Glenn Morris  <rgm@gnu.org>
9667         * files.el (auto-mode-alist):
9668         * hippie-exp.el (he-concat-directory-file-name):
9669         * lpr.el (lpr-windows-system, printer-name):
9670         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9671         * ps-print.el (ps-windows-system):
9672         * startup.el (command-line):
9673         * emulation/viper-ex.el (viper-glob-function):
9674         * international/mule-cmds.el (set-language-environment-coding-systems):
9675         * net/ange-ftp.el (ange-ftp-write-region):
9676         * obsolete/fast-lock.el (fast-lock-cache-name):
9677         Remove code for defunct system-types emx, macos, mswindows, next-mach,
9678         unisoft-unix, vax-vms, win32, w32.
9680         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9681         given name if the pattern is not more specific.
9683         * calendar/lunar.el (lunar-phase-names): New option.
9684         (lunar-phase): Doc fix.
9685         (lunar-cycles-per-year): New constant.
9686         (lunar-index): New function.
9687         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9688         (lunar-phase-name): Use lunar-phase-names.
9689         (calendar-lunar-phases): Use format.
9690         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9692         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9693         Copy imenu-example--name-and-position function here for own use.
9694         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9696         * bs.el (bs--redisplay):
9697         * cus-edit.el (custom-redraw):
9698         * ibuffer.el (ibuffer-bury-buffer):
9699         * server.el (server-goto-line-column):
9700         * startup.el (command-line-1):
9701         * strokes.el (strokes-xpm-for-stroke):
9702         * term.el (term-display-buffer-line):
9703         * view.el (View-goto-line):
9704         * calc/calc.el (calc-do, calc-trail-buffer):
9705         * play/gamegrid.el (gamegrid-add-score-insecure):
9706         * progmodes/ada-mode.el (ada-compile-goto-error):
9707         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9708         (ebrowse-select-1st-to-9nth):
9709         * progmodes/cperl-mode.el (cperl-time-fontification):
9710         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9711         * progmodes/gud.el (gud-display-line):
9712         (idlwave-shell-display-line):
9713         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9714         * progmodes/make-mode.el (makefile-browser-toggle):
9715         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9716         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9717         * textmodes/picture.el (picture-draw-rectangle):
9718         * textmodes/reftex-index.el (reftex-index-goto-letter):
9719         (reftex-select-jump-to-previous):
9720         * textmodes/reftex-sel.el (reftex-find-start-point)
9721         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9722         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9723         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9724         * textmodes/tex-mode.el (tex-compilation-parse-errors):
9725         * textmodes/two-column.el (2C-associated-buffer):
9726         Use forward-line rather than goto-line.
9728         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9729         goto-line.
9731         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9732         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9733         (quick-check-list-to-regexp): Declare.
9735         * progmodes/make-mode.el (makefile-browser-insert-selection):
9736         Use goto-char rather than goto-line.
9738         * progmodes/prolog.el (compilation-error-regexp-alist)
9739         (compilation-forget-errors): Declare.
9741 2009-08-22  Juri Linkov  <juri@jurta.org>
9743         * progmodes/grep.el (lgrep, rgrep): At the beginning
9744         set `dir' to `default-directory' unless `dir' is a non-nil
9745         readable directory.  (Bug#4052)
9746         (lgrep, rgrep): Change a weird way to report an error
9747         from using `read-string' to using `error'.
9748         Instead of using interactive arguments in the function body,
9749         add new argument `confirm'.
9751 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9753         * textmodes/remember.el (remember-buffer):
9754         * progmodes/cperl-mode.el (cperl-vc-header-alist):
9755         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9756         (icalendar-extract-ical-from-buffer):
9757         * net/newst-treeview.el (newsticker-groups-filename):
9758         * net/newst-backend.el (newsticker-cache-filename):
9759         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9760         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9761         (speedbar-add-ignored-path-regexp, speedbar-line-path)
9762         (speedbar-buffers-line-path, speedbar-path-line)
9763         (speedbar-buffers-line-path):
9764         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9765         (epg-sign-keys):
9766         * epa.el (epa-display-verify-result):
9767         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9769 2009-08-21  Glenn Morris  <rgm@gnu.org>
9771         * progmodes/js.el (inferior-moz-process): Fix declaration.
9773         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9775         * obsolete/rnewspost.el (news-mail-reply):
9776         Use goto-char rather than goto-line.
9778         * term/ns-win.el (ns-open-file-select-line):
9779         Use line-beginning-position rather than goto-line.
9781         * apropos.el (apropos-command):
9782         * ehelp.el (electric-helpify):
9783         * printing.el (pr-show-setup):
9784         * strokes.el (strokes-help):
9785         * tutorial.el (tutorial--describe-nonstandard-key)
9786         (tutorial--detailed-help):
9787         * woman.el (woman-mini-help, woman-display-extended-fonts):
9788         * calc/calc-help.el (calc-describe-key):
9789         * emulation/edt.el (edt-electric-helpify):
9790         * international/mule-diag.el (mule-diag):
9791         * play/yow.el (apropos-zippy):
9792         * progmodes/python.el (python-describe-symbol):
9793         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9794         * textmodes/table.el (*table--cell-describe-mode)
9795         (*table--cell-describe-bindings):
9796         Use help-print-return-message rather than the now obsolete alias.
9798         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9799         (calendar-cursor-to-visible-date):
9800         * play/5x5.el (5x5-position-cursor):
9801         * play/decipher.el (decipher):
9802         * play/gomoku.el (gomoku-goto-xy):
9803         * play/landmark.el (lm-goto-xy):
9804         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9805         (mpuz-paint-digit):
9806         Use forward-line, not goto-line.
9808         * mail/rmail.el (rmail-obsolete): Delete custom group.
9809         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9810         (rmail-remote-password, rmail-remote-password-required):
9811         Remove unneeded :set-after and :set properties.
9813 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
9815         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9817 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
9819         * loadup.el: Remove leftover macos code.
9821         * vc-git.el (vc-git-annotate-command): Run asynchronously.
9822         Explicitly pass the date format to git blame so that user local
9823         so that the output format can be parsed.
9825 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
9827         * net/dbus.el (top): Don't check for (getenv
9828         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
9830 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
9832         * log-edit.el (log-edit-strip-single-file-name): New var.
9833         (log-edit-insert-changelog): Use it.  Bug#3571
9835 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9837         * subr.el (read-passwd): Use read-key so keypad keys work as well.
9838         Bug#3287
9840         * help.el (help-print-return-message): Rename from
9841         print-help-return-message.
9843         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9844         cvs-mode-map parent hack.
9845         (log-view-mode): Derive from special-mode.
9847         * linum.el (linum-mode): window-size-change-functions is redundant.
9848         Adapt to new window-configuration-change-hook behavior.
9849         (linum-after-size, linum-after-config): Remove.
9851         * imenu.el (imenu-example--name-and-position)
9852         (imenu-example--lisp-extract-index-name)
9853         (imenu-example--create-lisp-index, imenu-example--create-c-index):
9854         Mark as obsolete.
9856         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9857         (inferior-prolog-mode): Use it.
9858         (inferior-prolog-load-file): Reset list of errors.
9860 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9862         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9864         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9866 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
9868         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9869         is running already.
9871 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9873         * subr.el (listify-key-sequence-1): Use normal syntax since those
9874         integers are nowadays always represented by the same (positive) number
9875         on all platforms.
9876         (read-key-empty-map): New const.
9877         (read-key-delay): New var.
9878         (read-key): New function.
9879         (force-mode-line-update): Use with-current-buffer.
9880         (locate-user-emacs-file): Don't forget to abbreviate the file name.
9881         (start-process-shell-command, start-file-process-shell-command):
9882         Discourage the use of command-args.
9884 2009-08-19  Glenn Morris  <rgm@gnu.org>
9886         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9888 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9890         * simple.el (choose-completion-string): Don't rely on
9891         minibuffer-completing-file-name and ad-hoc checks to decide whether
9892         to continue completion or not.
9894         * minibuffer.el (minibuffer-hide-completions): New function.
9895         (completion--do-completion): Use it.
9896         (completions-annotations): New face.
9897         (completion--insert-strings): Use it.
9898         (completion-pcm--delim-wild-regex): Add docstring.
9899         (completion-pcm--string->pattern): Add support for 0-width delimiters
9900         in completion-pcm--delim-wild-regex.
9902 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9904         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9905         Remove unused var `buffer-modified-p'.
9907         * minibuffer.el (completion--do-completion): Move point for the #b001
9908         case as well (bug#4176).
9909         (minibuffer-complete, minibuffer-complete-word): Don't move point.
9911 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
9913         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
9914         and :session buses.
9916 2009-08-18  Kenichi Handa  <handa@m17n.org>
9918         * international/ucs-normalize.el (ucs-normalize-version):
9919         Change to 1.1.
9920         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9921         (utf-8-hfs): Make it perform normalization on encoding too.
9923         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
9924         (sentence-end-without-space): Delete duplicated chars.
9925         (sentence-end-base): Likewise.
9927         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
9928         (html-mode): Delete duplicated chars from sentence-end-base.
9930         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
9931         (texinfo-mode): Delete duplicated chars from sentence-end-base.
9933 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
9935         * files.el (hack-one-local-variable): If the mode function is for
9936         a minor mode, pass it an argument (Bug#4148).
9938 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
9940         * net/tramp.el (tramp-register-completion-file-name-handler):
9941         Check also for (member 'partial-completion completion-styles).
9943 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9945         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9946         abbrev (Bug#3943).
9948 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
9950         * progmodes/cperl-mode.el: Merge upstream 6.2.
9951         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9952         (cperl-forward-re): Check cperl-brace-recursing.
9953         (cperl-highlight-charclass): New function.
9954         (cperl-find-pods-heres): Use it.
9955         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9956         (cperl-beautify-regexp-piece): Fix column calculation.
9957         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9958         (cperl-beautify-level): Don't process entire regexp.
9959         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9960         calling man.
9961         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9962         (cperl-init-faces): Build a list in the normal way.
9964 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9966         * calendar/parse-time.el (parse-time-string-chars): Save match
9967         data.
9969 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9971         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9972         (sql-product): Use it.
9973         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9974         (sql-set-product): Add completion.
9975         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9976         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9977         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9978         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9979         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9980         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9981         (sql-highlight-db2-keywords): Remove.
9982         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9983         (sql-highlight-product): Use derived-mode-p.
9984         (sql-set-sqli-buffer): Use with-current-buffer.
9985         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9986         Simplify.
9988         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9990         * term.el: Fix commenting convention, turn comments into docstrings.
9992 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
9994         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9996 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
9998         * calendar/parse-time.el (parse-time-string-chars): Compute using
9999         character classes, to handle non-ascii characters (Bug#3190).
10001 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10003         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10004         another heredoc if the user adds another < (Bug#3226).
10006         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10007         Don't initialize based on window-system (Bug#4124).
10009         * facemenu.el (facemenu-read-color): Use a completion function
10010         that accepts any defined color, such as RGB triplets (Bug#3677).
10012         * files.el (get-free-disk-space): Change fallback default
10013         directory to /.  Expand DIR argument before switching to fallback.
10014         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10016 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
10018         * files.el (load-library): Doc fix.
10020 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
10022         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10023         (viper-if-string): Redefine C-s in the minibuffer to insert the last
10024         incremental search string.
10026         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10027         XEmacs.
10029         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10030         (ediff-merge-region-is-non-clash)
10031         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10032         Also check if the job is really a merge job.
10034         * ediff.el (ediff-current-file): New function.
10036 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
10038         * progmodes/js.el: Edit docstrings throughout to follow Emacs
10039         conventions.
10040         (js-insert-and-indent): Delete function.
10041         (js-mode-map): Don't bind keys to js-insert-and-indent.
10042         (js-beginning-of-defun): Rename from js--beginning-of-defun.
10043         (js-end-of-defun): Rename from js--end-of-defun.
10044         (js-auto-indent-flag): Delete variable.
10046 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
10048         * progmodes/js.el: Remove proclaim statement.
10049         Defvar which-func-imenu-joiner-function to silence compiler.
10051         * files.el (auto-mode-alist): Use js-mode for .js files.
10053         * progmodes/js2-mode.el: Remove file.
10055         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10057         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10059         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10061 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
10062             Karl Landstrom  <karl.landstrom@brgeight.se>
10064         * progmodes/js.el: New file.
10066 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
10068         * timezone.el (timezone-parse-date): Add ability to understand ISO
10069         basic format (minimal separators) dates in addition to the
10070         already-supported extended format dates.
10072 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
10074         * international/ucs-normalize.el: Add a `coding' file variable.
10076         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10078 2009-08-14  Sam Steingold  <sds@gnu.org>
10080         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10082 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
10084         * faces.el (help-argument-name): Define it here instead of
10085         help-fns.el, because in daemon mode help-fns.el may be loaded when
10086         faces are still uninitialized (Bug#1078).
10088         * help-fns.el (help-argument-name): Move defface to faces.el.
10090 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
10092         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10093         create buffer with a pty but no process so that GDB can make the
10094         inferior the controlling process.
10096 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
10098         * international/ucs-normalize.el: New file.
10100 2009-08-13  Richard Stallman  <rms@gnu.org>
10102         * mail/rmail.el (rmail-get-attr-names):
10103         Accept an attribute header that is too short.
10105         * mail/rmail.el (rmail-forget-messages):
10106         Ignore nil elt in rmail-message-vector.  Use dotimes.
10108         * progmodes/compile.el (compilation-goto-locus):
10109         Use next-error-move-function.
10111         * simple.el (next-error-move-function): New variable.
10113 2009-08-12  Juri Linkov  <juri@jurta.org>
10115         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10116         always non-nil.  (Bug#4052)
10118         * replace.el (read-regexp): Return empty string when
10119         `default-value' is nil.
10120         (keep-lines-read-args): Don't use empty string as the
10121         default value for `read-regexp'.  (Bug#2495)
10123 2009-08-12  Juri Linkov  <juri@jurta.org>
10125         * international/mule-cmds.el (ucs-insert): Change arguments
10126         from `arg' to `character', `count', `inherit' to be the same
10127         as in `insert-char'.  Doc fix.  (Bug#4039)
10129         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10131 2009-08-12  Juri Linkov  <juri@jurta.org>
10133         * files-x.el: New file.
10135         * files.el: Move code that deals with adding/deleting
10136         file/directory-local variables to files-x.el.
10138         * Makefile.in (ELCFILES): Add files-x.elc.
10140 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
10142         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10143         to use `goto-line'.
10144         (gdb-place-breakpoints, gdb-get-location): Rewritten without
10145         `goto-line'.
10146         (gdb-invalidate-disassembly): Do not refresh upon receiving
10147         'update signal.  Instead, update all disassembly buffers only after
10148         threads list.
10149         (gdb): Send -target-detach when buffer is killed (Bug#3794).
10150         (gdb-starting): Moved -data-list-register-names...
10151         (gdb-stopped): ...here so it's sent when first thread stops.
10152         (gdb-registers-handler-custom): Do nothing if register names are
10153         unknown yet.
10155         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10156         from `gdb-mi.el' to avoid extra tangling.
10158         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10159         change which breaks `gud-def' definitions used in `gdb'.
10160         (gdb-update-gud-running): No extra fuss for updating frame number.
10162 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10164         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10165         (describe-language-environment-map, setup-language-environment-map)
10166         (set-coding-system-map): Move initialization into declaration.
10167         (set-language-info-alist): Last arg to define-key-after can be skipped.
10169         * international/quail.el (quail-completion-1): Simplify.
10170         (quail-define-rules): Use slightly more compact code.
10171         (quail-insert-decode-map): Propertize keys, compact columns.
10173         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10174         Add goto-line.
10176 2009-08-10  Miles Bader  <miles@gnu.org>
10178         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10179         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10180         (js2-instance-member, js2-private-member, js2-private-function-call)
10181         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10182         (js2-magic-paren, js2-external-variable):
10183         Remove "-face" suffix from face names.
10184         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10185         (js2-highlight-undeclared-vars, js2-peek-token)
10186         (js2-parse-function-params, js2-mode-show-errors)
10187         (js2-mode-show-warnings, js2-make-magic-delimiter)
10188         (js2-mode-highlight-magic-parens): Update to use new face names.
10190 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
10192         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10193         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
10195 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
10197         * subr.el: Provide hashtable-print-readable.
10199         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10200         hs-c-like-adjust-block-beginning.
10201         (hs-hide-block-at-point): Stop hiding at the beginning of
10202         hs-block-end-regexp (Bug#700).
10204 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
10206         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10207         a macro.
10208         (gdb-registers-handler-custom): Do not fail when register names
10209         are unavailable.
10211 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
10213         * progmodes/gdb-mi.el (gdb-control-all-threads)
10214         (gdb-control-current-thread): Interactive setters for
10215         `gdb-gud-control-all-threads' to use in menu.
10216         (gdb-show-run-p): Show «Go» when process is not active.
10217         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
10218         gud/thread.xpm and gud/all.xpm.
10220 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
10222         * net/net-utils.el (net-utils-font-lock-keywords): New var.
10223         (nslookup-font-lock-keywords): Make it a variable.
10224         (net-utils-mode): New mode for viewing diagnostic network output.
10225         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10226         (net-utils-run-simple): New function.
10227         (ifconfig, iwconfig, netstat, arp, route): Use it.
10229 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
10231         * progmodes/gdb-mi.el (gdb-read-memory-custom)
10232         (gdb-memory-set-address, def-gdb-set-positive-number)
10233         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10234         after changing settings.
10235         (gdb-invalidate-disassembly): Update when first shown.
10236         (gdb-edit-locals-value): Fixed.
10237         (gdb-registers-handler-custom): Print registers in right order and
10238         allow changing register values (only for current thread yet).
10239         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10240         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10241         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10242         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
10243         info in mode name.
10244         (gdb-registers-mode-map): TAB to switch to locals.
10246 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
10248         * mail/rmail.el (rmail-add-mbox-headers)
10249         (rmail-set-message-counters-counter): Search for
10250         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
10252 2009-08-08  Glenn Morris  <rgm@gnu.org>
10254         * Makefile.in (ELCFILES): Update.
10256 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
10258         * mail/sendmail.el (mail-yank-original): Set
10259         buffer-file-coding-system from the one used by the message whose
10260         text is yanked.
10262         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10263         to "windows" when "pgnuplot" is used.
10264         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
10265         call accept-process-output if "pgnuplot" is used.
10266         (calc-graph-init): Don't send -display and -geometry to
10267         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
10268         running "pgnuplot -V" with shell-command-to-string.
10270         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10271         the default.
10273 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
10275         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10276         org/org-latex.elc.
10278 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
10280         * vc-dispatcher.el (vc-resynch-window): Update comment.
10282         * term.el (term-handle-ansi-escape): Add comments with the
10283         terminfo capabilities implemented.
10285 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
10287         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10288         (gdb-var-create-handler): Rewritten using JSON parser.
10289         (gdb-propertize-header): Moved earlier.
10290         (gdb-set-header): Removed to avoid duplication.
10291         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10292         Refresh disassembly buffers only after threads list have been
10293         update.
10294         (gdb-threads-header, gdb-registers-header): Per-buffer header line
10295         variables.
10297 2009-08-04  Juri Linkov  <juri@jurta.org>
10299         * files.el: Commands to add/delete file/directory-local variables.
10300         (read-file-local-variable, read-file-local-variable-value)
10301         (read-file-local-variable-mode, modify-file-local-variable)
10302         (modify-file-local-variable-prop-line)
10303         (modify-dir-local-variable): New functions.
10304         (add-file-local-variable, delete-file-local-variable)
10305         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10306         (add-dir-local-variable, delete-dir-local-variable)
10307         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10308         (copy-dir-locals-to-file-locals-prop-line): New commands.
10310 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
10312         * abbrev.el (insert-abbrev-table-description): Prettify output.
10313         Suggested by Karl Chen.
10315 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
10317         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
10318         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
10319         (gdb-overlay-arrow-position, gdb-thread-position)
10320         (gdb-disassembly-position): Declare variables.
10321         (gdb-wait-for-pending): Function now.
10322         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10323         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10324         compilation goes smoothly.
10325         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10326         (gdb-non-stop-setting): New customization setting which replaces
10327         `gdb-non-stop' so changing it doesn't break active GDB session.
10328         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10329         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10330         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10331         (gdb-show-threads-by-default): New customization options.
10332         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10333         routines.
10334         (gdb-get-buffer-create): Send buffers update signal when they are
10335         created.
10336         (gdb-invalidate-locals, gdb-invalidate-registers)
10337         (gdb-invalidate-breakpoints)
10338         (gdb-invalidate-threads, gdb-invalidate-disassembly)
10339         (gdb-invalidate-memory): Accept update signal.
10340         (gdb-current-context-command): Use --frame option.
10341         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10342         Implement `gdb-frame-number' selection logic.
10343         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10344         whether to show GUD toolbar buttons.
10345         (gdb-thread-exited): Unselect current thread when it exits.
10346         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10347         (gdb-mark-line): Routine which sets overlay arrow or inverses
10348         video on fringeless displays.
10349         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10350         to build aligned columns of data in GDB buffers and set text
10351         properties line-by-line.
10352         (gdb-invalidate-breakpoints)
10353         (gdb-breakpoints-list-handler-custom)
10354         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10355         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10356         (gdb-registers-handler-custom): Align data columns.
10357         (gdb-locals-handler-custom): Now prints data like in variable
10358         declarations.
10359         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10360         Removed confusing buttons.
10361         (gdb-invalidate-threads): Append --frame.
10362         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10363         between breakpoints/threads buffers.
10364         (gdb-set-window-buffer): Now can ignore dedicated windows.
10365         (gdb-propertize-header): Use `gdb-set-window-buffer'.
10366         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10367         (def-gdb-thread-buffer-gud-command): Replaces
10368         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10369         for fine thread control.
10370         (gdb-preempt-existing-or-display-buffer): New function used to
10371         display bound buffers without breaking window layout.
10372         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10373         (gdb-select-frame): New version of `gdb-frames-select' which now
10374         sets `gdb-frame-number' so commands may use --frame option instead
10375         of inner debugger state.
10376         (gdb-frame-handler): Do not set `gdb-frame-number'.
10377         (gdb-threads-mode-map): Select threads with mouse.
10379         * progmodes/gud.el (gdb-gud-context-call): Declare function to
10380         avoid compilation warning.
10381         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10382         `gdb-show-stop-p`.
10384         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10385         Argument `key' renamed to `buffer-type'.
10386         (gdb-current-context-buffer-name): Do not add thread info to
10387         buffer name when no thread is selected.
10388         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10389         command (bug 3794).
10390         (gdb-thread-selected): Handle `=thread-selected' notification.
10391         (gdb-wait-for-pending): New macro to deal with congestion problems.
10392         (gdb-breakpoints-list-handler-custom): Don't fail on pending
10393         breakpoints.
10394         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10395         This fixes problem similar to one described in bug 3947.
10396         (gud-menu-map): More menu items.
10397         (gdb-init-1): Reset `gdb-thread-number' to nil.
10399         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10400         non-stop settings.
10402         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10403         (gdb-current-context-command): Do not append --thread if
10404         `gdb-thread-number' is nil.
10405         (gdb-running-threads-count, gdb-stopped-threads-count): New
10406         variables.
10407         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10408         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10409         customization options.
10410         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10411         GUD commands.
10412         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
10413         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10414         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10415         set `gdb-thread-number' and update `gud-running' properly.
10416         (gdb-running): Update threads list when new threads appear.
10417         (gdb-stopped): Support non-stop operation and new thread switching
10418         logic.
10419         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10420         (gdb-json-partial-output): New set of JSON routines.
10421         (def-gdb-auto-update-trigger): New `signal-list' optional
10422         argument.
10423         (gdb-thread-list-handler-custom): Update `gud-running',
10424         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10425         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10426         (gdb-continue-thread, gdb-step-thread): New commands for fine
10427         thread execution control.
10428         (gud-menu-map): New menu items to switch non-stop options.
10429         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
10430         (gdb-send): Mimic RET properly (bug 3794).
10432         * progmodes/gdb-mi.el (gdb-rules-name-maker)
10433         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10434         gdb-buffer-rules.
10435         (def-gdb-auto-update-handler): New nopreserve optional argument.
10436         (gdb-stack-list-frames-custom): Print stack from top to bottom.
10438         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10439         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10440         (gdb-parent-mode): New mode to derive other GDB modes from.
10441         (gdb-display-disassembly-for-thread)
10442         (gdb-frame-disassembly-for-thread): New commands for threads
10443         buffer.
10445         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10446         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
10447         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10448         (gdb-update): We now store all GDB buffers in a list so that they
10449         can be updated by traversing a list instead of calling invalidate
10450         triggers explicitly.
10451         (def-gdb-trigger-and-handler): New macro to define trigger-handler
10452         pair for GDB buffer.
10453         (gdb-stack-buffer-name): Add thread information.
10454         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10455         handle pending triggers.
10456         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10457         (def-gdb-thread-buffer-simple-command)
10458         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10459         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
10460         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10461         New commands which show buffers bound to thread.
10462         (gdb-stack-list-locals-regexp): Removed unused regexp.
10464         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10465         (gdb-locals-buffer-name, gdb-registers-buffer-name)
10466         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10467         to (gud-comint-buffer) in *-buffer-name functions
10468         because (gdb-get-target-string) already does that.
10469         (gdb-locals-handler-custom, gdb-registers-handler-custom)
10470         (gdb-changed-registers-handler): Rewritten without regexps.
10472         * progmodes/gdb-mi.el: Basic thread selection support.
10473         (gdb-thread-number): New variable.
10474         (gdb-current-context-command): New macro which adds --thread
10475         option to command.
10476         (gdb-threads-mode-map): Select thread with SPC.
10477         (gdb-thread-list-handler-custom): Mark current thread with overlay
10478         arrow.  Synchronize GDB thread and Emacs thread.
10479         (gdb-select-thread): New command which selects current thread.
10480         (gdb-invalidate-frames, gdb-invalidate-locals)
10481         (gdb-invalidate-registers): Use --thread option.
10483 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
10485         * net/tramp.el (top): Make check for tramp-gvfs loading more
10486         robust.  (Bug#3977)
10487         (tramp-handle-insert-file-contents): `unwind-protect' must be
10488         inside `with-parsed-tramp-file-name'.
10490         * net/tramp-gvfs.el (top): Remove superfluous message when loading
10491         fails.
10493 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
10495         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10496         directory if CLASSPATH is not set.
10498 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
10500         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10501         New defconst.
10502         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
10504 2009-08-02  Kevin Ryde  <user42@zip.com.au>
10506         * net/newst-backend.el (newsticker--raw-url-list-defaults):
10507         Update freshmeat link.  Delete newsforge.com as it seems gone.
10509 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
10511         * select.el (x-set-selection): Doc fix (Bug#4021).
10513         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10515         * help-fns.el (describe-variable): Treat list return values from
10516         dir-locals-find-file properly (Bug#4005).
10518 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
10520         * net/tramp.el (tramp-debug-message): Print also microseconds.
10522 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
10524         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10525         or END is non-nil.
10526         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10527         (tramp-get-debug-buffer): Change `outline-regexp' according to new
10528         format.
10530         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10531         (tramp-get-file-property): Use it.
10533         * autorevert.el (auto-revert-handler): Allow
10534         `auto-revert-tail-mode' for remote files.
10536 2009-08-02  Jason Rumney  <jasonr@gnu.org>
10538         * minibuffer.el (read-file-name): Treat confirm options to
10539         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
10541 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
10543         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10544         (font-lock-variable-name-face, font-lock-constant-face): Darken
10545         the colors for light backgrounds.
10547 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
10549         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10550         month names.  (Bug#3987)
10552 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
10554         * simple.el (line-move-finish): Pass whole number to
10555         line-move-to-column.
10556         (line-move-visual): Perform hscroll to the recorded position.
10558 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
10560         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10562 2009-07-29  Alan Mackenzie  <acm@muc.de>
10564         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10566 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
10568         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10569         (gdb-place-breakpoints): Use full path when setting breakpoints.
10571 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
10573         * calc/calc.el (calc-mode-map): Add keybinding for
10574         `calc-transpose-lines'.
10576 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
10578         * calc/calc-misc.el (calc-transpose-lines): New function.
10580 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
10582         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10583         Simplify check for out-of-band methods.
10584         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10585         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
10587 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
10589         * vc-git.el (vc-git-checkin): Fix typo.
10591 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
10593         * progmodes/js2-mode.el: New file.
10595 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
10597         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10598         (gud-menu-map): Adjust tooltip accordingly.
10600 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
10602         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10603         (vc-bzr-log-view-mode): Adjust log-view-file-re.
10605         * add-log.el (change-log-mode-map): Add a menu.
10607 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
10609         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10610         function returns nil.
10611         (dbus-handle-event): Handle special return value :ignore.
10612         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10614 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
10616         * view.el (view-mode-enable): Don't define Helper-return-blurb if
10617         it's not needed.
10619 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
10621         Fix Bug#3888:
10623         * w32-vars.el (x-select-enable-clipboard): Doc fix.
10625         * term/pc-win.el (x-display-name, x-colors)
10626         (x-select-enable-clipboard, x-select-text): Doc fix.
10628         * term/common-win.el (x-display-name, x-colors): Doc fix.
10630         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10631         (xw-defined-colors): Doc fix.
10633         * w32-fns.el (x-select-text, x-setup-function-keys)
10634         (x-get-selection, x-set-selection): Doc fix.
10636         * term/x-win.el (x-select-text, x-setup-function-keys)
10637         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10639         * select.el (x-set-selection): Doc fix.
10641 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
10643         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10644         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
10645         "IsNSSSupportAvailable" method is not available.  Reported by
10646         Steve Youngs <steve@sxemacs.org>.
10648 2009-07-24  Kenichi Handa  <handa@m17n.org>
10650         * international/characters.el: Fix setting of category ?C, ?|, ?K,
10651         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
10652         (build-unicode-category-table): Fix range checks.
10654 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
10656         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10657         the buffer we try to sync is current when calling
10658         vc-resynch-buffer.
10660         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10661         not show up to date files.
10663 2009-07-24  Glenn Morris  <rgm@gnu.org>
10665         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10666         Add autoload cookies.  If necessary, initialize.
10667         (elint-log): Handle non-file buffers.
10668         (elint-initialize): Add optional argument to reinitialize.
10669         (elint-find-builtin-variables): Save excursion.
10671 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
10673         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10674         for Lint.
10676 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10678         * vc.el (vc-print-log-internal): New function, split out from ...
10679         (vc-print-log): ... here.
10680         (vc-dir-move-to-goal-column): Declare.
10682         * vc-git.el (vc-git-add-signoff): New variable.
10683         (vc-git-checkin): Use it.
10684         (vc-git-toggle-signoff): New function.
10685         (vc-git-extra-menu-map): Bind it to menu.
10686         (vc-git--run-command-string): Accept a nil FILE argument.
10687         (vc-git-stash-list): New function.
10688         (vc-git-dir-extra-headers): Use it.
10690 2009-07-23  Glenn Morris  <rgm@gnu.org>
10692         * help-fns.el (describe-variable): Describe ignored and risky local
10693         variables in a similar way to that in which we describe safe ones.
10695         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10696         (byte-compile-output-file-form, byte-compile-output-docform)
10697         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10698         Give some more local variables with common names a "bytecomp-" prefix,
10699         so as not to shadow things during compilation.
10700         * emacs-lisp/cl-macs.el (load-time-value)
10701         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10702         `outbuffer' to `bytecomp-outbuffer'.
10704         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10705         since the next two variables cover them automatically now.
10706         (elint-builtin-variables, elint-autoloaded-variables): New.
10707         (elint-unknown-builtin-args): Remove all members, since they can be
10708         parsed automatically now.
10709         (elint-extra-errors): New.
10710         (elint-env-add-env, elint-env-add-macro): Use cadr.
10711         (elint-current-buffer): Use or.  Change final message.
10712         (elint-get-top-forms): Use line-end-position.
10713         (elint-init-env): Use cadr.  Handle autoload, declare-function,
10714         and defalias.
10715         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
10716         (regexp-assoc): Remove unused function.
10717         (elint-top-form): Set elint-current-pos, to record the start of the
10718         top-level form, for compilation-mode.
10719         (elint-form): Trap errors in macro expansion.  Use dolist.
10720         (elint-unbound-variable): Use elint-builtin-variables and
10721         elint-autoloaded-variables.
10722         (elint-get-args): Use cadr, or.
10723         (elint-check-cond-form): Use dolist, cadr.
10724         (elint-check-condition-case-form): Doc fix.  Use cadr.
10725         Use elint-extra-errors.
10726         (elint-log): New function.
10727         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10728         Distinguish errors and warnings.
10729         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
10730         Use a bytecomp-style format.
10731         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
10732         (elint-get-log-buffer): Use compilation mode.  Disable undo.
10733         Don't truncate lines.
10734         (elint-initialize): Set builtin and autoloaded variable lists.
10735         Only process elint-unknown-builtin-args if non-nil.
10736         (elint-find-builtin-variables, elint-find-autoloaded-variables):
10737         New functions.
10738         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
10740 2009-07-22  Kevin Ryde  <user42@zip.com.au>
10742         * net/newst-backend.el (newsticker--parse-atom-1.0)
10743         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10744         (newsticker--parse-rss-1.0):
10745         * progmodes/idlwave.el (idlwave-mode):
10746         * progmodes/idlw-shell.el (idlwave-shell-mode):
10747         * progmodes/vera-mode.el (vera-mode):
10748         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10749         * progmodes/vhdl-mode.el (vhdl-mode):
10750         * textmodes/table.el (table-generate-source)
10751         (table--warn-incompatibility):
10752         Hyperlink urls in docstrings with URL `...'.
10754 2009-07-22  Glenn Morris  <rgm@gnu.org>
10756         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10757         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10758         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10759         Remove leading * from defcustom docs.
10761         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
10763         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10764         defcustom doc.
10765         (list-load-path-shadows): Optionally, just return shadows as a string.
10767         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10769 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
10771         * mail/rmailedit.el (rmail-edit-mode): Use
10772         auto-save-include-big-deletions.
10774         * mail/rmail.el (rmail-variables): Use
10775         auto-save-include-big-deletions.
10777         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10778         changes.
10780 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
10782         * calc/calc.el (calc-undo-length): New variable.
10783         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10785 2009-07-21  Richard Stallman  <rms@gnu.org>
10787         * files.el (auto-save-mode): Handle buffer-save-size = -2
10788         for toggling mode.
10790 2009-07-21  Glenn Morris  <rgm@gnu.org>
10792         * textmodes/ispell.el (ispell-looking-back): Update declaration.
10794         * calendar/todo-mode.el (calendar-current-date): Update declaration.
10796         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10797         silence compiler.  Instead...
10798         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10799         (ps-print-ensure-fontified): Update for above function name changes.
10801         * printing.el (pr-mh-get-msg-num, pr-mh-show)
10802         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10803         silence compiler.  Instead...
10804         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10805         (mh-show-buffer): Only define for compiler.
10806         (pr-mh-current-message): Update for above function name changes.
10808         * files.el (abort-if-file-too-large): Explicitly pass `filename'
10809         as an argument.
10810         (find-file-noselect, insert-file-1): Update for above change.
10812         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10814         * mail/mailclient.el (mailclient-send-it): Fix message.
10816         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10817         (edebug-eval): Check cl-debug-env is bound.
10818         (print-level, print-circle): Don't redefine built-in variables.
10820         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10821         (custom-print-vectors): Remove old comments from doc.
10823         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10824         (emerge-version): Make the variable an obsolete alias for the
10825         emacs-version variable.  Make the function obsolete.
10826         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10827         Emerge options, rather than merging in into the main Options menu.
10828         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
10829         and auto advance modes.  Disable edit/fast items when not relevant.
10831 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
10833         * term/vt420.el (terminal-init-vt420): Fix typo.
10835 2009-07-20  Sam Steingold  <sds@gnu.org>
10837         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10838         variable (removed from compile.el on 2004-03-11).
10840 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
10842         * files.el (hack-local-variables-filter): Fix last change.
10844 2009-07-19  Juri Linkov  <juri@jurta.org>
10846         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10847         (dir-local-variables-alist): New buffer-local variable.
10848         (hack-local-variables-filter): If variable is not dir-local,
10849         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10850         because file-local overrides dir-local.
10851         (c-postprocess-file-styles) <declare-function>:
10852         Remove obsolete declaration.
10853         (hack-dir-local-variables): Add dir-local variable/value pair to
10854         `dir-local-variables-alist' and remove duplicates.  Doc fix.
10856         * help-fns.el (describe-variable): Add information about
10857         file-local and dir-local variables.
10859 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
10861         * files.el (hack-local-variables-filter): Rewrite.
10863 2009-07-19  Glenn Morris  <rgm@gnu.org>
10865         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10866         Silence compiler by only defining on XEmacs.
10868         * international/mule.el (auto-coding-regexp-alist): Only match
10869         BABYL... at the start of buffer, not of lines.  (Bug#3790)
10871         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10872         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
10873         (cal-menu-context-mouse-menu): Doc fix.
10875         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10877         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
10879 2009-07-18  Juri Linkov  <juri@jurta.org>
10881         * info.el: Virtual Info keyword finder.
10882         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10883         (Info-finder-file): New variable.
10884         (Info-finder-find-file): New function.
10885         (finder-known-keywords, finder-package-info)
10886         (find-library-name, lm-commentary): Use defvar and
10887         declare-function to silence compiler warnings.
10888         (Info-finder-find-node): New function.
10889         (info-finder): New command.
10891         * subr.el (process-kill-buffer-query-function): New function.
10892         (add-hook)<kill-buffer-query-functions>: Add hook
10893         `process-kill-buffer-query-function'.
10895 2009-07-18  Alan Mackenzie  <acm@muc.de>
10897         * progmodes/cc-mode.el (c-before-hack-hook)
10898         (c-postprocess-file-styles): Give invocation of `c-set-style'
10899         DONT-OVERRIDE parameter of t.  Already set style variables will
10900         thus not be overridden by style settings given by `c-file-syle'.
10902         * files.el (hack-local-variables-filter): Remove entries with
10903         duplicate keys from `file-local-variables-alist'.
10905 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
10907         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10908         x-set-selection if display-selections-p returns nil for the
10909         current frame.
10911 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
10913         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10915 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
10917         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10918         Accept nil in addition to a regexp.
10919         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10920         Accept nil in addition to a regexp.
10921         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10922         buffers that have an associated file.  Handle nil values of
10923         desktop-buffers-not-to-save and desktop-files-not-to-save.
10924         (Bug#3833)
10926         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10927         (x-disown-selection-internal): New functions.
10929 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
10931         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10932         warning.
10933         (gdb-breakpoints-header): Move forward to avoid compiler warning.
10934         (gdb-make-header-line-mouse-map): Remove duplicate definition.
10936 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
10938         * simple.el (set-mark): Revert last change.
10940 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
10942         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10943         rendering of pngs is not possible instead of messaging a long
10944         description.
10946 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
10948         * w32-fns.el (x-selection-owner-p): New function.
10950         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10951         (mouse-yank-at-click, mouse-yank-primary): If
10952         select-active-regions is non-nil, deactivate the mark before
10953         insertion.
10955         * simple.el (deactivate-mark, set-mark): Only save selection if we
10956         own it.
10958 2009-07-17  Kenichi Handa  <handa@m17n.org>
10960         * case-table.el (describe-buffer-case-table): Fix for the case
10961         that KEY is a cons.
10963 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
10965         * vc-rcs.el (vc-rcs-find-file-hook):
10966         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10968 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
10970         * net/tramp.el (tramp-wait-for-output): Handle the case when
10971         commands do not return a newline but a null byte before the shell
10972         prompt.  (Bug#3858)
10974 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10976         * term/ns-win.el (ns-set-alpha): Don't declare.
10977         (ns-set-background-alpha): Remove function.
10979 2009-07-16  Kevin Ryde  <user42@zip.com.au>
10981         * emacs-lisp/copyright.el (copyright-update): Save match-data across
10982         y-or-n-p, for safety.
10984 2009-07-16  Richard Stallman  <rms@gnu.org>
10986         * files.el (auto-save-mode): If buffer-saved-size is -2,
10987         don't clobber it.
10989         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10990         (rmail-retry-ignored-headers): Add more uninteresting fields.
10992 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
10994         * net/rcirc.el (rcirc): Use history variables.
10995         (rcirc-server-name-history, rcirc-nick-name-history)
10996         (rcirc-server-port-history): New variables.
10998 2009-07-15  Kenichi Handa  <handa@m17n.org>
11000         * international/mule-cmds.el (set-language-environment-charset):
11001         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11002         ignore them.
11004         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11005         Delete unibyte-display.
11007 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
11009         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11011 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
11013         * simple.el (deactivate-mark): Optional argument FORCE.
11014         (set-mark): Use deactivate-mark.
11016         * info.el (Info-search): No need to check transient-mark-mode
11017         before calling deactivate-mark.
11019         * select.el (x-set-selection): Doc fix.
11020         (x-valid-simple-selection-p): Allow buffer values.
11021         (xselect--selection-bounds): Handle buffer values.  Suggested by
11022         David De La Harpe Golden.
11024         * mouse.el (mouse-set-region, mouse-drag-track): Call
11025         copy-region-as-kill before setting the mark, to let
11026         select-active-regions work.
11028 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
11030         * simple.el (deactivate-mark): If select-active-regions is
11031         non-nil, copy the selection data into a string.
11032         (activate-mark): If select-active-regions is non-nil, set the
11033         selection to the current buffer.
11034         (set-mark): Update selection if select-active-regions is non-nil.
11036         * select.el (x-valid-simple-selection-p): Allow buffer values.
11038 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11040         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11041         and more featureful message-mode.
11043 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
11045         * select.el (x-set-selection): Doc fix.
11046         (x-valid-simple-selection-p): Disallow selection data consisting
11047         of a list or cons of integers, since that is not used.
11048         (xselect--selection-bounds, xselect--int-to-cons): New functions.
11049         (xselect-convert-to-string, xselect-convert-to-length)
11050         (xselect-convert-to-filename, xselect-convert-to-charpos)
11051         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11053 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
11055         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11056         output in -break-info command (Emacs bug #3794).
11058 2009-07-14  Glenn Morris  <rgm@gnu.org>
11060         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11061         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11062         (edebug-print-length, edebug-print-level, edebug-print-circle)
11063         (edebug-sit-for-seconds, edebug-view-outside)
11064         (edebug-bounce-point, edebug-set-global-break-condition)
11065         (edebug-Go-nonstop-mode, edebug-trace-mode)
11066         (edebug-Trace-fast-mode, edebug-continue-mode)
11067         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11068         (edebug-visit-eval-list): Doc fixes.
11070         * subr.el (def-edebug-spec): Doc fix.
11072 2009-07-14  Kenichi Handa  <handa@m17n.org>
11074         * international/characters.el: Fix setting of category ?C.
11076 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
11078         * term/ns-win.el (x-select-font): defalias x-select-font to
11079         ns-popup-font-panel instead of generate-fontset-menu.
11081 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
11083         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
11085 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
11087         * arc-mode.el (archive-find-type): Allow for a PK00 string before
11088         the PK\003\004 header (Bug#3770).
11090 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
11092         * pcomplete.el (pcomplete-comint-setup): Check for
11093         shell-dynamic-complete-filename too.
11095 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
11097         * simple.el (temporary-goal-column): Change the value for
11098         line-move-visual to a cons cell.
11099         (line-move-visual): Record or set the window hscroll, if
11100         necessary (Bug#3494).
11101         (line-move-1): Handle cons value of temporary-goal-column.
11103 2009-07-11  Kenichi Handa  <handa@m17n.org>
11105         * international/mule-diag.el (describe-character-set): Don't show
11106         width.
11108 2009-07-10  Sam Steingold  <sds@gnu.org>
11110         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11111         Omake sometimes indents the errors it prints, so allow all
11112         regexps to start with spaces.
11114 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
11116         * cus-edit.el (customize-changed-options-previous-release):
11117         Bump value to 22.1.  (Bug#3804)
11119 2009-07-08  Sam Steingold  <sds@gnu.org>
11121         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11122         to be a cons cell (test . ignored-directory) to selectively ignore
11123         some directories depending on the location of the search.
11125 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
11127         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11128         remote user is root, on the local host.
11129         (tramp-local-host-p): Either the local user or the remote user
11130         must be root.  (Bug#3771)
11132 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
11134         * progmodes/gdb-mi.el (gdb): Remove description of
11135         gdb-use-separate-io-buffer.
11136         (menu): Don't allow toggling of or enable
11137         gdb-use-separate-io-buffer from menubar.
11139 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
11141         * mail/unrmail.el (unrmail): Make sure the message ends with two
11142         newlines (Bug#3769).
11144 2009-07-08  Glenn Morris  <rgm@gnu.org>
11146         * calendar/calendar.el (calendar-current-date): Rework previous change.
11148 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
11150         * calendar/calendar.el (calendar-current-date):
11151         Add an optional argument giving an offset from today.
11153 2009-07-08  Glenn Morris  <rgm@gnu.org>
11155         * tutorial.el (tutorial--describe-nonstandard-key):
11156         Adjust the message for when a key has been unbound.
11157         (help-with-tutorial): Hide the arch-tag.
11159 2009-07-08  Kenichi Handa  <handa@m17n.org>
11161         * international/fontset.el (setup-default-fontset): For each
11162         script, append (not set) font-specs.
11164         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11165         docstring.
11167 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
11169         * progmodes/gdb-mi.el (gdb-init-1): Move sending
11170         -data-list-register-names to ...
11171         (gdb-starting): ... here because GDB 7.0 requires execution to
11172         have started when using this MI command.
11173         (gdb-set-header): New function to distinguish select and
11174         unselected tabs in gdb buffers.
11175         (gdb-propertize-header): New macro that uses gdb-set-header.
11176         (gdb-breakpoints-header, gdb-locals-header): Use it.
11177         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11179 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
11181         * Makefile.in (ELCFILES): Remove fadr.elc.
11183 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
11185         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11186         may contain frame information, so `string-match' should be used.
11187         (gdb-update): Disassembly is invalidated through
11188         `gdb-get-selected-frame'.
11189         (gdb-pad-string): New function to pad string with spaces.
11190         (gdb-invalidate-disassembly): Invalidate only if the buffer
11191         exists.
11192         (gdb-disassembly-handler-custom): Column alignment.
11193         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11194         placing new ones.
11195         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11196         end of line, too.
11197         (gdb-frame-handler): Match convention to for disassembly buffer
11198         mode name.
11199         (gdb-stack-list-frames-handler): Rewritten without regexps.
11200         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11201         not highlight breakpoints without line information.
11202         (gdb-input): Add trailing newline to command.
11204         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11205         buffer properly.
11206         (gdb-breakpoints-list-handler-custom): Replacement for
11207         `gdb-break-list-handler'.  Using real parser instead of regexps
11208         now.
11209         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11210         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11211         to place breakpoints.
11212         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11213         functions.
11214         (gdb-disassembly-handler-custom): Show overlay arrow.
11215         (gdb-disassembly-place-breakpoints): Show breakpoints in
11216         disassembly buffer.
11217         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11218         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11219         instead of parsing breakpoints buffer.  Fixed old menu references
11220         in `gud-menu-map'.
11222         * fadr.el: Remove.
11224         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11225         (gdb-memory-address): New variable which holds top address of
11226         memory page shown in memory buffer.
11227         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
11228         customization variables.
11229         New functions:
11230         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11231         display the memory buffer.
11232         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11233         buffer display parameters.
11234         (def-gdb-memory-format, gdb-memory-format-binary)
11235         (gdb-memory-format-octal, gdb-memory-format-unsigned)
11236         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11237         Functions for setting memory buffer format.
11238         (gdb-memory-unit-word, gdb-memory-unit-halfword)
11239         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11240         unit size used in memory buffer.
11241         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
11242         to next/previous page of memory buffer.
11243         Now using (bindat-get-field) instead of fadr functions.
11245 2009-07-07  Sam Steingold  <sds@gnu.org>
11247         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11248         non-top-level files.
11250 2009-07-07  Kenichi Handa  <handa@m17n.org>
11252         * international/mule-cmds.el (reset-language-environment): Put
11253         the highset priority to the charset iso-8859-1.
11255 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
11257         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11258         to the end of the line when locating the block (Bug#700).
11260 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
11262         * net/tramp.el (tramp-handle-write-region): Flush file properties
11263         in case of short track.
11265 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
11267         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11268         Coded custom representation of verilog error regular expressions
11269         to work with Emacs-22's new format.
11270         (verilog-error-regexp-xemacs-alist): Coded custom representation
11271         of verilog error regular expressions to work with XEmacs format.
11272         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11273         error recognition into XEmacs.
11274         (verilog-error-regexp-add-emacs): Hook routine to install verilog
11275         error recognition into Emacs-22.
11277 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
11279         * woman.el: Remove stand-alone closing parentheses.
11280         (woman-file-name, woman2-format-paragraphs)
11281         (woman-leave-blank-lines): Code cleanup.
11282         (woman-use-own-frame): Change default to nil.
11283         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
11284         defaults to inherit from default faces.
11285         (woman2-process-escapes): Consume the newline after a stand-alone
11286         filler character (Bug#3651).
11288 2009-07-06  Glenn Morris  <rgm@gnu.org>
11290         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11291         (top-level): Move provide to the end.
11292         (ffap): Remove defunct URL from custom group.
11294         * subr.el (eval-after-load): Doc fix.
11296 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
11298         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11299         `calc-embedded-word' is called twice.
11301 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11303         * files.el (find-alternate-file-other-window, find-alternate-file):
11304         Obey confirm-nonexistent-file-or-buffer.
11306 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
11308         * dired-aux.el (dired-show-file-type): Handle remote files.
11310 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
11312         * desktop.el (desktop-globals-to-save):
11313         Add file-name-history (Bug#2750).
11315 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
11317         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
11319 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
11321         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11322         property on entire argument since this is what eshell-lisp-command
11323         expects.
11325 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
11327         * net/tramp-gvfs.el (tramp-gvfs-methods)
11328         (tramp-gvfs-zeroconf-domain)
11329         (tramp-bluez-discover-devices-timeout): Add version flag.
11330         (tramp-gvfs-handler-mounted-unmounted)
11331         (tramp-gvfs-connection-mounted-p): Polish handling of
11332         incompatibilities between GVFS 0.2 and 1.0.
11334 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
11336         * cus-start.el (all): Add make-pointer-invisible.
11338 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
11340         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
11341         formatted correctly.
11343 2009-07-02  Juri Linkov  <juri@jurta.org>
11345         * info.el: Virtual Info files and nodes.
11346         (Info-virtual-files, Info-virtual-nodes): New variables.
11347         (Info-current-node-virtual): New variable.
11348         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11349         New functions.
11350         (Info-file-supports-index-cookies): Use Info-virtual-file-p
11351         to check for a virtual file instead of checking a fixed list
11352         of node names.
11353         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11354         instead of ad-hoc processing of "dir" and (apropos history toc).
11355         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11356         instead of ad-hoc processing of "dir" and (apropos history toc).
11357         Reread a file when moving from a virtual node.
11358         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11359         (Info-directory-toc-nodes, Info-directory-find-file)
11360         (Info-directory-find-node): New functions.
11361         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11362         (Info-history): Move part of code to
11363         `Info-history-find-node'.
11364         (Info-history-toc-nodes, Info-history-find-file)
11365         (Info-history-find-node): New functions.
11366         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11367         (Info-toc): Move part of code to `Info-toc-find-node'.
11368         (Info-toc-find-node): New function.
11369         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
11370         the current Info file name to references because now the node
11371         "*TOC*" belongs to the same Info manual.
11372         (Info-toc-build): Rename from `Info-build-toc'.
11373         (Info-toc-nodes): Rename input argument `file' to `filename'.
11374         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11375         instead of ad-hoc processing of ("dir" apropos history toc).
11376         (Info-index-nodes): Use Info-virtual-file-p
11377         to check for a virtual file instead of checking a fixed list
11378         of node names.
11379         (Info-index-node): Add check for `Info-current-node-virtual'.
11380         Raise `save-match-data' higher up the tree to contain
11381         `search-forward' too (bug fix).
11382         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11383         (Info-virtual-index-nodes): New variable.
11384         (Info-virtual-index-find-node, Info-virtual-index): New functions.
11385         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11386         (Info-apropos-file, Info-apropos-nodes): New variables.
11387         (Info-apropos-toc-nodes, Info-apropos-find-file)
11388         (Info-apropos-find-node, Info-apropos-matches): New functions.
11389         (info-apropos): Move part of code to `Info-apropos-find-node' and
11390         `Info-apropos-matches'.
11391         (Info-mode-map): Bind "I" to `Info-virtual-index'.
11392         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11393         for a virtual file instead of checking a fixed list of node names.
11395         * simple.el (async-shell-command): New command.
11397         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11399         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11400         instead of `mount-info'.
11402 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
11404         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
11405         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
11407 2009-07-02  Kenichi Handa  <handa@m17n.org>
11409         * international/mule.el (set-keyboard-coding-system): Force *-unix
11410         coding-system to avoid eol conversion.
11412 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
11414         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11415         Add handler for `process-file', `shell-command' and
11416         `start-file-process'.
11417         (tramp-gvfs-handle-shell-command)
11418         (tramp-gvfs-handle-start-file-process)
11419         (tramp-gvfs-handle-process-file): New defuns.
11420         (tramp-synce-list-devices): Simplify check for existence of property.
11422 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
11424         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11426 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
11428         * language/korean.el (set-language-info-alist): Add korean-cp949,
11429         cp949 to spec.
11431 2009-07-01  Kenichi Handa  <handa@m17n.org>
11433         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11435         * international/encoded-kb.el: Deleted.
11437         * international/mule.el (set-keyboard-coding-system): Perform the
11438         necessary setup here instead of calling encoded-kbd-setup-display.
11440 2009-07-01  Glenn Morris  <rgm@gnu.org>
11442         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11444 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
11446         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
11448 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
11450         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11451         Handle also the 'rename case, when setting file modes.  (Bug#3712)
11452         (tramp-default-file-modes): Remove execute permissions.
11454         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
11455         (top): Add a default for "synce" in `tramp-default-user-alist'.
11456         Add completion function for "synce" method.
11457         (tramp-hal-service, tramp-hal-path-manager)
11458         (tramp-hal-interface-manager, tramp-hal-interface-device):
11459         New defconst.
11460         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11461         (tramp-synce-list-devices, tramp-synce-parse-device-names):
11462         New defuns.
11464         * net/trampver.el: Update release number.
11466 2009-06-30  Kenichi Handa  <handa@m17n.org>
11468         * international/fontset.el (setup-default-fontset): Add CJK fonts
11469         for symbols and the other miscellaneous characters.
11471         * language/korea-util.el (setup-korean-environment-internal):
11472         Make char-width-table suitable for Korean environments.
11473         (exit-korean-environment): Cancel above.
11475         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11476         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
11477         setup-function to make char-width-table suitable for respective
11478         environments, and an exit-function to cancel that.
11480         * language/japan-util.el (setup-japanese-environment-internal):
11481         Call use-cjk-char-width-table with arg `ja_JP'.
11483         * international/characters.el (cjk-char-width-table): Delete it.
11484         (cjk-char-width-table-list): New variable.
11485         (use-cjk-char-width-table): New arg local-name.
11486         (use-default-char-width-table): Fix for the case that Emacs is
11487         already using the default char-width-table.
11489 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
11491         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11492         modes mandatory.  (Bug#3712)
11494 2009-06-29  Alan Mackenzie  <acm@muc.de>
11496         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
11497         correction between the visible width of TABs and their number of bytes.
11499 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
11501         * server.el (server-buffer-done): Prevent kill-buffer from
11502         prompting by clearing the buffer modification flag (Bug#3696).
11504 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
11506         * progmodes/verilog-mode.el (verilog-beg-of-statement)
11507         (verilog-endcomment-reason-re): Support unique case and priority case.
11508         (verilog-basic-complete-re): Support localparam lineup.
11509         (verilog-beg-of-statement-1): Fix for robustness, unique case.
11510         (verilog-set-auto-endcomments): Fix for unique case, always_comb
11511         commenting.
11512         (verilog-leap-to-case-head): Now support *nested* unique &
11513         priority case statements.
11514         (verilog-auto-lineup): Make just declarations the default (as it
11515         had been).
11516         (verilog-leap-to-case-head): Support priority/unique case statements.
11517         (verilog-auto-lineup): Rework to give users radio buttons to
11518         select the various styles of automatic lineup.
11519         (verilog-error-regexp-alist): Rework to support the XEmacs style
11520         of error regular expressions from compilers, lint tools &
11521         simulators.  Note that GNU Emacs has made it impossible for a mode
11522         to load such things.
11523         (electric-verilog-terminate-line, verilog-indent-declaration)
11524         (verilog-auto-wiure): Rework for radio button selection of
11525         auto-lineup selection of specification of auto lineup.
11526         (verilog-beg-of-statement-1): Redesign to support proper operation
11527         in additional code, based on testing with auto-lineup.
11528         (verilog-calculate-indent, assignments & declarations)
11529         (verilog-backward-token): Enhance to support auto-lineup of
11530         assignments & declarations.
11531         (verilog-in-directive-p, verilog-at-struct-p): New function for
11532         easy test of whether we are.
11533         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11534         to support safe execution at almost anyline.
11535         (verilog-calc-1): Properly support indenting deep inside generate
11536         blocks.
11537         (verilog-init-font): Remove definition & use of verilog-init-font,
11538         as it is redundant with font-lock-defaults.
11539         (verilog-mode): Alter the definition of verilog-font-lock-defaults
11540         to avoid circular calls if syntax-ppss is a function (as is the
11541         case now in 22.x GNU Emacs) as that function would sometimes call
11542         itself, leading to (nearly) infinite recursion.
11543         (verilog-ovm-begin-re, verilog-ovm-end-re)
11544         (verilog-ovm-statement-re, verilog-leap-to-head)
11545         (verilog-backward-token): Add support for OVM macros.  Some are
11546         complete statements, and others open and close scopes like begin
11547         and end.
11548         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11549         (verilog-defun-level-generate-only-re): Really fix the defun-list
11550         compilation issue.
11551         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11552         coverpoint, constraint and cross statements.
11553         (verilog-defun-level-list, verilog-generate-defun-level-list)
11554         (verilog-all-defun-level-list): Redo these specifications - it is
11555         too hard to support eval-when compile aggregation of lists also
11556         built at when-compile time.
11557         (verilog-defun-level-list): Place defconsts of variables used in
11558         building regular expressions which are built in eval-when-compile
11559         bodies in the same eval-when-compile body to facilitate compile
11560         without load.
11561         (verilog-beg-block-re-ordered): Support indenting
11562         virtual/protected tasks and functions.
11563         (verilog-defun-level-list, verilog-in-generate-region-p)
11564         (verilog-backward-ws&directives, verilog-calc-1): Speed up
11565         indentation of some module items (generate items).
11566         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11567         across virtual/protected tasks and functions.
11569 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
11571         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11572         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
11573         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11574         in concatenations.  Reported by Yishay Belkind.
11575         (verilog-auto-ascii-enum): Support one-hot state machines in
11576         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
11577         (verilog-auto-inst, verilog-auto-inst-port): Include interface
11578         modport in AUTOINST and add vl-modport for users.  Reported by
11579         David Rogoff.
11580         (verilog-auto-inout-module, verilog-auto-inst)
11581         (verilog-decls-get-interfaces, verilog-insert-definition)
11582         (verilog-insert-one-definition, verilog-read-decls)
11583         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11584         (verilog-sig-modport, verilog-signals-combine-bus)
11585         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11586         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11587         Suggested by David Rogoff.
11588         (verilog-repair-open-comma): Fix non-insertion of comma when
11589         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
11590         (verilog-make-width-expression): Simplify [A-1:0] expression
11591         widths to just {A{1'b0}}.
11592         (verilog-mode): Cleanup checkdoc warnings.
11593         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11594         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11595         inputs/outputs or data type.  Suggested by Vasu Kandadi.
11596         (next-error-last-buffer): Fix byte-compiler warning.
11597         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11598         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11599         or shell command text during AUTO expansion.  Suggested by Tad Truex.
11600         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11601         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11602         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11603         in AUTOINOUT.  Reported by Matthew Lovell.
11604         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11605         causing use of <= assignments.  Reported by Alex Reed.
11606         (verilog-read-decls): Fix triand, trior, wand, wor to be
11607         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
11608         (verilog-extended-complete-re): Support import "DPI-C" functions.
11609         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11610         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
11611         (verilog-insert-date, verilog-insert-year)
11612         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11613         Windows systems.  Reported by Michael Potts.
11614         (verilog-read-module-name): Fix AUTOINST when the child module
11615         declaration's name is a tick define.  Reported by Elliot Mednick.
11616         (verilog-read-decls): Fix V2K parameter bit subscripts getting
11617         passed to next parameter's definition.  Reported by Bruce T.
11618         (verilog-read-decls): Fix detecting "parameter int" when using
11619         AUTOINSTPARAM.  Reported by Bruce T.
11620         (verilog-goto-defun): Fix goto not finding modules unless first
11621         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
11622         (verilog-mode): Expand -f flag arguments on entry to mode so
11623         verilog-goto-defun will work.  Reported by Lawrence Butcher.
11624         (verilog-getopt): Expand environment variables in -f file
11625         arguments.  Suggested by Lawrence Butcher.
11626         (verilog-set-define): Fix "Symbol's value as variable is void"
11627         when reading enumerations.
11628         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11629         Suggested by Stephen Peltan.
11630         (verilog-read-defines): Fix reading of enumerations in include
11631         files.  Reported by Steve Peltan.
11633 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11635         * files.el (trash-directory): Fix defcustom type.
11637 2009-06-28  Juri Linkov  <juri@jurta.org>
11639         * help-fns.el (describe-function-1): Correctly locate adviced
11640         functions in hyperlink (Bug#2438).
11642 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
11644         * files.el (trash-directory): Change default to nil.
11645         (move-file-to-trash): If trash-directory is nil and
11646         system-move-file-to-trash is unbound, perform freedesktop-style
11647         trashing.
11649 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11651         * files.el (move-file-to-trash): Add freedesktop trash
11652         support (Bug#973).
11654 2009-06-28  Glenn Morris  <rgm@gnu.org>
11656         * autorevert.el (global-auto-revert-non-file-buffers)
11657         (global-auto-revert-mode): Doc fixes.
11659 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
11661         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11663 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
11665         * faces.el (x-handle-named-frame-geometry): Ensure that we have
11666         opened an X connection before calling x-get-resource (Bug#3194).
11668         * play/doctor.el: Remove reference to obsolete website.
11669         (make-doctor-variables): Correct grammar mistake (Bug#2633).
11671 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
11673         Remove find-file-not-found-hook VC method.  (Bug#2757)
11674         * vc-hooks.el (vc-file-not-found-hook)
11675         (vc-default-find-file-not-found-hook): Remove functions.
11676         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11677         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11678         * vc.el:
11679         * vc-hg.el:
11680         * vc-git.el: Do not mention find-file-not-found-hook VC method.
11682 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
11684         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11685         compatibility function for `looking-back'.
11687         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11688         Use `ispell-looking-back'.
11690 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
11692         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11693         rather than `filename'.
11695 2009-06-23  Miles Bader  <miles@gnu.org>
11697         * face-remap.el (text-scale-set): New function.
11699 2009-06-23  Glenn Morris  <rgm@gnu.org>
11701         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11703         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11705         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11707         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11709         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11710         Simplify Persian conditionals.
11712         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11713         variable `filename'.
11715         * comint.el (comint-insert-input): Doc fix.
11717         * Makefile.in (ELCFILES): Fix typo in previous change.
11719 2009-06-23  Miles Bader  <miles@gnu.org>
11721         * cus-start.el: Add entry for `recenter-redisplay'.
11723 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11725         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11726         Add an optional argument for the backend, use it instead of
11727         calling vc-backend.
11728         (vc-mode-line): Add an optional argument for the backend.
11729         Pass the backend to vc-state and vc-working-revision.  Move code for
11730         special handling for vc-state being a buffer to ...
11732         * vc-rcs.el (vc-rcs-find-file-hook):
11733         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
11735         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11736         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11737         vc-stay-local-p and vc-mode-line calls.
11739         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11740         (vc-cvs-diff, vc-cvs-annotate-command)
11741         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11742         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11743         vc-mode-line calls.
11745         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11746         direct comparison.
11747         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11748         backend when calling vc-mode-line.
11749         (vc-register): Do not create a closure for calling the vc register
11750         function, call it directly.
11752 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11754         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11755         to make it obvious item can be clicked.
11757         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11759 2009-06-23  Kenichi Handa  <handa@m17n.org>
11761         * language/korea-util.el (korean-key-bindings): Change the binding
11762         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
11763         same command.
11765 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
11767         Sync with Tramp 2.1.16.
11769         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11771         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
11772         when a loading of a package fails.  Completion function for rsync
11773         is `tramp-completion-function-alist-ssh'.
11774         (all): Replace all calls of `split-string' and
11775         `tramp-split-string' by `tramp-compat-split-string'.
11776         (tramp-default-method): Use `tramp-compat-process-running-p'.
11777         (tramp-default-proxies-alist): Allow also Lisp forms.
11778         (tramp-remote-path): Add choice "Private Directories".
11779         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11780         (tramp-domain-regexp): Allow also "-", "_" and ".".
11781         (tramp-end-of-output): Remove newlines, and add "$" at the end.
11782         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11783         (tramp-debug-message): Insert header line in debug buffer.
11784         (tramp-handle-directory-files-and-attributes-with-stat):
11785         Care about filenames with spaces, or starting with "-".
11786         (tramp-handle-dired-uncache): New defun.
11787         (tramp-handle-insert-directory): Don't flush the directory from
11788         cache, this is handled by `dired-uncache' now.
11789         (tramp-handle-insert-file-contents): Improve error handling.
11790         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11791         Quote `tramp-end-of-output'.
11792         (tramp-action-password): Improve trace message.
11793         (tramp-check-for-regexp): Both echoes must be present, before removing.
11794         (tramp-open-connection-setup-interactive-shell): Trace coding system.
11795         (tramp-compute-multi-hops): Eval cons cells of
11796         `tramp-default-proxies-alist'.
11797         (tramp-maybe-open-connection): Use the same command pattern for
11798         first hop and further hops.
11799         (tramp-wait-for-output): Remove handling of newlines.
11800         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11801         (tramp-split-string): Remove function.  It is handled in
11802         tramp-compat now.
11804         * net/tramp-cmds.el (tramp-bug):
11805         Recommend `tramp-cleanup-all-connections' in the bug mail.
11807         * net/tramp-compat.el (tramp-compat-split-string)
11808         (tramp-compat-process-running-p): New defuns.
11810         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11811         for `dired-uncache'.
11813         * net/tramp-gvfs.el: New package.
11815         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11816         Add handler for `dired-uncache'.
11817         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11819         * net/trampver.el: Update release number.  Make version check fit
11820         for SXEmacs 22.
11822 2009-06-22  Jim Meyering  <meyering@redhat.com>
11824         Automatically handle .xz suffix (XZ-compressed files), too.
11825         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11826         XZ is the successor to LZMA: <http://tukaani.org/xz/>
11828 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
11829             Nick Roberts  <nickrob@snap.net.nz>
11831         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11832         repository (http://sphinx.net.ru/hg/gdb-mi/).
11834 2009-06-22  Glenn Morris  <rgm@gnu.org>
11836         * files.el (dir-locals-collect-mode-variables): Allow for any number of
11837         `mode' and `eval' entries.  (Bug#3430)
11839         * Makefile.in (ELCFILES): Add fadr.elc.
11841         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11842         differing behavior of \n and ^ in strings.  (Bug#3385)
11844         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11846         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11847         property.
11848         (lisp-indent-function): Make it a defcustom.
11850 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
11852         * progmodes/gdb-ui.el: Replace with ...
11853         * progmodes/gdb-mi.el: ... this file.
11854         * progmodes/gud.el: Modify for gdb-mi.el.
11856 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
11858         * fadr.el: New file.
11860 See ChangeLog.14 for earlier changes.
11862 ;; Local Variables:
11863 ;; coding: utf-8
11864 ;; End:
11866     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
11868   This file is part of GNU Emacs.
11870   GNU Emacs is free software: you can redistribute it and/or modify
11871   it under the terms of the GNU General Public License as published by
11872   the Free Software Foundation, either version 3 of the License, or
11873   (at your option) any later version.
11875   GNU Emacs is distributed in the hope that it will be useful,
11876   but WITHOUT ANY WARRANTY; without even the implied warranty of
11877   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11878   GNU General Public License for more details.
11880   You should have received a copy of the GNU General Public License
11881   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
11883 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1