* lisp/isearch.el (isearch-lazy-highlight-error): New variable.
[emacs.git] / lisp / ChangeLog
blob25cc72d0b7f3874c4c7e0c3593560f6b3e8858b4
1 2010-12-20  Juri Linkov  <juri@jurta.org>
3         * isearch.el (isearch-lazy-highlight-error): New variable.
4         (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
5         `isearch-lazy-highlight-error'.  Set `isearch-lazy-highlight-error'
6         to the current value of `isearch-error' (Bug#7468).
8 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
10         * help-fns.el (describe-variable): Don't emit trailing whitespace
11         (Bug#7511).
13 2010-12-17  Leo  <sdl.web@gmail.com>
15         * eshell/em-hist.el (eshell-previous-matching-input): Signal error
16         if point is not behind eshell-last-output-end (Bug#7585).
18 2010-12-16  Chong Yidong  <cyd@stupidchicken.com>
20         * textmodes/rst.el (rst-compile-pdf-preview)
21         (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
23 2010-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
25         * emulation/edt-mapper.el: Override mapping of function keys so
26         that the later call to read-key-sequence works.
28 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
30         * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
31         Unix EOLs.  (Bug#7589)
33 2010-12-12  Eli Zaretskii  <eliz@gnu.org>
35         * subr.el (posn-col-row): Evaluate header-line-format in the
36         context of the POSITION window's buffer.
38 2010-12-11  Glenn Morris  <rgm@gnu.org>
40         * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
41         (with-silent-modifications): Doc fixes.
43 2010-12-10  Michael Albinus  <michael.albinus@gmx.de>
45         * net/tramp.el (tramp-action-password, tramp-process-actions):
46         Revert patch from 2010-12-08.  Use `save-restriction'.
48 2010-12-09  Eli Zaretskii  <eliz@gnu.org>
50         * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
51         New functions.
52         (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>: Use
53         them instead of `nil' and `>', respectively.  (Bug#1077)
55 2010-12-09  Stephen Berman  <stephen.berman@gmx.net>
57         * calendar/diary-lib.el (diary-list-sexp-entries):
58         Handle case of no newline at end of file.  (Bug#7536)
60 2010-12-09  Glenn Morris  <rgm@gnu.org>
62         * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
64 2010-12-08  Michael Albinus  <michael.albinus@gmx.de>
66         * net/tramp.el (tramp-handle-start-file-process): Protect
67         buffer-modified value.  (Bug#7557)
68         (tramp-action-password): Delete region, do not narrow.
69         (tramp-process-actions): Do not widen.
71 2010-12-08   Jan Moringen  <jmoringe@techfak.uni-bielefeld.de>
73         * log-edit.el (log-edit-changelog-entries):
74         Regexp quote filename.  (Bug#7505)
76 2010-12-08  Tom Breton  <tehom@panix.com>
78         * cus-edit.el (custom-save-all):
79         Bind print-length and print-level to nil.  (Bug#7581)
81 2010-12-08  Glenn Morris  <rgm@gnu.org>
83         * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
84         Run hooks to update menu contents.  (Bug#7586)
86         * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
87         file names, for the sake of MS Windows.  (Bug#7588)
89 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
91         * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
92         empty lines without a leading space.
94 2010-12-06  Leo  <sdl.web@gmail.com>
96         * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
97         while mapping over marks (Bug#6810).
99 2010-12-06  Chong Yidong  <cyd@stupidchicken.com>
101         * image-dired.el (image-dired-db-file)
102         (image-dired-temp-image-file, image-dired-gallery-dir)
103         (image-dired-temp-rotate-image-file): Set default values relative
104         to image-dired-dir (Bug#7518).
106 2010-12-06  Lawrence Mitchell  <wence@gmx.li>
108         * format.el (format-decode-run-method): Pass args FROM and TO, not
109         point-min and point-max, to shell-command-on-region (Bug#7488).
111 2010-12-06  Jan Djärv  <jan.h.d@swipnet.se>
113         * frame.el (blink-cursor-mode): Make default t for ns.
115 2010-12-05  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
117         * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
119 2010-12-05  Chong Yidong  <cyd@stupidchicken.com>
121         * comint.el (comint-dynamic-list-input-ring)
122         (comint-dynamic-complete-filename)
123         (comint-replace-by-expanded-filename)
124         (comint-dynamic-simple-complete)
125         (comint-dynamic-list-filename-completions)
126         (comint-dynamic-list-completions): Doc fix (Bug#7499).
128         * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
129         Doc fix (Bug#7471).
131 2010-12-04  Martin Rudalics  <rudalics@gmx.at>
133         * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
134         (Bug#7533).
136 2010-12-04  W. Martin Borgert <debacle@debian.org>  (tiny change)
138         * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
139         (Bug#7491).
141 2010-12-04  Chong Yidong  <cyd@stupidchicken.com>
143         * simple.el (transient-mark-mode): Doc fix (Bug#7465).
145 2010-12-04  Eli Zaretskii  <eliz@gnu.org>
147         * files.el (file-relative-name): Handle UNC file names on
148         DOS/Windows.  (Bug#4674)
150 2010-12-03  Daiki Ueno  <ueno@unixuser.org>
152         * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
153         "RIPEMD160" (Bug#7490).  Reported by Daniel Kahn Gillmor.
154         (epg-context-set-passphrase-callback): Mention that the callback
155         is not called when used with GnuPG 2.x.
157 2010-12-02  Glenn Morris  <rgm@gnu.org>
159         * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
160         Ensure ps-footer-font-size-internal is initialized.
161         Call ps-get-page-dimensions before trying to use ps-font-for-text.
163 2010-12-01  Kenichi Handa  <handa@m17n.org>
165         * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
166         within condition-case.
167         (rmail-show-mime): Don't use condition-case.
168         (rmail-search-mime-message): New function.
169         (rmail-search-mime-message-function): Set to
170         rmail-search-mime-message.
172 2010-12-01  Leo  <sdl.web@gmail.com>
174         * ido.el (ido-common-initialization): New function.  (bug#3274)
175         (ido-mode): Use it.
176         (ido-completing-read): Call it.
178 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
180         * log-edit.el (log-edit-font-lock-keywords): Don't try matching
181         stand-alone lines, since that is handled by log-edit-match-to-eoh
182         (Bug#6465).
184 2010-11-27  Eduard Wiebe  <usenet@pusto.de>
186         * dired.el (dired-get-filename): Replace backslashes with slashes
187         in file names on MS-Windows, needed by `locate'.  (Bug#7308)
188         * locate.el (locate-default-make-command-line): Don't consider
189         drive letter and root directory part of
190         `directory-listing-before-filename-regexp'.  (Bug#7308)
191         (locate-post-command-hook, locate-post-command-hook): New defcustoms.
193 2010-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
195         * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
196         of :smie-open/close-alist.
197         (smie-next-sexp): Make it accept a "start token" as argument.
198         (smie-indent-keyword): Be careful not to misidentify tokens that span
199         more than one line, as empty lines.  Add argument `token'.
201 2010-11-26  Kenichi Handa  <handa@m17n.org>
203         * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
204         multipart subtypes, insert all as usual.
206         * mail/rmail.el: Require rfc2047.
208 2010-11-26  Kenichi Handa  <handa@m17n.org>
210         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
211         (rmail-mime-entity-disposition)
212         (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
213         (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
214         (rmail-mime-save): Handle the case that the button's `data' is a
215         MIME entity.
216         (rmail-mime-insert-text): New function.
217         (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
218         (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
219         (rmail-mime-insert-bulk): New function mostly copied from the old
220         rmail-mime-bulk-handler.
221         (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
222         (rmail-mime-process-multipart): New function mostly copied from
223         the old rmail-mime-multipart-handler.
224         (rmail-mime-show): Just call rmail-mime-process.
225         (rmail-mime-process): New function mostly copied from the old
226         rmail-mime-show.
227         (rmail-mime-insert-multipart, rmail-mime-parse)
228         (rmail-mime-insert, rmail-show-mime)
229         (rmail-insert-mime-forwarded-message)
230         (rmail-insert-mime-resent-message): New functions.
231         (rmail-insert-mime-forwarded-message-function): Set to
232         rmail-insert-mime-forwarded-message.
233         (rmail-insert-mime-resent-message-function): Set to
234         rmail-insert-mime-resent-message.
236         * mail/rmailsum.el: Require rfc2047.
237         (rmail-header-summary): Handle multiline Subject: field.
238         (rmail-summary-line-decoder): Change the default to
239         rfc2047-decode-string.
241         * mail/rmail.el (rmail-enable-mime): Change the default to t.
242         (rmail-mime-feature): Change the default to `rmailmm'.
243         (rmail-quit): Delete the specifal code for rmail-enable-mime.
244         (rmail-display-labels): Likewise.
245         (rmail-show-message-1): Check rmail-enable-mime, and use
246         rmail-show-mime-function for a MIME message.  Decode the headers
247         according to RFC2047.
249 2010-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
251         * progmodes/which-func.el (which-func-imenu-joiner-function):
252         Return a string, as expected.
253         (which-function-mode): Make sure we stop any previous timer before
254         starting a new one.
256 2010-11-23  Michael Albinus  <michael.albinus@gmx.de>
258         * net/tramp.el (tramp-default-method-alist)
259         (tramp-default-user-alist, tramp-default-proxies-alist):
260         Adapt custom options type.  (Bug#7445)
262 2010-11-21  Chong Yidong  <cyd@stupidchicken.com>
264         * progmodes/python.el: Add Ipython support (Bug#5390).
265         (python-shell-prompt-alist)
266         (python-shell-continuation-prompt-alist): New options.
267         (python--set-prompt-regexp): New function.
268         (inferior-python-mode, run-python, python-shell):
269         Require ansi-color.  Use python--set-prompt-regexp to set the comint
270         prompt based on the Python interpreter.
271         (python--prompt-regexp): New var.
272         (python-check-comint-prompt)
273         (python-comint-output-filter-function): Use it.
274         (run-python): Use a pipe (Bug#5694).
276 2010-11-21  Chong Yidong  <cyd@stupidchicken.com>
278         * progmodes/python.el (run-python): Doc fix.
279         (python-keep-current-directory-in-path): New var (Bug#7454).
281 2010-11-20  Chong Yidong  <cyd@stupidchicken.com>
283         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
284         Prompt user before actually printing.
286 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
288         * simple.el (kill-new, kill-append, kill-region):
289         * comint.el (comint-kill-region): Make the yank-handler argument
290         obsolete.
292 2010-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
294         * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
295         that are both openers (resp. closers) and something else.
296         (smie-grammar): Loosen definition of valid values.
297         (smie-next-sexp, smie-down-list, smie-blink-matching-open)
298         (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
299         (smie-indent-after-keyword): Adjust users.
300         (smie-indent-keyword): Don't indent empty lines.
302         * vc-hg.el (vc-hg-program): New var.
303         Suggested by Norman Gray <norman@astro.gla.ac.uk>.
304         (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
306 2010-11-17  Glenn Morris  <rgm@gnu.org>
308         * emacs-lisp/autoload.el (autoload-find-destination): The function
309         coding-system-eol-type may return non-numeric values.  (Bug#7414)
311 2010-11-16  Ulrich Mueller  <ulm@gentoo.org>
313         * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
315 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
317         * subr.el (posn-col-row): Pay attention to header line.  (Bug#7390)
319 2010-11-13  Chong Yidong  <cyd@stupidchicken.com>
321         * textmodes/picture.el (picture-mouse-set-point): Don't use
322         posn-col-row; explicitly compute the motion based on the posn at
323         the window-start (Bug#7390).
325 2010-11-13  Michael Albinus  <michael.albinus@gmx.de>
327         * net/tramp.el (tramp-remote-coding-commands): Add an alternative
328         using "base64 -d -i".  This is needed for older base64 versions
329         from GNU coreutils.  Reported by Klaus Reichl
330         <Klaus.Reichl@thalesgroup.com>.
332 2010-11-13  Glenn Morris  <rgm@gnu.org>
334         * novice.el (disabled-command-function):
335         Fix 2009-11-15 change.  (Bug#7384)
337 2010-11-12  Glenn Morris  <rgm@gnu.org>
339         * calendar/calendar.el (diary-iso-date-forms): Make elements
340         mutually exclusive.  (Bug#7377)
342 2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
344         * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
345         when filling the remaining "unconstrained" values.
347 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
349         * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
350         safety predicate.
352         * files.el (safe-local-variable-p): Gracefully handle errors.
354         * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
355         Use smie-indent-virtual when indenting relative to an opener.
356         (smie-rule-separator): Use smie-rule-parent.
357         (smie-indent-keyword): Consult rules, even for openers at bol.
358         (smie-indent-comment-close): Try to align closer's content.
360 2010-11-11  Glenn Morris  <rgm@gnu.org>
362         * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
364 2010-11-10  Glenn Morris  <rgm@gnu.org>
366         * printing.el (pr-menu-bind): Doc fix.
368         * speedbar.el (speedbar-toggle-images): Doc fix.
370         * progmodes/python.el (python-shell): Doc fix.
372         * wid-edit.el (widget-field-use-before-change)
373         (widget-use-overlay-change): Doc fixes.
375 2010-11-09  Glenn Morris  <rgm@gnu.org>
377         * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
379 2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
381         * minibuffer.el (minibuffer-completion-help): Specify the end of the
382         completion field (bug#7211).
384         * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
385         Fix handling of backslash escapes.
386         (python-quote-syntax): Adjust accordingly.
388 2010-11-08  Richard Levitte  <richard@levitte.org>  (tiny change)
390         * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
391         (vc-mtn-workfile-branch): Adjust to new output format.
393 2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
395         * international/mule-cmds.el (princ-list): Mark as obsolete.
397 2010-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
399         * emacs-lisp/smie.el: New package.
401 2010-11-06  Michael Albinus  <michael.albinus@gmx.de>
403         * files.el (backup-by-copying-when-mismatch):
404         Set `permanent-local' property.
406         * net/tramp.el (tramp-handle-insert-file-contents): Do not set
407         `permanent-local' property for `backup-by-copying-when-mismatch'.
409 2010-11-06  Eli Zaretskii  <eliz@gnu.org>
411         * ls-lisp.el (insert-directory): Doc fix.  (bug#7285)
412         (ls-lisp-classify-file): New function.
413         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
414         (ls-lisp-classify): Call ls-lisp-classify-file.
415         (insert-directory): Remove blanks from switches.
417 2010-11-07  Wilson Snyder  <wsnyder@wsnyder.org>
419         * progmodes/verilog-mode.el (verilog-insert-one-definition)
420         (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
421         AUTOINOUT for SV style multidimensional arrays, bug294.
422         Reported by Eric Mastromarchi.
423         (verilog-preprocess): Use with-current-buffer and
424         font-lock-fontify-buffer to cleanup style issues.
426 2010-11-05  Michael Albinus  <michael.albinus@gmx.de>
428         * net/trampver.el: Update release number.
430 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
432         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
433         beginning of the string.  Use `string-match-p'.  (Bug#6765)
435 2010-11-01  Glenn Morris  <rgm@gnu.org>
437         * locate.el (locate, locate-mode): Doc fixes.
439 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
441         * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
442         user for confirmation.
443         (server-force-stop): Use it.
444         (server-start): Use server-force-stop for kill-emacs-hook, to
445         avoid user interaction while killing Emacs.
447 2010-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
449         * vc/log-edit.el (log-edit-rewrite-fixes): New var.
450         (log-edit-author): New dynamic var.
451         (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
452         Use it to return the author if different from committer.
453         (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
455 2010-10-31  Eli Zaretskii  <eliz@gnu.org>
457         * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
459 2010-10-31  Chong Yidong  <cyd@stupidchicken.com>
461         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
462         (vc-root-diff, vc-print-root-log, vc-log-incoming)
463         (vc-log-outgoing): Use it.
464         (vc-diff-internal): Set diff-vc-backend.
466         * vc/diff-mode.el (diff-vc-backend): New var.
468 2010-10-31  Juri Linkov  <juri@jurta.org>
470         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
471         buffer-locally to lambda that re-runs the vc diff command.
472         (Bug#6447)
474 2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
476         * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
478         Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
479         log-outgoing commands.
480         * vc/vc.el (vc-log-internal-common): Add a new argument and use it
481         to create a buffer local revert-buffer-function variable.
482         (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
483         revert-buffer-function lambda.
485         Improve VC create/retrieve tag/branch.
486         * vc.el (vc-create-tag): Do not read the directory name for VCs
487         with repository revision granularity.  Adjust the tag/branch
488         prompt.  Reset VC properties.
489         (vc-retrieve-tag): Do not read the directory name for VCs
490         with repository revision granularity.  Reset VC properties.
492         Add optional support for resetting VC properties.
493         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
494         call vc-file-clearprops when true.
495         (vc-resynch-buffer): Add new optional argument, pass it down.
496         (vc-resynch-buffers-in-directory): Likewise.
498         Improve support for special markup in the VC commit message.
499         * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
500         * vc-hg.el (vc-hg-checkin): Add support for Date:.
501         * vc-git.el (vc-git-checkin):
502         * vc-bzr.el (vc-bzr-checkin): Likewise.
504         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
505         * vc-git.el (vc-git-log-view-mode): Fix font lock for
506         incoming/outgoing logs.
507         (vc-git-log-outgoing, vc-git-log-incoming): New functions.
509         * vc-git.el (vc-git-log-outgoing): Use the same format as the
510         short log.
511         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log
512         command
514         Add bindings for vc-log-incoming and vc-log-outgoing.
515         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
516         and vc-log-outgoing.
517         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
518         and vc-log-outgoing.
520         Improve state updating for VC tag commands.
521         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
522         to update the state of all buffers in the directory.
524 2010-05-19  Glenn Morris  <rgm@gnu.org>
526         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
528 2010-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
530         * vc.el (vc-checkin, vc-modify-change-comment):
531         Adjust to new vc-start/finish-logentry.
532         (vc-find-conflicted-file): New command.
533         (vc-transfer-file): Adjust to new vc-checkin.
534         (vc-next-action): Improve scoping.
536         * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
537         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
539         * vc-dispatcher.el (vc-log-edit): Shorten names for
540         log-edit-show-files.
542         * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
543         (vc-bzr-conflicted-files): New function.
545         * log-edit.el (log-edit-summary, log-edit-header)
546         (log-edit-unknown-header): New faces.
547         (log-edit-headers-alist): New var.
548         (log-edit-header-contents-regexp): New const.
549         (log-edit-match-to-eoh): New function.
550         (log-edit-font-lock-keywords): Use them.
551         (log-edit): Insert a "Summary:" header as default.
552         (log-edit-mode): Mark font-lock rules as case-insensitive.
553         (log-edit-done): Cleanup headers.
554         (log-edit-extract-headers): New function to replace it.
556         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
557         the windows/frames.
559         * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
561         * vc-dir.el (vc-dir-kill-line): New command.
562         (vc-dir-mode-map): Bind it to C-k.
563         (vc-dir-headers): Abbreviate the working dir.
565         * vc-git.el (vc-git-revision-table): Include remote branches.
567 2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
569         New VC methods: vc-log-incoming and vc-log-outgoing.
570         * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
571         (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
572         New functions.
573         (vc-print-log-internal): Just call vc-log-internal-common.
574         (vc-log-view-type): New permanent local variable.
576         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
578         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
579         of the dynamic bound vc-short-log.
580         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
582         * vc-git.el (vc-git-log-outgoing): New function.
583         (vc-git-log-view-mode): Use vc-log-view-type instead
584         of the dynamic bound vc-short-log.
586         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
587         the dynamic bound vc-short-log.  Highlight the tag.
588         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
589         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
590         (vc-hg-incoming-mode): Remove.
591         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
593         Fix default-directory for vc-root-diff.
594         * vc.el (vc-root-diff): Bind default-directory to the root
595         directory for the diff command.
597 2010-10-31  Sam Steingold  <sds@gnu.org>
599         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
600         `vc-hg-command' with a list of flags.
602 2010-10-31  Glenn Morris  <rgm@gnu.org>
604         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
605         log-edit-before-checkin-process.
607         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
609         * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
611         * vc-dispatcher.el (vc-start-logentry): Doc fix.
612         (log-view-process-buffer, log-edit-extra-flags): Declare.
614 2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
616         Add special markup processing for commit logs.
617         * log-edit.el (log-edit): Add new argument MODE.  Use that mode
618         when non-nil instead of the log-view-mode.
620         * vc.el (vc-default-log-edit-mode): New function.
622         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
623         log-edit.
625         Support for shelving snapshots and for showing shelves.
626         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
627         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
628         New functions.
629         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
630         (vc-bzr-extra-menu-map): Map them.
632 2010-10-30  Michael Albinus  <michael.albinus@gmx.de>
634         * net/tramp.el (tramp-handle-insert-file-contents): For root,
635         preserve owner and group when editing files.  (Bug#7289)
637 2010-10-29  Glenn Morris  <rgm@gnu.org>
639         * speedbar.el (speedbar-mode):
640         * play/fortune.el (fortune-in-buffer, fortune):
641         * play/gomoku.el (gomoku-mode):
642         * play/landmark.el (lm-mode):
643         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
644         Replace inappropriate uses of toggle-read-only.  (Bug#7292)
646 2010-10-28  Glenn Morris  <rgm@gnu.org>
648         * select.el (x-selection): Mark it as an obsolete alias.
650 2010-10-27  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
652         * add-log.el (find-change-log): Use derived-mode-p rather than
653         major-mode (bug#7284).
655 2010-10-27  Glenn Morris  <rgm@gnu.org>
657         * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
658         rather than just an unused variable that inherits from the real one.
660 2010-10-23  Michael McNamara  <mac@mail.brushroad.com>
662         * verilog-mode.el (verilog-directive-re): Make this variable
663         auto-built for efficiency of execution and updating.
664         (verilog-extended-complete-re): Support 'pure' fucntion & task
665         declarations (these have no bodies).
666         (verilog-beg-of-statement): General cleanup to enable support of
667         'pure' fucntion & task declarations (these have no bodies).
668         These efforts together fix Verilog bug210 from veripool; which was also
669         noticed by Steve Pearlmutter.
670         (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
671         (verilog-directive-nest-re, verilog-set-auto-endcomments):
672         Support `elsif.  Reported by Shankar Giri.
673         (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
674         attribute handling for lining up declarations and assignments.
675         (verilog-beg-of-statement-1): Fix issue where continued declaration
676         is indented differently if it is after a begin..end clock.
677         (verilog-in-attribute-p, verilog-skip-backward-comments)
678         (verilog-skip-forward-comment-p): Support proper treatment of
679         attributes by indent code. Reported by Jeff Steele.
680         (verilog-in-directive-p): Fix comment to correctly describe function.
681         (verilog-backward-up-list, verilog-in-struct-region-p)
682         (verilog-backward-token, verilog-in-struct-p)
683         (verilog-in-coverage-p, verilog-do-indent)
684         (verilog-pretty-declarations): Use verilog-backward-up-list as
685         wrapper around backward-up-list inorder to properly skip comments.
686         Reported by David Rogoff.
687         (verilog-property-re, verilog-endcomment-reason-re)
688         (verilog-beg-of-statement, verilog-set-auto-endcomments)
689         (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
690         of if). Reported by Max Bjurling and
691         (verilog-calc-1): Fix for clocking block in modport
692         declaration. Reported by Brian Hunter.
694 2010-10-23  Wilson Snyder  <wsnyder@wsnyder.org>
696         * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
697         (verilog-gate-keywords, verilog-read-sub-decls)
698         (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
699         (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
700         AUTOINST for gate primitives, bug284.  Reported by Mark Johnson.
701         (verilog-read-decls): Fix spaces in V2K module parameters causing
702         mis-identification as interfaces, bug287.
703         (verilog-read-decls): Fix not treating "parameter string" as a
704         parameter in AUTOINSTPARAM.
705         (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
706         treating `elsif similar to `endif inside AUTOSENSE.
707         (verilog-do-indent): Implement correct automatic or static task or
708         function end comment highlight. Reported by Steve Pearlmutter.
709         (verilog-font-lock-keywords-2): Fix highlighting of single
710         character pins, bug264.  Reported by Michael Laajanen.
711         (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
712         (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
713         (verilog-subdecls-get-interfaced, verilog-subdecls-new):
714         Support interfaces with AUTOINST, bug270.  Reported by Luis Gutierrez.
715         (verilog-pretty-expr): Fix interactive arguments, bug272.
716         Reported by Mark Johnson.
717         (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
718         Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
719         bug269. Suggested by Gary Delp.
720         (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
721         (verilog-preprocessor, verilog-set-compile-command):
722         Create verilog-preprocess and verilog-preprocessor to show
723         preprocessed output.
724         (verilog-get-beg-of-line, verilog-get-end-of-line)
725         (verilog-modi-file-or-buffer, verilog-modi-name)
726         (verilog-modi-point, verilog-within-string): Move defmacro's
727         before first use to avoid warning. Reported by Steve Pearlmutter.
728         (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
729         (verilog-colorize-region, verilog-highlight-buffer)
730         (verilog-highlight-includes, verilog-highlight-modules)
731         (verilog-highlight-region, verilog-mode): Rename colorize to
732         highlight to match other packages.  Disable module highlighting,
733         as received speed complaints, reenable for experimentation only
734         using new verilog-highlight-modules.
735         (verilog-read-decls): Fix regexp stack overflow in very large
736         AUTO_TEMPLATEs, bug250.
737         (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
738         (verilog-scan): Create verilog-save-buffer-state to standardize
739         making insignificant changes that shouldn't call hooks.
740         (verilog-save-no-change-functions, verilog-save-scan-cache)
741         (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
742         Create verilog-save-no-change-functions to wrap verilog-scan
743         preservation, and fix to work with nested preserved calls.
744         (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
745         port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
746         generate .name with AUTOINST, bug245.  Suggested by David Rogoff.
747         (verilog-submit-bug-report): Update variable list to be complete.
748         (verilog-auto, verilog-colorize-region): Fix AUTO expansion
749         breaking on-the-fly font-locking.
750         (verilog-colorize-buffer, verilog-colorize-include-files)
751         (verilog-colorize-include-files-buffer, verilog-colorize-region)
752         (verilog-load-file-at-mouse, verilog-load-file-at-point)
753         (verilog-mode, verilog-read-inst-module-matcher): With point on a
754         AUTOINST cell instance name, middle mouse button now finds-file on
755         it.  Suggested by Brad Dobbie.
756         (verilog-alw-get-temps, verilog-auto-reset)
757         (verilog-auto-sense-sigs, verilog-read-always-signals)
758         (verilog-read-always-signals-recurse): Fix loop indexes being
759         AUTORESET. AUTORESET now assumes any variables in the
760         initialization section of a for() should be ignored.
761         Reported by Dan Dever.
762         (verilog-error-font-lock-keywords)
763         (verilog-error-regexp-emacs-alist)
764         (verilog-error-regexp-xemacs-alist): Fix error detection of
765         Cadence HAL, reported by David Asher.  Repair drift between the
766         three similar error variables.
767         (verilog-modi-lookup, verilog-modi-lookup-cache)
768         (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
769         (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
770         Fix slow verilog-auto expansion on very large files.
771         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
772         Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
773         "{1*2{...".  Broke in last revision.
774         (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
775         submodule connections with replications "{#{a},#{b}}".
777 2010-10-23  Glenn Morris  <rgm@gnu.org>
779         * comint.el (comint-password-prompt-regexp):
780         Match "enter the password".  (Bug#7224)
782 2010-10-22  Juanma Barranquero  <lekktu@gmail.com>
784         * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
785         Fix typo in docstring.
787 2010-10-21  Michael Albinus  <michael.albinus@gmx.de>
789         * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
790         errors.
792         * net/trampver.el: Update release number.
794 2010-10-20  Kenichi Handa  <handa@m17n.org>
796         * face-remap.el (text-scale-adjust): Call read-event with a proper
797         prompt.
799 2010-10-19  Michael Albinus  <michael.albinus@gmx.de>
801         * net/tramp.el (tramp-do-file-attributes-with-stat)
802         (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
803         order to make stat results a float.  Patch by Andreas Schwab
804         <schwab@linux-m68k.org>.
806 2010-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
808         * repeat.el (repeat): Use read-key (bug#6256).
810 2010-10-18  Chong Yidong  <cyd@stupidchicken.com>
812         * emacs-lisp/unsafep.el: Don't mark functions that display
813         messages as safe.  Suggested by Johan Bockgård.
815 2010-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
817         * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
818         Turn comments into docstrings.
820         * minibuffer.el (completion--replace): Move point where it belongs
821         when there's a common suffix (bug#7215).
823 2010-10-15  Michael Albinus  <michael.albinus@gmx.de>
825         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
826         Suppress expansion of tabs to spaces.  Reported by Dale Sedivec
827         <dale@codefu.org>.
829 2010-10-15  Kenichi Handa  <handa@m17n.org>
831         * international/characters.el: Add category '|' (word breakable)
832         to fullwidth characters.
834 2010-10-14  Kenichi Handa  <handa@m17n.org>
836         * mail/rmail.el (rmail-show-message-1): Catch an error of
837         base64-decode-region and just show an error message (bug#7165).
839         * ps-mule.el (ps-mule-font-spec-list): Delete it.  Not used anymore.
840         (ps-mule-begin-job): Fix for the case that only ENCODING is set in
841         a font-spec (bug#7197).
843 2010-10-13  Glenn Morris  <rgm@gnu.org>
845         * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
847 2010-10-12  Juanma Barranquero  <lekktu@gmail.com>
849         * international/mule.el (define-coding-system):
850         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
851         * composite.el (compose-region): Fix typo in docstring.
853 2010-10-10  Jan Djärv  <jan.h.d@swipnet.se>
855         * term/ns-win.el (ns-right-alternate-modifier): New defvar.
856         (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
857         (mac-right-option-modifier): New alias for ns-right-option-modifier.
859         * cus-start.el (all): ns-right-alternate-modifier is new.
861 2010-10-10  Andreas Schwab  <schwab@linux-m68k.org>
863         * Makefile.in (ELCFILES): Update.
865 2010-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
867         * emacs-lisp/lisp.el (lisp-completion-at-point):
868         Use emacs-lisp-mode-syntax-table for the whole function.
870 2010-10-09  Richard Sharman  <richard_sharman@mitel.com>  (tiny change)
872         * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
873         (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
874         work when breakpoint number exceeds nine.
876 2010-10-05  David Koppelman  <koppel@ece.lsu.edu>
878         * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
879         instead of font-lock-mode before adding keywords.
880         Remove hi-lock-mode off code.  Remove inhibit hack.
881         (hi-lock-set-pattern): Only add keywords if font-lock-fontified
882         non-nil; removed hook inhibit hack.
884 2010-10-09  Glenn Morris  <rgm@gnu.org>
886         * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
887         (load-path-shadows-find): ... to this.
888         (list-load-path-shadows): Update for above change.
890         * mail/mail-utils.el (mail-mbox-from): Also try return-path.
892 2010-10-08  Glenn Morris  <rgm@gnu.org>
894         * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
896         * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
897         (shadows-compare-text-p): Make it an obsolete alias for...
898         (load-path-shadows-compare-text): ... new name.
899         (find-emacs-lisp-shadows): Update for above name change.
900         (load-path-shadows-same-file-or-nonexistent): New name for the old
901         shadow-same-file-or-nonexistent.
903 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
905         * minibuffer.el (completion--some, completion--do-completion)
906         (minibuffer-complete-and-exit, minibuffer-completion-help)
907         (completion-basic-try-completion)
908         (completion-basic-all-completions)
909         (completion-pcm--find-all-completions): Use lexical-let to
910         avoid some false matches in variable completion (Bug#7056)
912 2010-10-03  Olof Ohlsson Sax  <olof.ohlsson.sax@gmail.com>  (tiny change)
914         * vc-svn.el (vc-svn-merge-news): Use --non-interactive.  (Bug#7152)
916 2010-10-03  Leo  <sdl.web@gmail.com>
918         * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
919         return non-nil if the file exists (Bug#7090).
921 2010-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
923         * minibuffer.el (completion--replace):
924         Better preserve markers (bug#7138).
926 2010-09-29  Juanma Barranquero  <lekktu@gmail.com>
928         * server.el (server-process-filter): Doc fix.
930 2010-09-27  Drew Adams  <drew.adams@oracle.com>
932         * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
934 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
936         * Makefile.in (ELCFILES): Update.
938         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
939         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
941 2010-09-27  Kenichi Handa  <handa@m17n.org>
943         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
944         "ustar" format.
946 2010-09-27  Kenichi Handa  <handa@m17n.org>
948         * international/mule.el (define-coding-system): Docstring fixed.
950         * international/mule-diag.el (describe-character-set): Use princ
951         with proper print-length and print-level instead of insert.
953 2010-09-26  Juanma Barranquero  <lekktu@gmail.com>
955         * window.el (walk-windows): Doc fix (bug#7105).
957 2010-09-23  Glenn Morris  <rgm@gnu.org>
959         * isearch.el (isearch-lazy-highlight-cleanup)
960         (isearch-lazy-highlight-initial-delay)
961         (isearch-lazy-highlight-interval)
962         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
963         * net/net-utils.el (ipconfig-program-options):
964         Move aliases to options before the associated definitions.
966 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
968         * newcomment.el (comment-normalize-vars): Better test validity of
969         comment-end-skip.
971 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
973         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
974         (float-e): New name for `e'.
975         (degrees-to-radians, radians-to-degrees):
976         * calendar/solar.el (solar-longitude):
977         * calculator.el (calculator-registers, calculator-funcall):
978         * textmodes/artist.el (artist-spray-random-points):
979         * play/bubbles.el (bubbles--initialize-images): Use new names.
981 2010-09-19  Eric M. Ludlam  <zappo@gnu.org>
983         Update to CEDET 1.0's version of EIEIO.
985         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
986         New function.
987         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
988         (eieio-default-eval-maybe): Eval val instead of unquoting only.
989         (class-precedence-list): If class is nil, return nil.
990         (eieio-generic-call): If class of first input arg is nil, don't
991         look up static methods, and do check for primary methods.
992         (initialize-instance): See if the default needs to be evaluated
993         during the constructor.
994         (eieio-perform-slot-validation-for-default): Don't do the check
995         for values that will eventually be evaluated.
996         (eieio-eval-default-p): New function.
997         (eieio-default-eval-maybe): Use it.
999 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
1001         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1002         method-invocation-order.
1003         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1004         (eieio-class-precedence-dfs): Compute class precedence list using
1005         dfs algorithm.
1006         (eieio-class-precedence-bfs): Compute class precedence list using
1007         bfs algorithm.
1008         (eieio-class-precedence-c3): Compute class precedence list using
1009         c3 algorithm.
1010         (class-precedence-list): New function.
1011         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1012         (inconsistent-class-hierarchy): New error symbol.
1013         (call-next-method): Stow the replacement argument list for future
1014         call-next-method invocations.
1016 2010-09-15  Glenn Morris  <rgm@gnu.org>
1018         * calendar/appt.el (appt-check): If not displaying the diary,
1019         use (diary 1) to only get the entries we need.
1020         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1021         that it is in day order.  (Bug#7019)
1023         * calendar/appt.el (appt-check): Rather than showing the diary,
1024         just turn off invisible display, and only if needed.
1026         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
1028 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1030         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1031         Add `when' argument.  Update callers.
1033         * subr.el (unintern): Declare the obarray arg mandatory.
1035 2010-09-14  Glenn Morris  <rgm@gnu.org>
1037         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1038         Doc fixes.
1040         * calendar/diary-lib.el (diary-included-files): New variable.
1041         (diary-list-entries): Maybe initialize diary-included-files.
1042         (diary-include-other-diary-files): Append to diary-included-files.
1043         * calendar/appt.el (appt-update-list): Also check the members of
1044         diary-included-files.  (Bug#6999)
1045         (appt-check): Doc fix.
1047 2010-09-12  David Reitter  <david.reitter@gmail.com>
1049         * simple.el (line-move-visual): Do not truncate goal column to
1050         integer size.  (Bug#7020)
1052 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1054         * repeat.el (repeat): Allow repeating when the last event is a click.
1055         Suggested by Drew Adams (bug#6256).
1057 2010-09-11  Sascha Wilde  <wilde@sha-bang.de>
1059         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1060         Replace setting HGRCPATH to "" by some less invasive --config options.
1062 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1064         * font-lock.el (font-lock-beginning-of-syntax-function):
1065         Mark as obsolete.
1067 2010-09-10  Glenn Morris  <rgm@gnu.org>
1069         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1070         and tool-bar modes.  (Bug#6211)
1071         (menu-bar-mode): Move setting of standard-value after the
1072         minor-mode definition, otherwise it seems to have no effect.
1074 2010-09-08  Masatake YAMATO  <yamato@redhat.com>
1076         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1077         Fix typo.  (Bug#6976)
1079 2010-09-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1081         * whitespace.el: Allow cleaning up blanks without blank
1082         visualization (Bug#6651).  Adjust help window for
1083         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
1084         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
1085         (whitespace-style): Add new value 'face.  Adjust docstring.
1086         (whitespace-space, whitespace-hspace, whitespace-tab):
1087         Adjust foreground property face.
1088         (whitespace-line-column): Adjust docstring and type declaration.
1089         (whitespace-style-value-list, whitespace-toggle-option-alist)
1090         (whitespace-help-text): Adjust const initialization.
1091         (whitespace-toggle-options, global-whitespace-toggle-options):
1092         Adjust docstring.
1093         (whitespace-display-window, whitespace-interactive-char)
1094         (whitespace-style-face-p, whitespace-color-on): Adjust code.
1095         (whitespace-help-scroll): New fun.
1097 2010-09-05  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1099         * files.el (directory-abbrev-alist): Use \` as default regexp.
1101         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1102         chars like - or ] (bug#6984).
1103         (rx-any-condense-range): Explode 2-char ranges.
1105 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1107         * textmodes/bibtex.el:
1108         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1110 2010-09-02  Glenn Morris  <rgm@gnu.org>
1112         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1114 2010-08-31  Kenichi Handa  <handa@m17n.org>
1116         * international/mule-cmds.el (standard-display-european-internal):
1117         Setup standard-display-table for 8-bit characters by storing 8-bit
1118         characters in the element vector.
1120         * disp-table.el (standard-display-8bit):
1121         Setup standard-display-table for 8-bit characters by storing 8-bit
1122         characters in the element vector.
1123         (standard-display-european): Likewise.
1125 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
1127         Sync with Tramp 2.1.19.
1129         * net/tramp-cmds.el (tramp-cleanup-all-connections)
1130         (tramp-reporter-dump-variable, tramp-load-report-modules)
1131         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1132         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1134         * net/tramp-compat.el (top): Do not autoload
1135         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
1136         only when `start-file-process' is not bound.
1137         (byte-compile-not-obsolete-vars): Define if not bound.
1138         (tramp-compat-funcall): New defmacro.
1139         (tramp-compat-line-beginning-position)
1140         (tramp-compat-line-end-position)
1141         (tramp-compat-temporary-file-directory)
1142         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1143         (tramp-compat-copy-file, tramp-compat-copy-directory)
1144         (tramp-compat-delete-file, tramp-compat-delete-directory)
1145         (tramp-compat-number-sequence, tramp-compat-process-running-p):
1146         Use it.
1147         (tramp-advice-file-expand-wildcards): Do not use
1148         `tramp-handle-file-remote-p'.
1149         (tramp-compat-make-temp-file): Simplify fallback implementation.
1150         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1151         (tramp-compat-copy-tree): Remove function.
1152         (tramp-compat-delete-file): New defun.
1153         (tramp-compat-delete-directory): Provide implementation for older
1154         Emacsen.
1155         (tramp-compat-file-attributes): Handle only
1156         `wrong-number-of-arguments' error.
1158         * net/tramp-fish.el (tramp-fish-handle-copy-file):
1159         Add PRESERVE_SELINUX_CONTEXT.
1160         (tramp-fish-handle-delete-file): Add TRASH arg.
1161         (tramp-fish-handle-directory-files-and-attributes):
1162         Do not use `tramp-fish-handle-file-attributes.
1163         (tramp-fish-handle-file-local-copy)
1164         (tramp-fish-handle-insert-file-contents)
1165         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1167         * net/tramp-gvfs.el (top): Require url-util.
1168         (tramp-gvfs-mount-point): Remove.
1169         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1170         and `set-file-selinux-context'.
1171         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1172         (tramp-gvfs-handle-file-selinux-context)
1173         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1174         (with-tramp-dbus-call-method): Format trace message.
1175         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1176         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1177         Implement backup call, when operation on local files fails.
1178         Use progress reporter.  Flush properties of changed files.
1179         (tramp-gvfs-handle-delete-file): Add TRASH arg.
1180         Use `tramp-compat-delete-file'.
1181         (tramp-gvfs-handle-expand-file-name): Expand "~/".
1182         (tramp-gvfs-handle-make-directory): Make more traces.
1183         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1184         (tramp-gvfs-url-file-name): Hexify file name in url.
1185         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1186         into account for the resulting file name.
1187         (tramp-gvfs-handler-askquestion): Preserve current message, in
1188         order to let progress reporter continue afterwards.  (Bug#6257)
1189         Return dummy mountpoint, when the answer is "no".
1190         See `tramp-gvfs-maybe-open-connection'.
1191         (tramp-gvfs-handler-mounted-unmounted)
1192         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1193         attribute "default_location".  Set "prefix" property.
1194         Handle default-location.
1195         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1196         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1197         exists.  Raise an error, if not (due to a corresponding answer
1198         "no" in interactive questions, for example).
1199         Use `tramp-compat-funcall'.
1201         * net/tramp-imap.el (top): Autoload `epg-make-context'.
1202         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1203         (tramp-imap-do-copy-or-rename-file)
1204         (tramp-imap-handle-insert-file-contents)
1205         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1206         (tramp-imap-handle-delete-file): Add TRASH arg.
1208         * net/tramp-smb.el (tramp-smb-handle-copy-file):
1209         Add PRESERVE-SELINUX-CONTEXT.
1210         (tramp-smb-handle-copy-file)
1211         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1212         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1213         Use `with-progress-reporter'.
1214         (tramp-smb-handle-delete-file): Add TRASH arg.
1216         * net/tramp.el (tramp-methods): Move hostname to the end in all
1217         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
1218         appropriate.
1219         (tramp-verbose): Describe verbose level 9.
1220         (tramp-completion-function-alist)
1221         (tramp-file-name-regexp, tramp-chunksize)
1222         (tramp-local-coding-commands, tramp-remote-coding-commands)
1223         (with-connection-property, tramp-completion-mode-p)
1224         (tramp-action-process-alive, tramp-action-out-of-band)
1225         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1226         (tramp-exists-file-name-handler): Fix docstring.
1227         (tramp-remote-process-environment): Use `format' instead of
1228         `concat'.  Protect version string by apostroph.
1229         (tramp-shell-prompt-pattern): Do not use a shy group in case of
1230         XEmacs.
1231         (tramp-file-name-regexp-unified)
1232         (tramp-completion-file-name-regexp-unified): On W32 systems, do
1233         not regard the volume letter as remote filename.  (Bug#5447)
1234         (tramp-perl-file-attributes)
1235         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1236         (tramp-vc-registered-read-file-names): Read input as
1237         here-document, otherwise the command could exceed maximum length
1238         of command line.
1239         (tramp-file-name-handler-alist): Add `file-selinux-context' and
1240         `set-file-selinux-context'.
1241         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1242         backtrace functions.
1243         (tramp-error-with-buffer): Don't show the connection buffer when
1244         we are in completion mode.
1245         (tramp-progress-reporter-update, tramp-remote-selinux-p)
1246         (tramp-handle-file-selinux-context)
1247         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1248         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1249         New defuns.
1250         (with-progress-reporter): New defmacro.
1251         (tramp-debug-outline-regexp): New defconst.
1252         (top, tramp-rfn-eshadow-setup-minibuffer)
1253         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1254         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1255         (tramp-completion-mode-p, tramp-check-for-regexp)
1256         (tramp-open-connection-setup-interactive-shell)
1257         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1258         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1259         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1260         Use `tramp-compat-funcall'.
1261         (tramp-handle-make-symbolic-link): Flush file properties.
1262         (tramp-handle-load, tramp-handle-file-local-copy)
1263         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1264         (tramp-handle-vc-registered, tramp-maybe-send-script)
1265         (tramp-find-shell): Use `with-progress-reporter'.
1266         (tramp-do-file-attributes-with-stat): Add space in format string,
1267         in order to work around a bug in pdksh.  Reported by Gilles Pion
1268         <gpion@lfdj.com>.
1269         (tramp-handle-verify-visited-file-modtime): Do not send a command
1270         when the connection is not established.
1271         (tramp-handle-set-file-times): Simplify the check for utc.
1272         (tramp-handle-directory-files-and-attributes)
1273         (tramp-get-remote-path): Use `copy-tree'.
1274         (tramp-completion-handle-file-name-all-completions): Ensure, that
1275         non remote files are still checked.  Oops.
1276         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1277         Handle PRESERVE-SELINUX-CONTEXT.
1278         (tramp-do-copy-or-rename-file): Add progress reporter.
1279         (tramp-do-copy-or-rename-file-directly): Do not use
1280         `tramp-handle-file-remote-p'.
1281         (tramp-do-copy-or-rename-file-out-of-band):
1282         Use `tramp-compat-delete-directory'.
1283         (tramp-do-copy-or-rename-file-out-of-band)
1284         (tramp-compute-multi-hops, tramp-maybe-open-connection):
1285         Use `format-spec-make'.
1286         (tramp-handle-delete-file): Add TRASH arg.
1287         (tramp-handle-dired-uncache): Flush directory cache, not only file
1288         cache.
1289         (tramp-handle-expand-file-name)
1290         (tramp-completion-handle-file-name-all-completions)
1291         (tramp-completion-handle-file-name-completion):
1292         Use `tramp-connectable-p'.
1293         (tramp-handle-start-file-process): Set connection property "vec".
1294         Use it, in order to invalidate file caches.  Check only for
1295         `remote-tty' process property.
1296         Implement tty setting.  (Bug#4604, Bug#6360)
1297         (tramp-file-name-for-operation): Add `call-process-region' and
1298         `set-file-selinux-context'.
1299         (tramp-find-foreign-file-name-handler)
1300         (tramp-advice-make-auto-save-file-name)
1301         (tramp-set-auto-save-file-modes): Remove superfluous check for
1302         `stringp'.  This is done inside `tramp-tramp-file-p'.
1303         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
1304         operations when we are in completion mode.  This gives the user
1305         the chance to correct the file name in the minibuffer.
1306         (tramp-completion-mode-p): Use `non-essential'.
1307         (tramp-handle-file-name-all-completions): Backward/ XEmacs
1308         compatibility: Use `completion-ignore-case' if
1309         `read-file-name-completion-ignore-case' does not exist.
1310         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1311         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1312         `tramp-open-shell'.
1313         (tramp-action-password): Hide password prompt before next run.
1314         (tramp-process-actions): Widen connection buffer for the trace.
1315         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1316         process property.  Trace stty settings if `tramp-verbose' >= 9.
1317         Apply workaround for IRIX64 bug.  Move argument of last
1318         `tramp-send-command' where it belongs to.
1319         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1320         front of `login-args'.
1321         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1322         on "/dev/null" instead of "/".
1323         (tramp-get-ls-command-with-dired): Make test for "--dired"
1324         stronger.
1325         (tramp-set-auto-save-file-modes): Adapt version check.
1326         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1327         (tramp-handle-process-file): Call the program in a subshell, in
1328         order to preserve working directory.
1329         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1330         `tramp-remote-sh' from `tramp-methods'.
1331         (tramp-get-ls-command): Make test for "--color=never" stronger.
1332         (tramp-check-for-regexp): Use (forward-line 1).
1334         * net/trampver.el: Update release number.
1336 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
1338         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1339         empty argument to gvfs-copy.
1341 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1343         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1344         handle new TRASH arg of `delete-file'.
1346 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
1348         * net/tramp.el (tramp-handle-insert-directory): Don't use
1349         `forward-word', its default syntax could be changed.
1351 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1352             Michael Albinus  <michael.albinus@gmx.de>
1354         Implement compression for inline methods.
1356         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1357         (tramp-copy-size-limit): Allow also nil.
1358         (tramp-inline-compress-commands): New defconst.
1359         (tramp-find-inline-compress, tramp-get-inline-compress)
1360         (tramp-get-inline-coding): New defuns.
1361         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1362         replaced by `tramp-get-inline-coding'.
1363         (tramp-handle-file-local-copy, tramp-handle-write-region)
1364         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1366 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
1368         Detect ssh 'ControlMaster' argument automatically in some cases.
1370         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1371         (tramp-default-method): Use it.
1373 2010-08-26  Karel Klíč  <kklic@redhat.com>
1375         * net/tramp.el (tramp-file-name-for-operation):
1376         Add file-selinux-context.
1378 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
1380         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1382 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1384         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1385         (Bug#6907).
1387 2010-08-23  Chris Foote <chris@foote.com.au>  (tiny change)
1389         * progmodes/python.el (python-block-pairs): Allow use of "finally"
1390         with "else" (Bug#3991).
1392 2010-08-22  Leo  <sdl.web@gmail.com>
1394         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1395         (ignore, bright, dim, keyword): Split list of nicknames before
1396         passing to rcirc-add-or-remove (Bug#6894).
1398 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1400         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1402 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1404         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
1405         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1406         New version 13.0.
1407         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1408         Adjust initialization.
1409         (whitespace-bob-marker, whitespace-eob-marker)
1410         (whitespace-buffer-changed): New vars.
1411         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1412         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1413         (whitespace-post-command-hook, whitespace-display-char-on):
1414         Adjust code.
1415         (whitespace-looking-back, whitespace-buffer-changed): New funs.
1416         (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
1418 2010-08-21  Leo  <sdl.web@gmail.com>
1420         Fix buffer-list rename&refresh after killing a buffer in ido.
1421         * lisp/ido.el: Revert Óscar's.
1422         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1423         Remember the buffers at head, rather than their name.
1424         * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1426 2010-08-21  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
1427             Stefan Monnier  <monnier@iro.umontreal.ca>
1429         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1430         extra backslash added to each line (bug#6890).
1432 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1434         * subr.el (read-key): Don't echo keystrokes (bug#6883).
1436 2010-08-21  Glenn Morris  <rgm@gnu.org>
1438         * menu-bar.el (menu-bar-games-menu): Add landmark.
1440 2010-08-20  Glenn Morris  <rgm@gnu.org>
1442         * align.el (align-regexp): Make group and spacing arguments
1443         use the interactive defaults when non-interactive.  (Bug#6698)
1445         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1446         expansion, so as not to need sendmail.
1447         (mail-text-start): Remove declaration.
1448         (rmail-retry-failure): Require sendmail.
1450 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1452         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1454 2010-08-18  Michael Albinus  <michael.albinus@gmx.de>
1456         * progmodes/flymake.el (flymake-start-syntax-check-process):
1457         Use `start-file-process' in order to let it run also on remote hosts.
1459 2010-08-18  Kenichi Handa  <handa@m17n.org>
1461         * files.el: Add `word-wrap' as safe local variable.
1463 2010-08-18  Glenn Morris  <rgm@gnu.org>
1465         * woman.el (woman-translate): Case matters.  (Bug#6849)
1467 2010-08-14  Chong Yidong  <cyd@stupidchicken.com>
1469         * simple.el (kill-region): Doc fix (Bug#6787).
1471 2010-08-14  Glenn Morris  <rgm@gnu.org>
1473         * calendar/diary-lib.el (diary-header-line-format):
1474         Fit it to the window, not the frame.
1476 2010-08-11  Andreas Schwab  <schwab@linux-m68k.org>
1478         * subr.el (ignore-errors): Add debug declaration.
1480 2010-08-09  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
1482         * whitespace.el (whitespace-color-off): Remove post-command-hook
1483         locally.
1485 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
1487         * replace.el (replace-highlight): Bind isearch-forward and
1488         isearch-error, ensuring that highlighting is updated if the user
1489         switches the search direction (Bug#6808).
1491         * isearch.el (isearch-lazy-highlight-forward): New var.
1492         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1493         (isearch-lazy-highlight-update): Use it.
1495 2010-08-06  Kenichi Handa  <handa@m17n.org>
1497         * international/mule.el (define-charset): Store NAME as :base property.
1498         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
1499         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
1500         current priority.  Force using the designation of the specific
1501         charset by adding `charset' text property.  Improve the whole
1502         algorithm.
1504 2010-08-05  Juanma Barranquero  <lekktu@gmail.com>
1506         * emulation/pc-select.el (pc-selection-mode-hook)
1507         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
1508         (pc-selection-mode): Fix typos in docstrings.
1510 2010-08-04  Kenichi Handa  <handa@m17n.org>
1512         * language/cyrillic.el: Don't add "microsoft-cp1251" to
1513         ctext-non-standard-encodings-alist here.
1515         * international/mule.el (ctext-non-standard-encodings-alist):
1516         Add "koi8-r" and "microsoft-cp1251".
1517         (ctext-standard-encodings): New variable.
1518         (ctext-non-standard-encodings-table): List only elements for
1519         non-standard encodings.
1520         (ctext-pre-write-conversion): Adjust for the above change.
1521         Check ctext-standard-encodings.
1523         * international/mule-conf.el (compound-text): Doc fix.
1524         (ctext-no-compositions): Doc fix.
1525         (compound-text-with-extensions): Doc fix.
1527 2010-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1529         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
1531 2010-08-03  Juanma Barranquero  <lekktu@gmail.com>
1533         * progmodes/which-func.el (which-func-format): Split help-echo text
1534         into lines, like other mode-line tooltips.
1536         * server.el (server-start): When using TCP sockets, force IPv4
1537         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
1539 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1541         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
1543 2010-08-02  Juanma Barranquero  <lekktu@gmail.com>
1545         * term.el (term-delimiter-argument-list): Reflow docstring.
1546         (term-read-input-ring, term-write-input-ring, term-send-input)
1547         (term-bol, term-erase-in-display, serial-supported-or-barf):
1548         Fix typos in docstrings.
1550 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1552         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
1554 2010-08-01  Juanma Barranquero  <lekktu@gmail.com>
1556         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
1558 2010-08-01  MON KEY  <monkey@sandpframing.com>  (tiny change)
1560         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
1561         Fix typo in docstring (bug#6747).
1563 2010-07-30  Leo  <sdl.web@gmail.com>
1565         * eshell/esh-io.el (eshell-get-target): Better detection of
1566         read-only file (Bug#6762).
1568 2010-07-30  Juanma Barranquero  <lekktu@gmail.com>
1570         * align.el (align-default-spacing): Doc fix.
1571         (align-region-heuristic, align-regexp): Fix typos in docstrings.
1573 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
1575         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
1577 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
1579         * time.el (display-time-day-and-date): Remove spurious * in docstring.
1580         (display-time-world-buffer-name, display-time-world-mode-map):
1581         Fix typos in docstrings.
1583 2010-07-17  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
1585         * image-mode.el (image-display-size): New function.
1586         (image-forward-hscroll, image-next-line, image-eol, image-eob)
1587         (image-mode-fit-frame): Use it (Bug#6639).
1589 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
1591         * dired.el (dired-buffers-for-dir): Handle list values of
1592         dired-directory (Bug#6636).
1594 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
1596         * vc.el (vc-coding-system-inherit-eol): New defvar.
1597         (vc-coding-system-for-diff): Use it to decide whether to inherit
1598         from the file the EOL format for reading the diffs of that file.
1599         (Bug#4451)
1601 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
1603         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
1604         unibyte, so compressed attachments are not compressed again.
1606 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
1608         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
1609         now that unicode is used (Bug#6594).
1611 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
1613         * simple.el (push-mark-command): Set the selection if
1614         select-active-regions is non-nil.
1616 2010-07-10  Glenn Morris  <rgm@gnu.org>
1618         * calendar/calendar.el (calendar-week-end-day): New function.
1619         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
1620         Respect calendar-week-start-day.  (Bug#6606)
1621         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1622         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
1623         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
1624         respect calendar-week-start-day.
1626 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
1628         * simple.el (use-region-p): Doc fix (Bug#6607).
1630 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
1632         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
1633         builtins (BufferError, BytesWarning, WindowsError; callables
1634         bin, bytearray, bytes, format, memoryview, next, print; __package__).
1636 2010-07-07  Glenn Morris  <rgm@gnu.org>
1638         * play/zone.el (zone-fall-through-ws): Fix next-line ->
1639         forward-line fallout.
1641 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
1643         * mouse.el (mouse-appearance-menu): Add docstring.
1645         * help.el (describe-key): Print up-event using key-description.
1647 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
1649         * net/zeroconf.el (zeroconf-resolve-service)
1650         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
1651         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
1653 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
1655         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
1657 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
1659         Avoid displaying files with a nil state in vc-dir.
1660         * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
1661         cases that cause insertion.
1662         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
1663         with a nil state.
1665 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
1667         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
1669 2010-06-29  Leo  <sdl.web@gmail.com>
1671         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
1673 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
1675         * generic-x.el (bat-generic-mode): Fix regexp for command line
1676         switches (Bug#5719).
1678 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
1680         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
1681         of nconc to avoid pure storage error (Bug#6239).
1683 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
1685         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
1686         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
1687         bindings of bookmark-automatically-show-annotations (Bug#6515).
1689 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
1691         * arc-mode.el (archive-zip-extract): Don't quote the file name on
1692         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
1694 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1696         * comint.el (make-comint, make-comint-in-buffer): Mention return
1697         value in the docstrings.  (Bug#6498)
1699 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
1701         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
1702         since it is not present when using some non-default switches.
1704 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
1706         * simple.el (compose-mail): Fix doc string to refer to
1707         `compose-mail-user-agent-warnings', instead of to the
1708         nonexistent `compose-mail-check-user-agent'.
1710 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1712         Fix vc-annotate for renamed files when using Git.
1713         * vc-git.el (vc-git-find-revision): Deal with empty results from
1714         ls-files.  Doe not pass the object as a file name to cat-file, it
1715         is not a file name.
1716         (vc-git-annotate-command): Pass the file name using -- to avoid
1717         ambiguity with the revision.
1718         (vc-git-previous-revision): Pass a relative file name.
1720 2010-06-22  Glenn Morris  <rgm@gnu.org>
1722         * progmodes/js.el (js-mode-map): Use standard capitalization and
1723         ellipses for menu entries.
1725         * wid-edit.el (widget-complete): Doc fix.
1727 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
1729         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
1731 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1733         Fix annotating other revisions for renamed files in vc-annotate.
1734         * vc-annotate.el (vc-annotate): Add an optional argument for the
1735         VC backend.  Use it when non-nil.
1736         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate
1737         (Bug#6487).
1739         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
1740         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1741         Do not pass the file name to the 'previous-revision call when we
1742         don't want a file diff.  (Bug#6489)
1744 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
1746         Fix finding revisions for renamed files in vc-annotate.
1747         * vc.el (vc-find-revision): Add an optional argument for
1748         the VC backend.  Use it when non-nil.
1749         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
1750         backend to vc-find-revision.  (Bug#6487)
1752 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
1754         Fix reading file names in Git annotate buffers.
1755         * vc-git.el (vc-git-annotate-extract-revision-at-line):
1756         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
1758 2010-06-20  Alan Mackenzie  <acm@muc.de>
1760         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
1761         in file local variables, set it first.
1763 2010-06-19  Glenn Morris  <rgm@gnu.org>
1765         * descr-text.el (describe-char-unicode-data): Insert separating
1766         space when needed.  (Bug#6422)
1768         * progmodes/idlwave.el (idlwave-action-and-binding):
1769         Fix typo in 2009-12-03 change.  (Bug#6450)
1771 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1773         * subr.el (read-quoted-char): Fix up last change (bug#6290).
1775 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1777         * font-lock.el (font-lock-major-mode): Rename from
1778         font-lock-mode-major-mode to distinguish it from
1779         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1780         (font-lock-set-defaults):
1781         * font-core.el (font-lock-default-function): Adjust users.
1782         (font-lock-mode): Don't set it at all.
1784 2010-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1786         * vc-annotate.el (vc-annotate): Use vc-read-revision.
1788 2010-06-15  Glenn Morris  <rgm@gnu.org>
1790         * calendar/appt.el (appt-time-msg-list): Doc fix.
1791         (appt-check): Let-bind appt-warn-time.
1792         (appt-add): Make the 3rd argument optional.
1793         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
1794         Only add WARNTIME to the output list if non-nil.
1796 2010-06-15  Ivan Kanis  <apple@kanis.eu>
1798         * calendar/appt.el (appt-check): Let the 3rd element of
1799         appt-time-msg-list specify the warning time.
1800         (appt-add): Add new argument with the warning time.  (Bug#5176)
1802 2010-06-12  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
1804         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
1805         older than version 1.6.  (Bug#6361)
1807 2010-06-12  Helmut Eller  <eller.helmut@gmail.com>
1809         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
1810         used by cl-do-arglist.  (Bug#6408)
1812 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1814         * emacs-lisp/advice.el (ad-compile-function):
1815         Define warning-suppress-types before we let-bind it (bug#6275).
1817         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1818         declare it, make it buffer-local and permanent-local (bug#6324).
1819         (vc-resynch-window): Adjust name.
1820         * vc-hooks.el (vc-find-file-hook): Adjust name.
1822 2010-06-07  Jonathan Rockway  <jon@jrock.us>
1824         * net/rcirc.el: Add support for password authentication.
1825         (rcirc-server-alist): Add :password keyword.
1826         (rcirc): Ask for a password, or get it from the server's alist.
1827         (rcirc-connect): Add password argument.  Pass it to server.
1829 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
1831         * net/dbus.el (dbus-register-method): Declare function.
1832         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1833         (dbus-introspect): Doc fix.
1834         (dbus-event-bus-name, dbus-introspect-get-interface)
1835         (dbus-introspect-get-argument): Reflow docstrings.
1837 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
1839         * term/common-win.el (x-colors): Add "dark green" and "dark
1840         turquoise" (Bug#6332).
1842 2010-06-03  Glenn Morris  <rgm@gnu.org>
1844         * desktop.el (desktop-clear-preserve-buffers):
1845         Add "*Warnings*" buffer.  (Bug#6336)
1847 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
1849         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1851 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1853         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1854         `file-directory-p' to the filename part rather than to the whole text.
1856 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1858         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1860 2010-05-31  Drew Adams  <drew.adams@oracle.com>
1862         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1864 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
1866         * subr.el (momentary-string-display): Just use read-event to read
1867         the exit event (Bug#6238).
1869 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
1871         * ansi-color.el: Delete unused escape sequences (Bug#6085).
1872         (ansi-color-drop-regexp): New constant.
1873         (ansi-color-apply, ansi-color-filter-region)
1874         (ansi-color-apply-on-region): Delete unrecognized control sequences.
1875         (ansi-color-apply): Build string list before calling concat.
1877 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1879         * progmodes/verilog-mode.el (verilog-type-font-keywords):
1880         Use font-lock-constant-face, not obsolete font-lock-reference-face.
1882 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
1884         * htmlfontify.el (hfy-face-resolve-face): New function.
1885         (hfy-face-to-style): Use it (Bug#6279).
1887 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1889         * epa.el (epa--select-keys): Don't explicitly delete the window since
1890         that can fail (e.g. sole window in frame).  Use dedication instead.
1892 2010-05-19  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
1894         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1896 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1898         * subr.el (read-quoted-char): Resolve modifiers after key
1899         remapping (bug#6212).
1901 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1903         * tmm.el (tmm-prompt): Don't try to precompute bindings.
1904         (tmm-get-keymap): Compute shortcuts (bug#6171).
1906 2010-05-10  Glenn Morris  <rgm@gnu.org>
1908         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
1909         all dired buffers, even tramp ones.  (Bug#5755)  [Backport from trunk]
1911 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1913         * Version 23.2 released.
1915 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
1917         * international/mule.el (auto-coding-alist): Only purecopy
1918         car of each item, not the whole list (Bug#6083).
1920 2010-05-02  Chong Yidong  <cyd@stupidchicken.com>
1922         * progmodes/js.el (js-mode): Make paragraph variables local before
1923         calling c-setup-paragraph-variables (Bug#6071).
1925 2010-05-01  Eli Zaretskii  <eliz@gnu.org>
1927         * composite.el (compose-region, reference-point-alist): Fix typos
1928         in the doc strings.
1930 2010-04-28  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1932         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
1933         gnuplot's "set" command.
1935 2010-04-26  Juanma Barranquero  <lekktu@gmail.com>
1937         * abbrev.el (last-abbrev-text): Doc fix.
1938         (abbrev-prefix-mark): Don't escape parenthesis.
1940 2010-04-24  Andreas Schwab  <schwab@linux-m68k.org>
1942         * composite.el (find-composition): Doc fix.
1944 2010-04-24  Juanma Barranquero  <lekktu@gmail.com>
1946         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
1947         (sql-oracle-program, sql-sqlite-options)
1948         (sql-query-placeholders-and-send): Doc fixes.
1949         (sql-set-product, sql-interactive-mode): Reflow docstrings.
1950         (sql-imenu-generic-expression, sql-buffer)
1951         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
1952         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
1953         (sql-mode-sybase-font-lock-keywords)
1954         (sql-mode-informix-font-lock-keywords)
1955         (sql-mode-interbase-font-lock-keywords)
1956         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
1957         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
1958         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
1959         (sql-product-feature, sql-highlight-product)
1960         (comint-line-beginning-position, sql-rename-buffer)
1961         (sql-toggle-pop-to-buffer-after-send-region)
1962         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
1963         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
1964         Fix typos in docstrings.
1966 2010-04-23  Juri Linkov  <juri@jurta.org>
1968         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
1969         property instead of `invisible' and `after-string' (bug#5998).
1971 2010-04-23  Juri Linkov  <juri@jurta.org>
1973         * image-mode.el (image-mode-as-text): Fix typo in docstring.
1975 2010-04-23  Juanma Barranquero  <lekktu@gmail.com>
1977         * filecache.el (file-cache-add-directory-list)
1978         (file-cache-add-directory-recursively): Fix typos in docstrings.
1980 2010-04-22  Kenichi Handa  <handa@m17n.org>
1982         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
1983         (gujarati-composable-pattern): Fix typo.
1985 2010-04-20  Kenichi Handa  <handa@m17n.org>
1987         * language/indian.el (oriya-composable-pattern)
1988         (tamil-composable-pattern, malayalam-composable-pattern):
1989         Add two-part vowels to "v" (vowel sign).
1991 2010-04-20  Chong Yidong  <cyd@stupidchicken.com>
1993         * files.el (copy-directory): Handle symlinks (Bug#5982).
1995         * progmodes/compile.el (compilation-next-error-function):
1996         Revert 2009-10-12 change (Bug#5983).
1998 2010-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
2000         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2001         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
2002         (Bug#5846).
2004 2010-04-20  Glenn Morris  <rgm@gnu.org>
2006         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2008         * minibuffer.el (completion-at-point): Doc fix.
2010 2010-04-17  Dan Nicolaescu  <dann@ics.uci.edu>
2012         Fix the version number for added files.
2013         * vc-hg.el (vc-hg-working-revision): Check if the file is
2014         registered after hg parent fails (Bug#5961).
2016 2010-04-17  Glenn Morris  <rgm@gnu.org>
2018         * htmlfontify.el (htmlfontify-buffer)
2019         (htmlfontify-copy-and-link-dir): Autoload entry points.
2021 2010-04-17  Magnus Henoch  <magnus.henoch@gmail.com>
2023         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2024         name relative to the project root (Bug#5960).
2026 2010-04-16  Glenn Morris  <rgm@gnu.org>
2028         * vc-git.el (vc-git-print-log): Doc fix.
2030 2010-04-14  Óscar Fuentes  <ofv@wanadoo.es>
2032         * ido.el (ido-file-internal): Fix 2009-12-02 change.
2034 2010-04-14  Christoph  <cschol2112@googlemail.com>  (tiny change)
2036         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2037         default settings (Bug#5928).
2039 2010-04-10  Glenn Morris  <rgm@gnu.org>
2041         * progmodes/fortran.el (fortran-match-and-skip-declaration):
2042         New function.
2043         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
2045 2010-04-07  Kenichi Handa  <handa@m17n.org>
2047         * language/indian.el (malayalam-composable-pattern): Fix previous
2048         change (add U+0D4D "SIGN VIRAMA").
2049         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2050         (tamil-composable-pattern): Fix typo in the regexp.
2051         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2052         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2053         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2055 2010-04-06  Chong Yidong  <cyd@stupidchicken.com>
2057         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2058         paragraph-separate (Bug#5821).
2060 2010-04-05  Juri Linkov  <juri@jurta.org>
2062         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2064         * info.el (Info-find-node-2): Comment out code that skips
2065         breadcrumbs line.
2066         (Info-mouse-follow-link): New command.
2067         (Info-link-keymap): New keymap.
2068         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2069         Return a string with links instead of inserting breadcrumbs
2070         to the Info buffer.
2071         (Info-fontify-node): Comment out code that inserts breadcrumbs.
2072         Instead of putting the `invisible' text property over the Info
2073         header, make an overlay over the Info header with the `invisible'
2074         property and `after-string' set to the string returned by
2075         `Info-breadcrumbs'.
2077 2010-04-03  Chong Yidong  <cyd@stupidchicken.com>
2079         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2080         Reported by monkey@sandpframing.com.
2082 2010-03-30  Tomas Abrahamsson  <tab@lysator.liu.se>
2084         * textmodes/artist.el (artist-mode): Fix typo in docstring.
2085         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
2087 2010-03-30  Kenichi Handa  <handa@m17n.org>
2089         * language/sinhala.el (composition-function-table): Fix regexp for
2090         the new Unicode specification.
2092         * language/indian.el (devanagari-composable-pattern)
2093         (tamil-composable-pattern, kannada-composable-pattern)
2094         (malayalam-composable-pattern): Adjust for the new Unicode
2095         specification.
2096         (bengali-composable-pattern, gurmukhi-composable-pattern)
2097         (gujarati-composable-pattern, oriya-composable-pattern)
2098         (telugu-composable-pattern): New variables to cope with the new
2099         Unicode specification.  Use them in composition-function-table.
2101 2010-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2103         Make tmm-menubar work for the Buffers menu again (bug#5726).
2104         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2105         vectors rather than cons cells, as used in menu-bar-update-buffers.
2107 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
2109         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2110         (js-insert-and-indent): Revert 2009-08-15 change, restoring
2111         electric punctuation for "{}();,:" (Bug#5586).
2113         * mail/sendmail.el (mail-default-directory): Doc fix.
2115 2010-03-27  Chong Yidong  <cyd@stupidchicken.com>
2117         * mail/sendmail.el (mail-default-directory): Doc fix.
2119 2010-03-27  Eli Zaretskii  <eliz@gnu.org>
2121         * subr.el (version-regexp-alist, version-to-list)
2122         (version-list-<, version-list-=, version-list-<=)
2123         (version-list-not-zero, version<, version<=, version=): Doc fix.
2124         (Bug#5744).
2126 2010-03-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2127             Nick Roberts  <nickrob@snap.net.nz>
2129         * progmodes/gdb-ui.el (gdb-apple-test): New function.
2130         (gdb-init-1): Use it.
2132 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
2134         * vc.el (vc-root-diff): Doc fix.
2136 2010-03-25  Chong Yidong  <cyd@stupidchicken.com>
2138         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2140         * simple.el (append-to-buffer): Fix last change.
2142 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
2144         * simple.el (append-to-buffer): Ensure that point is preserved if
2145         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
2146         (Bug#5749)
2148 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2150         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2151         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2152         not be present any more.
2154 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2156         * faces.el (set-face-attribute): Fix typo in docstring.
2157         (face-valid-attribute-values): Reflow docstring.
2159 2010-03-23  Glenn Morris  <rgm@gnu.org>
2161         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
2163 2010-03-21  Chong Yidong  <cyd@stupidchicken.com>
2165         * indent.el (indent-for-tab-command): Doc fix.
2167 2010-03-22  Juanma Barranquero  <lekktu@gmail.com>
2169         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2170         (image-dired-read-comment): Doc fix.
2172         * json.el (json-object-type, json-array-type, json-key-type)
2173         (json-false, json-null, json-read-number):
2174         * minibuffer.el (completion-in-region-functions):
2175         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2176         (cal-tex-cursor-week):
2177         * emacs-lisp/trace.el (trace-function):
2178         * eshell/em-basic.el (eshell/printnl):
2179         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2180         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2181         * obsolete/levents.el (allocate-event, event-key, event-object)
2182         (event-point, event-process, event-timestamp, event-to-character)
2183         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2184         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2185         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2186         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2187         (reftex-highlight-selection): Fix typos in docstrings.
2189 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
2191         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2193 2010-03-18  Glenn Morris  <rgm@gnu.org>
2195         * mail/rmail.el (rmail-highlight-face): Restore option deleted
2196         2008-02-13 without comment; mark it obsolete.
2197         (rmail-highlight-headers): Use rmail-highlight-face once more.
2199 2010-03-16  Chong Yidong  <cyd@stupidchicken.com>
2201         * woman.el (woman2-process-escapes): Only consume the newline if
2202         the filler character is on a line by itself (Bug#5729).
2204 2010-03-16  Kenichi Handa  <handa@m17n.org>
2206         * language/indian.el (devanagari-composable-pattern): Add more
2207         consonants.
2209 2010-03-14  Michael Albinus  <michael.albinus@gmx.de>
2211         * net/trampver.el: Update release number.
2213 2010-03-13  Glenn Morris  <rgm@gnu.org>
2215         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2217 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
2219         * net/tramp.el (tramp-find-executable):
2220         Use `tramp-get-connection-buffer'.  Make the regexp for checking
2221         output of "wc -l" more robust.
2222         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2223         (tramp-open-connection-setup-interactive-shell): Remove workaround
2224         for OpenSolaris bug, it is not needed anymore.
2226 2010-03-12  Glenn Morris  <rgm@gnu.org>
2228         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
2230 2010-03-11  Wilson Snyder  <wsnyder@wsnyder.org>
2232         * files.el (auto-mode-alist): Accept more verilog file patterns.
2234 2010-03-09  Miles Bader  <miles@gnu.org>
2236         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2237         instead of "format:"; this ensures that the output is
2238         newline-terminated.
2240 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
2242         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2243         that all errors are caught, and that the return value is always a
2244         list (Bug#5692).
2246 2010-03-08  Kenichi Handa  <handa@m17n.org>
2248         * language/misc-lang.el (windows-1256): New coding system.
2249         (cp1256): New alias of windows-1256 (bug#5690).
2251 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
2253         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2254         call to rfc822-bad-address.  (Bug#5692)
2256 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2258         * vc-git.el (vc-git-annotate-extract-revision-at-line):
2259         Use vc-git-root as default directory for revision path (Bug#5657).
2261 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
2263         * calculator.el (calculator): Don't bind split-window-keep-point
2264         (Bug#5674).
2266 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2268         * vc-git.el: Re-flow to fit into 80 columns.
2269         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2270         Remove spurious `quote' element in each case alternative.
2271         (vc-git-show-log-entry): Use prog1.
2272         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2274 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2276         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2278 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
2280         * macros.el (insert-kbd-macro): Look up keyboard macro using the
2281         definition, not the name (Bug#5481).
2283 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2285         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2286         argument with a local variable.  (Bug#5670)
2288 2010-03-02  Juri Linkov  <juri@jurta.org>
2290         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
2292 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
2294         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
2295         error when FILENAME and NEWNAME are existing remote directories.
2297         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
2298         parameter DIR-FLAG.
2300 2010-03-02  Glenn Morris  <rgm@gnu.org>
2302         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
2303         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2305 2010-03-01  Kenichi Handa  <handa@m17n.org>
2307         * language/burmese.el (burmese-composable-pattern): Rename from
2308         myanmar-composable-pattern.
2310         * international/characters.el (script-list):
2311         * international/fontset.el (script-representative-chars):
2312         Change myanmar to burmese.
2313         (otf-script-alist): Likewise.
2314         (setup-default-fontset): Likewise.  Re-fix :otf spec.
2316 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2318         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2320 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
2322         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2324 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
2326         * net/tramp.el (tramp-handle-write-region): START can be a string.
2327         Take care in the checks.  Reported by Dan Davison
2328         <davison@stats.ox.ac.uk>.
2330 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
2332         * net/dbus.el (dbus-introspect, dbus-get-property)
2333         (dbus-set-property, dbus-get-all-properties):
2334         Use `dbus-call-method' when noninteractive.  (Bug#5645)
2336 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
2338         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2339         * emacs-lisp/elint.el (elint-add-required-env):
2340         * calendar/icalendar.el (icalendar--add-diary-entry):
2341         * calc/calcalg2.el (math-tracing-integral):
2342         * files.el (recover-session-finish): Use with-current-buffer
2343         instead of save-excursion.
2345 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2347         Fix in-buffer completion when after-change-functions modify the buffer.
2348         * minibuffer.el (completion--replace): New function.
2349         (completion--do-completion): Use it and use relative movement.
2351 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
2353         * international/fontset.el (setup-default-fontset): Fix :otf spec.
2355 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
2357         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2358         Allow the characters _<> in the stack entry (Bug#5653).
2360 2010-02-26  Kenichi Handa  <handa@m17n.org>
2362         * language/burmese.el: Fix entries in composition-function-table.
2363         (myanmar-composable-pattern): New variable.
2365         * international/fontset.el (setup-default-fontset): Add an entry
2366         for myanmar.
2368         * international/characters.el (script-list): Add Myanmar
2369         Extended-A.
2371 2010-02-26  Glenn Morris  <rgm@gnu.org>
2373         * custom.el (custom-initialize-delay): Doc fix.
2375         * mail/sendmail.el (send-mail-function): Autoload the call
2376         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2378 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
2380         * files.el (hack-local-variables-filter): For eval forms, also
2381         check safe-local-variable-p (Bug#5636).
2383 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
2385         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
2386         and use c(ad)r of cddr (Bug#5640).
2388 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
2390         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2391         setting the modes by `ignore-errors'.  It might fail, for example
2392         if the file is not owned by the user but the group.
2393         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2395 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
2397         * files.el (directory-listing-before-filename-regexp):
2398         Use stricter matching for iso-style dates, to avoid false matches with
2399         date-like filenames (Bug#5597).
2401         * htmlfontify.el (htmlfontify): Doc fix.
2403         * eshell/eshell.el (eshell): Doc fix.
2405         * startup.el (fancy-about-screen): In mode-line, apply
2406         mode-line-buffer-id face only to the buffer name (Bug#5613).
2408 2010-02-20  Kevin Ryde  <user42@zip.com.au>
2410         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2411         In `watcom' anchor regexp to start of line, to avoid slowness
2412         (Bug#5599).
2414 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
2416         * subr.el (remove-yank-excluded-properties): Explain in a comment
2417         why `category' property is removed.
2419 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
2421         * isearch.el (isearch-update-post-hook, isearch-update):
2422         Revert 2010-02-17 change.
2424 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
2426         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2427         (icalendar--convert-weekly-to-ical)
2428         (icalendar--convert-yearly-to-ical)
2429         (icalendar--convert-block-to-ical)
2430         (icalendar--convert-cyclic-to-ical)
2431         (icalendar--convert-anniversary-to-ical): Take care of time
2432         specifications where hour has 1-digit only (Bug#5549).
2434 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
2436         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2437         of disassemble output in GDB 7.1.
2439 2010-02-19  Glenn Morris  <rgm@gnu.org>
2441         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2442         property.  (Bug#5593)
2444 2010-02-18  Sam Steingold  <sds@gnu.org>
2446         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2448 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2450         Use abbreviated file names in bookmarks (bug#5591).
2451         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
2452         calls to expand-file-name.
2453         (bookmark-relocate): Use abbreviated file names in bookmarks.
2454         (bookmark-load): Use abbreviated file names in messages.
2456 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
2458         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
2459         expand "." and "..".  Reported by Thierry Volpiatto
2460         <thierry.volpiatto@gmail.com>.
2462 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
2464         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
2465         permissions of the temporary file to "0600".  In case the remote
2466         file has no read permissions for the owner, there might be
2467         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
2469 22010-02-18  Glenn Morris  <rgm@gnu.org>
2471         * emacs-lisp/authors.el (authors-renamed-files-alist):
2472         Add entries for INSTALL.CVS.
2474 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
2476         * vc-bzr.el: Fix typo in Known Bugs section.
2478         * isearch.el (isearch-update-post-hook): New hook.
2479         (isearch-update): Use the new hook.
2481 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
2483         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2484         Fix errors in copying directories.
2485         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
2486         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
2487         (tramp-handle-delete-file)
2488         (tramp-handle-dired-recursive-delete-directory)
2489         (tramp-handle-write-region): Flush also the cache for the upper
2490         directory.
2492 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
2494         * simple.el (save-interprogram-paste-before-kill): Doc fix.
2496         * cus-edit.el (hardware): Doc fix.
2498         * man.el (man): Add to external custom group.
2500         * delim-col.el (columns): Move to wp custom group.
2502         * doc-view.el (doc-view): Add to data custom group.
2504         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
2506         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
2507         by ispell-parse-output (Bug#5575).
2509 2010-02-16  Kenichi Handa  <handa@m17n.org>
2511         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
2512         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
2513         (skkdic-convert): Use `euc-japan' coding system for writing.
2515 2010-02-16  Glenn Morris  <rgm@gnu.org>
2517         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
2518         tex-main-file before using it.  (Bug#5562)
2520 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2522         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
2523         warnings, since it is annoying for the user to see them each time he
2524         runs the code.
2526 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
2528         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2529         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
2530         instead of PROC for caching "first-password-request".  Otherwise,
2531         new processes would not profit from passwords already entered.
2533         * net/tramp-cache.el (tramp-dump-connection-properties):
2534         Don't save "first-password-request" property.
2536 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
2538         * outline.el (outline-head-from-level):
2539         * simple.el (with-wrapper-hook):
2540         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
2541         (elint-defun, elint-buffer-env, elint-top-form-logged)
2542         (elint-unbound-variable):
2543         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
2544         Fix typos in docstrings.
2546 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
2548         * files.el (insert-directory): When WILDCARD-REGEXP and
2549         FULL-DIRECTORY-P are nil, insert the file entry instead of the
2550         whole directory.  (Bug#5551)
2552         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
2553         dired's alignment sanity.  (Bug#5516)
2555 2010-02-14  Juri Linkov  <juri@jurta.org>
2557         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
2558         Remove remaining ^H with their preceding chars.  (Bug#5566)
2560 2010-02-13  Glenn Morris  <rgm@gnu.org>
2562         * simple.el (transpose-subr): Give it a doc-string.
2564         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
2565         Doc fixes.
2567 2010-02-12  Juri Linkov  <juri@jurta.org>
2569         * arc-mode.el (archive-unique-fname): Make directories for nested
2570         archives.  (Bug#5540)
2572 2010-02-12  Juri Linkov  <juri@jurta.org>
2574         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
2576 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2578         * subr.el (copy-overlay): Handle deleted overlays.
2580         * man.el (Man-completion-table): Don't signal an error if we can't run
2581         manual-program (bug#4056).
2583 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
2585         * textmodes/artist.el (artist-mt): Fix typos in docstring.
2587 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2589         * info.el (Info-bookmark-jump): Simplify.
2591         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
2592         (bookmark-default-handler): Accept new bookmark field `buffer'.
2594 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
2596         * iswitchb.el (iswitchb-completions): Revert last change.
2598 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
2600         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
2601         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
2602         This prevents file names like "~/" being listed literally.
2604 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
2606         * term/xterm.el (xterm-maybe-set-dark-background-mode):
2607         Remove dead code.  (Bug#5546)
2609 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
2611         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
2612         correctly (Bug#5548).
2614 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
2616         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
2617         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
2619 2010-02-08  Kenichi Handa  <handa@m17n.org>
2621         * international/mule-util.el (with-coding-priority): Add autoload
2622         cookie for putting `lisp-indent-function'.
2624 2010-02-07  Glenn Morris  <rgm@gnu.org>
2626         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
2627         Move F2003 named interfaces from keywords-2 to keywords-1, and
2628         use function-name-face rather than constant-face.
2629         Simplify "abstract interface" regexp.
2631 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
2633         * eshell/esh-util.el (eshell-file-attributes): New optional arg
2634         ID-FORMAT.  Pass it to `file-attributes'.
2636         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2638 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
2640         * faces.el (set-face-attribute): Allow calling
2641         internal-set-lisp-face-attribute with 'unspecified family and
2642         foundry argument (Bug#5536).
2644 2010-02-07  Glenn Morris  <rgm@gnu.org>
2646         * progmodes/f90.el (f90-font-lock-keywords-2)
2647         (f90-looking-at-type-like, f90-looking-at-program-block-end):
2648         Handle F2003 named interfaces.
2650 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
2652         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
2653         beg and end before calling c-get-state-before-change-functions.
2655 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
2657         * vc-bzr.el (vc-bzr-dir-extra-headers):
2658         Disable the pending merges header.
2660 2010-02-05  Juri Linkov  <juri@jurta.org>
2662         * doc-view.el (doc-view-mode):
2663         * image-mode.el (image-mode): Put property mode-class=special.
2664         (Bug#4896)
2666 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
2668         * vc-svn.el (vc-svn-revision-table): New function.
2670 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
2672         * net/ange-ftp.el (ange-ftp-insert-directory):
2673         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2674         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2675         Handle also directories.  (Bug#5478)
2677 2010-02-05  Glenn Morris  <rgm@gnu.org>
2679         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
2681 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
2683         * startup.el (command-line-1): Convert options beginning with a
2684         single dash as well (Bug#5519).
2686 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2688         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
2689         * minibuffer.el (completion-initials-expand): Only check the presence
2690         of delims *within* the boundaries, since otherwise the / delim is
2691         always found for files.
2693         Fix up various corner case problems.
2694         * doc-view.el (doc-view-last-page-number): New function.
2695         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
2696         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
2697         (doc-view-kill-proc): Avoid inf-loop in freak cases.
2698         (doc-view-reconvert-doc): Use the new recursive delete-directory.
2699         (doc-view-convert-current-doc): Don't create the resolution.el file
2700         here any more.
2701         (doc-view-pdf/ps->png): Do it here instead.
2702         (doc-view-already-converted-p): Check that resolution.el is present.
2703         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
2704         windows that are not yet showing images.
2706 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
2708         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
2709         `dired-uncache' for every elemnt which is an absolute file name.
2711         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
2712         directory, handle its directory component.
2713         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
2714         function is called permanently and creates noise, otherwise.
2716         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2717         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2718         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
2720 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
2722         * macros.el (apply-macro-to-region-lines):
2723         Minor simplification.  (Bug#5485)
2725 2010-02-04  Glenn Morris  <rgm@gnu.org>
2727         * mail/rmail.el (rmail-show-message-1): Handle malformed
2728         quoted-printable text.  (Bug#5441)
2730         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
2732         * simple.el (visual-line-mode): Capitalize lighter.
2734 2010-02-03  John Wiegley  <jwiegley@gmail.com>
2736         * iswitchb.el (iswitchb-completions): Add bookmark files to the
2737         list of files considered for "virtual buffer" completions.
2739 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
2741         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
2742         also in case of (and (not full) (not wildcard)). This is needed,
2743         when dired is called with a list of files, which are not in
2744         `default-directory'.  (Bug#5478)
2746 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2748         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
2750 2010-02-02  Juri Linkov  <juri@jurta.org>
2752         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
2753         from unidiff to allow function-line after @@.
2755 2010-02-02  Juri Linkov  <juri@jurta.org>
2757         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
2758         '(RCS SCCS) with inverted condition.
2760 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
2762         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
2763         messages.
2765 2010-02-01  Juri Linkov  <juri@jurta.org>
2767         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
2768         compare with "pkunzip" and "pkzip" instead of only "pkzip".
2769         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
2770         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
2772 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2774         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
2775         (doc-view-revert-buffer): New command.
2776         (doc-view-mode-map): Use it.
2778 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
2780         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
2781         pending merge is detected.
2783 2010-01-31  Juri Linkov  <juri@jurta.org>
2785         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
2786         beginning of interactive spec like all other grep commands do.
2787         Put "all" in front of "gz".  (Bug#5260)
2789 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
2791         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
2793 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
2795         * dirtrack.el (dirtrack): Warn instead of signalling error if the
2796         regexp is incorrect (Bug#5476).
2798 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
2800         * net/tramp.el (tramp-handle-insert-directory): Handle also
2801         symlinks, when FILENAME is not in `default-directory'.
2803 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
2805         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
2806         FILE is not in `default-directory'.  (Bug#5478)
2808         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
2809         of SWITCHES.  Handle the case, FILENAME is not in
2810         `default-directory'.  (Bug#5478)
2811         (tramp-register-file-name-handlers): Add safe-magic property.
2813 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
2815         * arc-mode.el (archive-zip-extract): Quote the argument passed to
2816         unzip (Bug#5475).
2818 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
2820         * progmodes/flymake.el (flymake-allowed-file-name-masks)
2821         (flymake-master-make-header-init): Add other C++ filename masks.
2822         (flymake-find-possible-master-files)
2823         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
2825 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
2827         Fix some busybox annoyances.
2829         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
2830         not responding." string.
2831         (tramp-open-connection-setup-interactive-shell): Dump stty
2832         settings.  Enable "neveropen" arg for all `tramp-send-command'
2833         calls.  Handle "=" in variable values properly.
2834         (tramp-find-inline-encoding): Raise an error, when no encoding is
2835         found.
2836         (tramp-wait-for-output): Check, whether PROC buffer is available.
2837         Remove spurious " ^H" sequences, sent by busybox.
2838         (tramp-get-ls-command): Suppress coloring, if possible.
2840 2010-01-28  Glenn Morris  <rgm@gnu.org>
2842         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
2844         * log-edit.el (log-edit-strip-single-file-name): Add missing
2845         :safe, :group, and :version tags.
2847 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
2849         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
2850         buffers.  (Bug#5477)
2852 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
2854         * files.el (delete-directory): Handle moving to trash without
2855         first doing recursion (Bug#5436).
2857 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
2859         * vc-hooks.el (vc-path): Mark as obsolete.
2861 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
2863         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
2864         names too.
2866         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
2867         for the short log.
2868         (vc-bzr-log-view-mode): Adjust regexp for the above change.
2870 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
2872         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
2874         * vc-bzr.el (vc-bzr-revision-table): New function.
2876 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
2878         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
2879         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
2881 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
2883         Remove support for adding --signoff on commit.
2884         Future support will use an incompatible generic mechanism.
2885         * vc-git.el (vc-git-add-signoff): Remove variable.
2886         (vc-git-toggle-signoff): Remove function.
2887         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
2889         * term/xterm.el (xterm-maybe-set-dark-background-mode):
2890         Rename from xterm-set-background-mode.  Return t if the background mode
2891         was set.
2892         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
2893         earlier, call it again in case the background mode has changed.
2895 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
2897         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
2898         (Bug#3541).
2900 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
2902         * emacs-lisp/assoc.el (aelement): Doc fix.
2903         (aput, adelete, amake): Use lexical-let (Bug#5450).
2905 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
2907         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
2908         is the same as subprogram call, not declaration.  (Bug#5435).
2910 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
2912         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
2913         (tramp-smb-maybe-open-connection): Use it.
2915 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
2917         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
2919 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2921         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
2922         just because we see "encoding: 8bit".
2923         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
2925 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
2927         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
2929 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
2931         * jka-compr.el (jka-compr-load): If load-file is not in
2932         load-history, try its file-truename version.  (bug#5447)
2934 2010-01-21  Alan Mackenzie  <acm@muc.de>
2936         Fix a situation where deletion of a cpp construct throws an error.
2937         * progmodes/cc-engine.el (c-invalidate-state-cache):
2938         Before invoking c-with-all-but-one-cpps-commented-out, check that the
2939         special cpp construct is still in the buffer.
2940         (c-parse-state): Record the special cpp with markers, not numbers.
2942 2010-01-21  Kenichi Handa  <handa@m17n.org>
2944         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
2945         process last-command-event, as it is now decoded first (Bug#5380).
2947 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
2949         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
2951 2010-01-20  Glenn Morris  <rgm@gnu.org>
2953         * indent.el (tab-always-indent): Fix custom-type.
2955 2010-01-19  Alan Mackenzie  <acm@muc.de>
2957         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
2958         buffer throws "args out of range".
2959         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
2960         playing the role of delimiter.
2962 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
2964         * progmodes/ada-mode.el: Fix bug#5400.
2965         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
2966         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
2967         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
2968         Improve comments in "is" portion.  Handle null procedure declaration.
2969         (ada-move-to-end): Improve doc string.
2971 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
2973         * ido.el (ido-cur-list): Initialize to nil.
2974         Remove obsolete information from commentary.
2975         (ido-choice-list): Initialize to nil.
2976         (ido-get-bufname): Reject minibuffers.
2977         (ido-make-buffer-list): If "default" is a nonexistent
2978         buffer, ignore it, as per the function's comment.
2979         (ido-kill-buffer-internal): New function.
2980         (ido-kill-buffer-at-head): Use it.
2981         (ido-visit-buffer): Likewise.
2983 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2985         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
2987 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
2989         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
2990         Fix typos in chart titles.
2992         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
2993         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
2994         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
2995         (describe-class, eieio-describe-generic, describe-generic):
2996         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
2997         (eieio-speedbar-expand):
2998         * emulation/viper-cmd.el (viper-exec-form-in-vi)
2999         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3000         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3001         (viper-del-backward-char-in-replace, viper-backward-indent)
3002         (viper-brac-function, viper-register-to-point, viper-submit-report):
3003         * net/tramp.el (tramp-remote-coding-commands):
3004         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3005         Fix typos in docstrings.
3007 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3009         * mail/sendmail.el (mail-yank-original): Set the mark if the
3010         specified function for yanking does not do it.
3012 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
3014         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
3016         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3017         resyncing a directory.
3019 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
3021         * progmodes/ada-mode.el: Fix bug#1920.
3022         (ada-ident-re): Delete ., allow multibyte characters.
3023         (ada-goto-label-re): New; matches goto labels.
3024         (ada-block-label-re): New; matches block labels.
3025         (ada-label-re): New; matches both.
3026         (ada-named-block-re): Deleted; callers changed to use
3027         `ada-block-label-re' instead.
3028         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3029         Use `ada-block-label-re'.
3030         (ada-indent-on-previous-lines): Improve handling of goto labels.
3031         (ada-get-indent-block-start): Special-case block label.
3032         (ada-get-indent-label): Split into `ada-indent-block-label' and
3033         `ada-indent-goto-label'.
3034         (ada-goto-stmt-start, ada-goto-next-non-ws):
3035         Optionally ignore goto labels.
3036         (ada-goto-next-word): Simplify.
3037         (ada-indent-newline-indent-conditional): Insert newline before
3038         trying to fix indentation; doc fix.
3040 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
3042         * calc/calc.el (calc-command-flags): Give it an initial value.
3044 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3046         * files.el (minibuffer-with-setup-hook):
3047         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3048         (artist-key-draw-continously, artist-key-do-continously-continously)
3049         (artist-key-set-point-continously, artist-mouse-draw-continously):
3050         Fix typos in docstrings.
3052 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
3054         * nxml/nxml-mode.el (nxml-extend-after-change-region):
3055         Never return t (Bug#3898).
3057 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
3059         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3060         can parse the output of the external commands (Bug#5279).
3062 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
3064         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3066 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
3068         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3070         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3072         * startup.el (command-line): Remove unused --icon-type arg.
3073         Handle --display arg, passing it to command-line-1 (Bug#5392).
3075 2010-01-16  Mario Lang  <mlang@delysid.org>
3077         * emacs-lisp/chart.el (chart-translate-namezone):
3078         * textmodes/artist.el (artist-compute-popup-menu-table):
3079         Remove duplicated words in doc-strings.
3081 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
3083         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3084         to mairix-search to suppress threading (Bug#5342).
3086 2010-01-15  Kenichi Handa  <handa@m17n.org>
3088         * international/mule-cmds.el (canonicalize-coding-system-name):
3089         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
3091 2010-01-15  Glenn Morris  <rgm@gnu.org>
3093         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
3095         * wid-edit.el (widget-keymap): Doc fix.
3097         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3098         former seems to be more widely accepted by various svn versions.
3100 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3102         * find-cmd.el (find-constituents):
3103         * vc-arch.el (vc-arch-root):
3104         * window.el (window-body-height, pop-up-frames):
3105         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3106         * progmodes/ada-stmt.el (ada-if):
3107         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3108         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3109         (ispell-encoding8-command, ispell-aspell-supports-utf8)
3110         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3112         * progmodes/flymake.el (flymake-post-syntax-check):
3113         Fix typo in error message.
3115 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3117         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3118         which is always a string.  (Bug#5313)
3120 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3122         * progmodes/ada-xref.el (ada-default-prj-properties):
3123         Simplify previous change.
3125 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3127         * progmodes/ada-xref.el (ada-default-prj-properties):
3128         Default ada_project_path to $ADA_PROJECT_PATH.
3130 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3132         * progmodes/ada-mode.el (ada-create-keymap):
3133         Override `narrow-to-defun' with `ada-narrow-to-defun'.
3135 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3137         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3138         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3139         (ada-get-current-indent, ada-imenu-generic-expression)
3140         (ada-which-function): Check for it.
3142 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3144         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3145         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3147 2010-01-14  Glenn Morris  <rgm@gnu.org>
3149         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
3151 2010-01-14  Kenichi Handa  <handa@m17n.org>
3153         * composite.el (auto-composition-mode): Make it a buffer local
3154         variable (permanent-local).
3155         (auto-composition-function): Set the default value to
3156         auto-compose-chars.
3157         (auto-composition-mode): Make it a simple function, not a minor mode.
3158         (global-auto-composition-mode): Likewise.
3159         (turn-on-auto-composition-if-enabled): Delete it.
3161 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
3163         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
3165 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
3167         * files.el (copy-directory): Compute target for recursive
3168         directories with identical names.  (Bug#5343)
3170 2010-01-12  Glenn Morris  <rgm@gnu.org>
3172         * mail/emacsbug.el (report-emacs-bug-pretest-address):
3173         Set it to bug-gnu-emacs rather than emacs-pretest-bug.
3175 2010-01-11  Sam Steingold  <sds@gnu.org>
3177         * imenu.el (imenu-default-create-index-function): Detect infinite
3178         loops caused by imenu-prev-index-position-function.
3180 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
3182         * htmlfontify.el (htmlfontify-load-rgb-file)
3183         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
3184         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
3185         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
3186         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
3187         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
3188         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
3189         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
3190         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
3191         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
3192         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
3193         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
3194         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
3195         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
3196         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
3197         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
3198         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
3199         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
3200         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
3201         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
3202         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
3203         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
3204         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
3205         backslash-quoting from parentheses, etc.
3207 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
3209         * progmodes/js.el: Autoload javascript-mode alias.
3211 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
3213         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
3214         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
3215         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
3216         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
3217         Fix typos in docstrings.
3218         (ffap-url-regexp): Doc fix.
3219         (ffap-at-mouse): Fix typo in message.
3221 2010-01-11  Glenn Morris  <rgm@gnu.org>
3223         * version.el (emacs-copyright): Set copyright year to 2010.
3225 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3227         * format.el (format-annotate-function): Only set
3228         write-region-post-annotation-function after running to-fn so as not to
3229         affect nested write-region calls (bug#5273).
3231 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
3233         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
3234         wisent/python.el.
3236 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
3238         * man.el (Man-goto-section): Signal error if the section is not
3239         found (Bug#5317).
3241 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
3243         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
3244         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
3246 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
3248         * progmodes/compile.el: Don't treat compile-command as safe if
3249         compilation-read-command might be nil (Bug#4218).
3251 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
3253         * startup.el (command-line-1): Use orig-argi to check for ignored X and
3254         NS options.
3256 2010-01-08  Kenichi Handa  <handa@m17n.org>
3258         * international/fontset.el (build-default-fontset-data):
3259         Exclude characters in scripts kana, hangul, han, or cjk-misc.
3261 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
3263         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
3264         to `create-file-buffer' as it expects, not just a buffer name.
3265         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
3266         to help uniquify.  (Bug#3224)
3268 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
3270         * font-setting.el (font-setting-change-default-font): Use user-spec
3271         instead of name.
3273 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3275         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
3277 2010-01-05  Tom Tromey  <tromey@redhat.com>
3279         * progmodes/python.el (python-font-lock-keywords):
3280         Handle qualified decorators (Bug#881).
3282 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
3284         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3285         in a lightweight checkout.
3287 2010-01-05  Kenichi Handa  <handa@m17n.org>
3289         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
3291 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
3293         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
3295 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
3297         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
3298         checkouts.  (Bug#618)
3299         (vc-bzr-log-view-mode): Also highlight the author.
3300         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
3301         (vc-bzr-shelve-menu-map):
3302         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
3303         (vc-bzr-shelve-apply): Make prompt more explicit.
3305 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3307         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
3308         They are valid characters in URL paths (rfc3986), and at least
3309         Firefox does not understand the encoded version (Bug#3166).
3311 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
3313         * progmodes/octave-mod.el (octave-end-keywords)
3314         (octave-block-begin-or-end-regexp, octave-block-match-alist):
3315         Add "end" keyword (Bug#3061).
3316         (octave-end-as-array-index-p): New function.
3317         (calculate-octave-indent): Use it.
3319 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3321         * bookmark.el: Consistently put the text property on the bookmark name.
3322         (bookmark-bmenu-marks-width): Bump back to 2, to include
3323         annotation marks.
3324         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
3325         property on the bookmark name, instead of not putting it at all.
3326         (bookmark-bmenu-list): Fix where we put the text property.
3328 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3330         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
3331         for showing buffer modified state (as added in the previous change).
3333 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3335         * bookmark.el: Show modified state of bookmark buffer more accurately.
3336         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3337         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3338         (with-buffer-modified-unmodified): New macro.
3339         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3340         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
3341         Use new macro to preserve the buffer modified state.
3343 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3345         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3346         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3347         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3348         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3349         (bookmark-bmenu-rename, bookmark-bmenu-locate)
3350         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3351         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3353 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
3355         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3356         Make the lines in the generated doc string shorter.  (Bug#4668)
3358 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
3360         * net/rcirc.el: Add follow-link binding (Bug#4738).
3362 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
3364         * Makefile.in (bzr-update): Rename from cvs-update.
3365         (cvs-update): New target for backward compatibility.
3367         * makefile.w32-in (bzr-update): Rename from cvs-update.
3368         (cvs-update): New target for backward compatibility.
3370 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3372         * bookmark.el: Remove gratuitous gratitude.
3374 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3376         * bookmark.el (bookmark-bmenu-any-marks): New function
3377         (bookmark-bmenu-save): Clear buffer modification if no marks.
3379 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3381         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
3382         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3383         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3384         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
3386         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
3387         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
3388         To: emacs-devel {_AT_} gnu.org
3389         Subject: bookmark.el bug report
3390         Date: Mon, 28 Dec 2009 14:19:16 +0800
3391         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3393 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3395         * bookmark.el: Improvements suggested by Drew Adams:
3396         (bookmark-bmenu-ensure-position): New name for
3397         `bookmark-bmenu-check-position'.  Just ensure the position,
3398         don't return any meaningful value.
3399         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
3400         New constants.
3402 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
3404         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3405         (bookmark-yank-point, bookmark-bmenu-check-position):
3406         Fix typos in docstrings.
3407         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3408         (bookmark-name-from-full-record, bookmark-get-position)
3409         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3410         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3411         Remove useless quoting of parenthesis, etc. in docstrings.
3413         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3414         (ediff-append-custom-diff): Fix typo in error message.
3415         (ediff-meta-mark-equal-files): Fix typos in messages.
3417         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3419         * net/imap-hash.el (imap-hash-make): Doc fix.
3420         (imap-hash-test): Fix typo in error message; reflow docstring.
3421         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3422         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3423         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3424         Fix typos in docstrings.
3425         (imap-hash-open-connection): Fix typo in error message.
3427         * play/gomoku.el (gomoku): Fix typos in docstring.
3429         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3430         (gdb-jsonify-buffer): Fix typos in docstring.
3431         (gdb-goto-breakpoint): Fix typo in error message.
3432         ("Display Other Windows"): Fix typo in help message.
3433         (gdb-speedbar-expand-node): Fix typo in question.
3435         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3436         (idlwave-html-system-help-location, idlwave-html-help-location)
3437         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3438         (idlwave-help-browser-generic-args, idlwave-help-directory)
3439         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3440         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3441         (idlwave-online-help, idlwave-help-html-link)
3442         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3443         Fix typos in docstrings.
3444         (idlwave-help-with-source, idlwave-help-find-routine-definition):
3445         Reflow docstrings.
3446         (idlwave-help-assistant-start): Fix typo in error message.
3448         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3449         (octave-electric-space): Fix typos in docstrings.
3451 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3453         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3455 2010-01-01  Juri Linkov  <juri@jurta.org>
3457         * comint.el (comint-input-ring-size): Make it a defcustom and
3458         increase the default to 500 (Bug#5148).
3460 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
3462         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
3463         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
3464         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
3466 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
3468         Show working revision correctly for mercurial.
3469         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
3470         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
3472 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
3474         Declare some functions for the byte-compiler.
3475         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
3476         (speedbar-timer-fn, speedbar-change-expand-button-char)
3477         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
3479 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
3481         This changeset reverts GDB Graphical Interface to use annotations.
3482         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
3484 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
3486         Make vc-dir work on subdirectories of the bzr root.
3487         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
3488         Return file names relative to it.
3489         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
3490         relative directory to vc-bzr-after-dir-status.
3492 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
3494         * font-lock.el (font-lock-refresh-defaults): New function, which
3495         can be used to let font-lock react to external changes in
3496         variables like font-lock-defaults and keywords.
3497         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3499 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
3501         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3503         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3505 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
3507         Supersede color.diff settings in git log (bug#5211).
3509         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3510         escape chars in its output when the user has color.diff set to `always'.
3511         This fix works on git 1.4.2 and newer (released on 2006-08-13).
3513 2009-12-26  Kevin Ryde  <user42@zip.com.au>
3515         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3516         node.  Keep previous "Index" name to work with past coreutils too.
3518         * man.el (man): Revise docstring a bit to show -a and -l as
3519         examples.  Add -k description since support for it has otherwise
3520         been a secret.  (Further to bug#3717.)
3521         (Man-bgproc-sentinel): When "-k foo" produces no output show error
3522         "no matches" rather than "Can't find manpage", as the latter reads
3523         like -k was interpreted as a page name, which is not so.  (Bug#5431)
3525 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
3527         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3528         switches.  Check also for //SUBDIRED// line.
3530 2009-12-25  Kenichi Handa  <handa@m17n.org>
3532         * language/indian.el (devanagari-composable-pattern): Fixed to
3533         handle ZWNJ and ZWJ.  Use it in composition-function-table for
3534         Devanagari.
3535         (malayalam-composable-pattern): Fix previous change.
3537 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3539         * ps-print.el (ps-face-attributes): It was not returning the
3540         attribute face for faces specified as string.  Reported by harven
3541         <harven@free.fr>.  (Bug#5254)
3542         (ps-print-version): New version 7.3.5.
3544 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
3546         * calendar/icalendar.el (icalendar--convert-tz-offset):
3547         Fixed timezone names.
3548         (icalendar--convert-tz-offset): Fixed the "last-day-problem".
3549         (icalendar--add-diary-entry): Remove the trailing blank that
3550         diary-make-entry inserts.
3552 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
3554         Make `file-expand-wildcards' work for remote files.
3556         * files.el (file-expand-wildcards): In case of remote files, check
3557         only local file name part for wildcards.  Provide feature 'files
3558         and subfeature 'remote-wildcards.  (Bug#5198)
3560         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3561         if there is already an established connection.
3562         (tramp-advice-file-expand-wildcards): Remove it.
3564         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3565         (tramp-advice-file-expand-wildcards): Moved from tramp.el.
3566         Activate advice for older GNU Emacs versions.  (Bug#5237)
3568 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
3570         Some doc fixes (more needed).
3572         * find-cmd.el (find-constituents): Reflow docstring.
3573         (find-cmd, find-prune, find-command): Fix typos in docstrings.
3574         (find-generic): Doc fix.
3576 2009-12-17  Juri Linkov  <juri@jurta.org>
3578         Fix regression from 23.1 to allow multiple modes in Local Variables.
3580         * files.el (hack-local-variables-filter): While ignoring duplicates,
3581         don't take `mode' into account.
3582         (hack-local-variables-filter, hack-dir-local-variables):
3583         Don't remove duplicate `mode' from local-variables-alist (like `eval').
3585 2009-12-17  Juri Linkov  <juri@jurta.org>
3587         Make `dired-diff' more safe.  (Bug#5225)
3589         * dired-aux.el (dired-diff): Signal an error when `file' equals to
3590         `current' or when `file' is a directory of the `current' file.
3592 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
3594         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3595         unconditionally preloaded files.
3597 2009-12-16  Juri Linkov  <juri@jurta.org>
3599         Revert to old 23.1 logic of using the file at the mark as default.
3600         * dired-aux.el (dired-diff): Use the file at the mark as default
3601         if it's not the same as the current file, and the target dir is
3602         the current dir or the mark is active.  Add the current file
3603         as the arg of `dired-dwim-target-defaults'.  Use the default file
3604         in the prompt.  (Bug#5225)
3606 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
3608         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3609         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3610         (tramp-check-for-regexp): Check also, when an echoing shell stops
3611         to echo sent commands.
3613 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3615         * Makefile.in: Revert last change (Bug#5191).
3617 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
3619         * vc-hg.el (vc-hg-print-log): Fix argument order.
3620         (vc-hg-working-revision): Make sure the command is executed in a
3621         known environment so that we can parse the output.  (Bug#4417)
3623 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3625         * progmodes/python.el (python-symbol-completions): Remove text
3626         properties from symbol string before calling python-send-receive.
3628 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
3630         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
3631         when there are values for both file and line.  (Bug#5060)
3633 2009-12-14  Juri Linkov  <juri@jurta.org>
3635         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
3636         whitespace after the file name of the first line of unified format,
3637         because git-diff doesn't output whitespace and file modification time
3638         after the file name.
3640 2009-12-14  David Kastrup  <dak@gnu.org>
3642         * info.el (Info-hide-cookies-node): Before hiding a cookie,
3643         check if it already has the `display' property added by
3644         `Info-display-images-node', and not put the `invisible' property
3645         in this case.
3647 2009-12-13  Glenn Morris  <rgm@gnu.org>
3649         * mail/emacsbug.el (message-sort-headers): Define for compiler.
3650         (report-emacs-bug): In message-mode, sort manually before storing
3651         original report text.  (Bug#5178)
3652         Remove superfluous save-excursion.
3654 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
3656         * net/dbus.el (dbus-property-handler): Filter lambda forms out
3657         when responding to "GetAll" properties.
3659 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
3661         * simple.el (compose-mail): Remove mail-setup-with-from from
3662         customization checks.
3664 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
3666         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
3667         RAR archives created on Unix systems.
3669 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3671         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
3672         the varalias that was accidentally removed by the 2009-11-19 change
3673         (bug#5186).
3675 2009-12-12  Kenichi Handa  <handa@m17n.org>
3677         * language/indian.el (indian-compose-regexp): New function.
3678         (malayalam-composable-pattern): Fix the pattern.
3679         (composition-function-table): Set malayalam-composable-pattern for
3680         Malayalam characters.
3682 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
3684         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
3685         rather than down-mouse-1, based on follow-link conventions.
3687         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
3688         are compiled.
3690 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
3692         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
3693         (verilog-vmm-statement-re, verilog-ovm-statement-re)
3694         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
3695         (verilog-leap-to-head, verilog-backward-token):
3696         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
3698 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
3700         * progmodes/verilog-mode.el (verilog-auto-lineup)
3701         (verilog-nameable-item-re): Cleanup user-visible spelling and
3702         documentation errors.  One reported by Gary Delp.
3703         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
3704         (verilog-read-decls): Fix AUTOWIRE with types declared in a
3705         package, bug195.  Reported by Pierre-David Pfister.
3707 2009-12-11  Glenn Morris  <rgm@gnu.org>
3709         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
3711         * mail/emacsbug.el: No longer require sendmail.
3712         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
3713         (report-emacs-bug-orig-text): Doc fix.
3714         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
3715         New local variables, to adapt to different mail-user-agents.
3716         (report-emacs-bug): Fix test for a gnu.org address.
3717         Use overlays for emphasis, since font-lock defeats 'face property.
3718         Pretest bugs also end up at the newsgroup these days.
3719         Stop message-mode stripping text properties.
3720         Set and use the new buffer-local variables.
3721         (report-emacs-bug-hook): Add doc-string.
3722         Remove some unnecessary save-excursions and simplify.
3723         Use the appropriate hook and send-command.
3725         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
3726         capitalization of some menu entries.
3728 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3730         * whitespace.el (whitespace-display-char-on):
3731         Ensure `buffer-display-table' is unique when two or more windows are
3732         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
3733         New version 12.1.
3735 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
3737         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
3738         characters in the Attribute field.
3740 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
3742         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
3744 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3746         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
3747         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3748         Disregard autoload-excludes.
3749         (update-directory-autoloads): Obey autoload-excludes here instead.
3750         But don't store its contents in no-autoloads and remove entries that
3751         refer to excludes files.
3753 2009-12-10  Glenn Morris  <rgm@gnu.org>
3755         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
3756         (expand-mail-aliases): Define for compiler.
3758         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
3759         Define for compiler.
3761         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
3762         appropriate for the mail-user-agent in use.
3764 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
3766         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
3768 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
3770         Fix short log parsing and fontification.
3771         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
3772         Fix fontification for the [merge] label.
3774 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
3776         Drop some properties to avoid surprises.
3777         * htmlfontify.el (hfy-ignored-properties): New defcustom.
3778         (hfy-fontify-buffer): Use it.
3780 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3782         Minor cleanup.
3783         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
3784         Adjust all callers.
3785         (ffap-locate-file): Remove unused arg `dir-ok' and make other
3786         args compulsory.  Adjust callers.
3787         (ffap-gopher-at-point): Remove unused var `name'.
3789         Get rid of the ELCFILES abomination.
3790         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3791         (compile-elcfiles): New phony target.
3792         (compile-main): Compute ELCFILES dynamically.
3793         (compile-clean): New target to remove left-over elc files.
3794         (compile, all): Use it.
3796 2009-12-09  Kenichi Handa  <handa@etlken>
3798         * international/mule-diag.el: Require help-mode instead of help-fns.
3800 2009-12-09  Kenichi Handa  <handa@m17n.org>
3802         * international/mule-cmds.el (ucs-names): Supply sufficiently
3803         fine ranges instead of pre-calculating accurate ranges.
3804         Iterate with bigger gc-cons-threshold.
3806 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
3808         Add support for stashing a snapshot of the current tree.
3809         * vc-git.el (vc-git-stash-snapshot): New function.
3810         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
3812 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
3814         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
3815         instead of `(beginning|end)-of-line'.
3817 2009-12-08  Glenn Morris  <rgm@gnu.org>
3819         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
3821         * Makefile.in (ELCFILES): Regenerate.
3823 2009-12-07  Juri Linkov  <juri@jurta.org>
3825         Don't lazy-highlight the comint output in history Isearch mode.
3827         * comint.el (comint-history-isearch-search): Instead of
3828         `comint-line-beginning-position', use `comint-after-pmark-p'
3829         to check if point if before the process mark, and go to
3830         `process-mark' in this case.
3832 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3834         * textmodes/tex-mode.el (latex-complete)
3835         (latex-indent-or-complete): Remove.
3836         (latex-mode): Set completion-at-point-functions instead.
3838         Provide a standard completion command and hook it into TAB.
3839         * minibuffer.el (completion-at-point-functions): New var.
3840         (completion-at-point): New command.
3841         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
3842         * progmodes/python.el (python-mode-map): Use completion-at-point.
3843         (python-completion-at-point): Rename from python-partial-symbol and
3844         adjust for use in completion-at-point-functions.
3845         (python-mode): Setup completion-at-point for Python completion.
3846         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
3847         extracted from lisp-complete-symbol.
3848         (lisp-complete-symbol): Use it.
3849         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
3850         setup completion-at-point for Elisp completion.
3851         (emacs-lisp-mode-map, lisp-interaction-mode-map):
3852         Use completion-at-point.
3853         * ielm.el (ielm-map): Use completion-at-point.
3854         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
3855         * progmodes/sym-comp.el: Move to...
3856         * obsolete/sym-comp.el: Move from progmodes.
3858 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
3860         Prevent save-buffer in Rmail buffers from using the coding-system
3861         of the current message, and from clobbering the encoding mnemonics
3862         in the mode line (Bug#4623).
3864         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
3865         flag, too.
3866         (rmail-message-encoding): New variable.
3867         (rmail-write-region-annotate): Record the encoding of the current
3868         message in rmail-message-encoding.
3869         (rmail-after-save-hook): New function, restores the encoding of
3870         the current message after the message collection is saved.
3872 2009-12-07  Juri Linkov  <juri@jurta.org>
3874         * progmodes/grep.el (grep-read-files): Use `completing-read'
3875         instead of `read-string'.  Set its `collection' arg to
3876         `read-file-name-internal'.  (Bug#4301)
3878 2009-12-07  Juri Linkov  <juri@jurta.org>
3880         Correctly restore original Isearch point.  (Bug#4994)
3882         * isearch.el (isearch-mode): Move `isearch-push-state' after
3883         `(run-hooks 'isearch-mode-hook)'.
3884         (isearch-cancel): When `isearch-push-state-function' is defined,
3885         let-bind `isearch-cmds' to the first state (the last element of
3886         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
3887         function and restores the original point).  Otherwise, move point
3888         to `isearch-opoint'.
3890 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3892         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
3893         chars that don't have names, so the table can be built much faster at
3894         run-time.
3896 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
3898         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
3899         change.  Suggested by David Kastrup.
3901         * simple.el (compose-mail): Check for incompatibilities and warn.
3902         (compose-mail-user-agent-warnings): New option.
3904 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
3906         Support showing a single log entry from vc-annotate.
3907         * vc.el (print-log): Add a new argument: START-REVISION.
3908         (vc-print-log-internal): Add a new optional argument and
3909         pass it to the backend.
3910         (vc-print-log, vc-print-root-log): Adjust callers.
3911         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
3912         buffer already displays the requested log entry, use it.
3913         Otherwise display only the log entry in question.
3914         * vc-svn.el (vc-svn-print-log):
3915         * vc-mtn.el (vc-mtn-print-log):
3916         * vc-hg.el (vc-hg-state):
3917         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
3918         (vc-git-show-log-entry): Return t on success.
3919         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
3920         (vc-bzr-show-log-entry): Return t on success.
3921         * vc-rcs.el (vc-rcs-print-log):
3922         * vc-sccs.el (vc-sccs-print-log):
3923         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
3925 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
3927         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
3928         Add menus to the meta mode.  (Bug#5043)
3930 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
3932         * ediff-init.el (ediff-event-key): Use event-to-character instead of
3933         event-key.
3935         * ediff.el (ediff-buffers-internal): Add unwind-protect.
3937 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
3939         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
3940         Berbain <raphael.berbain@gmail.com>.
3942         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
3943         characters.
3944         (tramp-initial-end-of-output): New defconst.
3945         (tramp-methods, tramp-find-shell)
3946         (tramp-open-connection-setup-interactive-shell)
3947         (tramp-maybe-open-connection): Use it.
3948         (tramp-shell-prompt-pattern, tramp-wait-for-output):
3949         Handle existence of `#' and `$'.
3951         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
3952         Use `tramp-initial-end-of-output'.
3954 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
3956         Get the background mode from the terminal for xterm, and set
3957         faces accordingly.
3958         * term/xterm.el (xterm-set-background-mode): New function.
3959         (terminal-init-xterm): Use it in case xterm supports background
3960         color queries.  Recompute faces after getting the background
3961         color.
3963 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
3965         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3966         number comment back on its own line, for easier parsing.
3968 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3970         Make it work for non-file buffers (bug#5102).
3971         * doc-view.el (doc-view-current-cache-dir):
3972         Use doc-view-buffer-file-name rather than buffer-file-name.
3973         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3975 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
3977         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3978         author field is too short.
3980 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
3982         * vc-git.el (vc-git-print-log): Handle a limit argument.
3983         Display the short log in graph form and with labels.
3984         (vc-git-log-view-mode): Handle labels.
3986         Make vc-revert change VC state from 'added to 'unregistered.
3987         * vc-git.el (vc-git-revert): Call git reset first.
3989 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
3991         * net/newst-backend.el, net/newst-plainview.el:
3992         * net/newst-reader.el, net/newst-ticker.el:
3993         * net/newst-treeview.el, net/newsticker.el:
3994         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
3996 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
3998         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4000         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4001         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
4002         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4003         Update annotation regexp.
4005         * simple.el (beginning-of-visual-line): Constrain to field
4006         boundaries (Bug#5106).
4008 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
4010         * xml.el (xml-substitute-numeric-entities):
4011         Move newsticker--decode-numeric-entities in newst-backend.el to
4012         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
4013         * net/newst-backend.el (newsticker--parse-generic-feed)
4014         (newsticker--parse-generic-items)
4015         (newsticker--decode-numeric-entities):
4016         Move newsticker--decode-numeric-entities in newst-backend.el to
4017         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
4019 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
4021         * progmodes/js.el (js--js-not): Add null to the list of values.
4023 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
4025         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
4027 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4029         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4030         delimiter if it is at the end of the current line.
4031         (bibtex-generate-url-list): Fix docstring.
4033 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4035         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4036         minibuffer's content with itself.
4037         Fold the confirm-after-completion case into the `confirm' case.
4038         (completion-pcm-word-delimiters): Add : and / to the delimiters.
4040 2009-12-06  Kevin Ryde  <user42@zip.com.au>
4042         * ffap.el (ffap-rfc-path): Make this a defcustom since
4043         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
4045         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
4046         manuals, similar to existing setup for help-mode.  (Bug#3913.)
4048 2009-12-05  Juri Linkov  <juri@jurta.org>
4050         Save and restore dired buffer's point positions too.  (Bug#4880)
4052         * dired.el (dired-save-positions): Return in the first element
4053         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4054         Doc fix.
4055         (dired-restore-positions): First restore buffer's position.
4056         While restoring window's positions, check if window still displays
4057         the original buffer.
4059 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
4061         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4062         if possible.
4064         * shell.el (shell): Require ansi-color (Bug#5113).
4066         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4068         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4070 2009-12-05  Alan Mackenzie  <acm@muc.de>
4072         * progmodes/cc-mode.el (c-before-hack-hook)
4073         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4074         `c-file-style' to work again.  This reversion restores the current
4075         software to its state in Emacs 23.1.  (Bug#4146)
4077 2009-12-05  Kevin Ryde  <user42@zip.com.au>
4079         * textmodes/sgml-mode.el (sgml-lexical-context):
4080         Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
4082 2009-12-05  Juri Linkov  <juri@jurta.org>
4084         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4085         for virtual nodes.  (Bug#4147)
4086         (Info-find-node-2): Set `Info-current-node-virtual' to nil
4087         when moving from a virtual node.
4088         (Info-mode-menu): Add `Info-virtual-index' to the menu.
4089         (Info-mode): Add `Info-virtual-index' to the docstring.
4091 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4093         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
4094         track of the buffer position of the end of a BibTeX entry as this
4095         position may change during reformatting.
4096         (bibtex-format-entry): Remove whitespace before processing
4097         numerical fields so that we recognize the latter properly.
4098         (bibtex-reformat): Do not use push which changes the global value
4099         of bibtex-entry-format.
4100         (bibtex-field-braces-alist, bibtex-field-strings-alist)
4101         (bibtex-field-re-init): Replace only space characters by regexp
4102         for whitespace.
4103         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
4104         (bibtex-initialize): Also update bibtex-strings.
4105         (bibtex-kill-field): Preserve white space at end of entry.
4106         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
4107         Update bibtex-reference-keys.
4109 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4111         * minibuffer.el (completion-pcm--merge-try): Also consider placing
4112         point after a star, if that's the only place where modifications can
4113         make progress.
4115 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
4117         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
4118         in docstrings.
4120 2009-12-04  Juri Linkov  <juri@jurta.org>
4122         * proced.el (proced): Call `(proced-update t)' to update process
4123         information instead of only running proced-post-display-hook.
4124         (proced-send-signal): Add a leading space to the buffer name
4125         " *Marked Processes*" to make this buffer ephemeral.
4127 2009-12-04  Juri Linkov  <juri@jurta.org>
4129         * dired.el (dired-auto-revert-buffer): New defcustom.
4130         (dired-internal-noselect): Use it.
4132 2009-12-04  Juri Linkov  <juri@jurta.org>
4134         Change roles of modes and functions in image-mode.el (Bug#5062).
4136         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
4137         in `auto-mode-alist'.
4138         (image-mode-previous-major-mode): New variable.
4139         (image-minor-mode-map): Rename from `image-mode-text-map'.
4140         (image-mode): Move graceful error-handling code from
4141         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
4142         (image-minor-mode): Remove all image-handling code.
4143         Replace `image-mode-text-map' with `image-minor-mode-map'.
4144         Check for `image-type' in mode-line format string.
4145         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
4146         (image-mode-as-text): New function with most code from
4147         `image-mode-maybe'.
4148         (image-toggle-display-text): Move code that removes image
4149         properties from `image-toggle-display' to here.
4150         (image-toggle-display-image): New function with code that adds
4151         image properties copied from `image-toggle-display'.
4152         (image-toggle-display): Remove most code with leaving only code
4153         that toggles between `image-mode-as-text' and `image-mode'.
4155 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
4157         * net/newst-treeview.el
4158         (newsticker--treeview-list-highlight-start): Restored call to
4159         save-excursion: Selected item was stuck.
4160         (newsticker--treeview-list-select): New.
4161         (newsticker--treeview-item-show-text)
4162         (newsticker--treeview-item-show)
4163         (newsticker--treeview-item-update): Use new
4164         newsticker-treeview-item-mode.
4165         (newsticker-treeview-update): Keep current item.
4166         (newsticker-treeview-next-new-or-immortal-item): Doc change.
4167         (newsticker--treeview-first-feed): Doc change.
4168         (newsticker-treeview-list-menu)
4169         (newsticker-treeview-item-menu): Added menu entries.
4170         (newsticker-treeview-item-mode): New.
4172         * net/newst-backend.el (newsticker-customize): Delete other
4173         windows.
4175 2009-12-04  Sam Steingold  <sds@gnu.org>
4177         * log-view.el (log-view-mode-map): "q" calls quit-window,
4178         like in all the other non-self-insert buffers.
4180 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4182         Minor cleanup.
4183         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
4184         key decoding rather than do it manually via last-input-event +
4185         ascii-character.
4186         (term-exec): Use delete-and-extract-region.
4187         (term-handle-ansi-terminal-messages): Remove unused var `end'.
4188         (term-process-pager): Remove unused var `i'.
4189         (term-dynamic-simple-complete): Make obsolete.
4190         (serial-update-config-menu): Remove unused vars `y' and `str'.
4191         (term-update-mode-line): Remove unused var `temp'.
4193 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4195         Limit the number of log entries displayed by default.
4196         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
4197         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
4198         using a prefix argument.
4200 2009-12-03  Glenn Morris  <rgm@gnu.org>
4202         * progmodes/idlwave.el (class): Restore still useful declaration.
4204 2009-12-03  Alan Mackenzie  <acm@muc.de>
4206         Enhance `c-parse-state' to run efficiently in "brace deserts".
4208         * progmodes/cc-mode.el (c-basic-common-init):
4209         Call c-state-cache-init.
4210         (c-neutralize-syntax-in-and-mark-CPP): Rename from
4211         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
4212         placing `category' properties value 'c-cpp-delimiter at its boundaries.
4214         * progmodes/cc-langs.el (c-before-font-lock-function):
4215         c-extend-and-neutralize-syntax-in-CPP has been renamed
4216         c-neutralize-syntax-in-and-mark-CPP.
4218         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
4219         with `category' properties now, not `syntax-table' ones.
4221         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
4222         enhanced (but slower) version of c-end-of-macro that won't land
4223         inside a literal or on another awkward character.
4224         (c-state-cache-too-far, c-state-cache-start)
4225         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
4226         (c-state-nonlit-pos-cache-limit, c-state-point-min)
4227         (c-state-point-min-lit-type, c-state-point-min-lit-start)
4228         (c-state-min-scan-pos, c-state-brace-pair-desert)
4229         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
4230         buffer local variables.
4231         (c-state-literal-at, c-state-lit-beg)
4232         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
4233         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
4234         (c-state-cache-top-paren, c-state-cache-after-top-paren)
4235         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
4236         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
4237         (c-renarrow-state-cache)
4238         (c-append-lower-brace-pair-to-state-cache)
4239         (c-state-push-any-brace-pair, c-append-to-state-cache)
4240         (c-remove-stale-state-cache)
4241         (c-remove-stale-state-cache-backwards, c-state-cache-init)
4242         (c-invalidate-state-cache-1, c-parse-state-1)
4243         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
4244         (c-parse-state): Enhance and refactor.
4245         (c-debug-parse-state): Amend to deal with all the new variables.
4247         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
4248         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
4249         modify to use category text properties rather than syntax-table ones.
4250         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
4251         to switch off/on the syntactic paren property of C++ template
4252         delimiters using the category property.
4253         (c-with-<->-as-parens-suppressed): Macro to invoke code with
4254         template delims suppressed.
4255         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
4256         New constant/macros which apply category properties to the start
4257         and end of preprocessor constructs.
4258         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
4259         "comment out" the syntactic value of characters in preprocessor
4260         constructs.
4261         (c-with-cpps-commented-out)
4262         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
4263         with characters in all or all but one preprocessor constructs
4264         "commented out".
4266 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4268         * proced.el (proced-filter-alist): Use regexp-quote.
4270 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
4272         Cleanup.
4273         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
4274         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
4275         arguments.  Expand `default-directory'.
4277         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
4278         the benefit of returning an expanded localname.
4279         (tramp-tramp-file-p): Handle the case NAME is not a string.
4281 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4283         Add support for bzr shelve/unshelve.
4284         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4285         (vc-bzr-extra-menu-map): New variables.
4286         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
4287         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
4288         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
4289         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
4290         (vc-bzr-dir-extra-headers): Display shelves.
4292         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
4294 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4296         * textmodes/bibtex.el (bibtex-complete-internal):
4297         Use completion-in-region.
4298         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
4300 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4302         Support applying stashes.  Improve UI.
4303         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
4304         (vc-git-stash-apply, vc-git-stash-pop)
4305         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
4306         (vc-git-stash-menu): New functions.
4307         (vc-git-stash-menu-map): New variable.
4308         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
4310 2009-12-03  Glenn Morris  <rgm@gnu.org>
4312         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
4313         (vc-print-log-internal): Fix previous change.
4314         (vc-revert): Correct pluralization.
4316 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4318         * progmodes/make-mode.el (makefile-special-targets-list): No need for
4319         it to be an alist any more.
4320         (makefile-complete): Use completion-in-region.
4322         * progmodes/octave-mod.el (octave-complete-symbol):
4323         Use completion-in-region.
4325         Misc cleanup.
4326         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
4327         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
4328         (idlwave-complete-class): Don't quote lambda.
4329         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
4330         (idlwave-mode-map): Move initialization into declaration.
4331         (idlwave-action-and-binding): Use backquotes.
4332         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4333         Simplify.
4334         (idlwave-is-pointer-dereference): Remove unused var `pos'.
4335         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4336         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4337         `parts', and `all-parts'.
4338         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4339         (idlwave-convert-xml-system-routine-info): Remove unused string
4340         `version-string'.
4341         (idlwave-display-user-catalog-widget): Use dolist.
4342         (idlwave-scanning-lib): Declare dynamically-scoped var.
4343         (idlwave-scan-library-catalogs): Remove unused var `flags'.
4344         (completion-highlight-first-word-only): Declare to silence bytecomp.
4345         (idlwave-popup-select): Tighten scope of `resp'.
4346         (idlwave-find-struct-tag): Remove unused var `beg'.
4347         (idlwave-after-load-rinfo-hook): Declare.
4348         (idlwave-sintern-class-info): Remove unused var `taglist'.
4349         (idlwave-find-class-definition): Remove unused var `list'.
4350         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4351         (idlwave-what-module-find-class): Remove unused var `classes'.
4353 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
4355         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4357 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4359         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4360         buffers visited.  Remove redundant current-buffer-saving.
4362 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4364         Use completion-in-buffer and remove uses of dynamic scoping.
4365         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4366         (pascal-buffer-to-use, pascal-flag): Don't declare.
4367         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4368         (pascal-get-completion-decl, pascal-keyword-completion):
4369         Add `pascal-str' argument, save-excursion,
4370         return the found completions, and don't filter with pascal-pred.
4371         (pascal-completion-cache): New var.
4372         (pascal-completion): Don't switch buffer any more (it was never
4373         necessary).  Don't save-excursion any more (it's done by the called
4374         subroutines).  Use a cache to avoid redundant computations.
4375         Use complete-with-action rather than pascal-completion-response and
4376         let it apply the predicate as well.
4377         (pascal-complete-word): Use completion-in-buffer when
4378         pascal-toggle-completions is nil.
4379         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4380         not used any more.
4381         (pascal-comp-defun): Don't change buffer any more.
4382         Use complete-with-action rather than pascal-completion-response and
4383         let it apply the predicate as well.
4384         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4385         when neded.
4387 2009-12-02  Kenichi Handa  <handa@m17n.org>
4389         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4390         shape for all Indic scripts.
4392 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4394         Use completion-in-buffer.
4395         * wid-edit.el (widget-field-text-end): New function.
4396         (widget-field-value-get): Use it.
4397         (widget-string-complete, widget-file-complete)
4398         (widget-color-complete): Use it and completion-in-region.
4399         (widget-complete): Don't narrow the buffer.
4401 2009-12-02  Glenn Morris  <rgm@gnu.org>
4403         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
4404         (rmail-select-summary): Use rmail-pop-to-buffer.
4405         * mail/rmailsum.el: Replace all pop-to-buffer calls with
4406         rmail-pop-to-buffer, to prevent horizontal splits.
4408         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4409         save-excursion with save-current-buffer.
4410         Widen before searching.  (Bug#5093)
4411         (diary-list-sexp-entries): Remove superfluous save-excursion.
4413 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
4415         * woman.el (woman-make-bufname): Handle man-pages with "." in the
4416         name.  (Bug#5038)
4418 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
4420         * ido.el (ido-file-internal): Handle filenames at point that do
4421         not have a directory part.  (Bug#5049)
4423 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
4425         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4426         (mpc-songs-jump-to, mpc-resume): Doc fixes.
4428 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
4430         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4431         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4432         any more.
4434 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4436         * comint.el (comint-insert-input): Ignore clicks to the right of
4437         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4439         * vc.el (vc-print-log-internal): Don't wait for the process to
4440         terminate before setting up the major mode.
4442         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4443         in case.
4445         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4446         the last element.
4448         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4450 2009-12-01  Glenn Morris  <rgm@gnu.org>
4452         * window.el (window--display-buffer-2): Fix previous changes.
4454 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
4456         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4458 2009-12-01  Glenn Morris  <rgm@gnu.org>
4460         * Makefile.in (ELCFILES): Add mpc.elc.
4462 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4464         * mpc.el: New file.
4466 2009-12-01  Glenn Morris  <rgm@gnu.org>
4468         * window.el (window-to-use): Define for compiler.
4470         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4471         consistent with others (no final period).
4473         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4474         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
4476 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
4478         Make vc-print-log buttons work.
4479         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
4481 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
4483         * savehist.el (savehist-autosave-interval): Allow setting to nil
4484         through customize.  (Bug#5056)
4486 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
4488         Fix references to jit-lock properties.
4489         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4490         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4491         (perl-font-lock-special-syntactic-constructs):
4492         Quote jit-lock-defer-multiline property.
4494 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
4496         * vc-git.el (vc-git-registered): Call vc-git-root only once.
4498 2009-11-30  Juri Linkov  <juri@jurta.org>
4500         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4501         value `buffer' of `multi-isearch-next-buffer-current-function'.
4502         Use `(current-buffer)' when `buffer' is nil.
4503         (multi-isearch-next-buffer-from-list): Don't fallback to
4504         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
4506 2009-11-30  Juri Linkov  <juri@jurta.org>
4508         * misearch.el (multi-isearch-read-buffers): Move canonicalization
4509         of buffers with `get-buffer' to `multi-isearch-buffers'.
4510         (multi-isearch-buffers, multi-isearch-buffers-regexp):
4511         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
4512         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4513         FILES with `expand-file-name' converting relative file names
4514         to absolute.  Doc fix.  (Bug#4727)
4516 2009-11-30  Juri Linkov  <juri@jurta.org>
4518         * misearch.el (multi-isearch-read-buffers)
4519         (multi-isearch-read-matching-buffers): New functions.
4520         (multi-isearch-buffers, multi-isearch-buffers-regexp):
4521         Use them in the `interactive' spec.  Doc fix.
4522         (multi-isearch-read-files, multi-isearch-read-matching-files):
4523         New functions.
4524         (multi-isearch-files, multi-isearch-files-regexp):
4525         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
4527 2009-11-30  Juri Linkov  <juri@jurta.org>
4529         * doc-view.el (doc-view-continuous):
4530         Rename from `doc-view-continuous-mode'.
4531         (doc-view-menu): Move "Toggle display" to the top.
4532         Add submenu "Continuous" with radio buttons "Off"/"On"
4533         and "Save as Default".
4534         (doc-view-scroll-up-or-next-page)
4535         (doc-view-scroll-down-or-previous-page)
4536         (doc-view-next-line-or-next-page)
4537         (doc-view-previous-line-or-previous-page):
4538         Rename `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
4540 2009-11-30  Juri Linkov  <juri@jurta.org>
4542         * comint.el (comint-mode-map): Rebind `M-r' from
4543         `comint-previous-matching-input' to
4544         `comint-history-isearch-backward-regexp'.
4545         Unbind `M-s' to allow global key binding `M-s'.
4546         Add menu items for `comint-history-isearch-backward' and
4547         `comint-history-isearch-backward-regexp'.  (Bug#3746)
4549 2009-11-30  Juri Linkov  <juri@jurta.org>
4551         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4552         For def=recenter, replace `recenter' with `recenter-top-bottom'
4553         that is called with `this-command' and `last-command' let-bound
4554         to `recenter-top-bottom'.  When the last `def' was not `recenter',
4555         set `recenter-last-op' to nil.  (Bug#4981)
4557 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4559         Minor cleanup and simplification.
4560         * filecache.el (file-cache-add-directory)
4561         (file-cache-add-directory-recursively)
4562         (file-cache-add-from-file-cache-buffer)
4563         (file-cache-delete-file-regexp, file-cache-delete-directory)
4564         (file-cache-files-matching-internal, file-cache-display): Use dolist.
4565         (file-cache-temp-minibuffer-message): Delete function.
4566         (file-cache-minibuffer-complete): Use minibuffer-message instead.
4568         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4569         Don't signal an error when bumping into EOB in tr, s, or y.
4571 2009-11-29  Juri Linkov  <juri@jurta.org>
4573         * startup.el (fancy-about-text): Fix wording of Guided Tour.
4574         (Bug#4960)
4576         * descr-text.el (describe-char-unidata-list): Use lowercase name
4577         for "Unicode name" like in other tags.
4579 2009-11-29  Juri Linkov  <juri@jurta.org>
4581         * ediff-util.el (ediff-minibuffer-with-setup-hook):
4582         New compatibility macro.
4583         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
4585 2009-11-29  Juri Linkov  <juri@jurta.org>
4587         Add defcustom to define the cycling order of `recenter-top-bottom'.
4588         (Bug#4981)
4590         * window.el (recenter-last-op): Doc fix.
4591         (recenter-positions): New defcustom.
4592         (recenter-top-bottom): Rewrite to use `recenter-positions'.
4593         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4595 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
4597         Improve integration of Tramp and ange-ftp in eshell.
4599         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
4600         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
4601         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
4603         * eshell/esh-util.el (top): Require also Tramp when compiling.
4604         (eshell-directory-files-and-attributes): Check for FTP remote
4605         connection.
4606         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
4607         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
4608         (eshell-file-attributes): Handle ".".  Return `entry'.
4610         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
4611         (ange-ftp-directory-files-and-attributes)
4612         (ange-ftp-real-directory-files-and-attributes): New defuns.
4614         * net/tramp.el (tramp-maybe-open-connection): Open the remote
4615         shell with "exec" when possible.  This prevents trailing prompts
4616         in `start-file-process'.
4618 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4620         Try and remove assumptions about point-min==1.
4621         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
4622         (rng-compute-mode-line-string): Show the validation percentage in
4623         terms of the narrowed text, not the widened text.
4624         (rng-do-some-validation): Don't catch internal errors when debugging.
4625         (rng-first-error): Simplify.
4626         (rng-after-change-function): Remove work around.  AFAIK the bug has
4627         been fixed a while ago.
4629         * image-mode.el (image-minor-mode): Exit more gracefully when the image
4630         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
4632         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
4634         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
4635         `cd' doesn't always do it for us (bug#5067).
4637         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
4638         on 2009-10-25 as part of some other change (bug#5067).
4640 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4642         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4643         `suspicious'.
4644         (byte-compile-warnings): Use byte-compile-warning-types.
4645         (byte-compile-save-excursion): Warn about use of set-buffer right
4646         after save-excursion.
4648         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
4649         the excursion as well.
4651 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
4653         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
4654         providing a Tramp related implementation of "su" and "sudo".
4655         (eshell-unix-initialize): Add "su" and "sudo".
4657 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
4659         * net/socks.el (socks-send-command): Convert binary request to
4660         unibyte before sending.  This fixes mishandling of some port
4661         numbers such as 129.
4663 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4665         * help.el (describe-bindings-internal): Remove `interactive'.
4667         * man.el (Man-completion-table): Trim a terminating "(".
4668         Remove the space between name page a section.
4669         Add the command's description on the `help-echo' property.
4670         Remove `process-connection-type' binding since it's unused by
4671         call-process.
4672         Provide completion for the "<section> <name>" format as well.
4673         (Man-default-man-entry): Remove spurious var shadowing the argument.
4675 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4677         * log-view.el: Add "Keywords: tools", since its other keywords
4678         aren't in finder-known-keywords, and following vc.el.
4680         * sha1.el (sha1-string-external): default-directory "/" in case
4681         otherwise non-existent.  process-connection-type pipe for touch of
4682         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4684 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4686         Misc coding convention cleanups.
4687         * htmlfontify.el (hfy-init-kludge-hook): Rename from
4688         hfy-init-kludge-hooks.
4689         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
4690         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
4691         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
4692         and push.
4693         (hfy-slant, hfy-weight): Use tables rather than code.
4694         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
4695         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
4696         (hfy-face-attr-for-class): Initialize `face-spec' directly.
4697         (hfy-face-to-css): Remove `nconc' with single arg.
4698         (hfy-p-to-face-lennart): Use `or'.
4699         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
4700         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
4701         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
4702         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
4703         (hfy-force-fontification): Use run-hooks.
4705 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
4707         Various minor fixes.
4708         * htmlfontify.el (hfy-default-header): Add toggle_invis since
4709         Javascript belongs in the header, not the body.
4710         (hfy-javascript): Remove.
4711         (hfy-fontify-buffer): Don't insert it any more.
4712         (hfy-face-at): Handle (face0 face1 face2) style face properties.
4713         Fix bug in invis handling when there were no invis props in a chunk.
4715 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4717         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
4719 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
4721         * finder.el (finder-mode-map): Add a menu.
4723 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
4725         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
4726         "unsigned" structs.
4728         (verilog-leap-to-head, verilog-backward-token): Handle "disable
4729         fork" statement better.
4731 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
4733         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
4734         (verilog-delete-auto, verilog-delete-empty-auto-pair)
4735         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
4736         Reported by Clay Douglass.
4738         (verilog-auto-inst, verilog-auto-star-safe)
4739         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
4740         Fix removing "// Interfaces" when saving .* expansions.
4741         Reported by Pierre-David Pfister.
4743 2009-11-26  Glenn Morris  <rgm@gnu.org>
4745         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
4746         the scope.
4748 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
4750         * vc-annotate.el (vc-annotate-revision-previous-to-line):
4751         Really use previous revision.
4753 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4755         * man.el (Man-completion-table): default-directory "/" in case
4756         doesn't otherwise exist.  process-environment COLUMNS=999 so as
4757         not to truncate long names.  process-connection-type pipe to avoid
4758         any chance of hitting the pseudo-tty TIOCGWINSZ.
4759         (man): completion-ignore-case t for friendliness and since man
4760         itself is case-insensitive on the command line.
4761         Further to Bug#3717.
4763         * arc-mode.el: Add "Keywords: files", so the details in its
4764         commentary can be reached from finder-by-keyword.
4765         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
4766         editing mode, but it's comms related and sgml-mode.el has "comm"
4767         on that basis too.
4768         * textmodes/bibtex-style.el: Add "Keywords: tex".
4769         * international/isearch-x.el, international/ja-dic-cnv.el:
4770         * international/ja-dic-utl.el, international/kkc.el:
4771         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
4773 2009-11-25  Juri Linkov  <juri@jurta.org>
4775         * man.el (Man-completion-table): Modify regexp to include
4776         section names to completion strings.  (Bug#3717)
4778 2009-11-25  Juri Linkov  <juri@jurta.org>
4780         Search recursively in gzipped files.  (Bug#4982)
4782         * progmodes/grep.el (grep-highlight-matches): Add new options
4783         `always' and `auto'.  Doc fix.
4784         (grep-process-setup): Check `grep-highlight-matches' for
4785         `auto-detect' to determine the need to compute grep defaults.
4786         Move Windows/DOS specific --colors settings handling
4787         to `grep-compute-defaults'.  Check `grep-highlight-matches'
4788         to get the value of "--color=".
4789         (grep-compute-defaults): Compute `grep-highlight-matches' when it
4790         has the value `auto-detect'.  Move Windows/DOS specific settings
4791         from `grep-process-setup'.
4792         (zrgrep): New command with alias `rzgrep'.
4794 2009-11-25  Juri Linkov  <juri@jurta.org>
4796         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
4797         to nil instead of switching off view-mode.  (Bug#4896)
4799 2009-11-25  Juri Linkov  <juri@jurta.org>
4801         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
4803         * mwheel.el (mwheel-scroll-up-function)
4804         (mwheel-scroll-down-function): New defvars.
4805         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
4806         `scroll-up', and `mwheel-scroll-down-function' instead of
4807         `scroll-down'.
4809         * doc-view.el (doc-view-scroll-up-or-next-page)
4810         (doc-view-scroll-down-or-previous-page): Add optional ARG.
4811         Use this ARG in the call to image-scroll-up/image-scroll-down.
4812         Change `interactive' spec to "P".  Goto next/previous page only
4813         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
4814         SPC/DEL case).  Doc fix.
4815         (doc-view-next-line-or-next-page)
4816         (doc-view-previous-line-or-previous-page): Rename arg to ARG
4817         for consistency.
4818         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
4819         `doc-view-scroll-up-or-next-page', and buffer-local
4820         `mwheel-scroll-down-function' to
4821         `doc-view-scroll-down-or-previous-page'.
4823 2009-11-25  Juri Linkov  <juri@jurta.org>
4825         Provide additional default values (directories at other Dired
4826         windows) via M-n in the minibuffer of some Dired commands.
4828         * dired-aux.el (dired-diff, dired-compare-directories)
4829         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
4830         `minibuffer-default' in `minibuffer-with-setup-hook'.
4831         (dired-dwim-target-directory): Find a window that displays Dired
4832         buffer instead of failing when the next window is not Dired.
4833         Use `get-window-with-predicate' to find for the next Dired window.
4834         (dired-dwim-target-defaults): New function.
4836         * ediff-util.el (ediff-read-file-name):
4837         Use `dired-dwim-target-defaults' to set `minibuffer-default'
4838         in `minibuffer-with-setup-hook'.
4840 2009-11-25  Juri Linkov  <juri@jurta.org>
4842         Provide additional default values (file name at point or at the
4843         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
4845         * minibuffer.el (read-file-name-defaults): New function.
4846         (read-file-name): Reset `minibuffer-default' to nil when
4847         it duplicates initial input `insdef'.
4848         Bind `minibuffer-default-add-function' to lambda that
4849         calls `read-file-name-defaults' in `minibuffer-selected-window'.
4850         (minibuffer-insert-file-name-at-point): New command.
4852         * files.el (file-name-at-point-functions): New defcustom.
4853         (find-file-default): Remove defvar.
4854         (find-file-read-args): Don't use `find-file-default'.
4855         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4856         to `read-file-name'.
4857         (find-file-literally): Use `read-file-name' with
4858         `confirm-nonexistent-file-or-buffer'.
4860         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
4862         * dired.el (dired-read-dir-and-switches):
4863         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4864         to `read-file-name'.
4865         (dired-file-name-at-point): New function.
4866         (dired-mode): Add hook `dired-file-name-at-point' to
4867         `file-name-at-point-functions'.
4869 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4871         Really make the *Completions* window soft-dedicated (bug#5030).
4872         * window.el (window--display-buffer-2): Add `dedicated' argument.
4873         (display-buffer): Pass it when needed so the dedicated flag is set
4874         after calling set-window-buffer, which would otherwise reset it.
4876 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4878         * progmodes/meta-mode.el (meta-complete-symbol):
4879         * progmodes/etags.el (complete-tag):
4880         * mail/mailabbrev.el (mail-abbrev-complete-alias):
4881         Use completion-in-region.
4883         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
4884         (dabbrev-completion): Use completion-in-region.
4885         (dabbrev--abbrev-at-point): Simplify regexp.
4887         * abbrev.el (abbrev--before-point): Use word-motion functions
4888         if :regexp is not specified (bug#5031).
4890         * subr.el (string-prefix-p): New function.
4892         * man.el (Man-completion-cache): New var.
4893         (Man-completion-table): Use it.
4895         * vc.el (vc-print-log-internal): Make `limit' optional for better
4896         compatibility (e.g. with vc-annotate.el).
4898 2009-11-24  Kevin Ryde  <user42@zip.com.au>
4900         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
4901         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
4903         * emacs-lisp/elint.el (elint-add-required-env): Better error message
4904         when .el source file not found or other error.
4906 2009-11-24  Markus Triska  <markus.triska@gmx.at>
4908         * linum.el (linum-update-window): Ignore intangible (bug#4996).
4910 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4912         Handle the [back] button properly (bug#4979).
4913         * descr-text.el (describe-text-properties): Add a `buffer' argument.
4914         Use help-setup-xref, help-buffer, and with-help-window.
4915         (describe-char): Add `buffer' argument.
4916         Pass proper command to help-setup-xref.  Don't meddle with
4917         help-xref-stack-item directly.
4918         (describe-text-category): Use with-help-window and help-buffer.
4920         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4921         for the displayed buffer (bug#4887).
4923         * man.el (Man-completion-table): New function.
4924         (man): Use it.
4926 2009-11-24  David Reitter  <david.reitter@gmail.com>
4928         * vc-git.el (vc-git-registered): Use checkout directory (where
4929         .git is) rather than the file's directory and a relative path spec
4930         to work around a bug in git.
4932 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
4934         Improve handling of processes on remote hosts.
4936         * eshell/esh-util.el (eshell-path-env): New defvar.
4937         (eshell-parse-colon-path): New defun.
4938         (eshell-file-attributes): Use `eshell-parse-colon-path'.
4940         * eshell/esh-ext.el (eshell-search-path):
4941         Use `eshell-parse-colon-path'.
4942         (eshell-remote-command): Remove argument HANDLER.
4943         (eshell-external-command): Check for FTP remote connection.
4945         * eshell/esh-proc.el (eshell-gather-process-output):
4946         Use `file-truename', in order to start also symlinked files.
4947         Apply `start-file-process' instead of `start-process'.
4948         Shorten `command' to the local file name part.
4950         * eshell/em-cmpl.el (eshell-complete-commands-list):
4951         Use `eshell-parse-colon-path'.
4953         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4955         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
4956         to `eshell-directory-change-hook'.
4958 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
4960         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
4961         because it could be enabled automatically if view-read-only is non-nil.
4963 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
4965         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4966         made on 2009-11-22.
4968 2009-11-24  Glenn Morris  <rgm@gnu.org>
4970         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4971         deleted variable bookmark-bmenu-bookmark-column.
4973 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4975         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4977 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
4979         * net/browse-url.el (browse-url-filename-alist): On Windows, add
4980         two slashes to the "file:" prefix.
4981         (browse-url-file-url): De-munge Cygwin filenames before passing
4982         them to Windows browser.
4983         (browse-url-default-windows-browser): Use call-process.
4985 2009-11-23  Juri Linkov  <juri@jurta.org>
4987         Implement DocView Continuous mode.  (Bug#4896)
4988         * doc-view.el (doc-view-continuous-mode): New defcustom.
4989         (doc-view-mode-map): Bind C-n/<down> to
4990         `doc-view-next-line-or-next-page', C-p/<up> to
4991         `doc-view-previous-line-or-previous-page'.
4992         (doc-view-next-line-or-next-page)
4993         (doc-view-previous-line-or-previous-page): New commands.
4995 2009-11-23  Juri Linkov  <juri@jurta.org>
4997         Implement Isearch in comint input history.  (Bug#3746)
4998         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4999         `isearch-mode-hook'.
5000         (comint-history-isearch): New defcustom.
5001         (comint-history-isearch-backward)
5002         (comint-history-isearch-backward-regexp): New commands.
5003         (comint-history-isearch-message-overlay): New buffer-local variable.
5004         (comint-history-isearch-setup, comint-history-isearch-end)
5005         (comint-goto-input, comint-history-isearch-search)
5006         (comint-history-isearch-message, comint-history-isearch-wrap)
5007         (comint-history-isearch-push-state)
5008         (comint-history-isearch-pop-state): New functions.
5010 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
5012         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5013         return.
5014         (tramp-handle-make-symbolic-link)
5015         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5016         Quote file names.
5017         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5018         (tramp-handle-process-file): Use it.
5020 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5022         * window.el (move-to-window-line-last-op): Remove.
5023         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5025 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
5027         Make M-r mirror the new cycling behavior of C-l.
5028         * window.el (move-to-window-line-last-op): New var.
5029         (move-to-window-line-top-bottom): New command.
5030         (global-map): Bind M-r move-to-window-line-top-bottom.
5032 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
5034         * dired-x.el (dired-guess-shell-alist-default):
5035         Support xz format.  (Bug#4953)
5037 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
5039         * emulation/viper-cmd.el: Use viper-last-command-char instead of
5040         last-command-char/last-command-event.
5041         (viper-prefix-arg-value): Do correct conversion of event-char for
5042         XEmacs.
5044         * emulation/viper-util.el, emulation/viper.el:
5045         Use viper-last-command-char instead of
5046         last-command-char/last-command-event.
5048         * ediff-init.el, ediff-mult.el, ediff-util.el:
5049         Replace last-command-char and last-command-event
5050         with (ediff-last-command-char) everywhere.
5052         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
5053         created in fundamental mode.
5055         * ediff.el (ediff-version): Revert the change of interactive-p to
5056         called-interactively-p.
5058 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
5060         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
5061         generation from word-movement command names.
5063 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
5065         * cus-start.el (all): Add native condition for font-use-system-font.
5067 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
5069         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5070         Correct the patch from 2009-11-18.  (Bug#3910)
5072 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
5074         * progmodes/subword.el: Rename from lisp/subword.el.
5076         * subword.el: Rename to progmodes/subword.el.
5078         * Makefile.in (ELCFILES): Adapt to subword.el move.
5080 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5081             Stefan Monnier  <monnier@iro.umontreal.ca>
5083         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
5084         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
5085         (bookmark-bmenu-show-filenames): Use push.
5086         (bookmark-bmenu-hide-filenames): Use local var instead of
5087         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
5088         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
5089         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
5090         filenames now that the bookmark names are always available.
5092 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5094         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
5095         (bookmark-search-pattern): Move and leave unbound.
5096         (bookmark-bmenu-mode-map): Change binding.
5097         (bookmark-read-search-input): Simplify.
5098         Don't use text-char-description.  Don't error on non-char events.
5099         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
5100         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
5101         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
5102         Use a local var for the timer.
5103         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
5104         (i.e. bookmark-bmenu-search).
5106 2009-11-21  Glenn Morris  <rgm@gnu.org>
5108         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
5110 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
5112         * net/browse-url.el (browse-url-default-windows-browser):
5113         Use cygstart for cygwin.
5115 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
5117         * bookmark.el: Formatting and doc fixes only:
5118         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
5119         (bookmark-bmenu-search): Wrap to fit within 80 columns.
5120         Minor grammar and punctuation fixes in doc string.
5121         (bookmark-read-search-input): Adjust to fit within 80 columns.
5123 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
5125         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
5126         (c-backward-into-nomenclature): Adapt to subword renaming.
5128         * subword.el (subword-forward, subword-backward, subword-mark)
5129         (subword-kill, subword-backward-kill, subword-transpose)
5130         (subword-downcase, subword-upcase, subword-capitalize)
5131         (subword-forward-internal, subword-backward-internal):
5132         Rename from forward-subword, backward-subword, mark-subword,
5133         kill-subword, backward-kill-subword, transpose-subwords,
5134         downcase-subword, upcase-subword, capitalize-subword,
5135         forward-subword-internal, backward-subword-internal.
5137 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5139         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
5140         New options.
5141         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
5142         New vars.
5143         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
5144         (bookmark-bmenu-filter-alist-by-regexp)
5145         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
5146         (bookmark-bmenu-search): New command.
5147         (bookmark-bmenu-mode-map): Bind it.
5149 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
5151         * progmodes/cc-cmds.el: declare-functioned forward-subword and
5152         backward-subword to quit the byte-compiler.
5154         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
5156         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
5158         * progmodes/cc-cmds.el (c-update-modeline)
5159         (c-forward-into-nomenclature, c-backward-into-nomenclature):
5160         Refer to subword.el functions instead of cc-subword.el.
5162         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
5163         subword.el functions instead of cc-subword.el.
5165         * progmodes/cc-subword.el: Rename to subword.el.
5166         * subword.el: Rename from progmodes/cc-subword.el.
5167         (subword-mode-map): Rename from c-subword-mode-map.
5168         (subword-mode): Rename from c-subword-mode.
5169         (global-subword-mode): New global minor mode.
5170         (forward-subword): Rename from c-forward-subword.
5171         (backward-subword): Rename from c-backward-subword.
5172         (mark-subword): Rename from c-mark-subword.
5173         (kill-subword): Rename from c-kill-subword.
5174         (backward-kill-subword): Rename from c-backward-kill-subword.
5175         (transpose-subwords): Rename from c-tranpose-subword.
5176         (downcase-subword): Rename from c-downcase-subword.
5177         (capitalize-subword): Rename from c-capitalize-subword.
5178         (forward-subword-internal): Rename from c-forward-subword-internal.
5179         (backward-subword-internal): Rename from c-backward-subword-internal.
5181 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
5183         * vc.el (vc-deduce-fileset): Allow non-state changing operations
5184         from a dired buffer.
5185         (vc-dired-deduce-fileset): New function.
5186         (vc-root-diff, vc-print-root-log): Use it.
5188         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
5189         nil LIMIT argument to vc-print-log-internal.
5191 2009-11-20  Glenn Morris  <rgm@gnu.org>
5193         * Makefile.in (ELCFILES): Regenerate.
5195 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
5197         * calc/calc.el (calc-set-mode-line):
5198         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5199         (math-format-number): Rename `math-format-complement-signed' to
5200         `math-format-twos-complement'.
5202         * calc/calc-bin.el (math-format-twos-complement): Rename from
5203         math-format-complement-signed.
5204         (calc-radix): Rename `calc-complement-signed-mode' to
5205         `calc-twos-complement-mode'.
5206         (calc-octal-radix, calc-hex-radix): Add an argument for
5207         two's complement.
5209         * calc/calc-embed.el (calc-embedded-mode-vars):
5210         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5212         * calc/calc-ext.el (calc-init-extensions):
5213         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5214         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
5216         * calc/calc-units.el (math-build-units-table-buffer):
5217         Let `calc-twos-complement-mode' be nil.
5219         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
5220         entries.
5222         * calc/calc-vec.el (calcFunc-vunpack):
5223         * calc/calc-aent.el (calc-do-calc-eval):
5224         * calc/calc-forms.el (math-format-date):
5225         * calc/calc-graph.el (calc-graph-plot):
5226         * calc/calc-math.el (math-use-emacs-fn):
5227         * calc/calccomp.el (math-compose-expr):
5228         Let `calc-twos-complement-mode' be nil.
5230 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5232         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
5233         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
5234         * minibuffer.el (completion-in-region-functions): New hook.
5235         (completion-in-region): New function.
5236         * emacs-lisp/lisp.el (lisp-complete-symbol):
5237         * pcomplete.el (pcomplete-std-complete): Use it.
5239 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5241         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
5242         (latex-complete-alist): New vars.
5243         (latex-string-prefix-p, latex-complete-bibtex-keys)
5244         (latex-complete-envnames, latex-complete-refkeys)
5245         (latex-complete-data): New functions.
5246         (latex-complete, latex-indent-or-complete): New commands.
5248         * window.el (display-buffer-mark-dedicated): New var.
5249         (display-buffer): Obey it.
5250         * minibuffer.el (minibuffer-completion-help): Use it.
5252         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
5254         * filecache.el (file-cache-add-file): Use push and cons.
5255         (file-cache-delete-file-regexp): Use push.
5256         (file-cache-complete): Use completion-in-region.
5258         * simple.el (with-wrapper-hook): Fix thinko.
5260         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
5261         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
5262         Use with-current-buffer and string-to-number.
5263         (hfy-fallback-colour-values): Use assoc-string.
5264         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
5265         (hfy-face-at): Remove unused var `found-face'.
5266         (hfy-compile-stylesheet): Remove unused var `css'.
5267         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
5268         and `orig-buffer'.
5269         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
5270         Use with-current-buffer.
5271         (hfy-text-p): Use expand-file-name and fewer setq.
5273 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
5275         * htmlfontify.el, hfy-cmap.el: New files.
5277 2009-11-19  Juri Linkov  <juri@jurta.org>
5279         * minibuffer.el (completions-format): New defcustom.
5280         (completion--insert-strings): Implement vertical format.
5282         * simple.el (switch-to-completions): Move point to the first
5283         completion when point was at the beginning of the buffer.
5285 2009-11-19  Juri Linkov  <juri@jurta.org>
5287         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
5289         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
5291 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
5293         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
5294         (mail-signature): Change default to t.
5295         (mail-from-style): Deprecate `system-default' value.
5296         (mail-insert-from-field): For default value of mail-from-style,
5297         default to `angles' unless `angles' needs quoting and `parens'
5298         does not.
5299         (mail-citation-prefix-regexp): Use citation regexp from
5300         message-mode.
5302 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
5304         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5305         Set variables for computing the prompt for reading password.
5307 2009-11-19  Glenn Morris  <rgm@gnu.org>
5309         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
5311         * textmodes/flyspell.el (sgml-lexical-context): Declare.
5313         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
5314         (newsticker-treeview-listwindow-height): Fix custom type.
5316 2009-11-19  Kenichi Handa  <handa@m17n.org>
5318         * descr-text.el (describe-char-padded-string): Compose with TAB
5319         only if there's a font for CH.
5320         (describe-char): Fix the condition for detecting a trivial composition.
5322 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
5324         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
5325         more accurate version of the regexp.  (Bug#3910)
5327 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
5329         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
5331 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
5333         * font-setting.el (font-use-system-font): Declare for byte-compiler.
5334         (font-setting-change-default-font): Fix typo in docstring.
5336 2009-11-18  Alan Mackenzie  <acm@muc.de>
5338         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5340 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
5342         * font-setting.el (font-use-system-font): Move ...
5344         * cus-start.el (all): ... to here.
5346 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
5348         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5349         Don't set `ad-return-value' if `ad-do-it' doesn't.
5351         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5352         modification time.
5354 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
5356         * menu-bar.el: Put "Use system font" in Option-menu.
5357         (menu-bar-options-save): Add font-use-system-font.
5359         * loadup.el: If feature system-font-setting or font-render-setting is
5360         there, load font-setting.
5362         * Makefile.in (ELCFILES): Add font-settings.el.
5363         * font-setting.el: New file.
5365 2009-11-17  Glenn Morris  <rgm@gnu.org>
5367         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5369         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5370         Preserve point in the list buffer.  (Bug#4939)
5371         Use point-at-eol.
5372         (newsticker--treeview-list-update-highlight)
5373         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5375 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
5377         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5378         Remove.
5380         * calc/calc-ext.el (calc-init-extensions): Remove references to
5381         symclip.
5383         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5385         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5386         * calc/calc-help.el (calc-b-prefix-help): Remove references to
5387         `calc-symclip'.
5389 2009-11-16  Kevin Ryde  <user42@zip.com.au>
5391         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5392         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
5394         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5395         (lm-keywords-list): Allow comma-only separator like "foo,bar".
5396         Ignore trailing spaces by omit-nulls to split-string (fixing
5397         regression from Emacs 21 due to the incompatible split-string
5398         change).  (Bug #4928.)
5400 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5402         * vc.el (vc-log-show-limit): Default to 2000.
5403         (vc-print-log-internal): Insert buttons to request more entries
5404         when limiting the output.
5406         * vc-sccs.el (vc-sccs-print-log):
5407         * vc-rcs.el (vc-rcs-print-log):
5408         * vc-cvs.el (vc-cvs-print-log):
5409         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5410         LIMIT is non-nil.
5412 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
5414         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5415         error when `tramp-gvfs-dbus-event-vector' is set.
5416         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5418 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5420         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5422 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
5424         * net/dbus.el (dbus-unregister-service): New defun.
5425         (dbus-register-property): Register the handlers of
5426         "org.freedesktop.DBus.Properties" for SERVICE.
5427         (dbus-property-handler): Fix docstring.
5429 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5431         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5432         Quote doc string reference in defvaralias as it is not in special form.
5433         (byte-compile-output-docform): Doc fix.
5435 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
5437         * calc/calc.el (math-2-word-size, math-half-2-word-size)
5438         (calc-complement-signed-mode): New variables.
5439         (calc-set-mode-line): Add indicator for twos-complements.
5440         (math-format-number): Format twos-complement notation.
5442         * calc/calc-bin.el (calc-word-size): Reset the variables
5443         `math-2-word-size' and `math-half-2-word-size'.
5444         (math-format-complement-signed, math-symclip, calcFunc-symclip)
5445         (calc-symclip): New functions.
5447         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5449         * calc/calc-embed.el (calc-embedded-mode-vars):
5450         Add `calc-complement-signed-mode' to the list of modes.
5452         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
5453         (calc-b-oper-keys): Add `calc-symclip' to list.
5455         * calc/calc-ext.el (math-read-number-fancy): Read complement
5456         signed numbers.
5457         (calc-init-extensions): Add binding for `calc-symclip'.
5458         Add autoload for `calcFunc-symclip' and `calc-symclip'.
5460         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5461         `calc-symclip'.
5462         (calc-modes-menu): Add item for twos complement mode.
5464         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
5466 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
5468         * register.el (jump-to-register, insert-register): Handle Semantic
5469         tags.  From commented-out advice in semantic/senator.el.
5471 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
5473         * vc.el (vc-log-show-limit): New variable.
5474         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
5475         when using a prefix argument.
5476         (vc-print-log-internal): Add new argument LIMIT.
5478         * vc-svn.el (vc-svn-print-log):
5479         * vc-mtn.el (vc-mtn-print-log):
5480         * vc-hg.el (vc-hg-print-log):
5481         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
5482         pass it to the log command when set.  Make the BUFFER argument
5483         non-optional.
5485         * vc-sccs.el (vc-sccs-print-log):
5486         * vc-rcs.el (vc-rcs-print-log):
5487         * vc-git.el (vc-git-print-log):
5488         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5489         ignore it.  Make the BUFFER argument non-optional
5491         * bindings.el (mode-line-buffer-identification): Do not purecopy.
5493 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
5495         * dired.el (dired-mode-map): Move encryption items to "Operate"
5496         menu (Bug#4703).
5498         * strokes.el (strokes-update-window-configuration): Make strokes
5499         buffer current before erasing (Bug#4906).
5501 2009-11-15  Juri Linkov  <juri@jurta.org>
5503         * simple.el (set-mark-default-inactive): Add :type, :group
5504         and :version.  (Bug#4876)
5506 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
5508         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5509         (archive-unique-fname): ... here.  (Bug#4929)
5511 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5513         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5514         with a real fix.
5516         * novice.el (disabled-command-function): Add useful args.
5517         Setup the help buffer so that [back] works.
5518         Remove redundant call to help-mode.
5519         (disabled-command-function): Use `case'.
5520         (en/disable-command): New function extracted from enable-command.
5521         (enable-command, disable-command): Use it.
5523 2009-11-14  Glenn Morris  <rgm@gnu.org>
5525         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5526         constants.  (Bug#4913)
5528         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5530 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
5532         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5533         defined in C that have no doc-strings.  (Bug#1063)
5535 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
5537         * cus-edit.el (data, files):
5538         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
5540 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
5542         * simple.el (shell-command): Doc fix (Bug#4891).
5544         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
5546 2009-11-14  Glenn Morris  <rgm@gnu.org>
5548         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
5549         statements for vc-diff, emerge-quit, and rmail-cease-edit.
5550         If they are already loaded, eval-after-load will do the right thing.
5552         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
5553         compiling.
5555         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5557         * simple.el (x-selection-owner-p): Declare.
5558         (read-mail-command): Use custom radio type rather than choice.
5559         (completion-no-auto-exit): Doc fix.
5561         * custom.el (defgroup):
5562         * epg-config.el (epg): Doc fixes.
5564 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
5566         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5567         * international/ccl.el (define-ccl-program): Do not purecopy the
5568         docstring, defconst does it anyway.
5570 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5572         * add-log.el (add-change-log-entry): Avoid displaying the changelog
5573         a second time.
5575         * x-dnd.el (x-dnd-maybe-call-test-function):
5576         * window.el (split-window-vertically):
5577         * whitespace.el (whitespace-help-on):
5578         * vc-rcs.el (vc-rcs-consult-headers):
5579         * userlock.el (ask-user-about-lock-help)
5580         (ask-user-about-supersession-help):
5581         * type-break.el (type-break-force-mode-line-update):
5582         * time-stamp.el (time-stamp-conv-warn):
5583         * terminal.el (te-set-output-log, te-more-break, te-filter)
5584         (te-sentinel, terminal-emulator):
5585         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
5586         (term-write-input-ring, term-check-source, term-start-output-log):
5587         (term-display-buffer-line, term-dynamic-list-completions):
5588         (term-ansi-make-term, serial-term):
5589         * subr.el (selective-display):
5590         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5591         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
5592         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
5593         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
5594         (speedbar-remove-localized-speedbar-support)
5595         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
5596         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
5597         (speedbar-buffers-line-directory):
5598         * simple.el (shell-command-on-region, append-to-buffer)
5599         (prepend-to-buffer):
5600         * shadowfile.el (shadow-save-todo-file):
5601         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
5602         (scroll-bar-maybe-set-window-start):
5603         * sb-image.el (speedbar-image-dump):
5604         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
5605         (load-save-place-alist-from-file):
5606         * ps-samp.el (ps-print-message-from-summary):
5607         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
5608         (ps-background-image, ps-begin-job, ps-do-despool):
5609         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
5610         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
5611         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
5612         (pr-call-process, pr-file-list, pr-interface-save):
5613         * novice.el (disabled-command-function)
5614         (enable-command, disable-command):
5615         * mouse.el (mouse-buffer-menu-alist):
5616         * mouse-copy.el (mouse-kill-preserving-secondary):
5617         * macros.el (kbd-macro-query):
5618         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
5619         * informat.el (batch-info-validate):
5620         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
5621         * hippie-exp.el (try-expand-dabbrev-visible):
5622         * help-mode.el (help-make-xrefs):
5623         * help-fns.el (describe-variable):
5624         * generic-x.el (bat-generic-mode-run-as-comint):
5625         * finder.el (finder-mouse-select):
5626         * find-dired.el (find-dired-sentinel):
5627         * filesets.el (filesets-file-close):
5628         * files.el (list-directory):
5629         * faces.el (list-faces-display, describe-face):
5630         * facemenu.el (list-colors-display):
5631         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
5632         * epg.el (epg--process-filter, epg-cancel):
5633         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
5634         (epa--read-signature-type):
5635         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
5636         (emerge-file-names):
5637         * ehelp.el (electric-helpify):
5638         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
5639         * ediff-vers.el (rcs-ediff-view-revision):
5640         * ediff-util.el (ediff-setup):
5641         * ediff-mult.el (ediff-append-custom-diff):
5642         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
5643         (ediff-wordify):
5644         * echistory.el (Electric-command-history-redo-expression):
5645         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5646         * disp-table.el (describe-display-table):
5647         * dired.el (dired-find-buffer-nocreate):
5648         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
5649         * dabbrev.el (dabbrev--same-major-mode-p):
5650         * chistory.el (list-command-history):
5651         * apropos.el (apropos-documentation):
5652         * allout.el (allout-obtain-passphrase):
5653         (allout-copy-exposed-to-buffer):
5654         (allout-verify-passphrase): Use with-current-buffer.
5656 2009-11-13  Glenn Morris  <rgm@gnu.org>
5658         * Makefile.in (ELCFILES): Regenerate.
5660 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
5662         * net/dbus.el (dbus-registered-objects-table): Rename from
5663         `dbus-registered-functions-table', because it contains also properties.
5664         (dbus-unregister-object): Unregister also properties.
5665         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
5666         Use a timeout of 500 msec, in order to not block.
5667         (dbus-register-property, dbus-property-handler): New defuns.
5669 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5671         * simple.el (minibuffer-default-add-completions): Drop deprecated
5672         4th arg.
5674 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
5676         * textmodes/artist.el (artist-mouse-choose-operation):
5677         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5678         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
5679         (artist-compute-up-event-key): New function.
5680         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
5682 2009-11-13  Kenichi Handa  <handa@m17n.org>
5684         * language/japan-util.el: Make sure that the value of jisx0208
5685         property is jisx0208 character.
5687 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
5689         * international/mule.el (auto-coding-regexp-alist): Only purecopy
5690         car or each item, not the whole list.
5692 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5694         * minibuffer.el (minibuffer-completion-help):
5695         Use minibuffer-hide-completions.
5697 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
5699         * dired.el (dired-save-positions, dired-restore-positions): New funs.
5700         (dired-revert): Use them (bug#4880).
5702 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
5704         * tooltip.el (tooltip-frame-parameters): Undo previous change.
5706 2009-11-12  Juri Linkov  <juri@jurta.org>
5708         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
5709         New functions.
5710         (find-file-literally-at-point): Alias of `ffap-literally'.
5712 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
5714         * textmodes/ispell.el (ispell-skip-region-alist):
5715         * textmodes/css-mode.el (auto-mode-alist):
5716         * progmodes/compile.el (auto-mode-alist):
5717         * international/mule.el (ctext-non-standard-encodings-alist)
5718         (ctext-non-standard-encodings-regexp):
5719         * simple.el (shell-command-switch, text-read-only):
5720         * replace.el (occur-mode-map):
5721         * paths.el (rmail-file-name):
5722         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
5723         * find-file.el (ff-special-constructs):
5724         * files.el (file-name-handler-alist):
5725         * composite.el: Purecopy strings.
5727         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
5729 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
5731         * widget.el (define-widget): Purecopy the docstring.
5732         * international/mule-cmds.el (charset): Do not purecopy the
5733         docstring here, define-widget does it.
5735         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5736         * textmodes/bibtex-style.el (auto-mode-alist):
5737         * progmodes/inf-lisp.el (inferior-lisp-prompt):
5738         * progmodes/compile.el (compile-command):
5739         * language/korea-util.el (default-korean-keyboard):
5740         * international/mule-conf.el (file-coding-system-alist):
5741         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
5742         * tooltip.el (tooltip-frame-parameters):
5743         * newcomment.el (comment-end, comment-padding):
5744         * dired.el (dired-trivial-filenames):
5745         * comint.el (comint-file-name-prefix): Purecopy initial values.
5747 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
5749         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
5750         (tramp-advice-minibuffer-electric-tilde): Unload advices via
5751         `tramp-unload'.
5752         (tramp-advice-make-auto-save-file-name)
5753         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
5754         after removing the advice.
5756 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
5758         * progmodes/grep.el (grep-regexp-alist):
5759         * international/mule-cmds.el (iso-2022-control-alist):
5760         * emacs-lisp/timer.el (timer-duration-words):
5761         * subr.el (version-separator, version-regexp-alist):
5762         * minibuffer.el (completion-styles-alist):
5763         * faces.el (face-attribute-name-alist, list-faces-sample-text):
5764         Change defvars to defconsts.
5766         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
5767         * loadup.el ("international/mule-conf"): Load the byte compiled version.
5768         * international/mule-conf.el: Allow to be byte compiled.
5770         * international/mule.el (define-charset): Purecopy props.
5771         (load-with-code-conversion): Purecopy doc string and file name.
5772         (put-charset-property): Purecopy strings.
5773         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
5775         * international/mule-cmds.el (register-input-method): Purecopy arguments.
5776         (define-char-code-property): Correctly purecopy the table.
5778         * international/ccl.el (define-ccl-program): Purecopy the docstring.
5780         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
5782         * subr.el (add-hook): Purecopy strings.
5783         (eval-after-load): Purecopy load-history-regexp and the form.
5785         * custom.el (custom-declare-group): Purecopy load-file-name.
5787         * subr.el (menu-bar-separator): New defconst.
5788         * net/eudc.el (eudc-tools-menu):
5789         * international/mule-cmds.el (set-coding-system-map)
5790         (mule-menu-keymap):
5791         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5792         * vc-hooks.el (vc-menu-map):
5793         * replace.el (occur-mode-map):
5794         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
5795         (menu-bar-edit-menu, menu-bar-goto-menu)
5796         (menu-bar-custom-menu, menu-bar-showhide-menu)
5797         (menu-bar-options-menu, menu-bar-tools-menu)
5798         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
5799         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
5800         (menu-bar-help-menu):
5801         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
5802         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
5804         * term/x-win.el (x-gtk-stock-map):
5805         * progmodes/vera-mode.el (auto-mode-alist):
5806         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5807         (inferior-lisp-program, inferior-lisp-load-command):
5808         * progmodes/hideshow.el (hs-special-modes-alist):
5809         * progmodes/gud.el (same-window-regexps):
5810         * progmodes/grep.el (grep-program, find-program, xargs-program):
5811         * net/telnet.el (same-window-regexps):
5812         * net/rlogin.el (same-window-regexps):
5813         * language/ethiopic.el (font-ccl-encoder-alist):
5814         * vc-sccs.el (vc-sccs-master-templates):
5815         * vc-rcs.el (vc-rcs-master-templates):
5816         * subr.el (cl-assertion-failed):
5817         * simple.el (next-error-overlay-arrow-position):
5818         * lpr.el (lpr-command):
5819         * locate.el (locate-ls-subdir-switches):
5820         * info.el (same-window-regexps, info)
5821         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5822         * image-mode.el (image-mode, auto-mode-alist):
5823         * hippie-exp.el (hippie-expand-ignore-buffers):
5824         * format.el (format-alist):
5825         * find-dired.el (find-ls-subdir-switches, find-grep-options)
5826         (find-name-arg):
5827         * facemenu.el (facemenu-keybindings):
5828         * dired.el (dired-listing-switches, dired-chown-program):
5829         * diff.el (diff-switches, diff-command):
5830         * cus-edit.el (same-window-regexps):
5831         * bindings.el (mode-line-mule-info)
5832         (mode-line-buffer-identification): Purecopy strings.
5834 2009-11-11  Juri Linkov  <juri@jurta.org>
5836         * simple.el (dired-get-filename) <declare-function>:
5837         Tell the byte-compiler about dired-get-filename.
5838         (shell-command): In Dired mode, get filename from the current line
5839         as the default value.
5841 2009-11-10  Glenn Morris  <rgm@gnu.org>
5843         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
5844         * calendar/holidays.el, progmodes/cperl-mode.el:
5845         Update x-popup-menu declarations.
5847         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
5848         (list-load-path-shadows): Use dolist.
5849         (list-load-path-shadows): Use with-current-buffer.
5851 2009-11-10  Juri Linkov  <juri@jurta.org>
5853         * minibuffer.el (read-file-name): Support a list of default values
5854         in `default-filename'.  Use the first file name where only one
5855         element is required.  Doc fix.
5857 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
5859         * net/dbus.el (dbus-unregister-object): Release service, if no
5860         other method is registered for it.
5862 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
5864         * bookmark.el (bookmark-completing-read): Sort bookmark names if
5865         bookmark-sort-flag is non-nil (Bug#4653).
5867 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
5869         * emulation/cua-base.el: Add CUA property to some CC mode commands
5870         (Bug#4100).
5872 2009-11-08  Kevin Ryde  <user42@zip.com.au>
5874         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
5875         at end of sentence (Bug#4818).
5877 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
5879         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5880         Handle "see declaration of" MSFT statements (Bug#4100).
5882 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
5884         * net/tramp.el (tramp-advice-make-auto-save-file-name)
5885         (tramp-advice-file-expand-wildcards): Unload via
5886         `ad-remove-advice'.
5888         * net/trampver.el: Update release number.
5890 2009-11-08  Kevin Ryde  <user42@zip.com.au>
5892         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5893         `ad-do-it'.
5895 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
5897         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5898         in order to keep context in SELinux.
5900 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
5902         * dired-aux.el (dired-query): Place cursor in echo area and allow
5903         C-g.
5905         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5906         menu item if not on a directory (Bug#4701).
5908 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
5910         Sync with Tramp 2.1.17.
5912         * net/tramp.el (tramp-handle-copy-directory): Don't use
5913         `file-remote-p' (due to compatibility).
5915         * net/tramp-compat.el (tramp-compat-copy-directory)
5916         (tramp-compat-delete-directory): New defuns.
5918         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5919         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
5920         Use `tramp-compat-delete-directory'.
5922         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5923         (tramp-smb-handle-delete-directory):
5924         Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5926         * net/trampver.el: Update release number.
5928 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
5930         * tar-mode.el (tar-copy): Call write-region on the right buffer
5931         (Bug#4857).
5933         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5934         by hand, if necessary (Bug#4878).
5936 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
5938         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5939         align size column (Bug#4839).
5941         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5942         statement.
5944 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5946         * progmodes/ld-script.el (auto-mode-alist):
5947         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5949         * cus-face.el (custom-declare-face): Purecopy face spec.
5951 2009-11-06  Kenichi Handa  <handa@m17n.org>
5953         * international/uni-bidi.el: Re-generated.
5954         * international/uni-category.el: Re-generated.
5955         * international/uni-combining.el: Re-generated.
5956         * international/uni-mirrored.el: Re-generated.
5958 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5960         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5961         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5962         (tex-start-options, slitex-run-command, latex-run-command)
5963         (tex-run-command, tex-directory):
5964         * textmodes/ispell.el (ispell-html-skip-alists)
5965         (ispell-tex-skip-alists, ispell-tex-skip-alists):
5966         * textmodes/fill.el (adaptive-fill-first-line-regexp):
5967         (adaptive-fill-regexp):
5968         * textmodes/dns-mode.el (auto-mode-alist):
5969         * progmodes/python.el (interpreter-mode-alist):
5970         * progmodes/etags.el (tags-compression-info-list):
5971         * progmodes/etags.el (tags-file-name):
5972         * net/browse-url.el (browse-url-galeon-program)
5973         (browse-url-firefox-program):
5974         * mail/sendmail.el (mail-signature-file)
5975         (mail-citation-prefix-regexp):
5976         * international/mule-conf.el (eight-bit):
5977         * international/latexenc.el (latex-inputenc-coding-alist):
5978         * international/fontset.el (x-pixel-size-width-font-regexp):
5979         * emacs-lisp/warnings.el (warning-type-format):
5980         * emacs-lisp/trace.el (trace-buffer):
5981         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5982         (emacs-lisp-mode-map):
5983         * calendar/holidays.el (holiday-solar-holidays)
5984         (holiday-bahai-holidays, holiday-islamic-holidays)
5985         (holiday-christian-holidays, holiday-hebrew-holidays)
5986         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5987         (hebrew-holidays-1, holiday-oriental-holidays)
5988         (holiday-general-holidays):
5989         * x-dnd.el (x-dnd-known-types):
5990         * tool-bar.el (tool-bar):
5991         * startup.el (site-run-file):
5992         * shell.el (shell-dumb-shell-regexp):
5993         * rfn-eshadow.el (file-name-shadow-tty-properties)
5994         (file-name-shadow-properties):
5995         * paths.el (remote-shell-program, news-directory):
5996         * mouse.el ([C-down-mouse-3]):
5997         * menu-bar.el (menu-bar-tools-menu):
5998         * jka-cmpr-hook.el (jka-compr-load-suffixes)
5999         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6000         (jka-compr-compression-info-list):
6001         * isearch.el (search-whitespace-regexp):
6002         * image-file.el (image-file-name-extensions):
6003         * find-dired.el (find-ls-option):
6004         * files.el (directory-listing-before-filename-regexp)
6005         (directory-free-space-args, insert-directory-program)
6006         (list-directory-brief-switches, magic-fallback-mode-alist)
6007         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
6008         (automount-dir-prefix):
6009         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
6010         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
6011         (face-font-registry-alternatives, face-font-registry-alternatives)
6012         (face-font-family-alternatives):
6013         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
6014         (facemenu-foreground-menu, facemenu-face-menu):
6015         * epa-hook.el (epa-file-name-regexp):
6016         * dnd.el (dnd-protocol-alist):
6017         * textmodes/rst.el (auto-mode-alist):
6018         * button.el (default-button): Purecopy strings.
6020 2009-11-06  Glenn Morris  <rgm@gnu.org>
6022         * Makefile.in (ELCFILES): Update.
6024 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6026         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
6027         * emacs-lisp/levents.el: Move to obsolete/levents.el.
6029         * nxml/xsd-regexp.el (xsdre-gen-categories):
6030         * nxml/xmltok.el (xmltok-parse-entity):
6031         * nxml/rng-parse.el (rng-parse-validate-file):
6032         * nxml/rng-maint.el (rng-format-manual)
6033         (rng-manual-output-force-new-line):
6034         * nxml/rng-loc.el (rng-save-schema-location-1):
6035         * nxml/rng-cmpct.el (rng-c-parse-file):
6036         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
6037         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
6039 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
6041         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
6042         Remove extra save-excursions and make-variable-buffer-local's.
6043         Suggested by Stefan Monnier.
6045         (verilog-getopt-file, verilog-module-inside-filename-p)
6046         (verilog-set-define): Merge GNU 1.35 and repair changes from
6047         switching to using with-current-buffer.
6049         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
6050         being treated as a number and confusing AUTORESET.
6051         Reported by Dan Dever.
6053         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
6054         Add verilog-auto-ignore-concat to fix backward compatibility with
6055         older verilog-modes.  Reported by Dan Katz.
6057         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
6058         containing closing anchors "...$".
6060         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
6061         Reported by Wade Smith.
6063         (verilog-batch-execute-func): Comment on function usage.
6065 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
6067         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
6068         for labels.
6070         (verilog-label-re, verilog-calc-1): Support proper indent of named
6071         asserts.
6073         (verilog-backward-token, verilog-basic-complete-re)
6074         (verilog-beg-of-statement, verilog-indent-re): Support proper
6075         indent of the assert statement at the beginning of a block of text.
6077         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
6078         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
6079         tokens as begins.
6081 2009-11-05  Glenn Morris  <rgm@gnu.org>
6083         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
6084         Emacs 19.  (Bug#1531)
6085         (byte-compile-fix-header): Update for the above change.
6086         Drop test for epoch::version.
6088         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
6089         * cus-dep.el (custom-make-dependencies):
6090         * finder.el (finder-compile-keywords):
6091         Use autoload-rubric's feature argument.
6093         * calendar/diary-lib.el (top-level): Make load behave more like require.
6095         * vc-git.el (vc-git-stash-map): Move definition before use.
6097 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
6099         * custom.el (custom-declare-group): Purecopy standard-value.
6100         (custom-declare-group): Purecopy custom-prefix.
6102         * international/mule.el (load-with-code-conversion):
6103         Call do-after-load-evaluation unconditionally.
6105         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
6107 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6109         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
6111 2009-11-04  Glenn Morris  <rgm@gnu.org>
6113         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
6114         (byte-compile-compatibility): Remove option.
6115         (byte-compile-close-variables, byte-compile-fix-header)
6116         (byte-compile-insert-header, byte-compile-output-docform)
6117         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
6118         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
6119         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
6120         (byte-compile-insert, byte-compile-defun):
6121         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
6122         (byte-defop-compiler19): Remove.
6123         Without byte-compile-compatibility, the 'emacs19-opcode property is not
6124         used by anything.  Replace all calls with byte-defop-compiler.
6126 2009-11-04  Juri Linkov  <juri@jurta.org>
6128         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
6129         (menu-bar-options-menu): Don't quote the `prop' arg of
6130         `menu-bar-make-mm-toggle'.
6132 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
6134         * calendar/calendar.el (cal-loaddefs):
6135         * calendar/diary-lib.el (diary-loaddefs):
6136         * calendar/holidays.el (hol-loaddefs):
6137         * eshell/esh-module.el (esh-groups): Load rather than require.
6139 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6141         * calendar/todo-mode.el (todo-add-category): Don't hardcode
6142         point-min==1.
6143         (todo-top-priorities): Only display-buffer when called interactively.
6144         (todo-item-start): Don't save excursion point.
6145         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
6146         (todo-insert-item-here, todo-file-item, todo-remove-item):
6147         Adjust uses of todo-item-start and todo-item-end.
6149         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
6150         (autoload-rubric): Don't use any more.
6152         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
6153         and only put a prop if it is non-nil.
6155 2009-11-03  Juri Linkov  <juri@jurta.org>
6157         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
6158         (menu-bar-options-menu): Fix list quoting (Bug#4429).
6160         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
6161         and "Menu" to make top-level menu item visually one unit (like
6162         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
6163         multi-word menu items).  Fix :help string for quit-window.
6165 2009-11-03  Glenn Morris  <rgm@gnu.org>
6167         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6168         (byte-compile-file-form-define-abbrev-table)
6169         (byte-compile-file-form-custom-declare-variable)
6170         (byte-compile-variable-ref, byte-compile-defvar):
6171         Whether or not a warning is enabled should only affect whether we issue
6172         the warning, not whether or not we collect the relevant data.
6173         Eg warnings can be turned on and off throughout the course of a file.
6175         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
6176         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
6178 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6180         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
6181         * play/mpuz.el (mpuz-create-buffer):
6182         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
6183         (lm-print-y,s,noise, lm-print-w0, lm-init):
6184         * play/gomoku.el (gomoku-prompt-for-move):
6185         * play/fortune.el (fortune-in-buffer):
6186         * play/dissociate.el (dissociated-press):
6187         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
6188         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
6189         * mail/supercite.el (sc-eref-show):
6190         * mail/smtpmail.el (smtpmail-send-it):
6191         * mail/rmailsum.el (rmail-summary-next-labeled-message)
6192         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
6193         (rmail-summary-undelete-many, rmail-summary-rmail-update)
6194         (rmail-summary-goto-msg, rmail-summary-expunge)
6195         (rmail-summary-get-new-mail, rmail-summary-search-backward)
6196         (rmail-summary-add-label, rmail-summary-output-menu)
6197         (rmail-summary-output-body):
6198         * mail/rfc822.el (rfc822-addresses):
6199         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
6200         * mail/mailpost.el (post-mail-send-it):
6201         * mail/hashcash.el (hashcash-generate-payment):
6202         * mail/feedmail.el (feedmail-run-the-queue)
6203         (feedmail-queue-send-edit-prompt-help-first)
6204         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
6205         (feedmail-deduce-address-list):
6206         * eshell/esh-ext.el (eshell-remote-command):
6207         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
6208         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
6209         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
6210         (viper-save-string-in-file, viper-valid-marker):
6211         * emulation/viper-keym.el (viper-toggle-key):
6212         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
6213         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
6214         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
6215         * emulation/viper-cmd.el (viper-exec-form-in-vi)
6216         (viper-exec-form-in-emacs, viper-brac-function):
6217         * emulation/viper.el (viper-delocalize-var):
6218         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
6219         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
6220         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
6221         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
6222         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
6223         * emulation/edt.el (edt-electric-helpify):
6224         * emulation/cua-rect.el (cua--rectangle-aux-replace):
6225         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
6226         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
6227         (cua-indent-to-global-mark-column):
6228         * calendar/diary-lib.el (calendar-mark-1):
6229         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
6230         Use with-current-buffer.
6231         * emulation/viper.el (viper-delocalize-var): Use dolist.
6233 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
6235         * comint.el (comint-replace-by-expanded-history-before-point):
6236         Replace !! with the previous input string literally (Bug#1795).
6238 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
6240         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
6241         to be made up of whitespace.
6243 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
6245         * minibuffer.el (read-file-name): Don't use file dialogs for
6246         remote directories (Bug#99).
6248 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
6250         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
6252 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
6254         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
6255         instead of deleting the window or frame.
6257 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
6259         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6260         Support face colors.
6262         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
6263         New function.  Support face colors (Bug#1168).
6264         (tex-common-initialization): Use it.
6266         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
6267         mode allows it (Bug#1168).
6269 2009-10-31  Juri Linkov  <juri@jurta.org>
6271         * facemenu.el (list-colors-display): Don't mark buffer as
6272         modified (Bug#3948).
6274 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
6276         * international/mule-diag.el (list-character-sets-1):
6277         Minor message fix (Bug#3526).
6279         * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
6280         Fix face property (Bug#4834).
6281         (etags-list-tags, etags-tags-apropos-additional)
6282         (etags-tags-apropos, tags-select-tags-table): Add follow-link
6283         property.
6285         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6286         items.
6288 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6290         * textmodes/two-column.el (2C-split):
6291         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
6292         * textmodes/tex-mode.el (tex-set-buffer-directory):
6293         * textmodes/spell.el (spell-region, spell-string):
6294         * textmodes/reftex.el (reftex-erase-buffer):
6295         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
6296         * textmodes/reftex-toc.el (reftex-toc-promote-action):
6297         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6298         (reftex-select-item):
6299         * textmodes/reftex-ref.el (reftex-label-info-update)
6300         (reftex-offer-label-menu):
6301         * textmodes/reftex-index.el (reftex-index-change-entry)
6302         (reftex-index-phrases-info):
6303         * textmodes/reftex-global.el (reftex-create-tags-file)
6304         (reftex-save-all-document-buffers, reftex-ensure-write-access):
6305         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6306         (reftex-view-crossref-from-bibtex):
6307         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6308         (reftex-extract-bib-entries-from-thebibliography)
6309         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6310         * textmodes/refbib.el (r2b-capitalize-title):
6311         (r2b-convert-buffer, r2b-help):
6312         * textmodes/page-ext.el (pages-directory)
6313         (pages-directory-goto-with-mouse):
6314         * textmodes/bibtex.el (bibtex-validate-globally):
6315         * textmodes/bib-mode.el (bib-capitalize-title):
6316         * textmodes/artist.el (artist-clear-buffer, artist-system):
6317         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6318         (local-set-scheme-interaction-buffer, xscheme-process-filter)
6319         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6320         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6321         (xscheme-send-control-g-interrupt, xscheme-start-process)
6322         (xscheme-process-sentinel, xscheme-cd):
6323         * progmodes/verilog-mode.el (verilog-read-always-signals)
6324         (verilog-set-define, verilog-getopt-file)
6325         (verilog-module-inside-filename-p):
6326         * progmodes/sh-script.el:
6327         * progmodes/python.el (python-pdbtrack-get-source-buffer)
6328         (python-pdbtrack-grub-for-buffer, python-execute-file):
6329         * progmodes/octave-inf.el (inferior-octave):
6330         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6331         (idlwave-shell-compile-helper-routines, idlwave-set-local)
6332         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6333         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6334         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6335         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6336         (idlwave-shell-filter, idlwave-shell-examine-highlight)
6337         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6338         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6339         (idlwave-shell-examine-display, idlwave-shell-run-region)
6340         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6341         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6342         * progmodes/idlw-help.el (idlwave-help-get-special-help)
6343         (idlwave-help-get-help-buffer):
6344         * progmodes/gud.el (gud-basic-call, gud-find-class)
6345         (gud-tooltip-activate-mouse-motions-if-enabled):
6346         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6347         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6348         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6349         (ebrowse-tags-next-file):
6350         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6351         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6352         (ebnf-eps-finish-and-write):
6353         * progmodes/cpp.el (cpp-edit-save):
6354         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6355         * progmodes/cc-defs.el (c-emacs-features):
6356         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6357         (antlr-directory-dependencies):
6358         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6359         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6360         (ada-find-any-references, ada-make-filename-from-adaname)
6361         (ada-make-body-gnatstub):
6362         * obsolete/rnews.el (news-list-news-groups):
6363         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
6364         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6365         * net/rcirc.el (rcirc-debug):
6366         * net/newst-treeview.el (newsticker--treeview-list-add-item)
6367         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6368         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6369         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
6370         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
6371         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6372         (newsticker--treeview-list-clear-highlight)
6373         (newsticker--treeview-list-update-highlight)
6374         (newsticker--treeview-list-highlight-start)
6375         (newsticker--treeview-tree-update-highlight)
6376         (newsticker--treeview-get-selected-item)
6377         (newsticker-treeview-mark-list-items-old)
6378         (newsticker--treeview-set-current-node):
6379         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6380         * net/newst-backend.el (newsticker--get-news-by-funcall)
6381         (newsticker--get-news-by-wget, newsticker--image-get)
6382         (newsticker--image-sentinel):
6383         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6384         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6385         (eudc-ph-close-session):
6386         * net/eudc.el (eudc-save-options):
6387         * language/thai-word.el (thai-update-word-table):
6388         * language/japan-util.el (japanese-string-conversion):
6389         * international/titdic-cnv.el (tsang-quick-converter)
6390         (ziranma-converter, ctlau-converter):
6391         * international/mule-cmds.el (describe-language-environment):
6392         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6393         (skkdic-convert-postfix, skkdic-convert-prefix):
6394         (skkdic-convert-okuri-nasi, skkdic-convert):
6395         * emacs-lisp/re-builder.el (reb-update-overlays):
6396         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6397         * emacs-lisp/gulp.el (gulp-send-requests):
6398         * emacs-lisp/find-gc.el (trace-call-tree):
6399         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6400         (eieio-describe-generic):
6401         * emacs-lisp/eieio-base.el (eieio-persistent-read):
6402         * emacs-lisp/edebug.el (edebug-outside-excursion):
6403         * emacs-lisp/debug.el (debugger-make-xrefs):
6404         * emacs-lisp/cust-print.el (custom-prin1-to-string):
6405         * emacs-lisp/chart.el (chart-new-buffer):
6406         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6407         Use with-current-buffer.
6408         * textmodes/artist.el (artist-system): Don't call
6409         copy-sequence on a fresh string.
6410         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6412 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
6414         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
6415         is no item to edit.  (Bug#4820)
6416         (todo-top-priorities): Restore point and restore narrowing in Todo
6417         buffer.  (Bug#4820)
6419 2009-10-31  Glenn Morris  <rgm@gnu.org>
6421         * net/ange-ftp.el (top-level): Don't require dired when compiling.
6422         (comint-last-output-start, comint-last-input-start)
6423         (comint-last-input-end): Don't defvar when compiling.
6424         (ange-ftp-process-file): Use bound-and-true-p.
6426         * pcmpl-rpm.el (top-level): Move provide statement to end.
6427         (pcmpl-rpm): Remove unused custom group.
6429         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6431         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6433         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6434         (byte-compile-warnings): Add `constants' as an option.
6435         (byte-compile-callargs-warn, byte-compile-arglist-warn)
6436         (display-call-tree): Update for byte-compile-fdefinition possibly
6437         returning `(macro lambda ...)'.  (Bug#4778)
6438         (byte-compile-variable-ref, byte-compile-setq-default):
6439         Respect `constants' member of byte-compile-warnings.
6441 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6443         * vc-bzr.el (vc-bzr-revision-keywords): New var.
6444         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6445         to "submit:".
6447 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
6449         * textmodes/ispell.el (ispell-skip-region-alist):
6450         * international/mule-conf.el (eight-bit):
6451         * international/fontset.el (font-encoding-alist):
6452         * startup.el (pure-space-overflow-message):
6453         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6454         * paths.el (gnus-nntp-service, rmail-spool-directory)
6455         (term-file-prefix):
6456         * files.el (save-some-buffers-action-alist):
6457         * cmuscheme.el (same-window-buffer-names):
6458         * ielm.el (same-window-buffer-names):
6459         * shell.el (same-window-buffer-names):
6460         * mail/sendmail.el (same-window-buffer-names):
6461         * progmodes/inf-lisp.el (same-window-buffer-names):
6462         * bindings.el (mode-line-client)
6463         (mode-line-column-line-number-mode-map):
6464         * language/tibetan.el (tibetan-precomposition-rule-regexp)
6465         (tibetan-precomposed-regexp): Purecopy string arguments.
6467 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6469         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6470         (calcDigit-nondigit):
6471         * calc/calc-yank.el (calc-copy-to-buffer):
6472         * calc/calc-units.el (calc-invalidate-units-table):
6473         * calc/calc-trail.el (calc-trail-yank):
6474         * calc/calc-store.el (calc-insert-variables):
6475         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6476         * calc/calc-prog.el (calc-read-parse-table):
6477         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6478         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6479         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6480         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6481         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6482         (calc-graph-name, calc-graph-find-command, calc-graph-view)
6483         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6484         * calc/calc-ext.el (calc-realign):
6485         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6486         (calc-embedded-finish-edit, calc-embedded-make-info)
6487         (calc-embedded-finish-command, calc-embedded-stack-change):
6488         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6490         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
6491         shell-dynamic-complete-filename in preference to
6492         comint-dynamic-complete-filename.
6494         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6495         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6496         Don't consider whether the display supports colors.
6497         (bookmark-import-new-list): Use dolist.
6498         (bookmark-bmenu-mode-map): Move initialization into declaration.
6499         (bookmark-bmenu-list): Use dolist, simplify.
6500         (bookmark-show-all-annotations): Use save-selected-window and dolist.
6501         (menu-bar-final-items): Use push.
6503 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
6505         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
6506         it works on remote files.
6507         (vc-hg-diff): Don't pass any `--cwd' argument.
6509 2009-10-27  Kevin Ryde  <user42@zip.com.au>
6511         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6512         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
6513         (Further to Bug#3921).
6515 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
6517         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
6518         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
6519         calling `tramp-imap-put-file'.  Add file size to the call.
6520         (tramp-imap-get-file-entries): Compute also user name, file size,
6521         and date.
6522         (tramp-imap-handle-insert-directory): Insert uid and gid.
6523         (tramp-imap-handle-file-attributes): Transform uid and gid
6524         according to `id-format'.
6525         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
6526         size in header X-Size.
6528 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
6530         * simple.el (transpose-subr): Give clearer error when the mark
6531         is not set.  (Bug#4807)
6533 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
6535         * net/tramp.el (tramp-perl-file-truename): New defconst.
6536         Perl code contributed by yary <not.com@gmail.com> (tiny change).
6537         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
6538         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
6539         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
6541         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6542         Ignore `dired-call-process'.
6543         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
6545 2009-10-26  Julian Scheid  <julians37@gmail.com>
6547         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
6548         (tramp-get-remote-readlink): New defun.
6549         (tramp-handle-file-truename): Use it.
6550         (tramp-handle-file-exists-p): Check file-attributes cache, assume
6551         file exists if cache value present.
6552         (tramp-check-cached-permissions): New defun.
6553         (tramp-handle-file-readable-p): Use it.
6554         (tramp-handle-file-writable-p): Likewise.
6555         (tramp-handle-file-executable-p): Likewise.
6556         (tramp-handle-file-name-all-completions): Try using Perl to get
6557         partial completions.  When perl not available, combine `cd' and
6558         `ls' into single remote operation and use shell expansion to get
6559         partial remote directory contents.  Set `file-exists-p' cache for
6560         directory and any files returned by ls.  Change cache handling to
6561         support partial directory contents.  Use error message emitted by
6562         remote `cd' or Perl code for local tramp-error.
6563         (tramp-do-copy-or-rename-file-directly): Avoid separate
6564         tramp-send-command-and-check call.
6565         (tramp-handle-process-file): Merge three remote ops into one.
6566         Do not flush all caches when `process-file-side-effects' is set.
6567         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
6568         file-attributes shows uid/gid to be set already.
6570 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
6572         * textmodes/tex-mode.el (tex-dvi-view-command)
6573         (tex-show-queue-command, tex-open-quote):
6574         * progmodes/ruby-mode.el (auto-mode-alist)
6575         (interpreter-mode-alist): Purecopy strings.
6577         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
6579         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
6580         string for the hook, keymap and abbrev table.
6582         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
6584         * x-dnd.el (x-dnd-xdnd-to-action):
6585         * startup.el (fancy-startup-text, fancy-about-text): Change to
6586         defconst from defvar.
6588         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
6590         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
6591         Purecopy initialization strings.
6593         * mail/sendmail.el (mail-header-separator)
6594         (mail-personal-alias-file):
6595         * mail/rmail.el (rmail-default-dont-reply-to-names)
6596         (rmail-ignored-headers, rmail-retry-ignored-headers)
6597         (rmail-highlighted-headers, rmail-secondary-file-directory)
6598         (rmail-secondary-file-regexp):
6599         * files.el (null-device, file-name-invalid-regexp)
6600         (locate-dominating-stop-dir-regexp)
6601         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
6602         (interpreter-mode-alist): Use mapcar instead of mapc.
6604         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6606         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6607         (completion-ignored-extensions):
6608         (debug-ignored-errors): Purecopy strings.
6610 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6612         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6613         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6614         (pcomplete--here): Use push.
6616         * subr.el (all-completions): Declare the 4th arg obsolete.
6618 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6620         * pcomplete.el (pcomplete-unquote-argument-function): New var.
6621         (pcomplete-unquote-argument): New function.
6622         (pcomplete--common-suffix): Always pay attention to case.
6623         (pcomplete--table-subvert): Quote and unquote the text.
6624         (pcomplete--common-quoted-suffix): New function.
6625         (pcomplete-std-complete): Use it and pcomplete-begin.
6627         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6628         we're inside a dedicated or minibuffer window.
6630 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
6632         * bookmark.el: Update documentation, especially documentation
6633         of `bookmark-alist' and of the bookmark file format.
6634         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
6636 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
6638         * mail/emacsbug.el (report-emacs-bug): Clarify that the
6639         keybindings apply to the mail buffer (Bug#4003).  Shrink help
6640         window to buffer.
6642         * whitespace.el (whitespace-mode, whitespace-newline-mode)
6643         (global-whitespace-mode, global-whitespace-newline-mode)
6644         (whitespace-toggle-options, global-whitespace-toggle-options):
6645         Doc fix (Bug#3660).
6647         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6648         of xmltok-start before the end tag was inserted (Bug#2840).
6650         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6651         patterns that are preceded by an open-paren (Bug#1320).
6653 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
6655         * files.el (delete-directory): Delete symlinks to directories with
6656         delete-file (Bug#4739).
6658 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
6660         * vc.el (vc-backend-for-registration): Rename from
6661         vc-get-backend-for-registration.  Update callers.
6663         * international/mule-cmds.el (set-language-info-alist):
6664         Purecopy lang-env.
6665         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6666         (charset): Purecopy the name.
6667         (define-char-code-property): Purecopy string arguments.
6669         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6670         Purecopy string arguments.
6672         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6673         * ediff-hook.el (menu-bar-ediff-menu):
6674         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6675         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6677 2009-10-24  Glenn Morris  <rgm@gnu.org>
6679         * comint.el (comint-dynamic-list-completions):
6680         * term.el (term-dynamic-list-completions): Use choose-completion rather
6681         than obsolete alias mouse-choose-completion.
6683         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6684         file-cache-choose-completion.
6685         (file-cache-choose-completion): Handle an optional event argument.
6686         (file-cache-mouse-choose-completion): Make it an obsolete alias.
6688         * progmodes/octave-mod.el (octave-complete-symbol):
6689         Use choose-completion if mouse-choose-completion is ever removed.
6691         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6692         use.
6694         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6695         compiler.
6697         * vc-hooks.el (vc-responsible-backend): Fix declaration.
6699 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6701         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6702         Ignore `pred' now that we receive one.
6703         Handle test-completion specially.
6705 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
6707         * vc.el (vc-responsible-backend): Throw an error if not backend is
6708         found.  Remove the REGISTER argument.  Move the code dealing with
6709         REGISTER ...
6710         (vc-get-backend-for-registration): ... here.  New function.
6711         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6712         of vc-responsible-backend, pass the file name instead of the
6713         directory name.
6715 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6717         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6718         New funs.
6719         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
6720         (pcomplete-comint-setup): Don't modify a global var via
6721         accidental side-effects.
6722         (pcomplete-shell-setup): Adjust call accordingly.
6723         (pcomplete-parse-comint-arguments): Use push.
6725 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
6727         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6728         Allow uncapitalized info node names (Bug#3921).
6730         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6731         to the DEBUG file (Bug#3781).
6733 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
6735         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6736         dictionary entry (Bug#4579).
6738 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
6740         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6741         from `rfn-eshadow-update-overlay-hook' when unloading.
6742         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6743         "rsyncc".  Adjust doc string.
6744         (tramp-temp-buffer-file-name): New buffer-local defvar.
6745         (tramp-handle-insert-file-contents, tramp-handle-write-region):
6746         Keep temporary file when indicated by method ("rsync" and
6747         "rsyncc").
6748         (tramp-handle-write-region): Handle APPEND.
6749         (tramp-delete-temp-file-function): New defun.  Added to
6750         `kill-buffer-hook'.
6752 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
6754         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6756 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
6758         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6759         (color-name-rgb-alist, tty-standard-colors)
6760         (tty-color-mode-alist): Change to defconst.
6762         * simple.el (mark-inactive): Purecopy message.
6764         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6765         (global-map, yank-menu):
6766         * textmodes/ispell.el (ispell-menu-map):
6767         * net/eudc.el (eudc-tools-menu):
6768         * international/mule-cmds.el (describe-language-environment-map)
6769         (setup-language-environment-map, set-coding-system-map)
6770         (mule-menu-keymap):
6771         * vc-hooks.el (vc-menu-entry, vc-menu-map):
6772         * replace.el (occur-mode-map):
6773         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6775 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
6777         * calc/calc.el (math-read-number, math-read-number-simple):
6778         Use `save-match-data'.
6780 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6782         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6783         rather than fiddling with global-map bindings, since it should only
6784         affect per-terminal settings.
6785         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6787         * minibuffer.el (completion-table-with-terminator): Allow to specify
6788         the terminator-regexp.
6790         * simple.el (switch-to-completions): Look for *Completions* in other
6791         frames as well.
6793         * pcomplete.el: Allow the use of completion-tables.
6794         (pcomplete-std-complete): New command.
6795         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6796         (pcomplete--here): Use a function for `form' rather than an expression,
6797         so it can be byte-compiled.
6798         (pcomplete-here, pcomplete-here*): Adjust accordingly.
6799         Add edebug declaration.
6800         (pcomplete-show-completions): Remove unused var `curbuf'.
6801         (pcomplete-do-complete, pcomplete-stub):
6802         Don't assume `completions' is a list of strings any more.
6804 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
6806         * find-dired.el (find-name-arg): Fix typo in docstring.
6808 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6810         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6811         (pcmpl-linux-fs-types): Same, and update to new modules layout.
6813         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6814         pcomplete-entries.
6816         * comint.el (comint-read-input-ring, comint-write-input-ring)
6817         (comint-substitute-in-file-name)
6818         (comint-dynamic-complete-as-filename)
6819         (comint-dynamic-simple-complete)
6820         (comint-dynamic-list-filename-completions)
6821         (comint-dynamic-list-completions)
6822         (comint-redirect-results-list-from-process): Minor simplifications.
6824 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6826         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6827         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
6828         the first form.  And insert a blank line after ";;; Code" since
6829         that's usual style.  (Bug#4612)
6831         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6833 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6835         * minibuffer.el (completion-table-with-terminator): Properly implement
6836         boundaries, in case `terminator' appears in the suffix.
6837         (completion--embedded-envvar-table): Don't return boundaries if
6838         there's no valid completion.  Simplify.
6839         (completion-file-name-table): New completion table extracted from
6840         completion--file-name-table.
6841         (completion--file-name-table): Use it.
6842         (read-file-name-predicate): Declare obsolete.
6843         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6844         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6845         completion-file-name-table, and use the `pred' argument.
6846         * files.el (locate-file-completion-table): Use the `pred' arg rather
6847         than read-file-name-predicate.
6848         (abbreviate-file-name): Use \` rather than ^ for BOS.
6850 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
6852         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6853         vc-responsible-backend to register, it causes problems.
6855 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6857         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6859 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
6861         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6862         (tramp-smb-handle-file-attributes): Use it.
6863         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6864         (tramp-smb-handle-insert-directory): Use `mapc' rather than
6865         `mapcar'.  Use `tramp-smb-get-stat-capability'.
6866         Add `dired-filename' text properties.
6867         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6868         (tramp-smb-maybe-open-connection): Simplify check for smbclient
6869         version.
6871 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6873         * subr.el (read-key-delay): Reduce to 0.01.
6874         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6875         (bug#4751).
6877 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6879         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6881         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6882         (Info-menu): Remove unused vars `last' and `completions'.
6883         (Info-index-nodes): Remove unused var `node'.
6885         * info.el (Info-complete-menu-item): Use complete-with-action.
6887 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
6889         Make vc-annotate work through copies and renames.
6890         * vc-annotate.el (vc-annotate-extract-revision-at-line):
6891         Return the file name too.
6892         (vc-annotate-revision-at-line)
6893         (vc-annotate-find-revision-at-line)
6894         (vc-annotate-revision-previous-to-line)
6895         (vc-annotate-show-log-revision-at-line): Update to get the file
6896         name from vc-annotate-extract-revision-at-line.
6897         (vc-annotate-show-diff-revision-at-line-internal): Change the
6898         argument to mean whether to show a file diff or not.  Get the file
6899         name from vc-annotate-extract-revision-at-line.
6900         (vc-annotate-show-diff-revision-at-line):
6901         Update vc-annotate-show-diff-revision-at-line call.
6902         (vc-annotate-warp-revision): Add an optional file argument.
6904         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6905         (vc-git-annotate-extract-revision-at-line): Also return the file
6906         name if found.
6908         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6909         command.  Remove unused code.
6910         (vc-hg-annotate-re): Update to match --follow output.
6911         (vc-hg-annotate-extract-revision-at-line): Also return the file
6912         name if found.
6914         * vc.el: Update annotate-extract-revision-at-line documentation.
6916 2009-10-18  Kevin Ryde  <user42@zip.com.au>
6918         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6919         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6921         * net/browse-url.el (browse-url): Identify alist with "consp and
6922         not functionp" and let all other things go down the `apply' leg,
6923         as suggested by Stefan.  (Further to bug#4531.)
6925 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
6927         * minibuffer.el (read-file-name): Check for repeat before putting
6928         a default argument in file-name-history (Bug#4657).
6930         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6931         read syntax (Bug#4737).
6933         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
6935 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
6937         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6938         (html-tag-alist, html-tag-help): Add descriptions for undocumented
6939         entries and make note of obsolete tags.
6941 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6943         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6945 2009-10-18  Glenn Morris  <rgm@gnu.org>
6947         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6948         grep, so that binary files (eg international/uni-bidi.el) can match.
6949         Remove test for "UnicodeData" files, since it is hopefully unnecessary
6950         now, and in any case the file header format has changed.
6952 2009-10-17  Glenn Morris  <rgm@gnu.org>
6954         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6955         (flyspell-get-word, flyspell-large-region)
6956         (flyspell-auto-correct-previous-word): Doc/error message fixes.
6958 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
6960         * Makefile.in (ELCFILES): Add ede/shell.
6962 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
6964         * term/common-win.el (x-colors): Purecopy it.
6966 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6968         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6969         permissive for when the buffer is empty.
6970         (tar-header-block-tokenize): Decode the username and groupname.
6971         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6973 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6975         * international/mule-cmds.el (select-safe-coding-system): If the file
6976         has a coding cookie, use it regardless of any other setting (bug#4712).
6978 2009-10-17  Glenn Morris  <rgm@gnu.org>
6980         * foldout.el (foldout-mouse-swallow-events):
6981         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6983         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6984         (dired-keep-marker-copy, dired-keep-marker-hardlink)
6985         (dired-keep-marker-symlink, dired-dwim-target)
6986         (dired-copy-preserve-time): Do not autoload these defcustoms.
6988         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6989         messages from messing up the file coding.  (Bug#4623)
6991 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
6993         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6994         if no match is found for the current dictionary.  (Bug#4578)
6996         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6997         optional, since that is how it is documented, and this is often called
6998         with a nil argument.  (Bug#4577)
6999         (flyspell-external-point-words, flyspell-auto-correct-word)
7000         (flyspell-correct-word-before-point, flyspell-word-search-forward)
7001         (flyspell-word-search-backward): Remove nil argument in calls to
7002         flyspell-get-word, since it is not needed now.
7004 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
7006         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
7008 2009-10-16  Glenn Morris  <rgm@gnu.org>
7010         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
7012 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
7014         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
7015         (ange-ftp-file-size): New function.
7016         (ange-ftp-file-attributes): Use it.
7018 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
7020         * net/tramp-smb.el (tramp-smb-version): New defvar.
7021         (tramp-smb-maybe-open-connection): Use it, in order to avoid
7022         repeated checks.
7024 2009-10-16  Glenn Morris  <rgm@gnu.org>
7026         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7027         Maybe copy some custom properties from old to new name.  (Bug#4706)
7029 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
7031         * subr.el (error, sit-for, start-process-shell-command)
7032         (start-file-process-shell-command): Set the calling convention
7033         after the function definition.
7035 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7037         * subr.el (error, sit-for, start-process-shell-command)
7038         (start-file-process-shell-command): Use the new
7039         set-advertised-calling-convention feature.
7041 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
7043         * international/ucs-normalize.el (ucs-normalize-version):
7044         Change to 1.2.
7045         (check-range): Adjust for Unicode 5.2.
7047 2009-10-15  Juri Linkov  <juri@jurta.org>
7049         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
7050         to the `menu-item' format.
7052 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
7054         * net/tramp.el (tramp-replace-environment-variables): Do not fail
7055         if the environment variable does not exist.
7057         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7058         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
7059         parameter.
7060         (tramp-smb-handle-add-name-to-file)
7061         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7062         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7063         (tramp-smb-handle-file-attributes)
7064         (tramp-smb-do-file-attributes-with-stat)
7065         (tramp-smb-handle-file-local-copy)
7066         (tramp-smb-handle-insert-directory)
7067         (tramp-smb-handle-make-directory)
7068         (tramp-smb-handle-make-directory-internal)
7069         (tramp-smb-handle-make-symbolic-link)
7070         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
7071         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
7072         (tramp-smb-maybe-open-connection): Apply the changed parameters.
7073         (tramp-smb-read-file-entry): Read Disk names in compressed format.
7074         Handle long file names.
7075         (tramp-smb-get-cifs-capabilities): Check, whether the connection
7076         process is running.
7077         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
7078         Read share names with "-g" option.
7080 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
7082         * net/rcirc.el (rcirc-view-log-file): New command.
7083         (rcirc-track-minor-mode-map): Remove C-c ` binding.
7084         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
7085         specified.
7087 2009-10-15  Glenn Morris  <rgm@gnu.org>
7089         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
7090         from the second command-line argument.
7091         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
7092         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
7093         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7094         w32-batch-update-autoloads.
7095         * emacs-lisp/autoload.el (autoload-make-program): New variable.
7096         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7098         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7099         the headers cannot be located.  Simplify, subtracting superflous
7100         save-excursions.
7102 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7104         Replace completion-base-size by completion-base-position to fix bugs
7105         such as (bug#4699).
7106         * simple.el (completion-base-position): New var.
7107         (completion-base-size): Mark as obsolete.
7108         (choose-completion): Make it work for mouse events as well.
7109         Pass the new base-position to choose-completion-string.
7110         (choose-completion-guess-base-position): New function, extracted from
7111         choose-completion-delete-max-match.
7112         (choose-completion-delete-max-match): Use it.  Make obsolete.
7113         (choose-completion-string): Use the new base-position info.
7114         (completion-root-regexp): Delete.
7115         (completion-setup-function): Preserve completion-base-position.
7116         Eliminate obsolete base-size manipulation.
7117         * minibuffer.el (display-completion-list): Don't mess with base-size.
7118         (minibuffer-completion-help): Set completion-base-position instead.
7119         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7120         choose-completion.
7121         * textmodes/bibtex.el (bibtex-complete):
7122         * emacs-lisp/crm.el (crm--choose-completion-string):
7123         Adjust to new calling convention.
7124         * complete.el (partial-completion-mode): Use minibufferp to avoid
7125         bumping into incompatible change to choose-completion-string-functions.
7126         * ido.el (ido-choose-completion-string): Make its calling convention
7127         more permissive.
7128         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7129         base-size manipulation.
7130         (comint-dynamic-list-input-ring): Use dotimes and push.
7131         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7132         fundamental-mode.  Use `or'.
7134 2009-10-14  Juri Linkov  <juri@jurta.org>
7136         * misearch.el (multi-isearch-next-buffer-from-list)
7137         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
7139 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7141         * Makefile.in (compile-onefile): Load `bytecomp' rather than
7142         `bytecomp.el'.
7144         * minibuffer.el (completion-pcm--merge-completions): Make sure the
7145         string we return is all made up of text from the completions rather
7146         than part from the completions and part from the input (bug#4219).
7148         * ido.el (ido-everywhere): Use define-minor-mode.
7150         * buff-menu.el (list-buffers, ctl-x-map):
7151         Mark the entry points with ;;;###autoload cookies.
7153 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7155         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7156         correctly in the detached head case.
7157         (vc-git-print-log): Remove unused binding.
7159         * vc.el (vc-responsible-backend): When a directory is passed for
7160         for registration create a VC repository if no backend is
7161         responsible for the directory argument.
7162         (vc-deduce-fileset): Tell vc-responsible-backend to register.
7164         * vc.el: Move comments about RCS and SCCS ...
7165         * vc-rcs.el:
7166         * vc-sccs.el: ... here, respectively.
7168 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7170         * minibuffer.el (completion--file-name-table): Return nil if there's
7171         no file completion, even if substitute-in-file-name changed
7172         the string (bug#4708).
7174 2009-10-13  Juri Linkov  <juri@jurta.org>
7176         * files-x.el (read-file-local-variable-value): Don't filter out
7177         minor modes from mode name completion (bug#4664).
7179 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
7181         * international/mule-cmds.el (ucs-names): Remove exclusion of
7182         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7184 2009-10-13  Kenichi Handa  <handa@m17n.org>
7186         * international/uni-name.el: Regenerated.
7188 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
7190         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
7191         should be automatically buffer-local, but isn't.)
7193 2009-10-12  Sam Steingold  <sds@gnu.org>
7195         * progmodes/compile.el (compilation-next-error-function): Fix the
7196         timestamps if the buffer has been visited before.
7197         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7198         non-anchored patterns, like the perl one (bug#3928).
7200 2009-10-12  Glenn Morris  <rgm@gnu.org>
7202         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7203         Let-bind `size'.
7205 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
7207         * proced.el (proced-unload-function): New function.
7209         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7210         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7211         Doc fix.
7213         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7215 2009-10-11  Juri Linkov  <juri@jurta.org>
7217         * files-x.el (read-file-local-variable-value):
7218         Provide default value only for bound variables (bug#4664).
7220 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
7222         * net/tramp.el (tramp-local-host-p): Function shall return nil for
7223         connection methods like smb.
7225         * net/tramp-cache.el (tramp-flush-connection-property): The hash
7226         can be empty.
7228         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7229         (tramp-smb-file-name-handler-alist): Add handlers for
7230         `add-name-to-file', `make-symbolic-link'.
7231         (tramp-smb-handle-add-name-to-file)
7232         (tramp-smb-do-file-attributes-with-stat)
7233         (tramp-smb-handle-make-symbolic-link)
7234         (tramp-smb-get-cifs-capabilities): New defuns.
7235         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7236         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7237         (tramp-smb-handle-file-local-copy)
7238         (tramp-smb-handle-make-directory-internal)
7239         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7240         The file name syntax depends on cifs capabilities.
7241         (tramp-smb-handle-file-attributes):
7242         Call `tramp-smb-do-file-attributes-with-stat' if possible.
7243         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7244         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
7246 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
7248         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7249         (eieio-defclass): Apply deftype handler and setf-method properties
7250         directly.
7251         (eieio-add-new-slot): Avoid union function from cl library.
7252         (eieio--typep): New function.
7253         (eieio-perform-slot-validation): Use it.
7255 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
7257         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
7258         Update documentation to refer to the variables documented in r1.135.
7259         (Bug#4188)
7261 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
7263         * bookmark.el (Info-suffix-list): Remove this unused variable.
7264         (bookmark-current-point): Remove this obsolete variable.
7265         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7266         Adjust for removal of bookmark-current-point.
7268         (bookmarks-already-loaded, bookmark-current-buffer)
7269         (bookmark-yank-point): Document.  (Bug#4188)
7271 2009-10-10  Glenn Morris  <rgm@gnu.org>
7273         * frame.el (frame-height): Doc fix.
7275         * calendar/calendar.el (calendar-split-width-threshold): New option.
7276         (calendar-basic-setup): Use calendar-split-width-threshold.
7278 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
7280         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7281         Ideographic Supplement" range (U+1F200..U+1F2FF).
7283 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7285         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
7286         since the list will have been rebuilt anyway.  (Bug#4349)
7288 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7290         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
7291         (bookmark-bmenu-execute-deletions): Don't save here, as
7292         bookmark-delete will now do so if necessary.
7293         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
7294         (Bug#4348)
7296 2009-10-09  Glenn Morris  <rgm@gnu.org>
7298         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7300 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7302         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7303         (bookmark-jump-other-window): Just invoke bookmark-jump with new
7304         argument now, so the two function's behaviors will match.  (Bug#3645)
7306 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
7308         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
7309         (tramp-file-name-real-host, tramp-file-name-port):
7310         Apply `save-match-data'.
7312         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7313         case both directories are remote.
7314         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
7315         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
7317 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
7319         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7321 2009-10-07  Glenn Morris  <rgm@gnu.org>
7323         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7324         of concat.
7326 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7328         * files-x.el (read-file-local-variable): Include some
7329         non-user-variables in the completion table (bug#4664).
7331 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
7333         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7334         message.
7336         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7337         (tramp-smb-file-name-handler-alist): Add handler for
7338         `copy-directory', `expand-file-name', `set-file-modes'.
7339         (tramp-smb-handle-copy-directory)
7340         (tramp-smb-handle-expand-file-name)
7341         (tramp-smb-handle-set-file-modes): New defuns.
7342         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7343         (tramp-smb-handle-file-attributes): Simplify check for retrieving
7344         entry.
7345         (tramp-smb-handle-insert-directory): Don't flush the cache.
7346         (tramp-smb-maybe-open-connection): Check for samba client and
7347         server versions.
7349 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
7351         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7352         to not error out of search for "^lisp=" fails.
7354 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
7356         * makefile.w32-in (WINS_UPDATES): New macro.
7357         (custom-deps, finder-data, autoloads): Use it.
7359 2009-10-07  Glenn Morris  <rgm@gnu.org>
7361         * Makefile.in (autoloads): Revert previous change.
7362         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
7363         the list of preloaded files passed on the command-line, get
7364         it from src/Makefile.
7366         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7367         show the original buffer rather than a random one.
7369 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
7371         * help.el (describe-no-warranty): Place point in a slightly better
7372         position in the GPLv3 text.
7374 2009-10-06  Sam Steingold  <sds@gnu.org>
7376         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7377         the comm attribute is present before calling regexp-quote.
7379 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
7381         * play/animate.el (animate-string): For good effect, make sure
7382         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7384         * play/animate.el (animate-sequence, animate-birthday-present):
7385         * misc.el (butterfly): Don't set `indent-tabs-mode'.
7387 2009-10-06  Glenn Morris  <rgm@gnu.org>
7389         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7391         * emacs-lisp/autoload.el (autoload-excludes): New variable.
7392         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7393         (batch-update-autoloads): Process a string value of autoload-excludes,
7394         set during the build process.
7395         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
7397         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7398         inside with-parsed...  macro so that `v' is defined.
7400         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7401         * progmodes/fortran.el (fortran-end-of-block)
7402         (fortran-beginning-of-block):
7403         Also push mark in the macro case.
7405         * emerge.el (emerge-show-file-name):
7406         * calc/calc.el (calc-quit):
7407         * calc/calc-misc.el (calc-big-or-small):
7408         * calc/calc-graph.el (calc-graph-view):
7409         * calc/calc-ext.el (calc-reset):
7410         * calendar/calendar.el (calendar-basic-setup):
7411         Use window-full-height-p.
7413         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7414         header we don't understand, don't insert another.  (Bug#4624)
7415         If changing mime charset, insert the new one in the right place.
7417 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
7419         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7420         (cal-tex-cursor-month): Correctly increment the end date for diary and
7421         holiday listing.  (Bug#4626)
7423 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7425         * help-fns.el (describe-function-1): Don't burp if the function is not
7426         a symbol.
7428 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
7430         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7431         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7432         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7433         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7435         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7436         (eieio-default-superclass): Reflow docstrings.
7437         (this, class-option-assoc, defclass, eieio-class-un-autoload)
7438         (eieio-unbind-method-implementations, defmethod)
7439         (eieio-validate-slot-value, eieio-validate-class-slot-value)
7440         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7441         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7442         (eieio-slot-originating-class-p, eieio-slot-name-index)
7443         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7444         (constructor, initialize-instance, no-next-method, object-print)
7445         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7446         Fix typos in docstrings.
7447         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7448         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7449         (next-method-p): Doc fixes.
7450         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7451         Fix typos in error messages.
7452         (eieio-defmethod): Fix typo in description of generic method.
7454         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7455         (eieio-persistent-save-interactive, slot-missing):
7456         Fix typos in docstrings.
7457         (eieio-instance-inheritor-slot-boundp): Doc fix.
7459         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7460         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7462         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7463         (eieio-custom-object-apply-reset):
7464         Fix typos in docstrings and error messages.
7466         * emacs-lisp/eieio-datadebug.el (data-debug-show):
7467         Fix typo in docstring.
7469         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7470         (eieio-browse-tree): Doc fix.
7471         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7472         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7473         Fix typos in docstrings.
7475         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7476         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7477         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7478         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7479         Reflow docstrings.
7481 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
7483         * vc-hg.el (log-view-vc-backend): Declare for compiler.
7484         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7485         Set log-view-vc-backend so that diff can work.
7487         * log-view.el (log-view-diff): Use vc-diff-internal instead of
7488         vc-version-diff.
7489         (vc-diff-internal): Autoload this instead of vc-version-diff.
7491 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
7493         * simple.el (eval-expression): Doc fix.
7495         * progmodes/cwarn.el (cwarn-mode): Doc fix.
7497 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
7499         * files.el (directory-files-no-dot-files-regexp): New defconst.
7500         (delete-directory): Use it.
7501         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
7503         * net/tramp.el (tramp-verbose): Fix docstring.
7504         (tramp-methods): Add recursive option to `tramp-copy-args'.
7505         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
7506         "scp1_old", "scp2_old", "rsync", "rsyncc".
7507         (tramp-default-method): Check also for `auth-source-user-or-password'.
7508         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7509         Add handler for `copy-directory'.
7510         (tramp-handle-copy-directory): New defun.
7511         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7512         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7513         Optimize sent command.
7515 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7517         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7518         window if necessary.
7520         * calendar/calendar.el (calendar-basic-setup): Don't call
7521         switch-to-buffer in a dedicated window.
7523 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
7525         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7526         don't do anything related to relocating, just return nil.
7527         (bookmark-error-no-filename): New error.
7528         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7529         bookmark has no file.  Don't even attempt to handle things that
7530         are not files; the whole point of custom handlers is to keep that
7531         knowledge elsewhere anyway.  Tighten some comments.
7532         (bookmark-file-or-variation-thereof): Remove now-unused function.
7533         (bookmark-location): Doc string fix.
7534         (Bug#4250)
7536 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7538         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7539         don't use a file dialog, because they usually don't know how to read
7540         a directory target from the user.  (Bug#4230)
7541         Also, make sure the prompt can display directories as well as files.
7543 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7545         * bookmark.el (bookmark-set, bookmark-buffer-name):
7546         Improve doc strings.  (Bug#1193)
7548 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7550         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7551         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7552         (bookmark-get-annotation, bookmark-set-annotation)
7553         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7554         (bookmark-set-position, bookmark-get-front-context-string)
7555         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7556         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7557         (bookmark-jump-other-window, bookmark-handle-bookmark)
7558         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7559         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7560         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7561         Improve doc strings to say whether bookmark can be a string or
7562         a record or both, and make other consistency and clarity fixes.
7563         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7564         (bookmark-default-annotation-text, bookmark-yank-word)
7565         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7566         (bookmark-import-new-list, bookmark-maybe-rename)
7567         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7568         (bookmark-bmenu-bookmark): Give these doc strings.
7569         (bookmark-bmenu-check-position): Give this a doc string, but also
7570         add a FIXME comment about how the function may be pointless.
7571         (bookmark-default-handler): Rework doc string and change a
7572         parameter name, to clarify that this takes a bookmark record
7573         not a bookmark name.
7574         (bookmark-set): Change a parameter name to indicate its meaning,
7575         and improve the doc string a bit.
7576         (Bug#4188)
7578 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7580         * bookmark.el (bookmark-alist): Document the new `handler' element
7581         in the param alist.
7582         (bookmark-make-record-function): Adjust documentation for above.
7583         (Bug#4193)
7585 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7587         * info.el (Info-bookmark-make-record): Document this function.
7588         (Info-bookmark-jump): Document with a doc string, not just a comment.
7589         (Bug#4203)
7591 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
7593         * files.el (copy-directory): New defun.
7595         * dired-aux.el (dired-copy-file-recursive): Use it.
7597 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7599         * files-x.el (modify-dir-local-variable)
7600         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
7601         docstrings.
7603         * recentf.el (recentf-unload-function): New function.
7605 2009-10-04  Glenn Morris  <rgm@gnu.org>
7607         * window.el (window-full-height-p): Add doc string.
7609 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
7611         * window.el (window-full-height-p): New function.  (Bug#4543)
7613 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
7615         * vc.el: Remove commented out code.
7616         (vc-derived-from-dir-mode): Remove, unused.
7617         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7619 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
7621         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7622         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
7623         there could be recursive loading when `default-directory' is a
7624         remote file name.  (Bug#4614)
7626 2009-10-03  Glenn Morris  <rgm@gnu.org>
7628         * calendar/calendar.el (calendar-basic-setup): Handle the case where
7629         the frame is wide.
7630         (calendar-generate-window): Test for shrinkability rather than width.
7632         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7633         reusing existing buffers, in case we happen to visit two files with the
7634         same basename.  (Bug#4593)
7636 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
7638         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7639         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7640         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7641         subdirs of cedet as well.
7642         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7644 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7646         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7647         Obey advertised-signature-table.
7649         * help-fns.el (help-function-arglist): Don't check
7650         advertised-signature-table.
7651         (describe-function-1): Do it here instead so it also applies to subrs.
7653 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
7655         * simple.el (start-file-process): Say in the doc-string, that file
7656         handlers might not support pty association, if PROGRAM is nil.
7658         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7659         HOST and USER are strings.  They are nil, when there are
7660         incomplete entries in ~/.netrc, for example.
7661         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
7662         root directory ("device busy" error otherwise).
7664         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7665         Flush file properties of created directory.
7667 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
7669         * makefile.w32-in (WINS_BASIC): Remove cedet.
7670         (WINS_CEDET): Add cedet.
7671         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7673 2009-10-02  Kevin Ryde  <user42@zip.com.au>
7675         * net/browse-url.el (browse-url): Pass any symbol in
7676         browse-url-browser-function to `apply', since if you've mistakenly put
7677         an unbound symbol then the error is clearer.  (Bug#4531)
7679 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
7681         * allout.el (allout-init, allout-back-to-current-heading)
7682         (allout-beginning-of-current-entry, allout-ascend-to-depth)
7683         (allout-ascend, allout-up-current-level, allout-end-of-level)
7684         (allout-previous-visible-heading, allout-forward-current-level)
7685         (allout-backward-current-level, allout-show-children):
7686         * apropos.el (apropos-describe-plist):
7687         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7688         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7689         * completion.el (add-completion, add-permanent-completion):
7690         * descr-text.el (describe-text-category, describe-char):
7691         * desktop.el (desktop-lazy-abort):
7692         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7693         * dired.el (dired-build-subdir-alist):
7694         * ediff.el (ediff-version):
7695         * elide-head.el (elide-head, elide-head-show):
7696         * emerge.el (emerge-version):
7697         * env.el (getenv):
7698         * face-remap.el (variable-pitch-mode):
7699         * faces.el (describe-face):
7700         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7701         (dired-at-point):
7702         * files.el (find-file-existing, auto-save-mode):
7703         * font-lock.el (font-lock-fontify-buffer):
7704         * help-fns.el (describe-function, describe-variable)
7705         (describe-syntax, describe-categories):
7706         * help.el (view-lossage, describe-bindings, describe-key)
7707         (describe-mode):
7708         * hexl.el (hexl-current-address):
7709         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7710         * info.el (Info-goto-emacs-key-command-node):
7711         * log-edit.el (log-edit-insert-cvs-template)
7712         (log-edit-insert-cvs-rcstemplate):
7713         * menu-bar.el (menu-bar-mode):
7714         * mouse.el (mouse-appearance-menu):
7715         * newcomment.el (comment-indent-new-line):
7716         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7717         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
7718         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
7719         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7720         * recentf.el (recentf-mode):
7721         * savehist.el (savehist-mode, savehist-save):
7722         * shadowfile.el (shadow-copy-files):
7723         * simple.el (kill-ring-save, next-line, previous-line)
7724         (normal-erase-is-backspace-mode):
7725         * strokes.el (strokes-update-window-configuration)
7726         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7727         (strokes-xpm-for-stroke):
7728         * time.el (emacs-uptime, emacs-init-time):
7729         * tutorial.el (tutorial--describe-nonstandard-key)
7730         (tutorial--detailed-help):
7731         * type-break.el (type-break-mode)
7732         (type-break-mode-line-message-mode, type-break-query-mode)
7733         (type-break-guesstimate-keystroke-threshold):
7734         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7735         * version.el (emacs-version):
7736         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7737         * winner.el (winner-mode):
7738         * calendar/timeclock.el (timeclock-in, timeclock-out)
7739         (timeclock-status-string, timeclock-change)
7740         (timeclock-workday-remaining-string)
7741         (timeclock-workday-elapsed-string)
7742         (timeclock-when-to-leave-string):
7743         * calendar/todo-mode.el (todo-add-category):
7744         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7745         * emacs-lisp/autoload.el (update-file-autoloads):
7746         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7747         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7748         (checkdoc-message-text, checkdoc-defun):
7749         * emacs-lisp/debug.el (debugger-list-functions):
7750         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7751         * emacs-lisp/eieio-opt.el (eieio-describe-class)
7752         (eieio-describe-generic):
7753         * emacs-lisp/lisp-mnt.el (lm-synopsis):
7754         * emacs-lisp/shadow.el (list-load-path-shadows):
7755         * emulation/cua-base.el (cua-mode):
7756         * emulation/edt.el (edt-set-scroll-margins):
7757         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7758         (tpu-toggle-regexp, tpu-toggle-search-direction)
7759         (tpu-toggle-rectangle, tpu-toggle-control-keys):
7760         * emulation/tpu-extras.el (tpu-set-scroll-margins):
7761         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7762         (viper-set-parsing-style-toggling-macro)
7763         (viper-set-emacs-state-searchstyle-macros):
7764         * emulation/viper.el (viper-set-hooks):
7765         * eshell/esh-mode.el (eshell-truncate-buffer):
7766         * international/mule-cmds.el (prefer-coding-system)
7767         (describe-input-method, describe-language-environment):
7768         * international/mule-diag.el (list-character-sets)
7769         (describe-character-set, describe-coding-system)
7770         (describe-fontset, list-fontsets, list-input-methods):
7771         * mail/sendmail.el (mail-signature):
7772         * net/ange-ftp.el (ange-ftp-copy-file):
7773         * net/browse-url.el (browse-url):
7774         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7775         * net/quickurl.el (quickurl-add-url):
7776         * net/rcirc.el (names, topic):
7777         * net/xesam.el (xesam-mode):
7778         * play/5x5.el (5x5-new-game):
7779         * play/yow.el (apropos-zippy):
7780         * progmodes/ada-mode.el (ada-mode-version):
7781         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7782         (f90-end-of-block)
7783         (f90-beginning-of-block):
7784         * progmodes/fortran.el (fortran-end-of-block)
7785         (fortran-beginning-of-block):
7786         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7787         * progmodes/python.el (python-describe-symbol, python-shell):
7788         * term/ns-win.el (ns-print-buffer):
7789         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7790         * textmodes/flyspell.el (flyspell-mode-on):
7791         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7792         (pages-directory-for-addresses):
7793         * textmodes/table.el (table-recognize-cell)
7794         (table-query-dimension, table-generate-source)
7795         (table-insert-sequence, table--warn-incompatibility):
7796         * textmodes/tex-mode.el (tex-validate-buffer):
7797         * textmodes/texinfmt.el (texinfmt-version)
7798         (texinfo-format-buffer):
7799         Use `called-interactively-p' instead of `interactive-p'.
7801 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
7803         * image-mode.el (image-toggle-display):
7804         * emacs-lisp/elp.el (elp-instrument-function):
7805         * emacs-lisp/advice.el (ad-make-advised-definition):
7806         * emacs-lisp/easy-mmode.el (define-minor-mode):
7807         * net/browse-url.el (browse-url-maybe-new-window):
7808         * progmodes/sh-script.el (sh-learn-buffer-indent):
7809         Pass new argument 'any to `called-interactively-p'.
7811 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
7813         * international/uni-bidi.el:
7814         * international/uni-category.el:
7815         * international/uni-combining.el:
7816         * international/uni-comment.el:
7817         * international/uni-decimal.el:
7818         * international/uni-decomposition.el:
7819         * international/uni-digit.el:
7820         * international/uni-lowercase.el:
7821         * international/uni-mirrored.el:
7822         * international/uni-name.el:
7823         * international/uni-numeric.el:
7824         * international/uni-old-name.el:
7825         * international/uni-titlecase.el:
7826         * international/uni-uppercase.el:
7827         Regenerate from Unicode 5.2.0 data.
7829 2009-10-01  Glenn Morris  <rgm@gnu.org>
7831         * Makefile.in (ELCFILES): Regenerate.
7833 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7835         * subr.el (interactive-p): Mark obsolete.
7836         (called-interactively-p): Make the optional-ness of `kind' obsolete.
7837         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7838         advertised-signature-table for subroutines as well.
7840         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7841         (set-advertised-calling-convention): New function.
7842         (make-obsolete, define-obsolete-function-alias)
7843         (make-obsolete-variable, define-obsolete-variable-alias):
7844         Make the optional-ness of `when' obsolete.
7845         (define-obsolete-face-alias): Make `when' non-optional.
7846         * help-fns.el (help-function-arglist):
7847         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7848         Use advertised-signature-table.
7850 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
7852         * files.el (delete-directory): New defun.  The original function
7853         in fileio.c has been renamed to `delete-directory-internal'.
7855         * dired.el (dired-delete-file): Call `delete-directory' with
7856         RECURSIVE parameter.
7858         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
7859         parameter RECURSIVE.  Implementation is missing.
7861         * net/tramp.el (tramp-handle-make-directory): Flush upper
7862         directory's file properties.
7863         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
7864         (tramp-handle-dired-recursive-delete-directory): Flush directory
7865         properties after the remove command only.
7867         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7868         Handle optional parameter RECURSIVE.
7870         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7871         Handle optional parameter RECURSIVE.
7873         * net/tramp-smb.el (tramp-smb-errors): Add error message for
7874         connection timeout.
7875         (tramp-smb-handle-delete-directory): Handle optional parameter
7876         RECURSIVE.
7878 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7880         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7881         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7882         (byte-compile-defmacro): Use backquotes.
7884         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7886         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7887         has no associated file.
7888         (vc-resynch-buffer): Use vc-dir-buffers.
7890 2009-10-01  Glenn Morris  <rgm@gnu.org>
7892         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7893         (chart-file-count):
7894         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7895         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7896         * emacs-lisp/eieio-opt.el (eieio-describe-class):
7897         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7898         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7899         (eieio-copy-parents-into-subclass, make-instance, class-children)
7900         (eieio-generic-form):
7902         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7903         match-data.  (Bug#4555).
7905         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7906         rather than parsing it as a regexp.  This relaxes the layout
7907         requirements and makes errors easier to detect.
7908         (check-declare-verify): Check file is regular.
7909         (check-declare-directory): Doc fix.
7910         * subr.el (declare-function): Doc fix.
7912         * ibuffer.el (ibuffer-format-qualifier):
7913         * isearch.el (hi-lock-regexp-okay):
7914         * calc/calc.el (math-zerop):
7915         * mail/uce.el (rmail-msgbeg, rmail-msgend):
7916         * term/w32-win.el (setup-default-fontset, set-fontset-font):
7917         Remove unused declarations.
7919 2009-09-30  Glenn Morris  <rgm@gnu.org>
7921         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7923         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7924         filename is not a string.
7926 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
7928         * files.el (safe-local-eval-forms): Fix typo.
7930 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7932         * vc-hooks.el (vc-dir-buffers): New var.
7933         (vc-state-refresh): New function.
7934         (vc-state): Use it.
7935         (vc-after-save): Always ask the backend to recompute the new state.
7936         Always call vc-dir if necessary, using vc-dir-buffers.
7937         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7938         Use vc-dir-buffers.
7939         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7940         (vc-dir-prepare-status-buffer, vc-dir-update)
7941         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7942         Don't call expand-file-name on default-directory.
7944 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7946         * speedbar.el (speedbar-item-delete):
7947         * calc/calc-prog.el (calc-kbd-if):
7948         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7950         * epa.el (epa-key-list-mode-map):
7951         * hi-lock.el (hi-lock-menu): Fix typos in menus.
7953         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7954         (hs-show-hook): Fix typo in docstring.
7956 2009-09-29  Glenn Morris  <rgm@gnu.org>
7958         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7959         file-name-nondirectory call preventing location of cedet files.
7960         (check-declare-verify): Use literal search rather than re-search.
7961         Add basic defmethod and defclass, and define-overloadable-function.
7963         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7964         Use tramp-compat-file-attributes rather than nonexistent
7965         tramp-compat-handle-file-attributes.
7967         * Makefile.in (lisptagsfiles4): New.
7968         (AUTOGENEL): Add cedet loaddefs files.
7969         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7970         (update-elclist, compile-always, backup-compiled-files)
7971         (bootstrap-clean): Add yet another directory level.
7972         (update-elclist): Use LC_COLLATE rather than COLLATE.
7973         (ELCFILES): Update, via `make update-elclist'.
7975 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7977         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7978         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7979         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7981 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
7983         * Makefile.in (lisptagsfiles3): Define.
7984         (TAGS, TAGS-LISP): Use it.
7985         (update-elclist): Add third directory level to look for elc files.
7986         (compile-always): Likewise.
7987         (backup-compiled-files): Likewise.
7988         (bootstrap-clean): Likewise.
7989         (ELCFILES): Update.
7991 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
7993         * Makefile.in (ELCFILES): Add CEDET files.
7995 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
7997         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7999         * net/tramp.el (top): Require tramp-imap.
8001         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8002         Use `tramp-compat-handle-file-attributes'.
8004 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8006         * net/tramp-imap.el: New package.
8008 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8010         * whitespace.el (whitespace-trailing-regexp)
8011         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8012         Fix doc string.
8014 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
8016         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8017         menu.
8019         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8020         menu-bar-ediff-menu.
8022         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8023         define-overloadable-function.
8025         * progmodes/autoconf.el: Provide autoconf as well, so that this
8026         file can be `require'd.
8028         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8030         * emacs-lisp/autoload.el (generated-autoload-feature)
8031         (generated-autoload-load-name): New vars.
8032         (autoload-rubric, autoload-generate-file-autoloads): Use them.
8033         (make-autoload): Recognize define-overloadable-function and
8034         defclass forms (for EIEIO).
8036         * Makefile.in (update-subdirs): Exclude cedet directory.
8038 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
8040         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
8042         * faces.el: Default light-background background for region face to
8043         ns_selection_color under NS.
8045 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8047         * net/imap-hash.el: New library, see NEWS.
8049         * Makefile.in (ELCFILES): Add imap-hash.el.
8051 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8053         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
8054         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
8055         * help-macro.el (make-help-screen): Avoid using an ambiguous function
8056         definition where the docstring could be taken for the return value.
8058 2009-09-26  Glenn Morris  <rgm@gnu.org>
8060         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
8061         Add option to only show images below a certain size.
8062         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
8063         save-excursion calls.
8065 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
8067         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
8068         subdirectories) and eieio.
8070 2009-09-26  Alan Mackenzie  <acm@muc.de>
8072         * progmodes/cc-engine.el (c-beginning-of-statement-1):
8073         Correct buggy bracketing.  (Bug#4289)
8075         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
8076         character constants (as case labels).  (Bug#4289)
8078 2009-09-25  Juri Linkov  <juri@jurta.org>
8080         * files.el (safe-local-eval-forms): Allow time-stamp in
8081         before-save-hook (Bug#4554).
8083 2009-09-25  Drew Adams  <drew.adams@oracle.com>
8085         * menu-bar.el (list-buffers-directory): Doc fix.
8087 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8089         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
8090         Try and avoid copying twice the same paragraph.
8091         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
8092         Remove save-excursion.
8093         (log-edit-changelog-entry): Do it here instead.
8095 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
8097         * bs.el (bs--get-file-name): Use `list-buffers-directory'
8098         when available, instead of hardcoding mode names.  Doc fix.
8100         * menu-bar.el (list-buffers-directory): Add docstring.
8101         Make automatically buffer-local.
8103         * dired.el (dired-mode):
8104         * files.el (cd-absolute):
8105         * pcvs.el (cvs-temp-buffer):
8106         * pcvs-util.el (cvs-get-buffer-create):
8107         * shell.el (shell-mode):
8108         * vc-dir.el (vc-dir-mode):
8109         Don't make `list-buffers-directory' buffer local.
8111 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
8113         * comint.el (comint-exec, comint-run, make-comint):
8114         Doc fixes (Bug#4542).
8116 2009-09-25  Glenn Morris  <rgm@gnu.org>
8118         * mail/rmailmm.el (rmail-mime): New custom group.
8119         Move all defcustoms in this file into this group.
8120         (rmail-mime-media-type-handlers-alist): Revert previous change.
8121         (rmail-mime-show-images): New option.
8122         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8123         references to it, since it wasn't actually used for anything.
8124         (rmail-mime-insert-image): New function.
8125         (rmail-mime-image): Use rmail-mime-insert-image.
8126         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
8127         obey the value of `rmail-mime-show-images' option.  Print the size of
8128         attachments.
8130 2009-09-25  David Engster  <deng@randomsample.de>
8132         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
8134 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8136         * whitespace.el: Does not highlight trailing spaces While point is
8137         at end of line.  Does not highligt spaces at beginning of buffer
8138         while point is at beginning of buffer.  Does not highlight spaces
8139         at end of buffer while point is at end of buffer.  (Bug#4177)
8140         New version 12.0.
8141         (whitespace-display-mappings): Adjust initialization.
8142         (whitespace-point, whitespace-font-lock-refontify): New vars.
8143         (whitespace-color-on, whitespace-color-off): Adjust code.
8144         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8145         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8146         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8148 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
8150         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8152         * textmodes/sgml-mode.el: Remove xml-mode alias.
8154         * files.el (auto-mode-alist, conf-mode-maybe)
8155         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
8157 2009-09-24  Alan Mackenzie  <acm@muc.de>
8159         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8160         c-forward-conditionals, but it doesn't move point and doesn't set
8161         the mark.
8162         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8163         (c-down-conditional-with-else, c-backward-conditional)
8164         (c-forward-conditional): Refactor to use c-scan-conditionals.
8166 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8168         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8169         (help-default-arg-highlight): Remove.
8170         (help-highlight-arg): New function.
8171         (help-do-arg-highlight): Use it.
8172         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
8174 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8176         * term.el (term-set-scroll-region, term-handle-ansi-escape):
8177         Undo last change, which didn't fix the problem and introduced others.
8179 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
8181         * progmodes/gdb-mi.el: Don't require speedbar.
8182         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8184 2009-09-24  Glenn Morris  <rgm@gnu.org>
8186         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8188         * term/ns-win.el (ns-reg-to-script): Define for compiler.
8190         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8191         there is no newline after the final mime boundary.  (Bug#4539)
8192         Move markers on insertion so that any buttons inserted don't end up in
8193         the next part of a multipart message.
8194         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
8195         (rmail-mime-bulk-handler): Optionally handle images.
8196         (rmail-mime-image): New button action.
8197         (rmail-mime-image-handler): New function.
8198         (rmail-mime-mode): New mode.
8199         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
8201 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8203         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8204         than just dropping elements from it (bug#4504).
8206         * term.el (term-set-scroll-region): Don't move cursor any more.
8207         (term-handle-ansi-escape): Call term-goto here instead.
8208         Suggested by Ivan Kanis <apple@kanis.eu>.
8210         * term.el: Require CL.
8211         (term-ansi-reset): New function.
8212         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8213         (term-handle-colors-array): Simplify.
8215 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8217         * allout.el (allout-overlay-interior-modification-handler)
8218         (allout-obtain-passphrase):
8219         * epa-file.el (epa-file-write-region):
8220         * ps-print.el (ps-begin-job):
8221         * vc-hooks.el (vc-toggle-read-only):
8222         * vc-rcs.el (vc-rcs-rollback):
8223         * vc-sccs.el (vc-sccs-rollback):
8224         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8225         (vc-version-diff, vc-revert, vc-rollback):
8226         * wdired.el (wdired-check-kill-buffer):
8227         * emacs-lisp/authors.el (authors):
8228         * net/socks.el (socks-open-connection):
8229         * net/zeroconf.el (zeroconf-service-add-hook):
8230         * obsolete/vc-mcvs.el (vc-mcvs-register):
8231         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8232         (gdb-select-frame):
8233         * progmodes/grep.el (lgrep, rgrep):
8234         * progmodes/idlw-help.el (idlwave-help-check-locations)
8235         (idlwave-help-html-link, idlwave-help-assistant-open-link):
8236         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8237         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8238         (reftex-toc-rename-label): Fix typos in error messages.
8240         * dired-aux.el (dired-do-shell-command): Reflow docstring.
8241         (dired-copy-how-to-fn): Doc fix.
8242         (dired-files-attributes, dired-read-shell-command):
8243         Fix typos in docstrings.
8245         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8246         (dired-x-find-file-other-window): Reflow docstrings.
8247         (dired-omit-marker-char, dired-read-shell-command)
8248         (dired-x-submit-report): Fix typos in docstrings.
8250         * shell.el (shell-mode-hook):
8251         * view.el (View-scroll-line-forward):
8252         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8253         Fix typos in docstrings.
8255         * net/dig.el (dig-invoke): Fix typo in docstring.
8256         (query-dig): Reflow docstring.
8258         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8259         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8260         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8261         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8262         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8263         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8264         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8265         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8266         (idlwave-completion-map, idlwave-current-indent)
8267         (idlwave-custom-ampersand-surround, idlwave-customize)
8268         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8269         (idlwave-define-abbrev, idlwave-determine-class-special)
8270         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8271         (idlwave-end-block-reg, idlwave-end-of-statement)
8272         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8273         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8274         (idlwave-explicit-class-listed, idlwave-file-header)
8275         (idlwave-fill-paragraph, idlwave-find-class-definition)
8276         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8277         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8278         (idlwave-in-quote, idlwave-indent-action-table)
8279         (idlwave-indent-expand-table, idlwave-indent-line)
8280         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8281         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8282         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8283         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8284         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8285         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8286         (idlwave-outlawed-buffers, idlwave-popup-select)
8287         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8288         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8289         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8290         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8291         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8292         (idlwave-statement-type, idlwave-struct-skip)
8293         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8294         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8295         (idlwave-what-module-find-class): Fix typos in docstrings.
8296         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8297         (idlwave-calculate-cont-indent, idlwave-expand-equal)
8298         (idlwave-find-module, idlwave-find-structure-definition)
8299         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8300         (idlwave-list-load-path-shadows, idlwave-next-statement)
8301         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8302         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8303         (idlwave-template): Reflow docstrings.
8305         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8306         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8307         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8308         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8309         (idlwave-shell-display-line, idlwave-shell-display-wframe)
8310         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8311         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8312         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8313         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8314         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8315         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8316         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8317         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8318         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8319         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8320         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8321         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8322         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8323         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8324         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8325         Fix typos in docstrings.
8326         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8327         (idlwave-shell-hide-output, idlwave-shell-mode)
8328         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8329         Reflow docstrings.
8331         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8333 2009-09-24  Ivan Kanis  <apple@kanis.eu>
8335         * term.el (term-bold-attribute): New var.
8336         (term-handle-colors-array): Use it.
8338 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
8340         * progmodes/gdb-mi.el (gdb-version): New variable.
8341         (gdb-non-stop-handler): Set gdb-version.
8342         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8343         Condition "--thread" option on gdb-version.
8344         (gdb-invalidate-threads): Remove unused argument.
8346 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8348         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8349         to looking-back to avoid ridiculous slow down in large files (bug#4511).
8351 2009-09-23  Glenn Morris  <rgm@gnu.org>
8353         * mail/rmail.el (rmail-reply): Don't try to add a References header when
8354         replying to mail without References or Message-Id.  (Bug#4525)
8356 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
8358         * term/ns-win.el (ns-reg-to-script): New variable.
8360 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
8362         * epg.el (epg-wait-for-status): Preserve existing 'error results.
8364 2009-09-22  Sam Steingold  <sds@gnu.org>
8366         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8367         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8368         to 1 because hg returns status 1 when nothing is found.
8369         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8371 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8373         * textmodes/fill.el: Convert to utf-8 encoding.
8374         (fill-french-nobreak-p): Remove redundant » and « inherited from our
8375         pre-unicode days.
8377         * add-log.el (change-log-fill-forward-paragraph): New function.
8378         (change-log-mode): Use it so fill-region DTRT.
8379         Set fill-indent-according-to-mode here rather than in
8380         change-log-fill-paragraph.
8381         (change-log-fill-paragraph): Remove.
8383 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
8385         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8386         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
8388 2009-09-22  Glenn Morris  <rgm@gnu.org>
8390         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8391         the scroll-bar scroll the calendar window rather than the buffer.
8393         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8394         commands that move point (as opposed to scrolling).
8396         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8398         * emacs-lisp/elint.el (elint): New custom group.
8399         (elint-log-buffer): Make it a defcustom.
8400         (elint-scan-preloaded, elint-ignored-warnings)
8401         (elint-directory-skip-re): New options.
8402         (elint-builtin-variables): Doc fix.
8403         (elint-preloaded-env): New variable.
8404         (elint-unknown-builtin-args): Add an entry for encode-time.
8405         (elint-extra-errors): Make it a variable rather than a constant.
8406         (elint-preloaded-skip-re): New constant.
8407         (elint-directory): Skip files matching elint-directory-skip-re.
8408         (elint-features): New variable, local to linted buffers.
8409         (elint-update-env): Initialize elint-features.  Possibly add
8410         elint-preloaded-env to the buffer's environment.
8411         (elint-get-top-forms): Bind elint-current-pos, for log messages.
8412         Skip quoted forms.
8413         (elint-init-form): New function, extracted from elint-init-env.
8414         Make non-list forms a warning rather than an error.
8415         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
8416         easy-menu-define, put that adds an error-condition, and provide.
8417         When requiring cl, also require cl-macs.  Really require cl, to handle
8418         some cl macros.  Store required libraries in the list elint-features,
8419         so as not to re-load them.  Treat cc-require like require.
8420         (elint-init-env): Call elint-init-form to do the work.
8421         Handle eval-and-compile and such like.
8422         (elint-add-required-env): Do not clear messages.
8423         (elint-special-forms): Add handlers for function, defalias, if, when,
8424         unless, and, or.
8425         (elint-form): Add optional argument to ignore elint-special-forms,
8426         useful to prevent recursive calls from handlers.  Doc fix.
8427         Respect elint-ignored-warnings.
8428         (elint-form): Respect elint-ignored-warnings.
8429         (elint-bound-variable, elint-bound-function): New variables.
8430         (elint-unbound-variable): Respect elint-bound-variable.
8431         (elint-get-args): Respect elint-bound-function.
8432         (elint-check-cond-form): Add some simple handling for (f)boundp and
8433         featurep tests.
8434         (elint-check-defalias-form): New handler.
8435         (elint-check-let-form): Make an empty let a warning rather than an
8436         error.
8437         (elint-check-setq-form): Make an empty setq a warning rather than an
8438         error.  Respect elint-ignored-warnings.
8439         (elint-check-defvar-form): Accept null doc-strings.
8440         (elint-check-conditional-form): New handler.  Does some simple-minded
8441         checking of featurep and (f)boundp tests.
8442         (elint-put-function-args): New function.
8443         (elint-initialize): Use elint-scan-doc-file rather than
8444         elint-find-builtin-variables.  Use elint-put-function-args.
8445         Possibly scan preloaded-file-list.
8446         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8447         extend to handle functions as well.
8449 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
8451         * linum.el (linum-delete-overlays, linum-update-window):
8452         Do not modify the right margin.  (Bug#3971)
8454 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
8456         * files.el (conf-mode-maybe, magic-fallback-mode-alist):
8457         Use nxml-mode instead of xml-mode.
8459 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8461         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
8463 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8465         * net/dig.el (dig-mode): Use define-derived-mode.
8467 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
8469         * vc-dispatcher.el (vc-do-command): Return the process object in
8470         the asynchronous case.  Use when instead of if.  Do not run
8471         vc-exec-after to display a message if not enabled.  (Bug#4463)
8473         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8474         properties to the stash strings.
8475         (vc-git-stash-list): Return a list of strings.
8476         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8477         (vc-git-stash-show-at-point): New functions.
8478         (vc-git-stash-map): New keymap.
8480         * register.el (ctl-x-r-map): Define the keys here instead of
8481         using autoload.
8483 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
8485         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8486         list, to workaround performance problem (bug#4485).
8488 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
8490         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8492 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
8494         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8495         Document that this option is not recommended to use.
8497 2009-09-19  Glenn Morris  <rgm@gnu.org>
8499         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8500         variable `var'.
8502         * calc/calc-alg.el (var):
8503         * calc/calcalg2.el (var): Define for compiler.
8505 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
8507         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8508         Doc fix (Bug#3932).
8510         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8512         * time-stamp.el (time-stamp-month-dd-yyyy)
8513         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8514         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8515         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8516         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8517         Remove functions that have been obsolete since 1995 (Bug#4436).
8519         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8520         indent buffer only if called interactively (Bug#4452).
8522 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
8523             Eli Zaretskii  <eliz@gnu.org>
8525         This fixes bug#4197 (merged to bug#865, though not identical).
8526         * server.el (server-auth-dir): Add docstring note about FAT32.
8527         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8528         but warn against using them.
8530 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
8532         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8533         older GDB where there is no has_more field.
8535 2009-09-19  Glenn Morris  <rgm@gnu.org>
8537         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8539 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
8541         * files.el (auto-mode-alist): Change default for XML files to nXML
8542         mode (Bug#4169).
8544 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
8546         * server.el (server-ensure-safe-dir): Pass 'integer
8547         to `file-attributes', as suggested.
8549 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8551         * dired-aux.el (dired-query-alist): Remove spurious backslash.
8552         (dired-query): Use read-key.
8554 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
8556         * cus-start.el (ns-use-qd-smoothing): Remove.
8558 2009-09-18  Glenn Morris  <rgm@gnu.org>
8560         * allout.el (top-level): Remove unnecessary progn.
8562         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8564         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8565         definition of abbrev table.
8567         * speedbar.el (speedbar-track-mouse):
8568         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8569         * net/eudc.el (eudc-expand-inline):
8570         * net/newst-backend.el (newsticker--cache-read-feed):
8571         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8572         condition-case handlers.
8574 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
8576         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8577         (gdb-var-list): Add an element for has_more field.
8578         (gdb-non-stop-handler): Enable pretty printing for STL containers.
8579         (gdb-var-create-handler, gdb-var-list-children-handler-1)
8580         (gdb-var-update-handler-1): Parse output of dynamic variable
8581         objects (STL containers).
8582         (gdb-var-delete-1): Pass var1 as an explicit second argument.
8583         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
8585         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8586         gdb-var-list.
8587         (gud-speedbar-buttons): Make node expandable if expression "has more"
8588         children.
8590 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
8592         * startup.el (emacs-quick-startup): Remove variable and all uses.
8593         (command-line): Set `inhibit-x-resources' instead.
8594         (command-line-1): Use `inhibit-x-resources' instead.
8596 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
8598         * subr.el: Fix last change to avoid using the `unless' macro,
8599         which breaks bootstrapping.
8601 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8603         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8604         extended definitions, in case we reload subr.el after having
8605         loaded CL.
8606         (eval-next-after-load): Mark as obsolete.
8608 2009-09-17  Juri Linkov  <juri@jurta.org>
8610         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8611         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8612         (menu-bar-showhide-menu, menu-bar-tools-menu)
8613         (menu-bar-describe-menu, menu-bar-help-menu)
8614         (minibuffer-local-completion-map, minibuffer-local-map):
8615         Fix list quoting.
8617 2009-09-17  Glenn Morris  <rgm@gnu.org>
8619         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8620         arguments, whether or not it has a handler.
8622         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8624         * simple.el (hard-newline): Give it a doc-string.
8626         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8627         (lisp-mode-syntax-table): Give them doc-strings.
8629 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
8631         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8632         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8633         (menu-bar-options-menu, menu-bar-showhide-menu)
8634         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8635         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8636         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8637         (menu-bar-options-menu, menu-bar-tools-menu)
8638         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8639         (menu-bar-help-menu):
8640         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8641         string arguments.
8643         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8644         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8645         calls for the menu names and :help.
8647 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8649         * mouse.el (minor-mode-menu-from-indicator): Pay attention
8650         to :minor-mode-function (bug#4455).
8652 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8654         * startup.el (command-line): Initialize the window-system after
8655         processing the command-line.
8657         * textmodes/page.el (what-page): Make sure we don't inf-loop if
8658         page-delimiter matches the empty string.
8660 2009-09-16  Glenn Morris  <rgm@gnu.org>
8662         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8663         byte-compile-not-obsolete-var.  It's a list now.
8664         (byte-compile-not-obsolete-funcs): New variable.
8665         (byte-compile-warn-obsolete): Don't warn about functions if they are in
8666         byte-compile-not-obsolete-funcs.
8667         (byte-compile-variable-ref, byte-compile-defvar): Update for
8668         byte-compile-not-obsolete-vars name-change and list nature.
8669         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8670         and variables behind (f)boundp tests.
8671         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8673 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
8675         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8677 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8679         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8680         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8681         Don't autoload.
8683 2009-09-15  Stephen Eglen  <stephen@gnu.org>
8685         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8686         the virtual-buffers, use the name of the buffer specified by
8687         find-file-noselect, as the match may be a symlink.  (This was a
8688         problem if the target and the symlink had different names.)
8690 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8692         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8694         * desktop.el (desktop-path): Check user-emacs-directory.
8696         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8698         * loadup.el: Use after-load-functions to GC after loading each file.
8699         Remove the explicit GC calls that used to be sprinkled around.
8701         * subr.el (after-load-functions): New hook.
8702         (do-after-load-evaluation): Run it.  Use string-match-p to detect
8703         `obsolete' packages, rather than painfully extracting the relevant
8704         directory name.
8706 2009-09-15  Glenn Morris  <rgm@gnu.org>
8708         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8709         free variable `doc'.
8711         * dired.el (dired-mode-map): Add menu entry for async shell command.
8713         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8714         variables, also consider the .elc files, since the .el files are
8715         normally gzipped (subsequent code locates the .el.gz from the .elc).
8717         * calc/calc-prog.el (arglist): Define for compiler.
8719         * calendar/diary-lib.el (diary-display-function): Change the default to
8720         fancy display.
8721         (body): Define for compiler.
8723         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8724         (byte-compile-file-form, byte-compile-lambda)
8725         (byte-compile-top-level-body, byte-compile-form)
8726         (byte-compile-variable-ref, byte-compile-setq)
8727         (byte-compile-setq-default, byte-compile-body)
8728         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8729         (batch-byte-compile): Give some more local variables with common names
8730         a "bytecomp-" prefix to avoid masking warnings about free variables.
8732         * startup.el (command-line-1): Give local variables with common names a
8733         distinguishing prefix, so as not to hide free variable warnings during
8734         bootstrap.
8736         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8737         clever and add a suffix to make a unique name, just let the user decide
8738         whether or not to overwrite it.  If the input is a directory, write the
8739         default filename to that directory.  (Bug#4388)
8740         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8741         is a filename-as-a-directory.
8743 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8745         * textmodes/page.el (what-page): Don't move to beginning of line.
8746         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8748 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
8750         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8752 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
8754         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8755         * help.el (help-for-help-internal): Add purecopy calls for text.
8757         * vc.el (top): print-log method now takes an optional SHORTLOG
8758         argument.  Add a new method: root.
8759         (vc-root-diff, vc-print-root-log): New functions.
8760         (vc-log-short-style): New variable.
8761         (vc-print-log-internal): Add support for showing short logs.
8763         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8764         vc-print-root-log and vc-print-root-diff.
8766         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8767         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8768         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8769         short logs.
8771         * vc-cvs.el (vc-cvs-print-log):
8772         * vc-mtn.el (vc-mtn-print-log):
8773         * vc-rcs.el (vc-rcs-print-log):
8774         * vc-sccs.el (vc-sccs-print-log):
8775         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8776         that is ignored for now.
8778         * vc-mtn.el (vc-mtn-annotate-command):
8779         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8781 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8783         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8784         to function-key-map, and give them ascii-character property.
8785         * term/x-win.el (x-alternatives-map):
8786         * term/ns-win.el (ns-alternatives-map):
8787         * term/internal.el (msdos-key-remapping-map):
8788         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8790 2009-09-14  Glenn Morris  <rgm@gnu.org>
8792         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8793         temp-buffers (2009-09-12).
8795 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8797         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8798         the new read-key function.
8800 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
8802         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8803         is defined (Bug#4405).
8805 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
8807         * recentf.el (recentf-cleanup): Use a hash table to find
8808         duplicates (Bug#4407).
8810 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
8812         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8813         kp-0 to ascii equivalents (Bug#4325).
8815 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
8817         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8819         * eshell/em-hist.el:
8820         * eshell/em-dirs.el (eshell-complete-user-reference):
8821         Declare pcomplete functions and variables to avoid compiler warnings.
8823 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
8825         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8826         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8827         * eshell/em-alias.el (eshell-aliases-file):
8828         * eshell/em-hist.el (eshell-history-file-name):
8829         Use expand-file-name instead of concat to make file names (Bug#4308).
8831 2009-09-13  Glenn Morris  <rgm@gnu.org>
8833         * ediff-merg.el (ediff-do-merge):
8834         * filesets.el (filesets-run-cmd):
8835         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8836         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8837         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8838         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8839         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8840         Replace empty `let's with `progn'.
8842 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8844         * mail/sendmail.el (send-mail-function):
8845         * tooltip.el (tooltip-mode):
8846         * simple.el (transient-mark-mode):
8847         * rfn-eshadow.el (file-name-shadow-mode):
8848         * frame.el (blink-cursor-mode):
8849         * font-core.el (global-font-lock-mode):
8850         * files.el (temporary-file-directory)
8851         (small-temporary-file-directory, auto-save-file-name-transforms):
8852         * epa-hook.el (auto-encryption-mode):
8853         * composite.el (global-auto-composition-mode):
8854         Use custom-initialize-delay.
8855         * startup.el (command-line): Don't explicitly call
8856         custom-reevaluate-setting for all the above vars.
8857         * custom.el (custom-initialize-safe-set)
8858         (custom-initialize-safe-default): Delete.
8860 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8862         * term/x-win.el (x-initialize-window-system):
8863         * term/w32-win.el (w32-initialize-window-system):
8864         * term/ns-win.el (ns-initialize-window-system): Don't call
8865         mouse-wheel-mode since it's enabled globally by default already.
8867         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8868         actually define the variable, but only silences the byte-compiler.
8869         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8870         before looking it up.
8871         (mouse-wheel-scroll-amount): Also reset the bindings if this value
8872         is changed.
8874 2009-09-12  Glenn Morris  <rgm@gnu.org>
8876         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8877         1000.
8878         (elint-add-required-env): Don't beep on error.
8879         (elint-forms): In case of error, return ENV unchanged.
8880         (elint-init-env): Skip non-list forms.
8881         (elint-log): Handle unknown file positions.
8883 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
8885         * epg.el (epg-make-context): Add autoload cookie.
8886         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8887         (epg-decrypt-string, epg-start-verify, epg-verify-file)
8888         (epg-verify-string, epg-start-sign, epg-sign-file)
8889         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8890         (epg-encrypt-string, epg-start-export-keys)
8891         (epg-export-keys-to-file, epg-export-keys-to-string)
8892         (epg-start-import-keys, epg-import-keys-from-file)
8893         (epg-import-keys-from-string, epg-start-receive-keys)
8894         (epg-receive-keys, epg-import-keys-from-server)
8895         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8896         (epg-sign-keys, epg-start-generate-key)
8897         (epg-generate-key-from-file, epg-generate-key-from-string):
8898         Remove autoload cookie.
8900 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
8902         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8903         reevaluation of trash-directory.
8905         * mwheel.el: Fix last change.
8906         (mouse-wheel-mode): New defvar.
8907         (mouse-wheel-mode): Remove autoload cookie.
8909 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8911         * mwheel.el (mwheel-installed-bindings): New var.
8912         (mouse-wheel-mode): Use it, so as to make sure we really remove all
8913         the bindings we set last time.  Use custom-initialize-delay.
8914         * loadup.el: Load mwheel after term/*-win.el.
8915         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8916         and mouse-wheel-up-event now that their first evaluation is done
8917         sufficiently late to be correct.
8919         * startup.el (tutorial-directory): Make it a defcustom.
8920         Use custom-initialize-delay rather than eval-at-startup to set it.
8921         * image.el (image-load-path): Make it a defcustom.
8922         Use custom-initialize-delay rather than eval-at-startup to set it.
8923         * subr.el (eval-at-startup): Remove.
8924         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8926         * subr.el (do-after-load-evaluation): Warn the user after loading an
8927         obsolete package.
8929 2009-09-12  Glenn Morris  <rgm@gnu.org>
8931         * proced.el (proced-mark-alt): Remove alias.
8932         (proced-mode-map): Remove proced-mark-alt.
8934         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8935         Elint file and directory.  Remove initialization entry.
8937         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8938         commands.
8939         (elint-current-buffer): Set mode-line-process.
8940         (elint-init-env): Handle define-derived-mode.
8941         Fix declare-function with unspecified arglist.  Guard against odd
8942         defalias statements (eg iso-insert's 8859-1-map).
8943         (elint-add-required-env): Use a temp buffer.
8944         (elint-form): Just print the function/macro name, not the whole form.
8945         Return env unchanged if we fail to parse a macro.
8946         (elint-forms): Guard against parse errors.
8947         (elint-output): New function, to handle batch mode.
8948         (elint-log-message): Add optional argument.  Use elint-output.
8949         (elint-set-mode-line): New function.
8951 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
8953         * emacs-lisp/elp.el (elp-not-profilable): Add more
8954         functions (Bug#4233).
8956 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
8958         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8959         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8961 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8963         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8964         (gdb-var-list-children): Use json parsing.
8966 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
8968         * progmodes/js.el (js--proper-indentation): Handle the case where
8969         char-before is null.  Reported by Deniz Dogan.
8971 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8973         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8975 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
8977         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8978         (epg-digest-algorithm-alist): Add SHA224.
8979         (epg-context-set-passphrase-callback)
8980         (epg-context-set-progress-callback): Add description about
8981         callback function.
8983 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8985         * custom.el (custom-delayed-init-variables): New var.
8986         (custom-initialize-delay): New function.
8987         * startup.el (command-line): "Re"evaluate all vars in
8988         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
8989         explicitly any more.
8990         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8991         to avoid creating a ~/.emacs.d at build-time (bug#4347).
8993         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8995 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8997         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8998         (gdb-var-update-handler): Use json parsing.
9000 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
9002         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9003         decode annotated text, regardless of language environment.  (Bug#2741)
9005 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9007         * Makefile.in (autoloads): Make rmail.el writable as well.
9009 2009-09-11  Glenn Morris  <rgm@gnu.org>
9011         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9012         loaddefs.el.
9013         * dired.el: Regenerate with extracted autoloads.
9014         * Makefile.in (autoloads): Make dired.el writable.
9016         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9017         * ibuffer.el: Regenerate with extracted autoloads.
9018         * Makefile.in (autoloads): Make ibuffer.el writable.
9020         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9021         * version.el (emacs-copyright, emacs-major-version)
9022         (emacs-minor-version): Reformat doc-strings for make-docfile.
9024         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9025         functions and variables, since they must be stuff specific to some other
9026         platform.
9027         (apropos-print): Make mouse-click message less specific about button.
9029         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9030         that records where a macro was defined.
9031         * help-fns.el (describe-function-1): Mention if a function has a
9032         compiler-macro.
9033         * help-mode.el (help-function-cmacro): New button.
9035         * locate.el (top-level): Always require dired.
9036         (locate-mode-map): Initialize inside the defvar.
9038         * net/ange-ftp.el (dired-compress-file): Declare.
9039         (ange-ftp-dired-compress-file): Add doc string.
9041         * term/ns-win.el (x-display-name, x-setup-function-keys):
9042         Unify doc-strings with X versions.
9044 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9046         * emulation/crisp.el (crisp-mode-map): Move initialization
9047         into declaration.
9048         (crisp-mode): Use define-minor-mode.
9050         * progmodes/xscheme.el (xscheme-evaluation-commands):
9051         Put a :advertised-binding property rather than using
9052         advertised-xscheme-send-previous-expression.
9053         (advertised-xscheme-send-previous-expression): Declare obsolete.
9054         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
9055         `advertised-undo'.
9056         (crisp-mode): Add corresponding bindings to
9057         undo's :advertised-binding instead.
9058         * dired.el (dired-mode-map): Put a :advertised-binding property rather
9059         than using dired-advertised-find-file.
9060         (dired-advertised-find-file):
9061         * simple.el (advertised-undo):
9062         * wid-edit.el (advertised-widget-backward): Declare obsolete.
9063         (widget-keymap): Put a :advertised-binding property rather
9064         than using advertised-widget-backward.
9065         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
9066         than using advertised-undo.
9067         * tutorial.el (tutorial--default-keys): Adjust accordingly.
9069 2009-09-10  Simon South  <ssouth@slowcomputing.org>
9071         * progmodes/delphi.el (delphi-tab): Indent region when Transient
9072         Mark mode is enabled and region is active; otherwise indent or
9073         insert TAB as usual.
9074         (delphi-mode): Update description of TAB-key binding.
9076 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9078         * subr.el (define-key-rebound-commands): Mark obsolete.
9079         * startup.el (precompute-menubar-bindings): Remove.
9080         (normal-top-level): Remove obsolete code that tried to precompute
9081         menubar bindings.
9082         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
9083         define-key-rebound-commands and precompute-menubar-bindings.
9085 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
9087         * net/imap.el (imap-interactive-login): Better messages.
9088         (imap-open): Fix bug with renamed buffer on reconnect.
9089         (imap-authenticate): Add buffer-local imap-last-authenticator variable
9090         for easier debugging and cleaner code.  On successful (guessed based on
9091         server capabilities) secondary authentication, set imap-state
9092         correctly.
9093         (imap-last-authenticator): Define imap-last-authenticator as a variable
9094         to avoid warnings.
9096 2009-09-10  Glenn Morris  <rgm@gnu.org>
9098         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
9100         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
9101         (byte-compile-file-form-autoload): Don't warn about unknown functions
9102         where the autoload statement comes after the use.
9103         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
9104         that any handlers inside the body (eg require) are in turn respected.
9106         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
9107         effects.
9109         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
9110         and syntax and abbrev tables basic docs, if they don't have any.
9112         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
9114         * international/mule-cmds.el (top-level): Require cl when compiling.
9115         (view-hello-file): Use default-value rather than
9116         default-enable-multibyte-characters.
9118         * progmodes/fortran.el: Move all safe and risky properties into the
9119         defcustoms.
9121         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9122         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9123         * mail/undigest.el:
9124         Put autoloads in rmail.el rather than loaddefs.el.
9125         * mail/rmail.el: Regenerate with extracted autoloads.
9127         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9128         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9130 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
9132         Reported in thread for Bug#4375.
9133         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9134         "-data-evaluate-expression" instead of print.
9135         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9136         (gdb-tooltip-print): Parse output from above MI command.
9137         (gdb): Revert 2009-08-11 change.  User should detach inferior
9138         manually.
9140         Remove the word "separate" from IO functions as inferior
9141         output is now never displayed in the GUD buffer.
9143 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
9145         * startup.el (command-line-normalize-file-name): On Windows and
9146         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9148 2009-09-10  Juri Linkov  <juri@jurta.org>
9150         * isearch.el (isearch-text-char-description): Propertize escape
9151         character sequences with the `escape-glyph' face.  (Bug#4344)
9153         * simple.el (shell-command): Set asynchronous process filter to
9154         `comint-output-filter'.  (Bug#4343)
9156         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9157         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
9158         the list.  Move "asm" to the bottom.
9159         (grep-find-ignored-directories): Add `choice' with nil value
9160         to empty the list easily.
9161         (grep-find-ignored-files): New option.
9162         (grep-files-history): Set to nil by default instead of '("ch" "el").
9163         (grep-compute-defaults): Add "<X>" to `grep-template'.
9164         (grep-read-files): Bind new local variables `default-alias' and
9165         `default-extension'.  Use a list of default values for the file prompt.
9166         (lgrep): Add `--exclude=' command line options composed from
9167         `grep-find-ignored-files'.
9168         (rgrep): Add `-name' command line options composed from
9169         `grep-find-ignored-files'.  (Bug#4301)
9171 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9173         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9174         (bug#4368).
9176 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9178         * calendar/time-date.el (autoload):
9179         Expand define-obsolete-function-alias into defalias and make-obsolete
9180         for old Emacsen that Gnus supports.
9181         (with-no-warnings): Define it for old Emacsen.
9182         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9183         is available.
9184         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9185         float-time is available; suppress compile warning for time-to-seconds.
9187 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
9189         * net/imap.el (imap-message-map): Docstring fix.
9191 2009-09-09  Glenn Morris  <rgm@gnu.org>
9193         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9194         line numbers too.  (Bug#4374)
9196 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9198         * smerge-mode.el (smerge-remove-props, smerge-refine):
9199         Use with-silent-modifications (bug#4342).
9201         * subr.el (with-silent-modifications): New macro.
9203 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
9205         * files.el (top-level): Require `cl' when compiling.
9207 2009-09-07  Glenn Morris  <rgm@gnu.org>
9209         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9211         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9212         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
9214 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
9216         * vc-git.el (vc-git-annotate-command): Use separator to parse
9217         arguments correctly.
9219 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
9221         * proced.el (proced-mode): Doc fix.
9223 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
9225         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9226         lstat fails.
9227         (tramp-do-file-attributes-with-ls): Check for file existence at
9228         remote end.
9229         (tramp-do-file-attributes-with-stat): Likewise.
9230         (tramp-convert-file-attributes): Return nil when attr is nil.
9232 2009-09-05  Glenn Morris  <rgm@gnu.org>
9234         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9235         properties to this button.
9236         (diary-fancy-display): Don't extend the button to the final newline.
9237         (diary-fancy-display-mode): Continue to define "q" as a local key.
9239         * calendar/cal-china.el (holiday-chinese): Make it slightly more
9240         efficient.
9242         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9244         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9245         (byte-compile-dest-file-function): New option.
9246         (byte-compile-dest-file): Doc fix.
9247         Obey byte-compile-dest-file-function.
9248         (byte-compile-cl-file-p): New function.
9249         (byte-compile-eval): Only suppress noruntime warnings about cl functions
9250         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
9251         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9252         than for file being previously loaded.
9253         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9254         (byte-compile-file-form-require): Handle the case where requiring a file
9255         indirectly causes CL to be loaded.
9257 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
9259         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9260         before killing the old buffer, since by the time `kill-buffer' is
9261         run so many buffer variables have been set to nil that it may not
9262         behave as expected.  (Bug#4061)
9264 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
9266         * files.el (find-alternate-file): If the old buffer is modified
9267         and visiting a file, behave similarly to `kill-buffer' when
9268         killing it, thus reverting to the pre-1.878 behavior; see
9269         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9270         for discussion.  Also, consult `buffer-file-name' as a variable
9271         not as a function, for consistency with the rest of the code.
9273 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
9275         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9276         also when adding a new directory.
9278         * net/tramp-compat.el (tramp-compat-line-beginning-position):
9279         New defun.
9281 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9283         * files.el (locate-file-completion-table): Make it provide boundary
9284         information, so partial-completion works better.
9286 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
9288         * mail/footnote.el (Footnote-text-under-cursor):
9289         Check footnote-text-marker-alist before using it (bug#4324).
9291 2009-09-04  Glenn Morris  <rgm@gnu.org>
9293         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9294         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9295         * play/solitaire.el, play/tetris.el:
9296         Remove leading * from defcustom and defface docs.
9298         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9299         necessary.
9300         (diary-fancy-overriding-map): New variable.
9301         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9302         Use view-mode.
9304         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9305         goto-line.
9307 2009-09-03  Glenn Morris  <rgm@gnu.org>
9309         * arc-mode.el (archive-mode):
9310         * dos-fns.el (set-default-process-coding-system):
9311         * man.el (Man-getpage-in-background):
9312         * menu-bar.el (menu-bar-describe-menu):
9313         * server.el (server-process-filter):
9314         * startup.el (command-line):
9315         * tar-mode.el (tar-header-block-tokenize, tar-extract):
9316         * w32-fns.el (set-default-process-coding-system):
9317         * x-dnd.el (x-dnd-handle-file-name):
9318         * international/mule-cmds.el (mule-menu-keymap)
9319         (set-default-coding-systems, language-info-alist, set-language-info)
9320         (set-language-environment, standard-display-european-internal)
9321         (set-locale-environment):
9322         * international/mule-diag.el (mule-diag):
9323         * mail/emacsbug.el (report-emacs-bug):
9324         * mail/rmail.el (rmail-mode):
9325         * mail/sendmail.el (mail-setup):
9326         Use default-value rather than default-enable-multibyte-characters.
9328         * progmodes/f90.el: Move all safe properties into the defcustoms.
9329         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9331         * calendar/appt.el (appt-check):
9332         * calendar/diary-lib.el (diary-set-header, diary-live-p)
9333         (diary-check-diary-file, diary-list-entries)
9334         (diary-include-other-diary-files, diary-simple-display)
9335         (diary-fancy-display, diary-print-entries)
9336         (diary-mark-included-diary-files, diary-make-entry):
9337         Don't call substitute-in-file-name on diary-file.
9339 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
9340             Stefan Monnier  <monnier@iro.umontreal.ca>
9342         * mail/footnote.el (footnote-prefix): Make it a defcustom.
9343         (footnote-mode-map): Move initialization into the declaration.
9344         (footnote-minor-mode-map): Define it rather than changing global-map.
9345         (footnote-mode): Use define-minor-mode.
9347 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
9349         * net/tramp.el (tramp-handle-file-attributes-with-ls)
9350         (tramp-do-file-attributes-with-perl)
9351         (tramp-do-file-attributes-with-stat): Rename from
9352         `tramp-handle-file-attributes-with-*'.
9353         (tramp-handle-file-attributes): Use them.
9354         (tramp-do-directory-files-and-attributes-with-perl)
9355         (tramp-do-directory-files-and-attributes-with-stat): Rename from
9356         `tramp-handle-directory-files-and-attributes-with-*'.
9357         (tramp-handle-directory-files-and-attributes): Use them.
9358         (tramp-method-out-of-band-p): Additional parameter SIZE.
9359         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9360         (tramp-handle-write-region): Use it.
9361         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9362         (tramp-handle-vc-registered): Check, whether the first run did
9363         return files to be tested.
9364         (tramp-advice-make-auto-save-file-name): Do not call directly
9365         `tramp-handle-make-auto-save-file-name', because this would bypass
9366         the locking mechanism.
9368         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9369         (file-remote-p, process-file, start-file-process, set-file-times)
9370         (tramp-compat-file-attributes): Compatibility functions shall not
9371         call directly `tramp-handle-*', because this would bypass the
9372         locking mechanism.
9373         (tramp-compat-number-sequence): New defun.
9375 2009-09-02  Glenn Morris  <rgm@gnu.org>
9377         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9378         alias for float-time.
9379         (time-to-number-of-days): In Emacs, use float-time.
9380         * net/newst-backend.el (time-add): Suppress warnings from compat
9381         function.
9382         * time.el (emacs-uptime, emacs-init-time):
9383         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9384         Use float-time rather than time-to-seconds.
9386         * minibuffer.el (completion-initials-expand): Fix typo.
9388         * faces.el (modeline, modeline-inactive, modeline-highlight)
9389         (modeline-buffer-id):
9390         * info.el (info-menu-5): Mark these face aliases as obsolete.
9392 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
9394         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9395         space ...
9396         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9397         no "--thread" option.
9398         (gdb-stopped): Don't print "Switched to thread" message when it is
9399         unchanged.
9401 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9403         * minibuffer.el (completion-try-completion)
9404         (completion-all-completions): Remove ill-defined (and
9405         mistakenly installed and luckily never used nor documented)
9406         `completion-styles' property.
9407         (completion-initials-expand, completion-initials-all-completions)
9408         (completion-initials-try-completion): New functions.
9409         (completion-styles-alist): Add doc to each entry.
9410         Add new `initials' entry.
9412 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
9414         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9415         MI command -var-evaluate-expression.
9416         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9417         and tweak for case of string child.
9418         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9420 2009-09-01  Glenn Morris  <rgm@gnu.org>
9422         * add-log.el (change-log-date-face, change-log-name-face)
9423         (change-log-email-face, change-log-file-face, change-log-list-face)
9424         (change-log-conditionals-face, change-log-function-face)
9425         (change-log-acknowledgement-face):
9426         * cus-edit.el (custom-invalid-face, custom-rogue-face)
9427         (custom-modified-face, custom-set-face, custom-changed-face)
9428         (custom-saved-face, custom-button-face, custom-button-pressed-face)
9429         (custom-documentation-face, custom-state-face, custom-comment-face)
9430         (custom-comment-tag-face, custom-variable-tag-face)
9431         (custom-variable-button-face, custom-face-tag-face)
9432         (custom-group-tag-face-1, custom-group-tag-face):
9433         * diff-mode.el (diff-header-face, diff-file-header-face)
9434         (diff-index-face, diff-hunk-header-face, diff-removed-face)
9435         (diff-added-face, diff-changed-face, diff-function-face)
9436         (diff-context-face, diff-nonexistent-face):
9437         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9438         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9439         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9440         (Info-title-4-face):
9441         * isearch.el (isearch-lazy-highlight-face):
9442         * log-view.el (log-view-file-face, log-view-message-face):
9443         * paren.el (show-paren-match-face, show-paren-mismatch-face):
9444         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9445         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9446         (cvs-msg-face):
9447         * smerge-mode.el (smerge-mine-face, smerge-other-face)
9448         (smerge-base-face, smerge-markers-face):
9449         * wid-edit.el (widget-documentation-face, widget-button-face)
9450         (widget-field-face, widget-single-line-field-face)
9451         (widget-inactive-face, widget-button-pressed-face):
9452         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9453         (woman-addition-face):
9454         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9455         (eshell-ls-executable-face, eshell-ls-readonly-face)
9456         (eshell-ls-unreadable-face, eshell-ls-special-face)
9457         (eshell-ls-missing-face, eshell-ls-archive-face)
9458         (eshell-ls-backup-face, eshell-ls-product-face)
9459         (eshell-ls-clutter-face):
9460         * eshell/em-prompt.el (eshell-prompt-face):
9461         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9462         * obsolete/old-whitespace.el (whitespace-highlight-face):
9463         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9464         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9465         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9466         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9467         (antlr-font-lock-literal-face):
9468         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9469         (ebrowse-root-class-face, ebrowse-file-name-face)
9470         (ebrowse-default-face, ebrowse-member-attribute-face)
9471         (ebrowse-member-class-face, ebrowse-progress-face):
9472         * progmodes/make-mode.el (makefile-space-face):
9473         * progmodes/sh-script.el (sh-heredoc-face):
9474         * textmodes/flyspell.el (flyspell-incorrect-face)
9475         (flyspell-duplicate-face):
9476         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9477         * textmodes/texinfo.el (texinfo-heading-face):
9478         Mark face aliases with "-face" suffix as obsolete.
9480         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9481         compiler.
9483         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9484         (eudc-bob-sound-menu): Use defvar rather than defconst, since
9485         easy-menu-define wants to modify these.
9487         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9489         * net/browse-url.el (browse-url-file-url):
9490         * term/internal.el (dos-codepage-setup):
9491         Use default-value rather than default-enable-multibyte-characters.
9493         * progmodes/etags.el (etags-goto-tag-location):
9494         * progmodes/flymake.el (flymake-highlight-line)
9495         (flymake-goto-file-and-line, flymake-goto-line):
9496         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9497         (gdb-goto-breakpoint):
9498         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9499         * progmodes/python.el (python-find-function)
9500         (python-pdbtrack-track-stack-file):
9501         * progmodes/verilog-mode.el (verilog-surelint-off):
9502         * term/ns-win.el (ns-open-file-select-line):
9503         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9504         Use forward-line rather than goto-line.
9506         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9507         * textmodes/reftex-index.el (reftex-display-index):
9508         * textmodes/reftex-ref.el (reftex-offer-label-menu):
9509         * textmodes/reftex-toc.el (reftex-toc):
9510         Remove unnecessary bindings of default-major-mode (all are followed by
9511         major-mode check and possible mode switch).
9513 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
9515         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9516         Handle watchpoints (bug#4282).
9517         (def-gdb-thread-buffer-command): Enable thread to be selected by
9518         clicking without selecting threads buffer first.
9519         (gdb-current-context-command): Use selected frame so that "up",
9520         "down" etc work in the GUD buffer.
9521         (gdb-update): Find selected frame before rendering stack buffer.
9522         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9524 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9526         * progmodes/sym-comp.el (displayed-completions): Remove.
9527         (symbol-complete): Use minibuffer-complete.
9529 2009-08-31  Glenn Morris  <rgm@gnu.org>
9531         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9533         * apropos.el (apropos-symbols-internal):
9534         Handle (obsolete) face aliases.
9536         * faces.el (describe-face): Adjust the output format to be more like
9537         describe-variable, and to mention (obsolete) face aliases.
9538         Adjust the whitespace so that help-setup-xref works.
9540         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9541         * calendar/diary-lib.el (diary-button-face):
9542         Mark these face aliases as obsolete.
9544         * calendar/calendar.el (calendar-today): Doc fix.
9546 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
9548         * progmodes/gdb-mi.el (gdb-control-all-threads)
9549         (gdb-control-current-thread): Force tool bar update.
9550         (gdb-non-stop-handler): New function.
9551         (gdb-init-1): Use it to test if non-stop mode is supported.
9552         Remove unused gdbmi buffer type.
9554 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
9556         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9557         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
9559 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
9561         * comint.el (comint-exec-1): Check command is non-null first.
9562         Part of gdb-mi.el change (2009-08-28).
9564 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9566         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9568 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
9570         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9571         instead of `dolist' to avoid a recursive require when bootstrapping.
9573 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9575         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9577         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9579         * net/imap.el (imap-send-command): Simplify.
9580         (imap-wait-for-tag): point-max -> buffer-size.
9582         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9584         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9585         with constant argument.
9587         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9589         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9591         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9592         Change default, since most of our files don't have a history.
9593         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9594         the user.
9596         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9597         Add comint-run.
9599         * calc/calc.el: Improve commenting convention.
9600         (calc-digit-map, toplevel): Simplify.
9602         * comint.el (comint-insert-input): Be careful to only set point if we
9603         don't delegate to some other command.
9605         * proced.el (proced-signal-list): Make it an alist.
9606         (proced-grammar-alist): Capitalize names.
9607         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9608         Disable undo manually and make it read-only.
9609         Use completion-annotate-function.
9611         * minibuffer.el (minibuffer-message): If the current buffer is not
9612         a minibuffer, insert the message in the echo area rather than at the
9613         end of the buffer.
9614         (completion-annotate-function): New variable.
9615         (minibuffer-completion-help): Use it.
9616         (completion--embedded-envvar-table): Environment vars are
9617         always case-sensitive.
9619 2009-08-30  Glenn Morris  <rgm@gnu.org>
9621         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9622         from fortran-current-defun.
9623         (fortran-beginning-of-subprogram): Be more precise about finding the
9624         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
9625         (fortran-end-of-subprogram): Simplify.
9626         (fortran-current-defun): Use fortran-start-prog-re.
9628 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
9630         * subr.el (do-after-load-evaluation): Simplify.
9632 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
9634         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9636         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
9637         (vc-rcs-print-log): Use it.
9639         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9641 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9643         * paths.el (abbrev-file-name): Move to abbrev.el.
9644         * abbrev.el (abbrev-file-name): Move from paths.el.
9645         Obey user-emacs-directory.
9646         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9647         user-emacs-directory.
9648         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9649         abbrev-file-name and calc-settings-file any more.
9650         * startup.el (command-line): Recompute abbrev-file-name and
9651         abbreviated-home-dir.
9652         (normal-no-mouse-startup-screen): Improve the generic code and get rid
9653         of the special code for when C-h bindings haven't been changed.
9654         (display-startup-echo-area-message): Use with-current-buffer.
9655         (command-line-1): Use a list of strings, rather than a list of lists
9656         of strings for longopts.
9658         * files.el (get-free-disk-space): Use / for default-directory.
9660         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9661         Use with-current-buffer.
9663         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9664         Recognize immutable variables like most-positive-fixnum.
9665         (byte-compile-setq-default): Check and warn if trying to assign
9666         to an immutable variable, or a non-variable.
9668         * progmodes/cc-vars.el (c-comment-continuation-stars):
9669         * progmodes/cc-engine.el (c-looking-at-bos):
9670         * progmodes/cc-cmds.el (c-toggle-auto-state)
9671         (c-forward-into-nomenclature, c-backward-into-nomenclature)
9672         (c-comment-line-break-function): Add version of obsolescence.
9674 2009-08-28  Juri Linkov  <juri@jurta.org>
9676         * files.el (magic-fallback-mode-alist): Add ZIP magic number
9677         associated with `archive-mode'.
9679         * image.el (image-type-header-regexps): Use only JPEG magic number
9680         to determine JPEG images, and don't use `image-jpeg-p' because
9681         Emacs can display non-JFIF non-Exif JPEG images.
9683 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
9685         * arc-mode.el (archive-mode):
9686         * emacs-lisp/re-builder.el (re-builder-unload-function):
9687         Protect against the default value of `major-mode' being nil.
9689 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
9691         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9692         Fix typos in docstrings.
9694         * progmodes/js.el (js--macro-decl-re): Doc fix.
9695         (js--plain-method-re, js--split-name): Refloc docstring.
9696         (js--class-styles, js--make-merged-item, js--splice-into-items):
9697         Fix typos in docstrings; reflow docstrings.
9698         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9699         (js--variable-decl-matcher, js--inside-pitem-p)
9700         (js--parse-state-at-point, js--get-all-known-symbols)
9701         (js--symbol-history, js-find-symbol, js--js-references)
9702         (js--moz-interactor, js--js-encode-value, js--read-tab):
9703         Fix typos in docstrings.
9705 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9707         * textmodes/reftex.el (reftex-get-file-buffer-force):
9708         * progmodes/verilog-mode.el (verilog-batch-execute-func):
9709         * emulation/viper.el (viper-go-away, viper-set-hooks):
9710         * emacs-lisp/re-builder.el (re-builder-unload-function):
9711         * emacs-lisp/bytecomp.el (byte-compile-file):
9712         * ses.el (ses-unload-function):
9713         * hexl.el (hexl-find-file):
9714         * files.el (normal-mode):
9715         * ehelp.el (with-electric-help):
9716         * autoinsert.el (auto-insert-alist):
9717         * arc-mode.el (archive-mode):
9718         Use (default-value 'major-mode) instead of default-major-mode.
9720         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9721         * international/mule.el (load-with-code-conversion):
9722         * emacs-lisp/debug.el (debug):
9723         * ediff-vers.el (ediff-rcs-get-output-buffer):
9724         * dired.el (dired-internal-noselect): Don't let-bind
9725         default-major-mode around code that doesn't use it.
9726         E.g. buffer creation via get-buffer-create doesn't use it.
9728 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
9730         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9731         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9732         when writing the temp file.  Otherwise, epa-file gets confused.
9733         (tramp-register-file-name-handlers): Make it a defun.  Move also
9734         `epa-file-handler' to the front of `file-name-handler-alist'.
9736 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9738         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9739         start right after a ^M.
9740         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9741         (tramp-completion-file-name-regexp-separate)
9742         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
9743         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9744         Don't modify last-coding-system-used by accident.
9745         (tramp-completion-file-name-handler): Apply the checks here,
9746         instead during registration.
9747         (tramp-register-file-name-handlers): Renamed from
9748         `tramp-register-file-name-handler'.  Register both
9749         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
9750         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
9752 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
9754         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9755         Remove variable ...
9756         (gdb-init-1, gdb-display-separate-io-buffer)
9757         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9758         references to it.
9759         (gdb-inferior-io-mode): Use make-comint-in-buffer.
9760         (gdb-inferior-filter): Use comint-output-filter to stop
9761         echoing and remove ^M characters.
9763 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9765         * emulation/viper-init.el (viper-restore-cursor-type):
9766         * emulation/cua-base.el (cua--update-indications):
9767         Replace default-cursor-type with (default-value 'cursor-type).
9769         * mail/sendmail.el (mail-recover-1):
9770         * international/mule-diag.el (describe-current-coding-system-briefly)
9771         (describe-current-coding-system):
9772         * international/mule-cmds.el (select-safe-coding-system)
9773         (select-message-coding-system)
9774         (set-language-environment-coding-systems, set-locale-environment):
9775         * hexl.el (hexl-insert-multibyte-char):
9776         * dos-w32.el (find-buffer-file-type-coding-system):
9777         * simple.el (what-cursor-position):
9778         Replace uses of default-buffer-file-coding-system
9779         with (default-value 'buffer-file-coding-system).
9781         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9782         Replace uses of default-cursor-in-non-selected-windows
9783         with (default-value 'cursor-in-non-selected-windows).
9784         Use with-current-buffer.
9786         * mail/feedmail.el: Use CL macros.
9787         (feedmail-run-the-queue, feedmail-send-it-immediately):
9788         * dos-w32.el (find-buffer-file-type): Replace uses of
9789         default-buffer-file-type with (default-value 'buffer-file-type).
9791 2009-08-28  Glenn Morris  <rgm@gnu.org>
9793         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9794         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9795         Use default-value of major-mode rather than default-major-mode.
9797 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9799         * Makefile.in (update-elcfiles): Report left over elc files.
9801         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9802         expand-file-name and with-current-buffer.
9803         (mail-get-names, mail-directory): Use with-current-buffer.
9805         * vc.el (vc-read-revision): New function.
9806         (vc-version-diff, vc-merge): Use it.
9808 2009-08-27  Sam Steingold  <sds@gnu.org>
9810         * simple.el (kill-do-not-save-duplicates): New user option.
9811         (kill-new): When it is non-nil, and the new string is the same as
9812         the latest kill, set replace to t to avoid duplicates in kill-ring.
9814 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
9816         * net/tramp.el (tramp-handle-process-file): Do not flush all
9817         caches when `process-file-side-effects' is set.
9818         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
9819         instead of `tramp-find-file-exists-command'.
9820         Unset `process-file-side-effects'.
9822 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
9824         * net/tramp.el (tramp-methods): New method "rsyncc".
9825         (top): Add completion function for "rsyncc".
9826         (tramp-message-show-message): New defvar.
9827         (tramp-message, tramp-error): Use it.
9828         (tramp-do-copy-or-rename-file-directly): Extend check for direct
9829         remote copying.
9830         (tramp-do-copy-or-rename-file-out-of-band): Handle new
9831         `tramp-methods' entry `copy-env' of "rsyncc".
9832         (tramp-vc-registered-read-file-names): New defconst.
9833         (tramp-vc-registered-file-names): New defvar.
9834         (tramp-handle-vc-registered): Implement optimization strategy.
9835         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9836         (tramp-vc-file-name-handler): New defun.
9837         (tramp-get-ls-command, tramp-get-test-command)
9838         (tramp-get-file-exists-command, tramp-get-remote-ln)
9839         (tramp-get-remote-perl, tramp-get-remote-stat)
9840         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
9842         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9843         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
9844         timestamps.
9845         (tramp-get-file-property): Check for timestamps in
9846         `tramp-cache-inhibit-cache'.
9847         (tramp-set-file-property): Write timestamp.
9849 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9851         * language/japan-util.el (japanese-symbol-table): Add entries for
9852         cp932-2-byte.
9854         * international/characters.el: Add category `j' to cp932-2-byte.
9856 2009-08-27  Kenichi Handa  <handa@m17n.org>
9858         * international/fontset.el (build-default-fontset-data): New macro.
9859         (setup-default-fontset): Use build-default-fontset-data for CJK,
9860         tibetan, ethiopic, and ipa.
9862 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9864         * cus-start.el (default-major-mode): Customize `major-mode' instead.
9865         (enable-multibyte-characters): Not customizable any more.
9867         * subr.el (default-mode-line-format, default-header-line-format)
9868         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9869         (default-direction-reversed, default-truncate-lines)
9870         (default-left-margin, default-tab-width, default-case-fold-search)
9871         (default-left-margin-width, default-right-margin-width)
9872         (default-left-fringe-width, default-right-fringe-width)
9873         (default-fringes-outside-margins, default-scroll-bar-width)
9874         (default-vertical-scroll-bar, default-indicate-empty-lines)
9875         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9876         (default-fringe-cursor-alist, default-scroll-up-aggressively)
9877         (default-scroll-down-aggressively, default-fill-column)
9878         (default-cursor-type, default-buffer-file-type)
9879         (default-cursor-in-non-selected-windows)
9880         (default-buffer-file-coding-system, default-major-mode)
9881         (default-enable-multibyte-characters): Mark as obsolete.
9883 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
9885         * vc-dir.el (vc-dir-update): Remove debug helper.
9887         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9889 2009-08-26  Sam Steingold  <sds@gnu.org>
9891         * simple.el (save-interprogram-paste-before-kill): New user option.
9892         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9893         save the interprogram-paste into kill-ring before overriding it
9894         with the Emacs kill.
9896 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9898         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9899         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9900         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9901         and move to vc-rcs.el.
9902         (vc-default-next-revision): Rename to vc-rcs-next-revision and
9903         move to vc-rcs.el.
9904         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9905         (vc-rcs-update-changelog): Remove.
9906         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9907         and move to vc-rcs.el.
9909         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9910         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9911         renaming.
9912         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9913         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9914         vc.el, renamed to be RCS specific.
9916         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9917         New functions.
9918         (vc-cvs-update-changelog): Move here from vc.el.
9920         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9921         New functions.
9923 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9925         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9927 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9929         * vc-git.el (vc-git-register): Use "git add" for directories.
9930         (vc-git-stash, vc-git-stash-show): New functions.
9931         (vc-git-extra-menu-map): Bind them.
9933         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9934         directory correctly in case the item is a directory itself.
9936         * vc.el: Document the desired behavior for reverted files in the
9937         `added' state.
9938         (vc-default-prettify-state-info): Remove function, unused.
9940         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9942 2009-08-26  Glenn Morris  <rgm@gnu.org>
9944         * bindings.el (standard-mode-line-format): Reposition dashes in
9945         which-func entry.  (Bug#4217)
9947         * files.el (enable-local-variables, enable-local-eval)
9948         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9949         the defcustoms.
9950         (auto-mode-alist, ignored-local-variables)
9951         (save-some-buffers-action-alist): Move risky declarations to the
9952         definitions.
9953         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9954         (font-lock-defaults, format-alist, imenu--index-alist)
9955         (imenu-generic-expression, input-method-alist, minor-mode-alist)
9956         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9957         (mode-line-modified, mode-line-mule-info, mode-line-position)
9958         (mode-line-process, mode-line-remote, outline-level)
9959         (parse-time-rules, rmail-output-file-alist)
9960         (special-display-buffer-names, vc-mode):
9961         Move risky declarations to the relevant files.
9962         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9963         (mode-line-modified, mode-line-process, mode-line-position)
9964         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9965         * font-core.el (font-lock-defaults):
9966         * format.el (format-alist):
9967         * vc-hooks.el (vc-mode):
9968         * window.el (special-display-buffer-names):
9969         * international/mule-cmds.el (input-method-alist):
9970         Define riskiness here (dumped file) rather than in files.el.
9971         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9972         * imenu.el (imenu-generic-expression, imenu--index-alist):
9973         * outline.el (outline-level):
9974         * time.el (display-time-string):
9975         * calendar/parse-time.el (parse-time-rules):
9976         * mail/rmailout.el (rmail-output-file-alist):
9977         Autoload riskiness here, rather than placing in files.el.
9979 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
9981         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9983 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
9985         * simple.el (process-file-side-effects): New defvar.
9987         * dired-aux.el (dired-show-file-type):
9988         * vc.el (vc-diff-internal):
9989         * vc-arch.el (vc-arch-diff):
9990         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9991         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9992         * vc-git.el (vc-git-registered, vc-git-working-revision)
9993         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9994         (vc-git--empty-db-p):
9995         * vc-hooks.el (vc-user-login-name):
9996         * vc-svn.el (vc-svn-registered, vc-svn-state)
9997         (vc-svn-dir-extra-headers, vc-svn-find-revision):
9998         * progmodes/grep.el (grep-probe): Let-bind
9999         `process-file-side-effects' with nil.
10001         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10003         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10004         daemon.  Replace ping by checking for running service for bluez
10005         and zeroconf.  (Bug#4239)
10007 2009-08-25  Kevin Ryde  <user42@zip.com.au>
10009         * net/dig.el (dig): Add autoload cookie.
10011 2009-08-25  Glenn Morris  <rgm@gnu.org>
10013         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10014         load-history for absolute file-names.
10015         (byte-compile-file-form-require): Warn about use of the cl package.
10017         * format.el (format-alist): Doc fix.
10019         * play/bubbles.el (top-level): Don't require cl at run-time.
10021         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10022         run-time cl).
10024 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
10026         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10027         from cl package.
10028         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10030 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
10032         * calc/calc-alg.el (math-trig-rewrite)
10033         (math-hyperbolic-trig-rewrite): New functions.
10034         (calc-simplify): Simplify trig functions when asked.
10036 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10038         * diff-mode.el (diff-find-source-location): Avoid goto-line.
10040 2009-08-24  Kenichi Handa  <handa@m17n.org>
10042         * language/ind-util.el (mapthread): Delete it.
10043         (combinatorial): New function.
10044         (indian--puthash-cv): Use combinatorial instead of mapthread.
10046 2009-08-22  Kevin Ryde  <user42@zip.com.au>
10048         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
10049         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
10050         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
10051         Clarify docstring that the value is strings not symbols.
10052         (checkdoc-list-of-strings-p): New function.
10054 2009-08-22  Glenn Morris  <rgm@gnu.org>
10056         * files.el (auto-mode-alist):
10057         * hippie-exp.el (he-concat-directory-file-name):
10058         * lpr.el (lpr-windows-system, printer-name):
10059         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
10060         * ps-print.el (ps-windows-system):
10061         * startup.el (command-line):
10062         * emulation/viper-ex.el (viper-glob-function):
10063         * international/mule-cmds.el (set-language-environment-coding-systems):
10064         * net/ange-ftp.el (ange-ftp-write-region):
10065         * obsolete/fast-lock.el (fast-lock-cache-name):
10066         Remove code for defunct system-types emx, macos, mswindows, next-mach,
10067         unisoft-unix, vax-vms, win32, w32.
10069         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
10070         given name if the pattern is not more specific.
10072         * calendar/lunar.el (lunar-phase-names): New option.
10073         (lunar-phase): Doc fix.
10074         (lunar-cycles-per-year): New constant.
10075         (lunar-index): New function.
10076         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
10077         (lunar-phase-name): Use lunar-phase-names.
10078         (calendar-lunar-phases): Use format.
10079         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
10081         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
10082         Copy imenu-example--name-and-position function here for own use.
10083         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
10085         * bs.el (bs--redisplay):
10086         * cus-edit.el (custom-redraw):
10087         * ibuffer.el (ibuffer-bury-buffer):
10088         * server.el (server-goto-line-column):
10089         * startup.el (command-line-1):
10090         * strokes.el (strokes-xpm-for-stroke):
10091         * term.el (term-display-buffer-line):
10092         * view.el (View-goto-line):
10093         * calc/calc.el (calc-do, calc-trail-buffer):
10094         * play/gamegrid.el (gamegrid-add-score-insecure):
10095         * progmodes/ada-mode.el (ada-compile-goto-error):
10096         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
10097         (ebrowse-select-1st-to-9nth):
10098         * progmodes/cperl-mode.el (cperl-time-fontification):
10099         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
10100         * progmodes/gud.el (gud-display-line):
10101         (idlwave-shell-display-line):
10102         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
10103         * progmodes/make-mode.el (makefile-browser-toggle):
10104         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
10105         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
10106         * textmodes/picture.el (picture-draw-rectangle):
10107         * textmodes/reftex-index.el (reftex-index-goto-letter):
10108         (reftex-select-jump-to-previous):
10109         * textmodes/reftex-sel.el (reftex-find-start-point)
10110         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
10111         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
10112         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
10113         * textmodes/tex-mode.el (tex-compilation-parse-errors):
10114         * textmodes/two-column.el (2C-associated-buffer):
10115         Use forward-line rather than goto-line.
10117         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10118         goto-line.
10120         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10121         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10122         (quick-check-list-to-regexp): Declare.
10124         * progmodes/make-mode.el (makefile-browser-insert-selection):
10125         Use goto-char rather than goto-line.
10127         * progmodes/prolog.el (compilation-error-regexp-alist)
10128         (compilation-forget-errors): Declare.
10130 2009-08-22  Juri Linkov  <juri@jurta.org>
10132         * progmodes/grep.el (lgrep, rgrep): At the beginning
10133         set `dir' to `default-directory' unless `dir' is a non-nil
10134         readable directory.  (Bug#4052)
10135         (lgrep, rgrep): Change a weird way to report an error
10136         from using `read-string' to using `error'.
10137         Instead of using interactive arguments in the function body,
10138         add new argument `confirm'.
10140 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10142         * textmodes/remember.el (remember-buffer):
10143         * progmodes/cperl-mode.el (cperl-vc-header-alist):
10144         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10145         (icalendar-extract-ical-from-buffer):
10146         * net/newst-treeview.el (newsticker-groups-filename):
10147         * net/newst-backend.el (newsticker-cache-filename):
10148         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10149         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10150         (speedbar-add-ignored-path-regexp, speedbar-line-path)
10151         (speedbar-buffers-line-path, speedbar-path-line)
10152         (speedbar-buffers-line-path):
10153         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10154         (epg-sign-keys):
10155         * epa.el (epa-display-verify-result):
10156         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10158 2009-08-21  Glenn Morris  <rgm@gnu.org>
10160         * progmodes/js.el (inferior-moz-process): Fix declaration.
10162         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10164         * obsolete/rnewspost.el (news-mail-reply):
10165         Use goto-char rather than goto-line.
10167         * term/ns-win.el (ns-open-file-select-line):
10168         Use line-beginning-position rather than goto-line.
10170         * apropos.el (apropos-command):
10171         * ehelp.el (electric-helpify):
10172         * printing.el (pr-show-setup):
10173         * strokes.el (strokes-help):
10174         * tutorial.el (tutorial--describe-nonstandard-key)
10175         (tutorial--detailed-help):
10176         * woman.el (woman-mini-help, woman-display-extended-fonts):
10177         * calc/calc-help.el (calc-describe-key):
10178         * emulation/edt.el (edt-electric-helpify):
10179         * international/mule-diag.el (mule-diag):
10180         * play/yow.el (apropos-zippy):
10181         * progmodes/python.el (python-describe-symbol):
10182         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10183         * textmodes/table.el (*table--cell-describe-mode)
10184         (*table--cell-describe-bindings):
10185         Use help-print-return-message rather than the now obsolete alias.
10187         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
10188         (calendar-cursor-to-visible-date):
10189         * play/5x5.el (5x5-position-cursor):
10190         * play/decipher.el (decipher):
10191         * play/gomoku.el (gomoku-goto-xy):
10192         * play/landmark.el (lm-goto-xy):
10193         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10194         (mpuz-paint-digit):
10195         Use forward-line, not goto-line.
10197         * mail/rmail.el (rmail-obsolete): Delete custom group.
10198         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10199         (rmail-remote-password, rmail-remote-password-required):
10200         Remove unneeded :set-after and :set properties.
10202 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
10204         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10206 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
10208         * loadup.el: Remove leftover macos code.
10210         * vc-git.el (vc-git-annotate-command): Run asynchronously.
10211         Explicitly pass the date format to git blame so that user local
10212         so that the output format can be parsed.
10214 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
10216         * net/dbus.el (top): Don't check for (getenv
10217         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
10219 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
10221         * log-edit.el (log-edit-strip-single-file-name): New var.
10222         (log-edit-insert-changelog): Use it.  Bug#3571
10224 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10226         * subr.el (read-passwd): Use read-key so keypad keys work as well.
10227         Bug#3287
10229         * help.el (help-print-return-message): Rename from
10230         print-help-return-message.
10232         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10233         cvs-mode-map parent hack.
10234         (log-view-mode): Derive from special-mode.
10236         * linum.el (linum-mode): window-size-change-functions is redundant.
10237         Adapt to new window-configuration-change-hook behavior.
10238         (linum-after-size, linum-after-config): Remove.
10240         * imenu.el (imenu-example--name-and-position)
10241         (imenu-example--lisp-extract-index-name)
10242         (imenu-example--create-lisp-index, imenu-example--create-c-index):
10243         Mark as obsolete.
10245         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10246         (inferior-prolog-mode): Use it.
10247         (inferior-prolog-load-file): Reset list of errors.
10249 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10251         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10253         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10255 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
10257         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10258         is running already.
10260 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10262         * subr.el (listify-key-sequence-1): Use normal syntax since those
10263         integers are nowadays always represented by the same (positive) number
10264         on all platforms.
10265         (read-key-empty-map): New const.
10266         (read-key-delay): New var.
10267         (read-key): New function.
10268         (force-mode-line-update): Use with-current-buffer.
10269         (locate-user-emacs-file): Don't forget to abbreviate the file name.
10270         (start-process-shell-command, start-file-process-shell-command):
10271         Discourage the use of command-args.
10273 2009-08-19  Glenn Morris  <rgm@gnu.org>
10275         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10277 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10279         * simple.el (choose-completion-string): Don't rely on
10280         minibuffer-completing-file-name and ad-hoc checks to decide whether
10281         to continue completion or not.
10283         * minibuffer.el (minibuffer-hide-completions): New function.
10284         (completion--do-completion): Use it.
10285         (completions-annotations): New face.
10286         (completion--insert-strings): Use it.
10287         (completion-pcm--delim-wild-regex): Add docstring.
10288         (completion-pcm--string->pattern): Add support for 0-width delimiters
10289         in completion-pcm--delim-wild-regex.
10291 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10293         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10294         Remove unused var `buffer-modified-p'.
10296         * minibuffer.el (completion--do-completion): Move point for the #b001
10297         case as well (bug#4176).
10298         (minibuffer-complete, minibuffer-complete-word): Don't move point.
10300 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
10302         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
10303         and :session buses.
10305 2009-08-18  Kenichi Handa  <handa@m17n.org>
10307         * international/ucs-normalize.el (ucs-normalize-version):
10308         Change to 1.1.
10309         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10310         (utf-8-hfs): Make it perform normalization on encoding too.
10312         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
10313         (sentence-end-without-space): Delete duplicated chars.
10314         (sentence-end-base): Likewise.
10316         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
10317         (html-mode): Delete duplicated chars from sentence-end-base.
10319         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
10320         (texinfo-mode): Delete duplicated chars from sentence-end-base.
10322 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
10324         * files.el (hack-one-local-variable): If the mode function is for
10325         a minor mode, pass it an argument (Bug#4148).
10327 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
10329         * net/tramp.el (tramp-register-completion-file-name-handler):
10330         Check also for (member 'partial-completion completion-styles).
10332 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10334         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10335         abbrev (Bug#3943).
10337 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
10339         * progmodes/cperl-mode.el: Merge upstream 6.2.
10340         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10341         (cperl-forward-re): Check cperl-brace-recursing.
10342         (cperl-highlight-charclass): New function.
10343         (cperl-find-pods-heres): Use it.
10344         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10345         (cperl-beautify-regexp-piece): Fix column calculation.
10346         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10347         (cperl-beautify-level): Don't process entire regexp.
10348         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10349         calling man.
10350         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10351         (cperl-init-faces): Build a list in the normal way.
10353 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10355         * calendar/parse-time.el (parse-time-string-chars): Save match
10356         data.
10358 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10360         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10361         (sql-product): Use it.
10362         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10363         (sql-set-product): Add completion.
10364         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10365         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10366         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10367         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10368         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10369         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10370         (sql-highlight-db2-keywords): Remove.
10371         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10372         (sql-highlight-product): Use derived-mode-p.
10373         (sql-set-sqli-buffer): Use with-current-buffer.
10374         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10375         Simplify.
10377         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10379         * term.el: Fix commenting convention, turn comments into docstrings.
10381 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
10383         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10385 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
10387         * calendar/parse-time.el (parse-time-string-chars): Compute using
10388         character classes, to handle non-ascii characters (Bug#3190).
10390 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10392         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10393         another heredoc if the user adds another < (Bug#3226).
10395         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10396         Don't initialize based on window-system (Bug#4124).
10398         * facemenu.el (facemenu-read-color): Use a completion function
10399         that accepts any defined color, such as RGB triplets (Bug#3677).
10401         * files.el (get-free-disk-space): Change fallback default
10402         directory to /.  Expand DIR argument before switching to fallback.
10403         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10405 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
10407         * files.el (load-library): Doc fix.
10409 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
10411         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10412         (viper-if-string): Redefine C-s in the minibuffer to insert the last
10413         incremental search string.
10415         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10416         XEmacs.
10418         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10419         (ediff-merge-region-is-non-clash)
10420         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10421         Also check if the job is really a merge job.
10423         * ediff.el (ediff-current-file): New function.
10425 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
10427         * progmodes/js.el: Edit docstrings throughout to follow Emacs
10428         conventions.
10429         (js-insert-and-indent): Delete function.
10430         (js-mode-map): Don't bind keys to js-insert-and-indent.
10431         (js-beginning-of-defun): Rename from js--beginning-of-defun.
10432         (js-end-of-defun): Rename from js--end-of-defun.
10433         (js-auto-indent-flag): Delete variable.
10435 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
10437         * progmodes/js.el: Remove proclaim statement.
10438         Defvar which-func-imenu-joiner-function to silence compiler.
10440         * files.el (auto-mode-alist): Use js-mode for .js files.
10442         * progmodes/js2-mode.el: Remove file.
10444         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10446         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10448         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10450 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
10451             Karl Landstrom  <karl.landstrom@brgeight.se>
10453         * progmodes/js.el: New file.
10455 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
10457         * timezone.el (timezone-parse-date): Add ability to understand ISO
10458         basic format (minimal separators) dates in addition to the
10459         already-supported extended format dates.
10461 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
10463         * international/ucs-normalize.el: Add a `coding' file variable.
10465         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10467 2009-08-14  Sam Steingold  <sds@gnu.org>
10469         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10471 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
10473         * faces.el (help-argument-name): Define it here instead of
10474         help-fns.el, because in daemon mode help-fns.el may be loaded when
10475         faces are still uninitialized (Bug#1078).
10477         * help-fns.el (help-argument-name): Move defface to faces.el.
10479 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
10481         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10482         create buffer with a pty but no process so that GDB can make the
10483         inferior the controlling process.
10485 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
10487         * international/ucs-normalize.el: New file.
10489 2009-08-13  Richard Stallman  <rms@gnu.org>
10491         * mail/rmail.el (rmail-get-attr-names):
10492         Accept an attribute header that is too short.
10494         * mail/rmail.el (rmail-forget-messages):
10495         Ignore nil elt in rmail-message-vector.  Use dotimes.
10497         * progmodes/compile.el (compilation-goto-locus):
10498         Use next-error-move-function.
10500         * simple.el (next-error-move-function): New variable.
10502 2009-08-12  Juri Linkov  <juri@jurta.org>
10504         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10505         always non-nil.  (Bug#4052)
10507         * replace.el (read-regexp): Return empty string when
10508         `default-value' is nil.
10509         (keep-lines-read-args): Don't use empty string as the
10510         default value for `read-regexp'.  (Bug#2495)
10512 2009-08-12  Juri Linkov  <juri@jurta.org>
10514         * international/mule-cmds.el (ucs-insert): Change arguments
10515         from `arg' to `character', `count', `inherit' to be the same
10516         as in `insert-char'.  Doc fix.  (Bug#4039)
10518         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10520 2009-08-12  Juri Linkov  <juri@jurta.org>
10522         * files-x.el: New file.
10524         * files.el: Move code that deals with adding/deleting
10525         file/directory-local variables to files-x.el.
10527         * Makefile.in (ELCFILES): Add files-x.elc.
10529 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
10531         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10532         to use `goto-line'.
10533         (gdb-place-breakpoints, gdb-get-location): Rewritten without
10534         `goto-line'.
10535         (gdb-invalidate-disassembly): Do not refresh upon receiving
10536         'update signal.  Instead, update all disassembly buffers only after
10537         threads list.
10538         (gdb): Send -target-detach when buffer is killed (Bug#3794).
10539         (gdb-starting): Moved -data-list-register-names...
10540         (gdb-stopped): ...here so it's sent when first thread stops.
10541         (gdb-registers-handler-custom): Do nothing if register names are
10542         unknown yet.
10544         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10545         from `gdb-mi.el' to avoid extra tangling.
10547         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10548         change which breaks `gud-def' definitions used in `gdb'.
10549         (gdb-update-gud-running): No extra fuss for updating frame number.
10551 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10553         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10554         (describe-language-environment-map, setup-language-environment-map)
10555         (set-coding-system-map): Move initialization into declaration.
10556         (set-language-info-alist): Last arg to define-key-after can be skipped.
10558         * international/quail.el (quail-completion-1): Simplify.
10559         (quail-define-rules): Use slightly more compact code.
10560         (quail-insert-decode-map): Propertize keys, compact columns.
10562         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10563         Add goto-line.
10565 2009-08-10  Miles Bader  <miles@gnu.org>
10567         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10568         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10569         (js2-instance-member, js2-private-member, js2-private-function-call)
10570         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10571         (js2-magic-paren, js2-external-variable):
10572         Remove "-face" suffix from face names.
10573         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10574         (js2-highlight-undeclared-vars, js2-peek-token)
10575         (js2-parse-function-params, js2-mode-show-errors)
10576         (js2-mode-show-warnings, js2-make-magic-delimiter)
10577         (js2-mode-highlight-magic-parens): Update to use new face names.
10579 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
10581         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10582         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
10584 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
10586         * subr.el: Provide hashtable-print-readable.
10588         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10589         hs-c-like-adjust-block-beginning.
10590         (hs-hide-block-at-point): Stop hiding at the beginning of
10591         hs-block-end-regexp (Bug#700).
10593 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
10595         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10596         a macro.
10597         (gdb-registers-handler-custom): Do not fail when register names
10598         are unavailable.
10600 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
10602         * progmodes/gdb-mi.el (gdb-control-all-threads)
10603         (gdb-control-current-thread): Interactive setters for
10604         `gdb-gud-control-all-threads' to use in menu.
10605         (gdb-show-run-p): Show «Go» when process is not active.
10606         (gud-tool-bar-map): Add non-stop/A,T indicator.
10607         Uses gud/thread.xpm and gud/all.xpm.
10609 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
10611         * net/net-utils.el (net-utils-font-lock-keywords): New var.
10612         (nslookup-font-lock-keywords): Make it a variable.
10613         (net-utils-mode): New mode for viewing diagnostic network output.
10614         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10615         (net-utils-run-simple): New function.
10616         (ifconfig, iwconfig, netstat, arp, route): Use it.
10618 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
10620         * progmodes/gdb-mi.el (gdb-read-memory-custom)
10621         (gdb-memory-set-address, def-gdb-set-positive-number)
10622         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10623         after changing settings.
10624         (gdb-invalidate-disassembly): Update when first shown.
10625         (gdb-edit-locals-value): Fixed.
10626         (gdb-registers-handler-custom): Print registers in right order and
10627         allow changing register values (only for current thread yet).
10628         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10629         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10630         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10631         (gdb-locals-handler-custom, gdb-registers-handler-custom):
10632         Thread info in mode name.
10633         (gdb-registers-mode-map): TAB to switch to locals.
10635 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
10637         * mail/rmail.el (rmail-add-mbox-headers)
10638         (rmail-set-message-counters-counter): Search for
10639         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
10641 2009-08-08  Glenn Morris  <rgm@gnu.org>
10643         * Makefile.in (ELCFILES): Update.
10645 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
10647         * mail/sendmail.el (mail-yank-original):
10648         Set buffer-file-coding-system from the one used by the message whose
10649         text is yanked.
10651         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10652         to "windows" when "pgnuplot" is used.
10653         (calc-graph-command, calc-gnuplot-command, calc-graph-init):
10654         Don't call accept-process-output if "pgnuplot" is used.
10655         (calc-graph-init): Don't send -display and -geometry to
10656         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
10657         running "pgnuplot -V" with shell-command-to-string.
10659         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10660         the default.
10662 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
10664         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10665         org/org-latex.elc.
10667 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
10669         * vc-dispatcher.el (vc-resynch-window): Update comment.
10671         * term.el (term-handle-ansi-escape): Add comments with the
10672         terminfo capabilities implemented.
10674 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
10676         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10677         (gdb-var-create-handler): Rewritten using JSON parser.
10678         (gdb-propertize-header): Moved earlier.
10679         (gdb-set-header): Removed to avoid duplication.
10680         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10681         Refresh disassembly buffers only after threads list have been
10682         update.
10683         (gdb-threads-header, gdb-registers-header): Per-buffer header line
10684         variables.
10686 2009-08-04  Juri Linkov  <juri@jurta.org>
10688         * files.el: Commands to add/delete file/directory-local variables.
10689         (read-file-local-variable, read-file-local-variable-value)
10690         (read-file-local-variable-mode, modify-file-local-variable)
10691         (modify-file-local-variable-prop-line)
10692         (modify-dir-local-variable): New functions.
10693         (add-file-local-variable, delete-file-local-variable)
10694         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10695         (add-dir-local-variable, delete-dir-local-variable)
10696         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10697         (copy-dir-locals-to-file-locals-prop-line): New commands.
10699 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
10701         * abbrev.el (insert-abbrev-table-description): Prettify output.
10702         Suggested by Karl Chen.
10704 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
10706         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
10707         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
10708         (gdb-overlay-arrow-position, gdb-thread-position)
10709         (gdb-disassembly-position): Declare variables.
10710         (gdb-wait-for-pending): Function now.
10711         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10712         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10713         compilation goes smoothly.
10714         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10715         (gdb-non-stop-setting): New customization setting which replaces
10716         `gdb-non-stop' so changing it doesn't break active GDB session.
10717         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10718         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10719         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10720         (gdb-show-threads-by-default): New customization options.
10721         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10722         routines.
10723         (gdb-get-buffer-create): Send buffers update signal when they are
10724         created.
10725         (gdb-invalidate-locals, gdb-invalidate-registers)
10726         (gdb-invalidate-breakpoints)
10727         (gdb-invalidate-threads, gdb-invalidate-disassembly)
10728         (gdb-invalidate-memory): Accept update signal.
10729         (gdb-current-context-command): Use --frame option.
10730         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10731         Implement `gdb-frame-number' selection logic.
10732         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10733         whether to show GUD toolbar buttons.
10734         (gdb-thread-exited): Unselect current thread when it exits.
10735         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10736         (gdb-mark-line): Routine which sets overlay arrow or inverses
10737         video on fringeless displays.
10738         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10739         to build aligned columns of data in GDB buffers and set text
10740         properties line-by-line.
10741         (gdb-invalidate-breakpoints)
10742         (gdb-breakpoints-list-handler-custom)
10743         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10744         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10745         (gdb-registers-handler-custom): Align data columns.
10746         (gdb-locals-handler-custom): Now prints data like in variable
10747         declarations.
10748         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10749         Removed confusing buttons.
10750         (gdb-invalidate-threads): Append --frame.
10751         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10752         between breakpoints/threads buffers.
10753         (gdb-set-window-buffer): Now can ignore dedicated windows.
10754         (gdb-propertize-header): Use `gdb-set-window-buffer'.
10755         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10756         (def-gdb-thread-buffer-gud-command): Replaces
10757         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10758         for fine thread control.
10759         (gdb-preempt-existing-or-display-buffer): New function used to
10760         display bound buffers without breaking window layout.
10761         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10762         (gdb-select-frame): New version of `gdb-frames-select' which now
10763         sets `gdb-frame-number' so commands may use --frame option instead
10764         of inner debugger state.
10765         (gdb-frame-handler): Do not set `gdb-frame-number'.
10766         (gdb-threads-mode-map): Select threads with mouse.
10768         * progmodes/gud.el (gdb-gud-context-call): Declare function to
10769         avoid compilation warning.
10770         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10771         `gdb-show-stop-p`.
10773         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10774         Argument `key' renamed to `buffer-type'.
10775         (gdb-current-context-buffer-name): Do not add thread info to
10776         buffer name when no thread is selected.
10777         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10778         command (bug 3794).
10779         (gdb-thread-selected): Handle `=thread-selected' notification.
10780         (gdb-wait-for-pending): New macro to deal with congestion problems.
10781         (gdb-breakpoints-list-handler-custom): Don't fail on pending
10782         breakpoints.
10783         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10784         This fixes problem similar to one described in bug 3947.
10785         (gud-menu-map): More menu items.
10786         (gdb-init-1): Reset `gdb-thread-number' to nil.
10788         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10789         non-stop settings.
10791         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10792         (gdb-current-context-command): Do not append --thread if
10793         `gdb-thread-number' is nil.
10794         (gdb-running-threads-count, gdb-stopped-threads-count):
10795         New variables.
10796         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10797         (gdb-stopped-hooks, gdb-switch-when-another-stopped):
10798         New customization options.
10799         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10800         GUD commands.
10801         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
10802         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10803         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10804         set `gdb-thread-number' and update `gud-running' properly.
10805         (gdb-running): Update threads list when new threads appear.
10806         (gdb-stopped): Support non-stop operation and new thread switching
10807         logic.
10808         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10809         (gdb-json-partial-output): New set of JSON routines.
10810         (def-gdb-auto-update-trigger): New `signal-list' optional
10811         argument.
10812         (gdb-thread-list-handler-custom): Update `gud-running',
10813         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10814         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10815         (gdb-continue-thread, gdb-step-thread): New commands for fine
10816         thread execution control.
10817         (gud-menu-map): New menu items to switch non-stop options.
10818         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
10819         (gdb-send): Mimic RET properly (bug 3794).
10821         * progmodes/gdb-mi.el (gdb-rules-name-maker)
10822         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10823         gdb-buffer-rules.
10824         (def-gdb-auto-update-handler): New nopreserve optional argument.
10825         (gdb-stack-list-frames-custom): Print stack from top to bottom.
10827         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10828         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10829         (gdb-parent-mode): New mode to derive other GDB modes from.
10830         (gdb-display-disassembly-for-thread)
10831         (gdb-frame-disassembly-for-thread): New commands for threads
10832         buffer.
10834         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10835         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
10836         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10837         (gdb-update): We now store all GDB buffers in a list so that they
10838         can be updated by traversing a list instead of calling invalidate
10839         triggers explicitly.
10840         (def-gdb-trigger-and-handler): New macro to define trigger-handler
10841         pair for GDB buffer.
10842         (gdb-stack-buffer-name): Add thread information.
10843         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10844         handle pending triggers.
10845         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10846         (def-gdb-thread-buffer-simple-command)
10847         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10848         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
10849         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10850         New commands which show buffers bound to thread.
10851         (gdb-stack-list-locals-regexp): Removed unused regexp.
10853         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10854         (gdb-locals-buffer-name, gdb-registers-buffer-name)
10855         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10856         to (gud-comint-buffer) in *-buffer-name functions
10857         because (gdb-get-target-string) already does that.
10858         (gdb-locals-handler-custom, gdb-registers-handler-custom)
10859         (gdb-changed-registers-handler): Rewritten without regexps.
10861         * progmodes/gdb-mi.el: Basic thread selection support.
10862         (gdb-thread-number): New variable.
10863         (gdb-current-context-command): New macro which adds --thread
10864         option to command.
10865         (gdb-threads-mode-map): Select thread with SPC.
10866         (gdb-thread-list-handler-custom): Mark current thread with overlay
10867         arrow.  Synchronize GDB thread and Emacs thread.
10868         (gdb-select-thread): New command which selects current thread.
10869         (gdb-invalidate-frames, gdb-invalidate-locals)
10870         (gdb-invalidate-registers): Use --thread option.
10872 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
10874         * net/tramp.el (top): Make check for tramp-gvfs loading more
10875         robust.  (Bug#3977)
10876         (tramp-handle-insert-file-contents): `unwind-protect' must be
10877         inside `with-parsed-tramp-file-name'.
10879         * net/tramp-gvfs.el (top): Remove superfluous message when loading
10880         fails.
10882 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
10884         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10885         directory if CLASSPATH is not set.
10887 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
10889         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10890         New defconst.
10891         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
10893 2009-08-02  Kevin Ryde  <user42@zip.com.au>
10895         * net/newst-backend.el (newsticker--raw-url-list-defaults):
10896         Update freshmeat link.  Delete newsforge.com as it seems gone.
10898 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
10900         * select.el (x-set-selection): Doc fix (Bug#4021).
10902         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10904         * help-fns.el (describe-variable): Treat list return values from
10905         dir-locals-find-file properly (Bug#4005).
10907 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
10909         * net/tramp.el (tramp-debug-message): Print also microseconds.
10911 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
10913         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10914         or END is non-nil.
10915         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10916         (tramp-get-debug-buffer): Change `outline-regexp' according to new
10917         format.
10919         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10920         (tramp-get-file-property): Use it.
10922         * autorevert.el (auto-revert-handler):
10923         Allow `auto-revert-tail-mode' for remote files.
10925 2009-08-02  Jason Rumney  <jasonr@gnu.org>
10927         * minibuffer.el (read-file-name): Treat confirm options to
10928         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
10930 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
10932         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10933         (font-lock-variable-name-face, font-lock-constant-face):
10934         Darken the colors for light backgrounds.
10936 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
10938         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10939         month names.  (Bug#3987)
10941 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
10943         * simple.el (line-move-finish): Pass whole number to
10944         line-move-to-column.
10945         (line-move-visual): Perform hscroll to the recorded position.
10947 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
10949         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10951 2009-07-29  Alan Mackenzie  <acm@muc.de>
10953         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10955 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
10957         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10958         (gdb-place-breakpoints): Use full path when setting breakpoints.
10960 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
10962         * calc/calc.el (calc-mode-map): Add keybinding for
10963         `calc-transpose-lines'.
10965 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
10967         * calc/calc-misc.el (calc-transpose-lines): New function.
10969 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
10971         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10972         Simplify check for out-of-band methods.
10973         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10974         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
10976 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
10978         * vc-git.el (vc-git-checkin): Fix typo.
10980 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
10982         * progmodes/js2-mode.el: New file.
10984 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
10986         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10987         (gud-menu-map): Adjust tooltip accordingly.
10989 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
10991         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10992         (vc-bzr-log-view-mode): Adjust log-view-file-re.
10994         * add-log.el (change-log-mode-map): Add a menu.
10996 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
10998         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10999         function returns nil.
11000         (dbus-handle-event): Handle special return value :ignore.
11001         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11003 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
11005         * view.el (view-mode-enable): Don't define Helper-return-blurb if
11006         it's not needed.
11008 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
11010         Fix Bug#3888:
11012         * w32-vars.el (x-select-enable-clipboard): Doc fix.
11014         * term/pc-win.el (x-display-name, x-colors)
11015         (x-select-enable-clipboard, x-select-text): Doc fix.
11017         * term/common-win.el (x-display-name, x-colors): Doc fix.
11019         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11020         (xw-defined-colors): Doc fix.
11022         * w32-fns.el (x-select-text, x-setup-function-keys)
11023         (x-get-selection, x-set-selection): Doc fix.
11025         * term/x-win.el (x-select-text, x-setup-function-keys)
11026         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11028         * select.el (x-set-selection): Doc fix.
11030 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
11032         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11033         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
11034         "IsNSSSupportAvailable" method is not available.
11035         Reported by Steve Youngs <steve@sxemacs.org>.
11037 2009-07-24  Kenichi Handa  <handa@m17n.org>
11039         * international/characters.el: Fix setting of category ?C, ?|, ?K,
11040         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
11041         (build-unicode-category-table): Fix range checks.
11043 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
11045         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
11046         the buffer we try to sync is current when calling
11047         vc-resynch-buffer.
11049         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
11050         not show up to date files.
11052 2009-07-24  Glenn Morris  <rgm@gnu.org>
11054         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
11055         Add autoload cookies.  If necessary, initialize.
11056         (elint-log): Handle non-file buffers.
11057         (elint-initialize): Add optional argument to reinitialize.
11058         (elint-find-builtin-variables): Save excursion.
11060 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
11062         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11063         for Lint.
11065 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
11067         * vc.el (vc-print-log-internal): New function, split out from ...
11068         (vc-print-log): ... here.
11069         (vc-dir-move-to-goal-column): Declare.
11071         * vc-git.el (vc-git-add-signoff): New variable.
11072         (vc-git-checkin): Use it.
11073         (vc-git-toggle-signoff): New function.
11074         (vc-git-extra-menu-map): Bind it to menu.
11075         (vc-git--run-command-string): Accept a nil FILE argument.
11076         (vc-git-stash-list): New function.
11077         (vc-git-dir-extra-headers): Use it.
11079 2009-07-23  Glenn Morris  <rgm@gnu.org>
11081         * help-fns.el (describe-variable): Describe ignored and risky local
11082         variables in a similar way to that in which we describe safe ones.
11084         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
11085         (byte-compile-output-file-form, byte-compile-output-docform)
11086         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
11087         Give some more local variables with common names a "bytecomp-" prefix,
11088         so as not to shadow things during compilation.
11089         * emacs-lisp/cl-macs.el (load-time-value)
11090         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
11091         `outbuffer' to `bytecomp-outbuffer'.
11093         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
11094         since the next two variables cover them automatically now.
11095         (elint-builtin-variables, elint-autoloaded-variables): New.
11096         (elint-unknown-builtin-args): Remove all members, since they can be
11097         parsed automatically now.
11098         (elint-extra-errors): New.
11099         (elint-env-add-env, elint-env-add-macro): Use cadr.
11100         (elint-current-buffer): Use or.  Change final message.
11101         (elint-get-top-forms): Use line-end-position.
11102         (elint-init-env): Use cadr.  Handle autoload, declare-function,
11103         and defalias.
11104         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
11105         (regexp-assoc): Remove unused function.
11106         (elint-top-form): Set elint-current-pos, to record the start of the
11107         top-level form, for compilation-mode.
11108         (elint-form): Trap errors in macro expansion.  Use dolist.
11109         (elint-unbound-variable): Use elint-builtin-variables and
11110         elint-autoloaded-variables.
11111         (elint-get-args): Use cadr, or.
11112         (elint-check-cond-form): Use dolist, cadr.
11113         (elint-check-condition-case-form): Doc fix.  Use cadr.
11114         Use elint-extra-errors.
11115         (elint-log): New function.
11116         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
11117         Distinguish errors and warnings.
11118         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
11119         Use a bytecomp-style format.
11120         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
11121         (elint-get-log-buffer): Use compilation mode.  Disable undo.
11122         Don't truncate lines.
11123         (elint-initialize): Set builtin and autoloaded variable lists.
11124         Only process elint-unknown-builtin-args if non-nil.
11125         (elint-find-builtin-variables, elint-find-autoloaded-variables):
11126         New functions.
11127         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
11129 2009-07-22  Kevin Ryde  <user42@zip.com.au>
11131         * net/newst-backend.el (newsticker--parse-atom-1.0)
11132         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11133         (newsticker--parse-rss-1.0):
11134         * progmodes/idlwave.el (idlwave-mode):
11135         * progmodes/idlw-shell.el (idlwave-shell-mode):
11136         * progmodes/vera-mode.el (vera-mode):
11137         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11138         * progmodes/vhdl-mode.el (vhdl-mode):
11139         * textmodes/table.el (table-generate-source)
11140         (table--warn-incompatibility):
11141         Hyperlink urls in docstrings with URL `...'.
11143 2009-07-22  Glenn Morris  <rgm@gnu.org>
11145         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11146         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11147         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11148         Remove leading * from defcustom docs.
11150         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
11152         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11153         defcustom doc.
11154         (list-load-path-shadows): Optionally, just return shadows as a string.
11156         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11158 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
11160         * mail/rmailedit.el (rmail-edit-mode):
11161         Use auto-save-include-big-deletions.
11163         * mail/rmail.el (rmail-variables):
11164         Use auto-save-include-big-deletions.
11166         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11167         changes.
11169 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
11171         * calc/calc.el (calc-undo-length): New variable.
11172         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11174 2009-07-21  Richard Stallman  <rms@gnu.org>
11176         * files.el (auto-save-mode): Handle buffer-save-size = -2
11177         for toggling mode.
11179 2009-07-21  Glenn Morris  <rgm@gnu.org>
11181         * textmodes/ispell.el (ispell-looking-back): Update declaration.
11183         * calendar/todo-mode.el (calendar-current-date): Update declaration.
11185         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11186         silence compiler.  Instead...
11187         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11188         (ps-print-ensure-fontified): Update for above function name changes.
11190         * printing.el (pr-mh-get-msg-num, pr-mh-show)
11191         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11192         silence compiler.  Instead...
11193         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11194         (mh-show-buffer): Only define for compiler.
11195         (pr-mh-current-message): Update for above function name changes.
11197         * files.el (abort-if-file-too-large): Explicitly pass `filename'
11198         as an argument.
11199         (find-file-noselect, insert-file-1): Update for above change.
11201         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11203         * mail/mailclient.el (mailclient-send-it): Fix message.
11205         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11206         (edebug-eval): Check cl-debug-env is bound.
11207         (print-level, print-circle): Don't redefine built-in variables.
11209         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11210         (custom-print-vectors): Remove old comments from doc.
11212         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11213         (emerge-version): Make the variable an obsolete alias for the
11214         emacs-version variable.  Make the function obsolete.
11215         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11216         Emerge options, rather than merging in into the main Options menu.
11217         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
11218         and auto advance modes.  Disable edit/fast items when not relevant.
11220 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
11222         * term/vt420.el (terminal-init-vt420): Fix typo.
11224 2009-07-20  Sam Steingold  <sds@gnu.org>
11226         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11227         variable (removed from compile.el on 2004-03-11).
11229 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
11231         * files.el (hack-local-variables-filter): Fix last change.
11233 2009-07-19  Juri Linkov  <juri@jurta.org>
11235         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11236         (dir-local-variables-alist): New buffer-local variable.
11237         (hack-local-variables-filter): If variable is not dir-local,
11238         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11239         because file-local overrides dir-local.
11240         (c-postprocess-file-styles) <declare-function>:
11241         Remove obsolete declaration.
11242         (hack-dir-local-variables): Add dir-local variable/value pair to
11243         `dir-local-variables-alist' and remove duplicates.  Doc fix.
11245         * help-fns.el (describe-variable): Add information about
11246         file-local and dir-local variables.
11248 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
11250         * files.el (hack-local-variables-filter): Rewrite.
11252 2009-07-19  Glenn Morris  <rgm@gnu.org>
11254         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11255         Silence compiler by only defining on XEmacs.
11257         * international/mule.el (auto-coding-regexp-alist): Only match
11258         BABYL... at the start of buffer, not of lines.  (Bug#3790)
11260         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11261         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
11262         (cal-menu-context-mouse-menu): Doc fix.
11264         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11266         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
11268 2009-07-18  Juri Linkov  <juri@jurta.org>
11270         * info.el: Virtual Info keyword finder.
11271         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11272         (Info-finder-file): New variable.
11273         (Info-finder-find-file): New function.
11274         (finder-known-keywords, finder-package-info)
11275         (find-library-name, lm-commentary): Use defvar and
11276         declare-function to silence compiler warnings.
11277         (Info-finder-find-node): New function.
11278         (info-finder): New command.
11280         * subr.el (process-kill-buffer-query-function): New function.
11281         (add-hook)<kill-buffer-query-functions>: Add hook
11282         `process-kill-buffer-query-function'.
11284 2009-07-18  Alan Mackenzie  <acm@muc.de>
11286         * progmodes/cc-mode.el (c-before-hack-hook)
11287         (c-postprocess-file-styles): Give invocation of `c-set-style'
11288         DONT-OVERRIDE parameter of t.  Already set style variables will
11289         thus not be overridden by style settings given by `c-file-syle'.
11291         * files.el (hack-local-variables-filter): Remove entries with
11292         duplicate keys from `file-local-variables-alist'.
11294 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
11296         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11297         x-set-selection if display-selections-p returns nil for the
11298         current frame.
11300 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
11302         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11304 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
11306         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11307         Accept nil in addition to a regexp.
11308         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11309         Accept nil in addition to a regexp.
11310         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11311         buffers that have an associated file.  Handle nil values of
11312         desktop-buffers-not-to-save and desktop-files-not-to-save.
11313         (Bug#3833)
11315         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11316         (x-disown-selection-internal): New functions.
11318 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
11320         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11321         warning.
11322         (gdb-breakpoints-header): Move forward to avoid compiler warning.
11323         (gdb-make-header-line-mouse-map): Remove duplicate definition.
11325 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
11327         * simple.el (set-mark): Revert last change.
11329 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
11331         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11332         rendering of pngs is not possible instead of messaging a long
11333         description.
11335 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
11337         * w32-fns.el (x-selection-owner-p): New function.
11339         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11340         (mouse-yank-at-click, mouse-yank-primary):
11341         If select-active-regions is non-nil, deactivate the mark before
11342         insertion.
11344         * simple.el (deactivate-mark, set-mark): Only save selection if we
11345         own it.
11347 2009-07-17  Kenichi Handa  <handa@m17n.org>
11349         * case-table.el (describe-buffer-case-table): Fix for the case
11350         that KEY is a cons.
11352 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
11354         * vc-rcs.el (vc-rcs-find-file-hook):
11355         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11357 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
11359         * net/tramp.el (tramp-wait-for-output): Handle the case when
11360         commands do not return a newline but a null byte before the shell
11361         prompt.  (Bug#3858)
11363 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11365         * term/ns-win.el (ns-set-alpha): Don't declare.
11366         (ns-set-background-alpha): Remove function.
11368 2009-07-16  Kevin Ryde  <user42@zip.com.au>
11370         * emacs-lisp/copyright.el (copyright-update): Save match-data across
11371         y-or-n-p, for safety.
11373 2009-07-16  Richard Stallman  <rms@gnu.org>
11375         * files.el (auto-save-mode): If buffer-saved-size is -2,
11376         don't clobber it.
11378         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11379         (rmail-retry-ignored-headers): Add more uninteresting fields.
11381 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
11383         * net/rcirc.el (rcirc): Use history variables.
11384         (rcirc-server-name-history, rcirc-nick-name-history)
11385         (rcirc-server-port-history): New variables.
11387 2009-07-15  Kenichi Handa  <handa@m17n.org>
11389         * international/mule-cmds.el (set-language-environment-charset):
11390         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11391         ignore them.
11393         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11394         Delete unibyte-display.
11396 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
11398         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11400 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
11402         * simple.el (deactivate-mark): Optional argument FORCE.
11403         (set-mark): Use deactivate-mark.
11405         * info.el (Info-search): No need to check transient-mark-mode
11406         before calling deactivate-mark.
11408         * select.el (x-set-selection): Doc fix.
11409         (x-valid-simple-selection-p): Allow buffer values.
11410         (xselect--selection-bounds): Handle buffer values.
11411         Suggested by David De La Harpe Golden.
11413         * mouse.el (mouse-set-region, mouse-drag-track):
11414         Call copy-region-as-kill before setting the mark, to let
11415         select-active-regions work.
11417 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
11419         * simple.el (deactivate-mark): If select-active-regions is
11420         non-nil, copy the selection data into a string.
11421         (activate-mark): If select-active-regions is non-nil, set the
11422         selection to the current buffer.
11423         (set-mark): Update selection if select-active-regions is non-nil.
11425         * select.el (x-valid-simple-selection-p): Allow buffer values.
11427 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11429         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11430         and more featureful message-mode.
11432 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
11434         * select.el (x-set-selection): Doc fix.
11435         (x-valid-simple-selection-p): Disallow selection data consisting
11436         of a list or cons of integers, since that is not used.
11437         (xselect--selection-bounds, xselect--int-to-cons): New functions.
11438         (xselect-convert-to-string, xselect-convert-to-length)
11439         (xselect-convert-to-filename, xselect-convert-to-charpos)
11440         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11442 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
11444         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11445         output in -break-info command (Emacs bug #3794).
11447 2009-07-14  Glenn Morris  <rgm@gnu.org>
11449         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11450         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11451         (edebug-print-length, edebug-print-level, edebug-print-circle)
11452         (edebug-sit-for-seconds, edebug-view-outside)
11453         (edebug-bounce-point, edebug-set-global-break-condition)
11454         (edebug-Go-nonstop-mode, edebug-trace-mode)
11455         (edebug-Trace-fast-mode, edebug-continue-mode)
11456         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11457         (edebug-visit-eval-list): Doc fixes.
11459         * subr.el (def-edebug-spec): Doc fix.
11461 2009-07-14  Kenichi Handa  <handa@m17n.org>
11463         * international/characters.el: Fix setting of category ?C.
11465 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
11467         * term/ns-win.el (x-select-font): defalias x-select-font to
11468         ns-popup-font-panel instead of generate-fontset-menu.
11470 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
11472         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
11474 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
11476         * arc-mode.el (archive-find-type): Allow for a PK00 string before
11477         the PK\003\004 header (Bug#3770).
11479 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
11481         * pcomplete.el (pcomplete-comint-setup): Check for
11482         shell-dynamic-complete-filename too.
11484 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
11486         * simple.el (temporary-goal-column): Change the value for
11487         line-move-visual to a cons cell.
11488         (line-move-visual): Record or set the window hscroll, if
11489         necessary (Bug#3494).
11490         (line-move-1): Handle cons value of temporary-goal-column.
11492 2009-07-11  Kenichi Handa  <handa@m17n.org>
11494         * international/mule-diag.el (describe-character-set): Don't show
11495         width.
11497 2009-07-10  Sam Steingold  <sds@gnu.org>
11499         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11500         Omake sometimes indents the errors it prints, so allow all
11501         regexps to start with spaces.
11503 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
11505         * cus-edit.el (customize-changed-options-previous-release):
11506         Bump value to 22.1.  (Bug#3804)
11508 2009-07-08  Sam Steingold  <sds@gnu.org>
11510         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11511         to be a cons cell (test . ignored-directory) to selectively ignore
11512         some directories depending on the location of the search.
11514 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
11516         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11517         remote user is root, on the local host.
11518         (tramp-local-host-p): Either the local user or the remote user
11519         must be root.  (Bug#3771)
11521 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
11523         * progmodes/gdb-mi.el (gdb): Remove description of
11524         gdb-use-separate-io-buffer.
11525         (menu): Don't allow toggling of or enable
11526         gdb-use-separate-io-buffer from menubar.
11528 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
11530         * mail/unrmail.el (unrmail): Make sure the message ends with two
11531         newlines (Bug#3769).
11533 2009-07-08  Glenn Morris  <rgm@gnu.org>
11535         * calendar/calendar.el (calendar-current-date): Rework previous change.
11537 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
11539         * calendar/calendar.el (calendar-current-date):
11540         Add an optional argument giving an offset from today.
11542 2009-07-08  Glenn Morris  <rgm@gnu.org>
11544         * tutorial.el (tutorial--describe-nonstandard-key):
11545         Adjust the message for when a key has been unbound.
11546         (help-with-tutorial): Hide the arch-tag.
11548 2009-07-08  Kenichi Handa  <handa@m17n.org>
11550         * international/fontset.el (setup-default-fontset): For each
11551         script, append (not set) font-specs.
11553         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11554         docstring.
11556 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
11558         * progmodes/gdb-mi.el (gdb-init-1): Move sending
11559         -data-list-register-names to ...
11560         (gdb-starting): ... here because GDB 7.0 requires execution to
11561         have started when using this MI command.
11562         (gdb-set-header): New function to distinguish select and
11563         unselected tabs in gdb buffers.
11564         (gdb-propertize-header): New macro that uses gdb-set-header.
11565         (gdb-breakpoints-header, gdb-locals-header): Use it.
11566         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11568 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
11570         * Makefile.in (ELCFILES): Remove fadr.elc.
11572 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
11574         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11575         may contain frame information, so `string-match' should be used.
11576         (gdb-update): Disassembly is invalidated through
11577         `gdb-get-selected-frame'.
11578         (gdb-pad-string): New function to pad string with spaces.
11579         (gdb-invalidate-disassembly): Invalidate only if the buffer
11580         exists.
11581         (gdb-disassembly-handler-custom): Column alignment.
11582         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11583         placing new ones.
11584         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11585         end of line, too.
11586         (gdb-frame-handler): Match convention to for disassembly buffer
11587         mode name.
11588         (gdb-stack-list-frames-handler): Rewritten without regexps.
11589         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11590         not highlight breakpoints without line information.
11591         (gdb-input): Add trailing newline to command.
11593         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11594         buffer properly.
11595         (gdb-breakpoints-list-handler-custom): Replacement for
11596         `gdb-break-list-handler'.  Using real parser instead of regexps
11597         now.
11598         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11599         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11600         to place breakpoints.
11601         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11602         functions.
11603         (gdb-disassembly-handler-custom): Show overlay arrow.
11604         (gdb-disassembly-place-breakpoints): Show breakpoints in
11605         disassembly buffer.
11606         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11607         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11608         instead of parsing breakpoints buffer.  Fixed old menu references
11609         in `gud-menu-map'.
11611         * fadr.el: Remove.
11613         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11614         (gdb-memory-address): New variable which holds top address of
11615         memory page shown in memory buffer.
11616         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
11617         New customization variables.
11618         New functions:
11619         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11620         display the memory buffer.
11621         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11622         buffer display parameters.
11623         (def-gdb-memory-format, gdb-memory-format-binary)
11624         (gdb-memory-format-octal, gdb-memory-format-unsigned)
11625         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11626         Functions for setting memory buffer format.
11627         (gdb-memory-unit-word, gdb-memory-unit-halfword)
11628         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11629         unit size used in memory buffer.
11630         (gdb-memory-show-next-page, gdb-memory-show-previous-page):
11631         Switch to next/previous page of memory buffer.
11632         Now using (bindat-get-field) instead of fadr functions.
11634 2009-07-07  Sam Steingold  <sds@gnu.org>
11636         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11637         non-top-level files.
11639 2009-07-07  Kenichi Handa  <handa@m17n.org>
11641         * international/mule-cmds.el (reset-language-environment):
11642         Put the highset priority to the charset iso-8859-1.
11644 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
11646         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11647         to the end of the line when locating the block (Bug#700).
11649 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
11651         * net/tramp.el (tramp-handle-write-region): Flush file properties
11652         in case of short track.
11654 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
11656         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11657         Coded custom representation of verilog error regular expressions
11658         to work with Emacs-22's new format.
11659         (verilog-error-regexp-xemacs-alist): Coded custom representation
11660         of verilog error regular expressions to work with XEmacs format.
11661         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11662         error recognition into XEmacs.
11663         (verilog-error-regexp-add-emacs): Hook routine to install verilog
11664         error recognition into Emacs-22.
11666 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
11668         * woman.el: Remove stand-alone closing parentheses.
11669         (woman-file-name, woman2-format-paragraphs)
11670         (woman-leave-blank-lines): Code cleanup.
11671         (woman-use-own-frame): Change default to nil.
11672         (woman-italic, woman-bold, woman-unknown, woman-addition):
11673         Change defaults to inherit from default faces.
11674         (woman2-process-escapes): Consume the newline after a stand-alone
11675         filler character (Bug#3651).
11677 2009-07-06  Glenn Morris  <rgm@gnu.org>
11679         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11680         (top-level): Move provide to the end.
11681         (ffap): Remove defunct URL from custom group.
11683         * subr.el (eval-after-load): Doc fix.
11685 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
11687         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11688         `calc-embedded-word' is called twice.
11690 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11692         * files.el (find-alternate-file-other-window, find-alternate-file):
11693         Obey confirm-nonexistent-file-or-buffer.
11695 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
11697         * dired-aux.el (dired-show-file-type): Handle remote files.
11699 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
11701         * desktop.el (desktop-globals-to-save):
11702         Add file-name-history (Bug#2750).
11704 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
11706         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
11708 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
11710         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11711         property on entire argument since this is what eshell-lisp-command
11712         expects.
11714 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
11716         * net/tramp-gvfs.el (tramp-gvfs-methods)
11717         (tramp-gvfs-zeroconf-domain)
11718         (tramp-bluez-discover-devices-timeout): Add version flag.
11719         (tramp-gvfs-handler-mounted-unmounted)
11720         (tramp-gvfs-connection-mounted-p): Polish handling of
11721         incompatibilities between GVFS 0.2 and 1.0.
11723 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
11725         * cus-start.el (all): Add make-pointer-invisible.
11727 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
11729         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
11730         formatted correctly.
11732 2009-07-02  Juri Linkov  <juri@jurta.org>
11734         * info.el: Virtual Info files and nodes.
11735         (Info-virtual-files, Info-virtual-nodes): New variables.
11736         (Info-current-node-virtual): New variable.
11737         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11738         New functions.
11739         (Info-file-supports-index-cookies): Use Info-virtual-file-p
11740         to check for a virtual file instead of checking a fixed list
11741         of node names.
11742         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11743         instead of ad-hoc processing of "dir" and (apropos history toc).
11744         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11745         instead of ad-hoc processing of "dir" and (apropos history toc).
11746         Reread a file when moving from a virtual node.
11747         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11748         (Info-directory-toc-nodes, Info-directory-find-file)
11749         (Info-directory-find-node): New functions.
11750         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11751         (Info-history): Move part of code to
11752         `Info-history-find-node'.
11753         (Info-history-toc-nodes, Info-history-find-file)
11754         (Info-history-find-node): New functions.
11755         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11756         (Info-toc): Move part of code to `Info-toc-find-node'.
11757         (Info-toc-find-node): New function.
11758         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
11759         the current Info file name to references because now the node
11760         "*TOC*" belongs to the same Info manual.
11761         (Info-toc-build): Rename from `Info-build-toc'.
11762         (Info-toc-nodes): Rename input argument `file' to `filename'.
11763         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11764         instead of ad-hoc processing of ("dir" apropos history toc).
11765         (Info-index-nodes): Use Info-virtual-file-p
11766         to check for a virtual file instead of checking a fixed list
11767         of node names.
11768         (Info-index-node): Add check for `Info-current-node-virtual'.
11769         Raise `save-match-data' higher up the tree to contain
11770         `search-forward' too (bug fix).
11771         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11772         (Info-virtual-index-nodes): New variable.
11773         (Info-virtual-index-find-node, Info-virtual-index): New functions.
11774         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11775         (Info-apropos-file, Info-apropos-nodes): New variables.
11776         (Info-apropos-toc-nodes, Info-apropos-find-file)
11777         (Info-apropos-find-node, Info-apropos-matches): New functions.
11778         (info-apropos): Move part of code to `Info-apropos-find-node' and
11779         `Info-apropos-matches'.
11780         (Info-mode-map): Bind "I" to `Info-virtual-index'.
11781         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11782         for a virtual file instead of checking a fixed list of node names.
11784         * simple.el (async-shell-command): New command.
11786         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11788         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11789         instead of `mount-info'.
11791 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
11793         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
11794         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
11796 2009-07-02  Kenichi Handa  <handa@m17n.org>
11798         * international/mule.el (set-keyboard-coding-system): Force *-unix
11799         coding-system to avoid eol conversion.
11801 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
11803         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11804         Add handler for `process-file', `shell-command' and
11805         `start-file-process'.
11806         (tramp-gvfs-handle-shell-command)
11807         (tramp-gvfs-handle-start-file-process)
11808         (tramp-gvfs-handle-process-file): New defuns.
11809         (tramp-synce-list-devices): Simplify check for existence of property.
11811 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
11813         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11815 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
11817         * language/korean.el (set-language-info-alist): Add korean-cp949,
11818         cp949 to spec.
11820 2009-07-01  Kenichi Handa  <handa@m17n.org>
11822         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11824         * international/encoded-kb.el: Deleted.
11826         * international/mule.el (set-keyboard-coding-system): Perform the
11827         necessary setup here instead of calling encoded-kbd-setup-display.
11829 2009-07-01  Glenn Morris  <rgm@gnu.org>
11831         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11833 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
11835         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
11837 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
11839         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11840         Handle also the 'rename case, when setting file modes.  (Bug#3712)
11841         (tramp-default-file-modes): Remove execute permissions.
11843         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
11844         (top): Add a default for "synce" in `tramp-default-user-alist'.
11845         Add completion function for "synce" method.
11846         (tramp-hal-service, tramp-hal-path-manager)
11847         (tramp-hal-interface-manager, tramp-hal-interface-device):
11848         New defconst.
11849         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11850         (tramp-synce-list-devices, tramp-synce-parse-device-names):
11851         New defuns.
11853         * net/trampver.el: Update release number.
11855 2009-06-30  Kenichi Handa  <handa@m17n.org>
11857         * international/fontset.el (setup-default-fontset): Add CJK fonts
11858         for symbols and the other miscellaneous characters.
11860         * language/korea-util.el (setup-korean-environment-internal):
11861         Make char-width-table suitable for Korean environments.
11862         (exit-korean-environment): Cancel above.
11864         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11865         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
11866         setup-function to make char-width-table suitable for respective
11867         environments, and an exit-function to cancel that.
11869         * language/japan-util.el (setup-japanese-environment-internal):
11870         Call use-cjk-char-width-table with arg `ja_JP'.
11872         * international/characters.el (cjk-char-width-table): Delete it.
11873         (cjk-char-width-table-list): New variable.
11874         (use-cjk-char-width-table): New arg local-name.
11875         (use-default-char-width-table): Fix for the case that Emacs is
11876         already using the default char-width-table.
11878 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
11880         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11881         modes mandatory.  (Bug#3712)
11883 2009-06-29  Alan Mackenzie  <acm@muc.de>
11885         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
11886         correction between the visible width of TABs and their number of bytes.
11888 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
11890         * server.el (server-buffer-done): Prevent kill-buffer from
11891         prompting by clearing the buffer modification flag (Bug#3696).
11893 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
11895         * progmodes/verilog-mode.el (verilog-beg-of-statement)
11896         (verilog-endcomment-reason-re): Support unique case and priority case.
11897         (verilog-basic-complete-re): Support localparam lineup.
11898         (verilog-beg-of-statement-1): Fix for robustness, unique case.
11899         (verilog-set-auto-endcomments): Fix for unique case, always_comb
11900         commenting.
11901         (verilog-leap-to-case-head): Now support *nested* unique &
11902         priority case statements.
11903         (verilog-auto-lineup): Make just declarations the default (as it
11904         had been).
11905         (verilog-leap-to-case-head): Support priority/unique case statements.
11906         (verilog-auto-lineup): Rework to give users radio buttons to
11907         select the various styles of automatic lineup.
11908         (verilog-error-regexp-alist): Rework to support the XEmacs style
11909         of error regular expressions from compilers, lint tools &
11910         simulators.  Note that GNU Emacs has made it impossible for a mode
11911         to load such things.
11912         (electric-verilog-terminate-line, verilog-indent-declaration)
11913         (verilog-auto-wiure): Rework for radio button selection of
11914         auto-lineup selection of specification of auto lineup.
11915         (verilog-beg-of-statement-1): Redesign to support proper operation
11916         in additional code, based on testing with auto-lineup.
11917         (verilog-calculate-indent, assignments & declarations)
11918         (verilog-backward-token): Enhance to support auto-lineup of
11919         assignments & declarations.
11920         (verilog-in-directive-p, verilog-at-struct-p): New function for
11921         easy test of whether we are.
11922         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11923         to support safe execution at almost anyline.
11924         (verilog-calc-1): Properly support indenting deep inside generate
11925         blocks.
11926         (verilog-init-font): Remove definition & use of verilog-init-font,
11927         as it is redundant with font-lock-defaults.
11928         (verilog-mode): Alter the definition of verilog-font-lock-defaults
11929         to avoid circular calls if syntax-ppss is a function (as is the
11930         case now in 22.x GNU Emacs) as that function would sometimes call
11931         itself, leading to (nearly) infinite recursion.
11932         (verilog-ovm-begin-re, verilog-ovm-end-re)
11933         (verilog-ovm-statement-re, verilog-leap-to-head)
11934         (verilog-backward-token): Add support for OVM macros.  Some are
11935         complete statements, and others open and close scopes like begin
11936         and end.
11937         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11938         (verilog-defun-level-generate-only-re): Really fix the defun-list
11939         compilation issue.
11940         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11941         coverpoint, constraint and cross statements.
11942         (verilog-defun-level-list, verilog-generate-defun-level-list)
11943         (verilog-all-defun-level-list): Redo these specifications - it is
11944         too hard to support eval-when compile aggregation of lists also
11945         built at when-compile time.
11946         (verilog-defun-level-list): Place defconsts of variables used in
11947         building regular expressions which are built in eval-when-compile
11948         bodies in the same eval-when-compile body to facilitate compile
11949         without load.
11950         (verilog-beg-block-re-ordered): Support indenting
11951         virtual/protected tasks and functions.
11952         (verilog-defun-level-list, verilog-in-generate-region-p)
11953         (verilog-backward-ws&directives, verilog-calc-1): Speed up
11954         indentation of some module items (generate items).
11955         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11956         across virtual/protected tasks and functions.
11958 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
11960         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11961         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
11962         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11963         in concatenations.  Reported by Yishay Belkind.
11964         (verilog-auto-ascii-enum): Support one-hot state machines in
11965         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
11966         (verilog-auto-inst, verilog-auto-inst-port): Include interface
11967         modport in AUTOINST and add vl-modport for users.
11968         Reported by David Rogoff.
11969         (verilog-auto-inout-module, verilog-auto-inst)
11970         (verilog-decls-get-interfaces, verilog-insert-definition)
11971         (verilog-insert-one-definition, verilog-read-decls)
11972         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11973         (verilog-sig-modport, verilog-signals-combine-bus)
11974         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11975         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11976         Suggested by David Rogoff.
11977         (verilog-repair-open-comma): Fix non-insertion of comma when
11978         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
11979         (verilog-make-width-expression): Simplify [A-1:0] expression
11980         widths to just {A{1'b0}}.
11981         (verilog-mode): Cleanup checkdoc warnings.
11982         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11983         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11984         inputs/outputs or data type.  Suggested by Vasu Kandadi.
11985         (next-error-last-buffer): Fix byte-compiler warning.
11986         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11987         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11988         or shell command text during AUTO expansion.  Suggested by Tad Truex.
11989         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11990         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11991         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11992         in AUTOINOUT.  Reported by Matthew Lovell.
11993         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11994         causing use of <= assignments.  Reported by Alex Reed.
11995         (verilog-read-decls): Fix triand, trior, wand, wor to be
11996         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
11997         (verilog-extended-complete-re): Support import "DPI-C" functions.
11998         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11999         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
12000         (verilog-insert-date, verilog-insert-year)
12001         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12002         Windows systems.  Reported by Michael Potts.
12003         (verilog-read-module-name): Fix AUTOINST when the child module
12004         declaration's name is a tick define.  Reported by Elliot Mednick.
12005         (verilog-read-decls): Fix V2K parameter bit subscripts getting
12006         passed to next parameter's definition.  Reported by Bruce T.
12007         (verilog-read-decls): Fix detecting "parameter int" when using
12008         AUTOINSTPARAM.  Reported by Bruce T.
12009         (verilog-goto-defun): Fix goto not finding modules unless first
12010         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
12011         (verilog-mode): Expand -f flag arguments on entry to mode so
12012         verilog-goto-defun will work.  Reported by Lawrence Butcher.
12013         (verilog-getopt): Expand environment variables in -f file
12014         arguments.  Suggested by Lawrence Butcher.
12015         (verilog-set-define): Fix "Symbol's value as variable is void"
12016         when reading enumerations.
12017         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12018         Suggested by Stephen Peltan.
12019         (verilog-read-defines): Fix reading of enumerations in include
12020         files.  Reported by Steve Peltan.
12022 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
12024         * files.el (trash-directory): Fix defcustom type.
12026 2009-06-28  Juri Linkov  <juri@jurta.org>
12028         * help-fns.el (describe-function-1): Correctly locate adviced
12029         functions in hyperlink (Bug#2438).
12031 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
12033         * files.el (trash-directory): Change default to nil.
12034         (move-file-to-trash): If trash-directory is nil and
12035         system-move-file-to-trash is unbound, perform freedesktop-style
12036         trashing.
12038 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
12040         * files.el (move-file-to-trash): Add freedesktop trash
12041         support (Bug#973).
12043 2009-06-28  Glenn Morris  <rgm@gnu.org>
12045         * autorevert.el (global-auto-revert-non-file-buffers)
12046         (global-auto-revert-mode): Doc fixes.
12048 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
12050         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
12052 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
12054         * faces.el (x-handle-named-frame-geometry): Ensure that we have
12055         opened an X connection before calling x-get-resource (Bug#3194).
12057         * play/doctor.el: Remove reference to obsolete website.
12058         (make-doctor-variables): Correct grammar mistake (Bug#2633).
12060 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
12062         Remove find-file-not-found-hook VC method.  (Bug#2757)
12063         * vc-hooks.el (vc-file-not-found-hook)
12064         (vc-default-find-file-not-found-hook): Remove functions.
12065         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
12066         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
12067         * vc.el:
12068         * vc-hg.el:
12069         * vc-git.el: Do not mention find-file-not-found-hook VC method.
12071 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
12073         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
12074         compatibility function for `looking-back'.
12076         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
12077         Use `ispell-looking-back'.
12079 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
12081         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
12082         rather than `filename'.
12084 2009-06-23  Miles Bader  <miles@gnu.org>
12086         * face-remap.el (text-scale-set): New function.
12088 2009-06-23  Glenn Morris  <rgm@gnu.org>
12090         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
12092         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
12094         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
12096         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
12098         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12099         Simplify Persian conditionals.
12101         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
12102         variable `filename'.
12104         * comint.el (comint-insert-input): Doc fix.
12106         * Makefile.in (ELCFILES): Fix typo in previous change.
12108 2009-06-23  Miles Bader  <miles@gnu.org>
12110         * cus-start.el: Add entry for `recenter-redisplay'.
12112 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
12114         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
12115         Add an optional argument for the backend, use it instead of
12116         calling vc-backend.
12117         (vc-mode-line): Add an optional argument for the backend.
12118         Pass the backend to vc-state and vc-working-revision.  Move code for
12119         special handling for vc-state being a buffer to ...
12121         * vc-rcs.el (vc-rcs-find-file-hook):
12122         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
12124         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12125         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12126         vc-stay-local-p and vc-mode-line calls.
12128         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12129         (vc-cvs-diff, vc-cvs-annotate-command)
12130         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12131         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12132         vc-mode-line calls.
12134         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12135         direct comparison.
12136         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12137         backend when calling vc-mode-line.
12138         (vc-register): Do not create a closure for calling the vc register
12139         function, call it directly.
12141 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
12143         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12144         to make it obvious item can be clicked.
12146         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12148 2009-06-23  Kenichi Handa  <handa@m17n.org>
12150         * language/korea-util.el (korean-key-bindings): Change the binding
12151         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
12152         same command.
12154 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
12156         Sync with Tramp 2.1.16.
12158         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12160         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
12161         when a loading of a package fails.  Completion function for rsync
12162         is `tramp-completion-function-alist-ssh'.
12163         (all): Replace all calls of `split-string' and
12164         `tramp-split-string' by `tramp-compat-split-string'.
12165         (tramp-default-method): Use `tramp-compat-process-running-p'.
12166         (tramp-default-proxies-alist): Allow also Lisp forms.
12167         (tramp-remote-path): Add choice "Private Directories".
12168         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
12169         (tramp-domain-regexp): Allow also "-", "_" and ".".
12170         (tramp-end-of-output): Remove newlines, and add "$" at the end.
12171         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12172         (tramp-debug-message): Insert header line in debug buffer.
12173         (tramp-handle-directory-files-and-attributes-with-stat):
12174         Care about filenames with spaces, or starting with "-".
12175         (tramp-handle-dired-uncache): New defun.
12176         (tramp-handle-insert-directory): Don't flush the directory from
12177         cache, this is handled by `dired-uncache' now.
12178         (tramp-handle-insert-file-contents): Improve error handling.
12179         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12180         Quote `tramp-end-of-output'.
12181         (tramp-action-password): Improve trace message.
12182         (tramp-check-for-regexp): Both echoes must be present, before removing.
12183         (tramp-open-connection-setup-interactive-shell): Trace coding system.
12184         (tramp-compute-multi-hops): Eval cons cells of
12185         `tramp-default-proxies-alist'.
12186         (tramp-maybe-open-connection): Use the same command pattern for
12187         first hop and further hops.
12188         (tramp-wait-for-output): Remove handling of newlines.
12189         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12190         (tramp-split-string): Remove function.  It is handled in
12191         tramp-compat now.
12193         * net/tramp-cmds.el (tramp-bug):
12194         Recommend `tramp-cleanup-all-connections' in the bug mail.
12196         * net/tramp-compat.el (tramp-compat-split-string)
12197         (tramp-compat-process-running-p): New defuns.
12199         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12200         for `dired-uncache'.
12202         * net/tramp-gvfs.el: New package.
12204         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12205         Add handler for `dired-uncache'.
12206         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12208         * net/trampver.el: Update release number.  Make version check fit
12209         for SXEmacs 22.
12211 2009-06-22  Jim Meyering  <meyering@redhat.com>
12213         Automatically handle .xz suffix (XZ-compressed files), too.
12214         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12215         XZ is the successor to LZMA: <http://tukaani.org/xz/>
12217 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
12218             Nick Roberts  <nickrob@snap.net.nz>
12220         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12221         repository (http://sphinx.net.ru/hg/gdb-mi/).
12223 2009-06-22  Glenn Morris  <rgm@gnu.org>
12225         * files.el (dir-locals-collect-mode-variables): Allow for any number of
12226         `mode' and `eval' entries.  (Bug#3430)
12228         * Makefile.in (ELCFILES): Add fadr.elc.
12230         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12231         differing behavior of \n and ^ in strings.  (Bug#3385)
12233         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12235         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12236         property.
12237         (lisp-indent-function): Make it a defcustom.
12239 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
12241         * progmodes/gdb-ui.el: Replace with ...
12242         * progmodes/gdb-mi.el: ... this file.
12243         * progmodes/gud.el: Modify for gdb-mi.el.
12245 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
12247         * fadr.el: New file.
12249 See ChangeLog.14 for earlier changes.
12251 ;; Local Variables:
12252 ;; coding: utf-8
12253 ;; End:
12255     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
12257   This file is part of GNU Emacs.
12259   GNU Emacs is free software: you can redistribute it and/or modify
12260   it under the terms of the GNU General Public License as published by
12261   the Free Software Foundation, either version 3 of the License, or
12262   (at your option) any later version.
12264   GNU Emacs is distributed in the hope that it will be useful,
12265   but WITHOUT ANY WARRANTY; without even the implied warranty of
12266   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12267   GNU General Public License for more details.
12269   You should have received a copy of the GNU General Public License
12270   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.